Added missing ae2 compatibility recipe.

This commit is contained in:
garyantonyo 2021-01-15 00:38:47 -05:00
parent 3336778052
commit b86941a519

View file

@ -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
}