Added back initial Applied Energistics 2 compatibility. (#2199)

This commit is contained in:
shartte 2020-08-24 00:25:30 +02:00 committed by GitHub
parent 2eef16080b
commit f733ec3065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 109 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"type": "techreborn:grinder",
"power": 2,
"time": 300,
"ingredients": [
{
"tag": "c:certus_quartz_crystals"
}
],
"results": [
{
"item": "appliedenergistics2:certus_quartz_dust"
}
],
"conditions": {
"reborncore:mod": "appliedenergistics2"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "techreborn:grinder",
"power": 2,
"time": 300,
"ingredients": [
{
"tag": "c:certus_quartz_ores"
}
],
"results": [
{
"item": "appliedenergistics2:certus_quartz_dust",
"count": 5
}
],
"conditions": {
"reborncore:mod": "appliedenergistics2"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "techreborn:grinder",
"power": 2,
"time": 300,
"ingredients": [
{
"item": "appliedenergistics2:fluix_crystal"
}
],
"results": [
{
"item": "appliedenergistics2:fluix_dust"
}
],
"conditions": {
"reborncore:mod": "appliedenergistics2"
}
}

View file

@ -0,0 +1,27 @@
{
"type": "techreborn:industrial_grinder",
"power": 128,
"time": 100,
"tank": {
"fluid": "minecraft:water",
"amount": 1000
},
"ingredients": [
{
"item": "appliedenergistics2:quartz_ore"
}
],
"results": [
{
"item": "appliedenergistics2:certus_quartz_crystal",
"count": 2
},
{
"item": "appliedenergistics2:certus_quartz_dust",
"count": 3
}
],
"conditions": {
"reborncore:mod": "appliedenergistics2"
}
}

View file

@ -0,0 +1,27 @@
{
"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"
}
}