Added back initial Applied Energistics 2 compatibility. (#2199)
This commit is contained in:
parent
2eef16080b
commit
f733ec3065
5 changed files with 109 additions and 0 deletions
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue