Implosion Compressor recipes

This commit is contained in:
drcrazy 2019-07-31 17:24:36 +03:00
parent 66a6577dde
commit 398d74dedc
12 changed files with 223 additions and 234 deletions

View file

@ -0,0 +1,25 @@
{
"type": "techreborn:implosion_compressor",
"power": 32,
"time": 20,
"ingredients" : [
{
"item": "minecraft:tnt",
"count": 16
},
{
"item": "techreborn:diamond_dust",
"count": 4
}
],
"results" : [
{
"item": "minecraft:diamond",
"count": 3
},
{
"item": "techreborn:dark_ashes_dust",
"count": 16
}
]
}

View file

@ -0,0 +1,25 @@
{
"type": "techreborn:implosion_compressor",
"power": 32,
"time": 20,
"ingredients" : [
{
"item": "minecraft:tnt",
"count": 16
},
{
"item": "techreborn:emerald_dust",
"count": 4
}
],
"results" : [
{
"item": "minecraft:emerald",
"count": 3
},
{
"item": "techreborn:dark_ashes_dust",
"count": 12
}
]
}

View file

@ -0,0 +1,23 @@
{
"type": "techreborn:implosion_compressor",
"power": 32,
"time": 20,
"ingredients" : [
{
"item": "minecraft:tnt",
"count": 16
},
{
"item": "techreborn:iridium_alloy_ingot"
}
],
"results" : [
{
"item": "techreborn:iridium_alloy_plate"
},
{
"item": "techreborn:dark_ashes_dust",
"count": 4
}
]
}

View file

@ -0,0 +1,25 @@
{
"type": "techreborn:implosion_compressor",
"power": 32,
"time": 20,
"ingredients" : [
{
"item": "minecraft:tnt",
"count": 16
},
{
"item": "techreborn:peridot_dust",
"count": 4
}
],
"results" : [
{
"item": "techreborn:peridot_gem",
"count": 3
},
{
"item": "techreborn:dark_ashes_dust",
"count": 12
}
]
}

View file

@ -0,0 +1,25 @@
{
"type": "techreborn:implosion_compressor",
"power": 32,
"time": 20,
"ingredients" : [
{
"item": "minecraft:tnt",
"count": 16
},
{
"item": "minecraft:redstone_block",
"count": 9
}
],
"results" : [
{
"item": "techreborn:red_garnet_dust",
"count": 4
},
{
"item": "techreborn:dark_ashes_dust",
"count": 4
}
]
}

View file

@ -0,0 +1,25 @@
{
"type": "techreborn:implosion_compressor",
"power": 32,
"time": 20,
"ingredients" : [
{
"item": "minecraft:tnt",
"count": 16
},
{
"item": "techreborn:red_garnet_dust",
"count": 4
}
],
"results" : [
{
"item": "techreborn:red_garnet_gem",
"count": 3
},
{
"item": "techreborn:dark_ashes_dust",
"count": 8
}
]
}

View file

@ -0,0 +1,25 @@
{
"type": "techreborn:implosion_compressor",
"power": 32,
"time": 20,
"ingredients" : [
{
"item": "minecraft:tnt",
"count": 16
},
{
"item": "techreborn:ruby_dust",
"count": 4
}
],
"results" : [
{
"item": "techreborn:ruby_gem",
"count": 3
},
{
"item": "techreborn:dark_ashes_dust",
"count": 12
}
]
}

View file

@ -0,0 +1,25 @@
{
"type": "techreborn:implosion_compressor",
"power": 32,
"time": 20,
"ingredients" : [
{
"item": "minecraft:tnt",
"count": 16
},
{
"item": "techreborn:sapphire_dust",
"count": 4
}
],
"results" : [
{
"item": "techreborn:sapphire_gem",
"count": 3
},
{
"item": "techreborn:dark_ashes_dust",
"count": 12
}
]
}

View file

@ -0,0 +1,25 @@
{
"type": "techreborn:implosion_compressor",
"power": 32,
"time": 20,
"ingredients" : [
{
"item": "minecraft:tnt",
"count": 16
},
{
"item": "techreborn:yellow_garnet_dust",
"count": 4
}
],
"results" : [
{
"item": "techreborn:yellow_garnet_gem",
"count": 3
},
{
"item": "techreborn:dark_ashes_dust",
"count": 8
}
]
}