diff --git a/src/main/resources/data/create/recipes/compat/ae2/milling/fluix_crystal.json b/src/main/resources/data/create/recipes/compat/ae2/milling/fluix_crystal.json new file mode 100644 index 000000000..a1571b58f --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/ae2/milling/fluix_crystal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "appliedenergistics2" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "appliedenergistics2:fluix_crystal" + } + ], + "results": [ + { + "item": "appliedenergistics2:fluix_dust", + "count": 1 + } + ], + "processingTime": 200 +} \ No newline at end of file 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