Suppression du changement de fabrication du rail en cuivre par moreores.
This commit is contained in:
parent
79ac984616
commit
a1e0472e16
@ -1,2 +1,3 @@
|
||||
boost_cart
|
||||
moreblocks?
|
||||
moreores?
|
||||
|
@ -2,7 +2,12 @@
|
||||
minetest.clear_craft( {output = "default:rail" })
|
||||
|
||||
-- Rail Copper
|
||||
minetest.clear_craft({ output = "carts:copperrail" })
|
||||
if minetest.get_modpath("moreores") then
|
||||
minetest.clear_craft({ output = "moreores:copper_rail" })
|
||||
else
|
||||
minetest.clear_craft({ output = "carts:copperrail" })
|
||||
end
|
||||
|
||||
minetest.register_craft(
|
||||
{
|
||||
output = "carts:copperrail 16",
|
||||
|
Loading…
Reference in New Issue
Block a user