1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 16:00:33 +02:00

changed name of unbreakable rails, names conflict.

This commit is contained in:
crabman77 2015-03-03 18:58:46 +01:00
parent c0926d33cc
commit e38e2df28e

View File

@ -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,