mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-01-11 18:10:19 +01:00
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({
|
||||
output = "trunks:twig_1 4",
|
||||
recipe = {{"bushes:bushbranches2"}}
|
||||
recipe = {{"bushes:bushbranches3"}}
|
||||
})
|
||||
minetest.register_craft({
|
||||
output = "trunks:twig_1 4",
|
||||
recipe = {{"bushes:bushbranches3"}}
|
||||
recipe = {{"bushes:bushbranches4"}}
|
||||
})
|
||||
end
|
||||
minetest.register_craft({ -- twigs block --> twigs
|
||||
|
Loading…
Reference in New Issue
Block a user