mirror of
https://github.com/minefaco/stripped_tree.git
synced 2024-12-12 00:43:25 +01:00
Update init.lua
This commit is contained in:
parent
b475a57561
commit
2916aa7d0d
10
init.lua
10
init.lua
@ -57,6 +57,16 @@ minetest.register_tool("chisel_tree:chisel", {
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
--Register craft
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = "chisel_tree:chisel",
|
||||||
|
recipe = {
|
||||||
|
{"", "default:steel_ingot", ""},
|
||||||
|
{"", "group:fence", ""},
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user