Fix AE2 recipes: remove old charged certus, add deepslate certus support, fix dupe bugwhen grinding crystals
This commit is contained in:
parent
36203239e1
commit
5a9d974eda
4 changed files with 6 additions and 31 deletions
|
@ -4,7 +4,8 @@
|
||||||
"time": 300,
|
"time": 300,
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"tag": "c:certus_quartz"
|
"tag": "c:certus_quartz",
|
||||||
|
"count": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
"time": 300,
|
"time": 300,
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"item": "appliedenergistics2:fluix_crystal"
|
"item": "appliedenergistics2:fluix_crystal",
|
||||||
|
"count": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"item": "appliedenergistics2:quartz_ore"
|
"tag": "c:certus_quartz_ores"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "appliedenergistics2:certus_quartz_dust",
|
"item": "appliedenergistics2:certus_quartz_dust",
|
||||||
"count": 3
|
"count": 5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"conditions": {
|
"conditions": {
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
{
|
|
||||||
"type": "techreborn:industrial_grinder",
|
|
||||||
"power": 128,
|
|
||||||
"time": 100,
|
|
||||||
"tank": {
|
|
||||||
"fluid": "minecraft:water",
|
|
||||||
"amount": 1000
|
|
||||||
},
|
|
||||||
"ingredients": [
|
|
||||||
{
|
|
||||||
"item": "appliedenergistics2:charged_quartz_ore"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"results": [
|
|
||||||
{
|
|
||||||
"item": "appliedenergistics2:charged_certus_quartz_crystal",
|
|
||||||
"count": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"item": "appliedenergistics2:certus_quartz_dust",
|
|
||||||
"count": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"conditions": {
|
|
||||||
"reborncore:mod": "appliedenergistics2"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue