From 6de58bec3f4671985f187c294824cfbaf2949786 Mon Sep 17 00:00:00 2001 From: entuland Date: Wed, 27 Jun 2018 20:42:53 +0200 Subject: [PATCH] delete file committed by mistake --- custom.recipes.lua | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 custom.recipes.lua diff --git a/custom.recipes.lua b/custom.recipes.lua deleted file mode 100644 index 0857e5e..0000000 --- a/custom.recipes.lua +++ /dev/null @@ -1,12 +0,0 @@ --- only alter this file if it's named "custom.recipes.lua" --- alter the recipes as you please and delete / comment out --- the recipes you don't want to be available in the game --- the original versions are in "default/recipes.lua" - -return { - ["tpad:tpad"] = { - {'group:wood', 'default:bronze_ingot', 'group:wood'}, - {'default:bronze_ingot', 'group:wood', 'default:bronze_ingot'}, - {'group:wood', 'default:bronze_ingot', 'group:wood'}, - }, -}