From 2554d1303a144544e0f75f1e44d5e50f9aad0cb5 Mon Sep 17 00:00:00 2001 From: sys4 Date: Sat, 4 Jan 2020 18:59:12 +0100 Subject: [PATCH] Modifie le craft des rails de cuivre --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 8cc771a..5e232b0 100644 --- a/init.lua +++ b/init.lua @@ -346,11 +346,11 @@ if minetest.get_modpath("carts") then end minetest.register_craft({ - output = "moreores:copper_rail 24", + output = "moreores:copper_rail 18", recipe = { + {"default:copper_ingot", "group:wood", "default:copper_ingot"}, {"default:copper_ingot", "", "default:copper_ingot"}, - {"default:copper_ingot", "group:stick", "default:copper_ingot"}, - {"default:copper_ingot", "", "default:copper_ingot"}, + {"default:copper_ingot", "group:wood", "default:copper_ingot"}, }, })