summaryrefslogtreecommitdiff
path: root/mesecons_extrawires/vertical.lua
diff options
context:
space:
mode:
authorAnthony Zhang <azhang9@gmail.com>2013-04-27 16:52:17 -0400
committerAnthony Zhang <azhang9@gmail.com>2013-04-27 16:52:17 -0400
commit163384f3085e89683152a967efd54e370a7850bc (patch)
treeeefcd5fe534504168cbc85780b390f2bc8f9d5f9 /mesecons_extrawires/vertical.lua
parentd4f18d08c0d10a6b474547aa62fd13ecc5172c10 (diff)
parent9299111900cae6a9b3092b16444194631ee64a8c (diff)
downloadmesecons-163384f3085e89683152a967efd54e370a7850bc.tar
mesecons-163384f3085e89683152a967efd54e370a7850bc.tar.gz
mesecons-163384f3085e89683152a967efd54e370a7850bc.tar.bz2
mesecons-163384f3085e89683152a967efd54e370a7850bc.tar.xz
mesecons-163384f3085e89683152a967efd54e370a7850bc.zip
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'mesecons_extrawires/vertical.lua')
-rw-r--r--mesecons_extrawires/vertical.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/mesecons_extrawires/vertical.lua b/mesecons_extrawires/vertical.lua
index 7575e9f..39b5417 100644
--- a/mesecons_extrawires/vertical.lua
+++ b/mesecons_extrawires/vertical.lua
@@ -117,7 +117,7 @@ minetest.register_node("mesecons_extrawires:vertical_off", {
minetest.register_node("mesecons_extrawires:vertical_top_on", {
description = "Vertical mesecon",
drawtype = "nodebox",
- tiles = {"wires_full_on.png"},
+ tiles = {"wires_full_on.png","wires_full_on.png","wires_vertical_on.png"},
walkable = false,
paramtype = "light",
sunlight_propagates = true,
@@ -139,7 +139,7 @@ minetest.register_node("mesecons_extrawires:vertical_top_on", {
minetest.register_node("mesecons_extrawires:vertical_top_off", {
description = "Vertical mesecon",
drawtype = "nodebox",
- tiles = {"wires_full_off.png"},
+ tiles = {"wires_full_off.png","wires_full_off.png","wires_vertical_off.png"},
walkable = false,
paramtype = "light",
sunlight_propagates = true,
@@ -162,7 +162,7 @@ minetest.register_node("mesecons_extrawires:vertical_top_off", {
minetest.register_node("mesecons_extrawires:vertical_bottom_on", {
description = "Vertical mesecon",
drawtype = "nodebox",
- tiles = {"wires_full_on.png"},
+ tiles = {"wires_full_on.png","wires_full_on.png","wires_vertical_on.png"},
walkable = false,
paramtype = "light",
sunlight_propagates = true,
@@ -183,7 +183,7 @@ minetest.register_node("mesecons_extrawires:vertical_bottom_on", {
minetest.register_node("mesecons_extrawires:vertical_bottom_off", {
description = "Vertical mesecon",
drawtype = "nodebox",
- tiles = {"wires_full_off.png"},
+ tiles = {"wires_full_off.png","wires_full_off.png","wires_vertical_off.png"},
walkable = false,
paramtype = "light",
sunlight_propagates = true,