From 255e363b04dbaa0e19f290d96512278a433570f9 Mon Sep 17 00:00:00 2001 From: RealBadAngel Date: Sun, 28 Apr 2013 12:40:08 +0200 Subject: Fix all crafting recipes to use modern style --- mesecons_torch/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesecons_torch') diff --git a/mesecons_torch/init.lua b/mesecons_torch/init.lua index 801220e..77777db 100644 --- a/mesecons_torch/init.lua +++ b/mesecons_torch/init.lua @@ -35,7 +35,7 @@ local torch_get_input_rules = function(node) end minetest.register_craft({ - output = '"mesecons_torch:mesecon_torch_on" 4', + output = "mesecons_torch:mesecon_torch_on 4", recipe = { {"group:mesecon_conductor_craftable"}, {"default:stick"},} -- cgit v1.2.3