Fix AE2 recipes: remove old charged certus, add deepslate certus support, fix dupe bugwhen grinding crystals

This commit is contained in:
Technici4n 2021-10-22 18:40:26 +02:00
parent 36203239e1
commit 5a9d974eda
4 changed files with 6 additions and 31 deletions

View file

@ -4,7 +4,8 @@
"time": 300,
"ingredients": [
{
"tag": "c:certus_quartz"
"tag": "c:certus_quartz",
"count": 2
}
],
"results": [

View file

@ -4,7 +4,8 @@
"time": 300,
"ingredients": [
{
"item": "appliedenergistics2:fluix_crystal"
"item": "appliedenergistics2:fluix_crystal",
"count": 2
}
],
"results": [

View file

@ -8,7 +8,7 @@
},
"ingredients": [
{
"item": "appliedenergistics2:quartz_ore"
"tag": "c:certus_quartz_ores"
}
],
"results": [
@ -18,7 +18,7 @@
},
{
"item": "appliedenergistics2:certus_quartz_dust",
"count": 3
"count": 5
}
],
"conditions": {

View file

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