From 1a9d48eb840dfc6cf2563867e955f6a939135d09 Mon Sep 17 00:00:00 2001 From: Megaf Date: Thu, 18 Sep 2014 11:54:46 +0100 Subject: [PATCH] Update init.lua --- mesecons_random/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesecons_random/init.lua b/mesecons_random/init.lua index 3efad0b..28ab121 100644 --- a/mesecons_random/init.lua +++ b/mesecons_random/init.lua @@ -50,7 +50,7 @@ minetest.register_node("mesecons_random:conductingfence", { {x = 0, y = 0, z = 1}, }, }} -}} +}) minetest.register_craft({ output = 'mesecons_random:conductingfence 4',