Grinder recipes review

This commit is contained in:
drcrazy 2019-08-02 02:32:34 +03:00
parent 906999f4b4
commit 4c8581ad49
48 changed files with 88 additions and 90 deletions

View file

@ -0,0 +1,15 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 300,
"ingredients": [
{
"item": "techreborn:iridium_ingot"
}
],
"results": [
{
"item": "techreborn:iridium_plate"
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 300,
"ingredients": [
{
"item": "techreborn:iridium_storage_block"
}
],
"results": [
{
"item": "techreborn:iridium_plate",
"count": 9
}
]
}

View file

@ -0,0 +1,15 @@
{
"type": "techreborn:grinder",
"power": 30,
"time": 270,
"ingredients": [
{
"item": "minecraft:diamond"
}
],
"results": [
{
"item": "techreborn:diamond_dust"
}
]
}

View file

@ -0,0 +1,15 @@
{
"type": "techreborn:grinder",
"power": 30,
"time": 270,
"ingredients": [
{
"item": "minecraft:emerald"
}
],
"results": [
{
"item": "techreborn:emerald_dust"
}
]
}

View file

@ -0,0 +1,15 @@
{
"type": "techreborn:grinder",
"power": 200,
"time": 22,
"ingredients": [
{
"item": "minecraft:prismarine_shard"
}
],
"results": [
{
"item": "minecraft:prismarine_crystals"
}
]
}