summaryrefslogtreecommitdiff
path: root/mesecons_luacontroller
diff options
context:
space:
mode:
authorJeija <norrepli@gmail.com>2013-02-19 16:58:17 +0100
committerJeija <norrepli@gmail.com>2013-02-19 16:58:17 +0100
commitcc41f136cc21477ad7b20bf76af71acce7ca7617 (patch)
tree368a16d9e043d3d266e983f8ec34685cd6d1648b /mesecons_luacontroller
parent8827cfd66f616d8c9a093b1d3fe57effabdbb7e0 (diff)
downloadmesecons-cc41f136cc21477ad7b20bf76af71acce7ca7617.tar
mesecons-cc41f136cc21477ad7b20bf76af71acce7ca7617.tar.gz
mesecons-cc41f136cc21477ad7b20bf76af71acce7ca7617.tar.bz2
mesecons-cc41f136cc21477ad7b20bf76af71acce7ca7617.tar.xz
mesecons-cc41f136cc21477ad7b20bf76af71acce7ca7617.zip
More distinguishable inventory image for the luacontroller (not wield
item, just top)
Diffstat (limited to 'mesecons_luacontroller')
-rw-r--r--mesecons_luacontroller/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesecons_luacontroller/init.lua b/mesecons_luacontroller/init.lua
index d0c98ad..f648b7a 100644
--- a/mesecons_luacontroller/init.lua
+++ b/mesecons_luacontroller/init.lua
@@ -406,6 +406,7 @@ minetest.register_node(nodename, {
"jeija_microcontroller_sides.png"
},
+ inventory_image = top,
paramtype = "light",
groups = groups,
drop = BASENAME.."0000",