Noch mehr mods
This commit is contained in:
parent
a063db5d3b
commit
cf017b2ca1
527 changed files with 21113 additions and 181 deletions
16
mods/airutils/airutils_repair.lua
Normal file
16
mods/airutils/airutils_repair.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
local S = airutils.S
|
||||
|
||||
-- trike repair
|
||||
core.register_craftitem("airutils:repair_tool",{
|
||||
description = S("Repair Tool"),
|
||||
inventory_image = "airutils_repair_tool.png",
|
||||
})
|
||||
|
||||
core.register_craft({
|
||||
output = "airutils:repair_tool",
|
||||
recipe = {
|
||||
{"", "default:steel_ingot", ""},
|
||||
{"", "default:steel_ingot", ""},
|
||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue