mirror of
https://github.com/APercy/automobiles_pck
synced 2025-10-08 10:13:05 +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({
|
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