summaryrefslogtreecommitdiff
path: root/mesecons
diff options
context:
space:
mode:
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,