mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-16 01:43:42 +01:00
Added missing ae2 compatibility recipe.
This commit is contained in:
parent
3336778052
commit
b86941a519
1 changed files with 21 additions and 0 deletions
|
@ -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
|
||||||
|
}
|
Loading…
Reference in a new issue