From eaf131c57fac67105ad9f2cdf0577efbb562c2f0 Mon Sep 17 00:00:00 2001 From: garyantonyo Date: Fri, 15 Jan 2021 01:06:41 -0500 Subject: [PATCH] I think this was left in here by mistake. --- .../compat/ae2/milling/glowflower.json | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/main/resources/data/create/recipes/compat/ae2/milling/glowflower.json 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