Modifie le craft des rails de cuivre

This commit is contained in:
Sys Quatre 2020-01-04 18:59:12 +01:00
parent dd63bfa1f6
commit 2554d1303a
1 changed files with 3 additions and 3 deletions

View File

@ -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"},
},
})