From f6b1d075c280a91ea38524d934e20eaf5f8d1949 Mon Sep 17 00:00:00 2001 From: Novatux Date: Sat, 2 Nov 2013 15:44:55 +0100 Subject: [PATCH] Fix crash. --- technic/crafts.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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