From: Novatux Date: Sat, 2 Nov 2013 14:44:55 +0000 (+0100) Subject: Fix crash. X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=f6b1d075c280a91ea38524d934e20eaf5f8d1949;p=zefram%2Fminetest%2Ftechnic.git Fix crash. --- diff --git a/technic/crafts.lua b/technic/crafts.lua index f416eee..9545af8 100644 --- a/technic/crafts.lua +++ b/technic/crafts.lua @@ -175,9 +175,7 @@ minetest.register_craftitem("technic:nothing", { minetest.register_craft({ type = "shapeless", output = "technic:nothing", - recipe = { - {"default:copper_ingot", "default:steel_ingot"} - } + recipe = {"default:copper_ingot", "default:steel_ingot"} }) if minetest.register_craft_predict then