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