summaryrefslogtreecommitdiff
path: root/mesecons
diff options
context:
space:
mode:
authorJeija <norrepli@gmail.com>2013-02-11 08:03:08 +0100
committerJeija <norrepli@gmail.com>2013-02-11 08:03:08 +0100
commit10ea3c971b21cd2232a542d330280007fa743fc4 (patch)
tree4f2a87666ee41be3dee68c001e47682ba6f5287e /mesecons
parent591e2d7cde9eda88ca85b71066dd9ed7f75f9a12 (diff)
parent7cc803b0d7ed3ff4f1b57d78b9523919a9fcd924 (diff)
downloadmesecons-10ea3c971b21cd2232a542d330280007fa743fc4.tar
mesecons-10ea3c971b21cd2232a542d330280007fa743fc4.tar.gz
mesecons-10ea3c971b21cd2232a542d330280007fa743fc4.tar.bz2
mesecons-10ea3c971b21cd2232a542d330280007fa743fc4.tar.xz
mesecons-10ea3c971b21cd2232a542d330280007fa743fc4.zip
Merge branch 'master' into luacontroller
Diffstat (limited to 'mesecons')
-rw-r--r--mesecons/wires.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/mesecons/wires.lua b/mesecons/wires.lua
index d74cdb2..8fb19cb 100644
--- a/mesecons/wires.lua
+++ b/mesecons/wires.lua
@@ -128,6 +128,10 @@ for zmy=0, 1 do
description = "Wire ID:"..nodeid,
drawtype = "nodebox",
tiles = tiles_on,
+-- inventory_image = "wires_inv.png",
+-- wield_image = "wires_inv.png",
+ inventory_image = "jeija_mesecon_off.png",
+ wield_image = "jeija_mesecon_off.png",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,