mirror of
https://github.com/minetest-mods/moreores.git
synced 2025-06-30 23:20:31 +02:00
Modifie le craft des rails de cuivre
This commit is contained in:
6
init.lua
6
init.lua
@ -346,11 +346,11 @@ if minetest.get_modpath("carts") then
|
|||||||
end
|
end
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "moreores:copper_rail 24",
|
output = "moreores:copper_rail 18",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
{"default:copper_ingot", "group:wood", "default:copper_ingot"},
|
||||||
{"default:copper_ingot", "", "default:copper_ingot"},
|
{"default:copper_ingot", "", "default:copper_ingot"},
|
||||||
{"default:copper_ingot", "group:stick", "default:copper_ingot"},
|
{"default:copper_ingot", "group:wood", "default:copper_ingot"},
|
||||||
{"default:copper_ingot", "", "default:copper_ingot"},
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user