Fix typo in crafting recipes in trunks

Fixes #24 
Co-authored-by: A S Lewis <aslewis@cpan.org>
This commit is contained in:
A S Lewis 2022-06-08 13:03:52 +01:00 committed by GitHub
parent 244d5da0e2
commit d33907ca75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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