mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 18:10:26 +01:00
fix maptools:unbreakable_rail_copper
This commit is contained in:
parent
f572fedea9
commit
4c878ba2c3
|
@ -488,7 +488,7 @@ minetest.register_node(":fences:fence_wood", {
|
||||||
|
|
||||||
|
|
||||||
-- carts:
|
-- carts:
|
||||||
minetest.register_node(":carts:rail_copper", {
|
minetest.register_node(":maptools:unbreakable_rail_copper", {
|
||||||
description = "Unbreakable Copper Rail",
|
description = "Unbreakable Copper Rail",
|
||||||
drawtype = "raillike",
|
drawtype = "raillike",
|
||||||
tiles = {"carts_rail_copper.png", "carts_rail_copper_curved.png", "carts_rail_copper_t_junction.png", "carts_rail_copper_crossing.png"},
|
tiles = {"carts_rail_copper.png", "carts_rail_copper_curved.png", "carts_rail_copper_t_junction.png", "carts_rail_copper_crossing.png"},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user