forked from mtcontrib/plantlife_modpack
Fix typo in crafting recipes in trunks
Fixes #24 Co-authored-by: A S Lewis <aslewis@cpan.org>
This commit is contained in:
parent
244d5da0e2
commit
d33907ca75
|
@ -35,11 +35,11 @@ minetest.register_craft({
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "trunks:twig_1 4",
|
output = "trunks:twig_1 4",
|
||||||
recipe = {{"bushes:bushbranches2"}}
|
recipe = {{"bushes:bushbranches3"}}
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "trunks:twig_1 4",
|
output = "trunks:twig_1 4",
|
||||||
recipe = {{"bushes:bushbranches3"}}
|
recipe = {{"bushes:bushbranches4"}}
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
minetest.register_craft({ -- twigs block --> twigs
|
minetest.register_craft({ -- twigs block --> twigs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user