IndGrinder recipes for Iridium ore
This commit is contained in:
parent
774f7709ef
commit
0ece1d570c
2 changed files with 44 additions and 21 deletions
|
@ -1,23 +1,24 @@
|
||||||
{
|
{
|
||||||
"type": "techreborn:industrial_grinder",
|
"type": "techreborn:industrial_grinder",
|
||||||
"power": 64,
|
"power": 64,
|
||||||
"time": 100,
|
"time": 100,
|
||||||
"tank": {
|
"tank": {
|
||||||
"fluid": "techreborn:mercury",
|
"fluid": "techreborn:mercury",
|
||||||
"amount": 1000
|
"amount": 1000
|
||||||
},
|
},
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"tag": "c:iridium_ores"
|
"tag": "c:iridium_ores"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"item": "techreborn:raw_iridium",
|
"item": "techreborn:raw_iridium",
|
||||||
"count" : 2
|
"count": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "techreborn:platinum_dust"
|
"item": "techreborn:platinum_small_dust",
|
||||||
}
|
"count": 2
|
||||||
]
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"type": "techreborn:industrial_grinder",
|
||||||
|
"power": 64,
|
||||||
|
"time": 100,
|
||||||
|
"tank": {
|
||||||
|
"fluid": "techreborn:sodium_persulfate",
|
||||||
|
"amount": 1000
|
||||||
|
},
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"tag": "c:iridium_ores"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "techreborn:raw_iridium"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "techreborn:platinum_dust"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue