mirror of
https://github.com/APercy/automobiles_pck
synced 2025-08-28 07:36:24 +02:00
Fix the motorcycle recipe
This commit is contained in:
parent
37fb74528e
commit
ab2a3a480e
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user