Update AE2 compat recipes for AE2 modid change (#2703)

This commit is contained in:
xanthian 2022-01-01 20:08:13 +00:00 committed by GitHub
parent 24a026778d
commit 5cd8e58c1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 14 deletions

View file

@ -10,10 +10,10 @@
], ],
"results": [ "results": [
{ {
"item": "appliedenergistics2:certus_quartz_dust" "item": "ae2:certus_quartz_dust"
} }
], ],
"conditions": { "conditions": {
"reborncore:mod": "appliedenergistics2" "reborncore:mod": "ae2"
} }
} }

View file

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

View file

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

View file

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