mirror of
https://github.com/APercy/automobiles_pck
synced 2025-09-09 21:46:23 +02:00
Merge pull request #11 from farribeiro/patch-1
Fix the motorcycle recipe
This commit is contained in:
commit
fcdf0156cb
@ -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