From 688f65947f8bbaa2b260238f050602d4d40815e8 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Thu, 26 Jan 2012 16:19:04 -0500 Subject: Fix .minetest folder. --- jeija/torches.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jeija/torches.lua') diff --git a/jeija/torches.lua b/jeija/torches.lua index e5cfd73..205e9ce 100644 --- a/jeija/torches.lua +++ b/jeija/torches.lua @@ -1,9 +1,9 @@ --MESECON TORCHES minetest.register_craft({ - output = 'node "jeija:mesecon_torch_on" 4', + output = '"jeija:mesecon_torch_on" 4', recipe = { - {'node "jeija:mesecon_off"'}, + {'"jeija:mesecon_off"'}, {'craft "default:stick"'}, } }) @@ -16,7 +16,7 @@ minetest.register_node("jeija:mesecon_torch_off", { walkable = false, wall_mounted = true, material = minetest.digprop_constanttime(0.5), - dug_item = 'node "jeija:mesecon_torch_on" 1', + drop = '"jeija:mesecon_torch_on" 1', }) minetest.register_node("jeija:mesecon_torch_on", { -- cgit v1.2.3