From b5b9527658e7388bb17091d7269ffdf0ecae66b1 Mon Sep 17 00:00:00 2001 From: webdesigner97 Date: Sun, 24 Nov 2013 13:39:08 +0100 Subject: recipe --- trafficlight/init.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'trafficlight') diff --git a/trafficlight/init.lua b/trafficlight/init.lua index 48d7a62..b3c8835 100644 --- a/trafficlight/init.lua +++ b/trafficlight/init.lua @@ -231,4 +231,13 @@ minetest.register_node(":streets:trafficlight_top_warn",{ }, pointable = false, light_source = 6, +}) + +minetest.register_craft({ + output = "streets:trafficlight_controller", + recipe = { + {"dye:red","",""}, + {"dye:yellow","",""}, + {"dye:green","",""} + } }) \ No newline at end of file -- cgit v1.2.3