From 1b040658e485c637bbd51dfdfed8d3411a2c9787 Mon Sep 17 00:00:00 2001 From: Snownee <1850986885@qq.com> Date: Fri, 8 May 2020 11:43:55 +0800 Subject: [PATCH] Remove invalid recipe. It seems BoP has removed this item --- .../compat/bop/cutting/ethereal_log.json | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/main/resources/data/create/recipes/compat/bop/cutting/ethereal_log.json diff --git a/src/main/resources/data/create/recipes/compat/bop/cutting/ethereal_log.json b/src/main/resources/data/create/recipes/compat/bop/cutting/ethereal_log.json deleted file mode 100644 index 3505bfdd1..000000000 --- a/src/main/resources/data/create/recipes/compat/bop/cutting/ethereal_log.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ], - "type": "create:cutting", - "ingredients": [ - { - "item": "biomesoplenty:ethereal_log" - } - ], - "results": [ - { - "item": "biomesoplenty:stripped_ethereal_log", - "count": 1 - } - ], - "processingTime": 50 -} \ No newline at end of file