mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-18 07:53:07 +01:00
Oops, no applied
- Update ae2 compat recipes
This commit is contained in:
parent
3e89d9a878
commit
b5fce16f0b
8 changed files with 13 additions and 76 deletions
|
@ -2,7 +2,7 @@
|
|||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "appliedenergistics2"
|
||||
"modid": "ae2"
|
||||
}
|
||||
],
|
||||
"type": "create:milling",
|
||||
|
@ -13,7 +13,7 @@
|
|||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "appliedenergistics2:certus_quartz_dust",
|
||||
"item": "ae2:certus_quartz_dust",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "appliedenergistics2"
|
||||
"modid": "ae2"
|
||||
}
|
||||
],
|
||||
"type": "create:milling",
|
||||
|
@ -13,7 +13,7 @@
|
|||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "appliedenergistics2:ender_dust",
|
||||
"item": "ae2:ender_dust",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
|
|
|
@ -2,18 +2,18 @@
|
|||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "appliedenergistics2"
|
||||
"modid": "ae2"
|
||||
}
|
||||
],
|
||||
"type": "create:milling",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "appliedenergistics2:fluix_crystal"
|
||||
"item": "ae2:fluix_crystal"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "appliedenergistics2:fluix_dust",
|
||||
"item": "ae2:fluix_dust",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
|
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
}
|
|
@ -2,18 +2,18 @@
|
|||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "appliedenergistics2"
|
||||
"modid": "ae2"
|
||||
}
|
||||
],
|
||||
"type": "create:milling",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "appliedenergistics2:sky_stone_block"
|
||||
"item": "ae2:sky_stone_block"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "appliedenergistics2:sky_dust",
|
||||
"item": "ae2:sky_dust",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "appliedenergistics2"
|
||||
"modid": "ae2"
|
||||
}
|
||||
],
|
||||
"type": "create:mixing",
|
||||
|
@ -16,7 +16,7 @@
|
|||
"amount": 250
|
||||
},
|
||||
{
|
||||
"item": "appliedenergistics2:charged_certus_quartz_crystal"
|
||||
"item": "ae2:charged_certus_quartz_crystal"
|
||||
},
|
||||
{
|
||||
"tag": "forge:gems/quartz"
|
||||
|
@ -24,7 +24,7 @@
|
|||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "appliedenergistics2:fluix_crystal",
|
||||
"item": "ae2:fluix_crystal",
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue