diff options
author | Andres Eduardo Montoya Cruz <> | 2012-12-21 20:24:43 -0500 |
---|---|---|
committer | Andres Eduardo Montoya Cruz <> | 2012-12-21 20:24:43 -0500 |
commit | 34fa8a116702864f295f8858cfbd61dc4085bb3b (patch) | |
tree | e3748fe7d83c2c2ceaceddaf0066423b3fec3df4 /mesecons_extrawires/crossing.lua | |
parent | 23bebfc054008d2b6796e3f10d3bc67bee8b31ed (diff) |
now the insulated wires change their color when they are turn on
Diffstat (limited to 'mesecons_extrawires/crossing.lua')
-rw-r--r-- | mesecons_extrawires/crossing.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesecons_extrawires/crossing.lua b/mesecons_extrawires/crossing.lua index 2b35af1..9b381bf 100644 --- a/mesecons_extrawires/crossing.lua +++ b/mesecons_extrawires/crossing.lua @@ -6,7 +6,7 @@ end minetest.register_node("mesecons_extrawires:crossing_on", { drawtype = "nodebox", - tiles = {"jeija_insulated_wire_sides.png"}, + tiles = {"jeija_insulated_wire_sides_on.png"}, paramtype = "light", walkable = false, stack_max = 99, |