diff --git a/src/main/resources/data/create/recipes/compat/quark/crushing/biotite.json b/src/main/resources/data/create/recipes/compat/quark/crushing/biotite.json deleted file mode 100644 index 4d7c4ba5d..000000000 --- a/src/main/resources/data/create/recipes/compat/quark/crushing/biotite.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "quark" - } - ], - "type": "create:crushing", - "ingredients": [ - { - "item": "quark:biotite_ore" - } - ], - "results": [ - { - "item": "quark:biotite", - "count": 2 - }, - { - "item": "quark:biotite", - "count": 4, - "chance": 0.5 - }, - { - "item": "minecraft:end_stone", - "count": 1, - "chance": 0.125 - } - ], - "processingTime": 450 -} \ No newline at end of file