Merge pull request #11 from farribeiro/patch-1

Fix the motorcycle recipe
This commit is contained in:
Alexsandro Percy 2022-10-04 06:28:34 -03:00 committed by GitHub
commit fcdf0156cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ if minetest.get_modpath("default") then
minetest.register_craft({
output = "automobiles_motorcycle:motorcycle",
recipe = {
{"automobiles_motorcycle:wheel", "automobiles_lib:body", "automobiles_motorcycle:wheel"},
{"automobiles_motorcycle:wheel", "automobiles_motorcycle:body", "automobiles_motorcycle:wheel"},
}
})
minetest.register_craft({