mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-14 22:43:56 +01:00
Added missing ae2 compatibility recipe.
This commit is contained in:
parent
3336778052
commit
b86941a519
@ -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 New Issue
Block a user