mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-17 07:50:29 +01:00
changed name of unbreakable rails, names conflict.
This commit is contained in:
parent
c0926d33cc
commit
e38e2df28e
|
@ -523,13 +523,14 @@ minetest.register_node(":carts:rail_copper", {
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node(":carts:rail_power", {
|
minetest.register_node("maptools:unbreakable_rail_power", {
|
||||||
description = "Unbreakable Powered Rail",
|
description = "Unbreakable Powered Rail",
|
||||||
drawtype = "raillike",
|
drawtype = "raillike",
|
||||||
tiles = {"carts_rail_pwr.png", "carts_rail_curved_pwr.png", "carts_rail_t_junction_pwr.png", "carts_rail_crossing_pwr.png"},
|
tiles = {"carts_rail_pwr.png", "carts_rail_curved_pwr.png", "carts_rail_t_junction_pwr.png", "carts_rail_crossing_pwr.png"},
|
||||||
inventory_image = "carts_rail_pwr.png",
|
inventory_image = "carts_rail_pwr.png",
|
||||||
wield_image = "carts_rail_pwr.png",
|
wield_image = "carts_rail_pwr.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
stack_max = 10000,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user