Merge pull request #743 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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 21 deletions

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
}