diff --git a/src/main/resources/data/create/recipes/compat/bop/cutting/stripped_ethereal_log.json b/src/main/resources/data/create/recipes/compat/bop/cutting/stripped_ethereal_log.json deleted file mode 100644 index 6a01ea089..000000000 --- a/src/main/resources/data/create/recipes/compat/bop/cutting/stripped_ethereal_log.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "biomesoplenty" - } - ], - "type": "create:cutting", - "ingredients": [ - { - "item": "biomesoplenty:stripped_ethereal_log" - } - ], - "results": [ - { - "item": "biomesoplenty:ethereal_planks", - "count": 5 - } - ], - "processingTime": 100 -} \ No newline at end of file