More Industrial Grinder recipes

This commit is contained in:
drcrazy 2019-08-05 11:50:38 +03:00
parent 536de89742
commit c29ab8ecea
9 changed files with 209 additions and 128 deletions

View file

@ -0,0 +1,24 @@
{
"type": "techreborn:industrial_grinder",
"power": 64,
"time": 100,
"tank": {
"fluid": "techreborn:mercury",
"amount": 1000
},
"ingredients": [
{
"item": "minecraft:diamond_ore"
}
],
"results": [
{
"item": "minecraft:diamond",
"count": 2
},
{
"item": "techreborn:diamond_small_dust",
"count": 3
}
]
}

View file

@ -0,0 +1,26 @@
{
"type": "techreborn:industrial_grinder",
"power": 64,
"time": 100,
"tank": {
"fluid": "minecraft:water",
"amount": 1000
},
"ingredients": [
{
"item": "minecraft:diamond_ore"
}
],
"results": [
{
"item": "minecraft:diamond"
},
{
"item": "techreborn:diamond_small_dust",
"count": 6
},
{
"item": "techreborn:coal_dust"
}
]
}

View file

@ -0,0 +1,26 @@
{
"type": "techreborn:industrial_grinder",
"power": 64,
"time": 100,
"tank": {
"fluid": "techreborn:mercury",
"amount": 1000
},
"ingredients": [
{
"item": "minecraft:gold_ore"
}
],
"results": [
{
"item": "techreborn:gold_dust",
"count": 3
},
{
"item": "techreborn:copper_small_dust"
},
{
"item": "techreborn:nickel_small_dust"
}
]
}

View file

@ -0,0 +1,26 @@
{
"type": "techreborn:industrial_grinder",
"power": 64,
"time": 100,
"tank": {
"fluid": "techreborn:sodiumpersulfate",
"amount": 1000
},
"ingredients": [
{
"item": "minecraft:gold_ore"
}
],
"results": [
{
"item": "techreborn:gold_dust",
"count": 2
},
{
"item": "techreborn:copper_dust"
},
{
"item": "techreborn:nickel_dust"
}
]
}

View file

@ -0,0 +1,26 @@
{
"type": "techreborn:industrial_grinder",
"power": 64,
"time": 100,
"tank": {
"fluid": "minecraft:water",
"amount": 1000
},
"ingredients": [
{
"item": "minecraft:gold_ore"
}
],
"results": [
{
"item": "techreborn:gold_dust",
"count": 2
},
{
"item": "techreborn:copper_small_dust"
},
{
"item": "techreborn:nickel_small_dust"
}
]
}

View file

@ -1,25 +1,26 @@
{
"type": "techreborn:industrial_grinder",
"power": 64,
"time": 100,
"ingredients": [
{
"item": "minecraft:iron_ore"
},
{
"fluid": "minecraft:water"
}
],
"results": [
{
"item": "techreborn:iron_dust",
"count": 2
},
{
"item": "techreborn:tin_small_dust"
},
{
"item": "techreborn:nickel_small_dust"
}
]
}
"type": "techreborn:industrial_grinder",
"power": 64,
"time": 100,
"tank": {
"fluid": "minecraft:water",
"amount": 1000
},
"ingredients": [
{
"item": "minecraft:iron_ore"
}
],
"results": [
{
"item": "techreborn:iron_dust",
"count": 2
},
{
"item": "techreborn:tin_small_dust"
},
{
"item": "techreborn:nickel_small_dust"
}
]
}

View file

@ -0,0 +1,24 @@
{
"type": "techreborn:industrial_grinder",
"power": 64,
"time": 100,
"tank": {
"fluid": "minecraft:water",
"amount": 1000
},
"ingredients": [
{
"item": "minecraft:lapis_ore"
}
],
"results": [
{
"item": "minecraft:lapis_lazuli",
"count": 12
},
{
"item": "techreborn:lazurite_dust",
"count": 3
}
]
}

View file

@ -0,0 +1,24 @@
{
"type": "techreborn:industrial_grinder",
"power": 64,
"time": 100,
"tank": {
"fluid": "minecraft:water",
"amount": 1000
},
"ingredients": [
{
"item": "minecraft:redstone_ore"
}
],
"results": [
{
"item": "minecraft:redstone",
"count": 10
},
{
"item": "techreborn:glowstone_small_dust",
"count": 2
}
]
}