Update AE2 compat recipes for AE2 modid change (#2703)
This commit is contained in:
parent
24a026778d
commit
5cd8e58c1a
4 changed files with 14 additions and 14 deletions
|
@ -10,10 +10,10 @@
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"item": "appliedenergistics2:certus_quartz_dust"
|
"item": "ae2:certus_quartz_dust"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"reborncore:mod": "appliedenergistics2"
|
"reborncore:mod": "ae2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,11 +9,11 @@
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"item": "appliedenergistics2:certus_quartz_dust",
|
"item": "ae2:certus_quartz_dust",
|
||||||
"count": 5
|
"count": 5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"reborncore:mod": "appliedenergistics2"
|
"reborncore:mod": "ae2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,16 +4,16 @@
|
||||||
"time": 300,
|
"time": 300,
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"item": "appliedenergistics2:fluix_crystal",
|
"item": "ae2:fluix_crystal",
|
||||||
"count": 2
|
"count": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"item": "appliedenergistics2:fluix_dust"
|
"item": "ae2:fluix_dust"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"reborncore:mod": "appliedenergistics2"
|
"reborncore:mod": "ae2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,15 +13,15 @@
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"item": "appliedenergistics2:certus_quartz_crystal",
|
"item": "ae2:certus_quartz_crystal",
|
||||||
"count": 2
|
"count": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "appliedenergistics2:certus_quartz_dust",
|
"item": "ae2:certus_quartz_dust",
|
||||||
"count": 5
|
"count": 5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"reborncore:mod": "appliedenergistics2"
|
"reborncore:mod": "ae2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue