diff --git a/src/main/resources/data/create/recipes/compat/ae2/milling/glowflower.json b/src/main/resources/data/create/recipes/compat/ae2/milling/glowflower.json deleted file mode 100644 index 431878641..000000000 --- a/src/main/resources/data/create/recipes/compat/ae2/milling/glowflower.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "appliedenergistics2" - } - ], - "type": "create:milling", - "ingredients": [ - { - "item": "appliedenergistics2:certus_quartz_crystal" - } - ], - "results": [ - { - "item": "appliedenergistics2:certus_quartz_dust", - "count": 1 - } - ], - "processingTime": 200 -} \ No newline at end of file