From b86941a519e1986cbbe93675134a22032bb0ae2d Mon Sep 17 00:00:00 2001 From: garyantonyo Date: Fri, 15 Jan 2021 00:38:47 -0500 Subject: [PATCH 1/2] Added missing ae2 compatibility recipe. --- .../compat/ae2/milling/fluix_crystal.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/main/resources/data/create/recipes/compat/ae2/milling/fluix_crystal.json 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 From eaf131c57fac67105ad9f2cdf0577efbb562c2f0 Mon Sep 17 00:00:00 2001 From: garyantonyo Date: Fri, 15 Jan 2021 01:06:41 -0500 Subject: [PATCH 2/2] 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