diff options
Diffstat (limited to 'trafficlight')
-rw-r--r-- | trafficlight/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trafficlight/init.lua b/trafficlight/init.lua index 68a818e..3eaa43a 100644 --- a/trafficlight/init.lua +++ b/trafficlight/init.lua @@ -54,7 +54,7 @@ minetest.register_node(":streets:trafficlight_controller",{ type = "fixed", fixed = { {-0.5,-0.5,-0.5,0.5,0.5,0.5}, - {-0.5,1.5,-0.5,0.5,4.5,0.5} + {-0.3,1.5,-0.3,0.3,4.5,0.3} } }, on_receive_fields = function(pos, formname, fields, sender) |