From cc41f136cc21477ad7b20bf76af71acce7ca7617 Mon Sep 17 00:00:00 2001 From: Jeija Date: Tue, 19 Feb 2013 16:58:17 +0100 Subject: [PATCH] More distinguishable inventory image for the luacontroller (not wield item, just top) --- mesecons_luacontroller/init.lua | 1 + 1 file changed, 1 insertion(+) 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",