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