From 888dfb7ec86dd82a217265540cc2dd694ee0bf6e Mon Sep 17 00:00:00 2001 From: webdesigner97 Date: Fri, 30 May 2014 17:15:56 +0200 Subject: trafficlight craft recipe --- trafficlight/init.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'trafficlight') diff --git a/trafficlight/init.lua b/trafficlight/init.lua index b0a80d9..a1e7f9d 100644 --- a/trafficlight/init.lua +++ b/trafficlight/init.lua @@ -276,4 +276,13 @@ minetest.register_node(":streets:trafficlight_top_warn",{ end } }, +}) + +minetest.register_craft({ + output = "streets:trafficlight_top_off", + recipe = { + {"default:steel_ingot", "dye:red", "default:steel_ingot"}, + {"default:steel_ingot", "dye:yellow", "default:steel_ingot"}, + {"default:steel_ingot", "dye:green", "default:steel_ingot"} + } }) \ No newline at end of file -- cgit v1.2.3