mirror of
https://github.com/APercy/automobiles_pck
synced 2025-09-11 14:26:23 +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({
|
minetest.register_craft({
|
||||||
output = "automobiles_motorcycle:motorcycle",
|
output = "automobiles_motorcycle:motorcycle",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"automobiles_motorcycle:wheel", "automobiles_lib:body", "automobiles_motorcycle:wheel"},
|
{"automobiles_motorcycle:wheel", "automobiles_motorcycle:body", "automobiles_motorcycle:wheel"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
Loading…
Reference in New Issue
Block a user