0
0
Fork 0
mirror of https://github.com/Jozufozu/Flywheel.git synced 2025-02-15 22:55:02 +01:00

Merge pull request from garyyo/mc1.15/dev

Added missing ae2 compatibility recipe.
This commit is contained in:
simibubi 2021-02-05 18:50:14 +01:00 committed by GitHub
commit 5f2f02dab0
Failed to generate hash of commit
2 changed files with 21 additions and 21 deletions
src/main/resources/data/create/recipes/compat/ae2/milling

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
}

View file

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