summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeija <norrepli@googlemail.com>2012-08-11 14:56:35 -0700
committerJeija <norrepli@googlemail.com>2012-08-11 14:56:35 -0700
commit8f0d765ffe1449f3fada57a5aed2c4958b6d80d4 (patch)
tree1c249417d5362f2880ee38f614126469c11c9f39
parent8b6251161522c5fd008469bc082420dc41eb0d0f (diff)
parentd950f0d16982de82bae513bdd4ef02ec4c73fb4a (diff)
downloadmesecons-8f0d765ffe1449f3fada57a5aed2c4958b6d80d4.tar
mesecons-8f0d765ffe1449f3fada57a5aed2c4958b6d80d4.tar.gz
mesecons-8f0d765ffe1449f3fada57a5aed2c4958b6d80d4.tar.bz2
mesecons-8f0d765ffe1449f3fada57a5aed2c4958b6d80d4.tar.xz
mesecons-8f0d765ffe1449f3fada57a5aed2c4958b6d80d4.zip
Merge pull request #19 from VanessaE/master
inventory image
-rw-r--r--mesecons/wires.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/mesecons/wires.lua b/mesecons/wires.lua
index 48e3374..12b5de7 100644
--- a/mesecons/wires.lua
+++ b/mesecons/wires.lua
@@ -134,8 +134,10 @@ for zmy=0, 1 do
description = wiredesc,
drawtype = "nodebox",
tiles = tiles_off,
- inventory_image = "wires_inv.png",
- wield_image = "wires_inv.png",
+-- 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",
selection_box = {