End crystals can be used in implosion compressor. Closes #2027
This commit is contained in:
parent
ebc2282c9f
commit
3920ff79d9
18 changed files with 258 additions and 35 deletions
|
@ -3,13 +3,13 @@
|
|||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 4,
|
||||
"tag": "c:diamond_dust"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:tnt",
|
||||
"count": 16
|
||||
},
|
||||
{
|
||||
"count": 4,
|
||||
"tag": "c:diamond_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "techreborn:implosion_compressor",
|
||||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 4,
|
||||
"tag": "c:diamond_dust"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_crystal",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:diamond",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:ender_eye_small_dust",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
|
@ -3,13 +3,13 @@
|
|||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "techreborn:emerald_dust",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "minecraft:tnt",
|
||||
"count": 16
|
||||
},
|
||||
{
|
||||
"item": "techreborn:emerald_dust",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "techreborn:implosion_compressor",
|
||||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "techreborn:emerald_dust",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_crystal",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "minecraft:emerald",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:ender_eye_small_dust",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
|
@ -3,12 +3,12 @@
|
|||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "techreborn:iridium_alloy_ingot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:tnt",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"item": "techreborn:iridium_alloy_ingot"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "techreborn:implosion_compressor",
|
||||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "techreborn:iridium_alloy_ingot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_crystal",
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:iridium_alloy_plate"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:ender_eye_small_dust",
|
||||
"count": 2
|
||||
}
|
||||
]
|
||||
}
|
|
@ -3,13 +3,13 @@
|
|||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 4,
|
||||
"tag": "c:peridot_dust"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:tnt",
|
||||
"count": 16
|
||||
},
|
||||
{
|
||||
"count": 4,
|
||||
"tag": "c:peridot_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "techreborn:implosion_compressor",
|
||||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 4,
|
||||
"tag": "c:peridot_dust"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_crystal",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:peridot_gem",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:ender_eye_small_dust",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
|
@ -3,13 +3,13 @@
|
|||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "minecraft:redstone_block",
|
||||
"count": 9
|
||||
},
|
||||
{
|
||||
"item": "minecraft:tnt",
|
||||
"count": 16
|
||||
},
|
||||
{
|
||||
"item": "minecraft:redstone_block",
|
||||
"count": 9
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "techreborn:implosion_compressor",
|
||||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "minecraft:redstone_block",
|
||||
"count": 9
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_crystal",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:red_garnet_dust",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "techreborn:ender_eye_small_dust",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
|
@ -3,13 +3,13 @@
|
|||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "techreborn:red_garnet_dust",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "minecraft:tnt",
|
||||
"count": 16
|
||||
},
|
||||
{
|
||||
"item": "techreborn:red_garnet_dust",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "techreborn:implosion_compressor",
|
||||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "techreborn:red_garnet_dust",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_crystal",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:red_garnet_gem",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:ender_eye_small_dust",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
|
@ -3,13 +3,13 @@
|
|||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 4,
|
||||
"tag": "c:ruby_dust"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:tnt",
|
||||
"count": 16
|
||||
},
|
||||
{
|
||||
"count": 4,
|
||||
"tag": "c:ruby_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "techreborn:implosion_compressor",
|
||||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 4,
|
||||
"tag": "c:ruby_dust"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_crystal",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:ruby_gem",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:ender_eye_small_dust",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
|
@ -3,13 +3,13 @@
|
|||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 4,
|
||||
"tag": "c:sapphire_dust"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:tnt",
|
||||
"count": 16
|
||||
},
|
||||
{
|
||||
"count": 4,
|
||||
"tag": "c:sapphire_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "techreborn:implosion_compressor",
|
||||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 4,
|
||||
"tag": "c:sapphire_dust"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_crystal",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:sapphire_gem",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:ender_eye_small_dust",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
|
@ -3,13 +3,13 @@
|
|||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "techreborn:yellow_garnet_dust",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "minecraft:tnt",
|
||||
"count": 16
|
||||
},
|
||||
{
|
||||
"item": "techreborn:yellow_garnet_dust",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "techreborn:implosion_compressor",
|
||||
"power": 30,
|
||||
"time": 2000,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "techreborn:yellow_garnet_dust",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_crystal",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:yellow_garnet_gem",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:ender_eye_small_dust",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue