diff options
author | Jeija <norrepli@gmail.com> | 2012-12-23 17:21:34 +0100 |
---|---|---|
committer | Jeija <norrepli@gmail.com> | 2012-12-23 17:21:34 +0100 |
commit | c508bfaea62156684ea90b04e8963fb9e30dfaf2 (patch) | |
tree | 331dcced93f3da27b6fbbc39da7e9486918908bc /mesecons_extrawires/crossing.lua | |
parent | af8fd75fa484cdf881e2414f3baa3a0eed6562e9 (diff) | |
parent | 5e8e003b8c45e6cf4898f960d312b1f442a5e012 (diff) |
Merge branch 'nextgen' of https://github.com/Jeija/minetest-mod-mesecons into nextgen
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, |