Fix the motorcycle recipe

This commit is contained in:
Fábio Rodrigues Ribeiro 2022-10-03 21:48:36 -03:00 committed by Fabio Rodrigues Ribeiro
parent 37fb74528e
commit ab2a3a480e

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({