Fix recipe of torches
This commit is contained in:
parent
0cffd7baa1
commit
54755edc68
@ -609,6 +609,12 @@ function realtest.register_tree(name, TreeDef)
|
||||
recipe=tree.name.."_log",
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "default:torch 2",
|
||||
recipe = tree.name.."_stick"
|
||||
})
|
||||
|
||||
minetest.register_abm({
|
||||
nodenames = {tree.name.."_sapling"},
|
||||
neighbors = tree.grounds,
|
||||
|
Loading…
x
Reference in New Issue
Block a user