From ab2a3a480e209d2fd8ea0b20f3d655c2aa10bb06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Rodrigues=20Ribeiro?= Date: Mon, 3 Oct 2022 21:48:36 -0300 Subject: [PATCH] Fix the motorcycle recipe --- automobiles_motorcycle/motorcycle_crafts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automobiles_motorcycle/motorcycle_crafts.lua b/automobiles_motorcycle/motorcycle_crafts.lua index c7afe11..6d6b2b9 100644 --- a/automobiles_motorcycle/motorcycle_crafts.lua +++ b/automobiles_motorcycle/motorcycle_crafts.lua @@ -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({