From a6d7ef2abc932cc77686caef9489854842a1d895 Mon Sep 17 00:00:00 2001 From: webdesigner97 Date: Fri, 30 May 2014 17:11:43 +0200 Subject: use old controller nodebox --- trafficlight/init.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'trafficlight') diff --git a/trafficlight/init.lua b/trafficlight/init.lua index 1257f2c..b0a80d9 100644 --- a/trafficlight/init.lua +++ b/trafficlight/init.lua @@ -93,6 +93,15 @@ minetest.register_node(":streets:digiline_distributor",{ description = streets.S("Digiline distributor"), tiles = {"streets_lampcontroller_top.png","streets_lampcontroller_bottom.png","streets_lampcontroller_sides.png"}, groups = {cracky = 1}, + drawtype = "nodebox", + paramtype = "light", + node_box = { + type = "fixed", + fixed = { + {-0.5,-0.5,-0.5,0.5,0.5,0.5}, + {-0.05,0.5,-0.05,0.05,1.6,0.05} + } + }, digiline = { receptor = {}, effector = {}, -- cgit v1.2.3