Oops, no applied

- Update ae2 compat recipes
This commit is contained in:
simibubi 2022-09-10 14:01:28 +02:00
parent 3e89d9a878
commit b5fce16f0b
8 changed files with 13 additions and 76 deletions

View file

@ -2,7 +2,7 @@
"conditions": [ "conditions": [
{ {
"type": "forge:mod_loaded", "type": "forge:mod_loaded",
"modid": "appliedenergistics2" "modid": "ae2"
} }
], ],
"type": "create:milling", "type": "create:milling",
@ -13,7 +13,7 @@
], ],
"results": [ "results": [
{ {
"item": "appliedenergistics2:certus_quartz_dust", "item": "ae2:certus_quartz_dust",
"count": 1 "count": 1
} }
], ],

View file

@ -2,7 +2,7 @@
"conditions": [ "conditions": [
{ {
"type": "forge:mod_loaded", "type": "forge:mod_loaded",
"modid": "appliedenergistics2" "modid": "ae2"
} }
], ],
"type": "create:milling", "type": "create:milling",
@ -13,7 +13,7 @@
], ],
"results": [ "results": [
{ {
"item": "appliedenergistics2:ender_dust", "item": "ae2:ender_dust",
"count": 1 "count": 1
} }
], ],

View file

@ -2,18 +2,18 @@
"conditions": [ "conditions": [
{ {
"type": "forge:mod_loaded", "type": "forge:mod_loaded",
"modid": "appliedenergistics2" "modid": "ae2"
} }
], ],
"type": "create:milling", "type": "create:milling",
"ingredients": [ "ingredients": [
{ {
"item": "appliedenergistics2:fluix_crystal" "item": "ae2:fluix_crystal"
} }
], ],
"results": [ "results": [
{ {
"item": "appliedenergistics2:fluix_dust", "item": "ae2:fluix_dust",
"count": 1 "count": 1
} }
], ],

View file

@ -1,21 +0,0 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "appliedenergistics2"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "forge:ingots/gold"
}
],
"results": [
{
"item": "appliedenergistics2:gold_dust",
"count": 1
}
],
"processingTime": 100
}

View file

@ -1,21 +0,0 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "appliedenergistics2"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "forge:ingots/iron"
}
],
"results": [
{
"item": "appliedenergistics2:iron_dust",
"count": 1
}
],
"processingTime": 200
}

View file

@ -1,21 +0,0 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "appliedenergistics2"
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "forge:gems/quartz"
}
],
"results": [
{
"item": "appliedenergistics2:nether_quartz_dust",
"count": 1
}
],
"processingTime": 200
}

View file

@ -2,18 +2,18 @@
"conditions": [ "conditions": [
{ {
"type": "forge:mod_loaded", "type": "forge:mod_loaded",
"modid": "appliedenergistics2" "modid": "ae2"
} }
], ],
"type": "create:milling", "type": "create:milling",
"ingredients": [ "ingredients": [
{ {
"item": "appliedenergistics2:sky_stone_block" "item": "ae2:sky_stone_block"
} }
], ],
"results": [ "results": [
{ {
"item": "appliedenergistics2:sky_dust", "item": "ae2:sky_dust",
"count": 1 "count": 1
} }
], ],

View file

@ -2,7 +2,7 @@
"conditions": [ "conditions": [
{ {
"type": "forge:mod_loaded", "type": "forge:mod_loaded",
"modid": "appliedenergistics2" "modid": "ae2"
} }
], ],
"type": "create:mixing", "type": "create:mixing",
@ -16,7 +16,7 @@
"amount": 250 "amount": 250
}, },
{ {
"item": "appliedenergistics2:charged_certus_quartz_crystal" "item": "ae2:charged_certus_quartz_crystal"
}, },
{ {
"tag": "forge:gems/quartz" "tag": "forge:gems/quartz"
@ -24,7 +24,7 @@
], ],
"results": [ "results": [
{ {
"item": "appliedenergistics2:fluix_crystal", "item": "ae2:fluix_crystal",
"count": 2 "count": 2
} }
], ],