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
src/main/resources/data/techreborn/recipes/implosion_compressor
diamond.jsondiamond_alt.jsonemerald.jsonemerald_alt.jsoniridium_alloy_plate.jsoniridium_alloy_plate_alt.jsonperidot_gem.jsonperidot_gem_alt.jsonred_garnet_dust.jsonred_garnet_dust_alt.jsonred_garnet_gem.jsonred_garnet_gem_alt.jsonruby_gem.jsonruby_gem_alt.jsonsapphire_gem.jsonsapphire_gem_alt.jsonyellow_garnet_gem.jsonyellow_garnet_gem_alt.json
|
@ -3,13 +3,13 @@
|
||||||
"power": 30,
|
"power": 30,
|
||||||
"time": 2000,
|
"time": 2000,
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"count": 4,
|
||||||
|
"tag": "c:diamond_dust"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"item": "minecraft:tnt",
|
"item": "minecraft:tnt",
|
||||||
"count": 16
|
"count": 16
|
||||||
},
|
|
||||||
{
|
|
||||||
"count": 4,
|
|
||||||
"tag": "c:diamond_dust"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"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,
|
"power": 30,
|
||||||
"time": 2000,
|
"time": 2000,
|
||||||
"ingredients" : [
|
"ingredients" : [
|
||||||
|
{
|
||||||
|
"item": "techreborn:emerald_dust",
|
||||||
|
"count": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"item": "minecraft:tnt",
|
"item": "minecraft:tnt",
|
||||||
"count": 16
|
"count": 16
|
||||||
},
|
|
||||||
{
|
|
||||||
"item": "techreborn:emerald_dust",
|
|
||||||
"count": 4
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results" : [
|
"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,
|
"power": 30,
|
||||||
"time": 2000,
|
"time": 2000,
|
||||||
"ingredients" : [
|
"ingredients" : [
|
||||||
|
{
|
||||||
|
"item": "techreborn:iridium_alloy_ingot"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"item": "minecraft:tnt",
|
"item": "minecraft:tnt",
|
||||||
"count": 8
|
"count": 8
|
||||||
},
|
|
||||||
{
|
|
||||||
"item": "techreborn:iridium_alloy_ingot"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results" : [
|
"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,
|
"power": 30,
|
||||||
"time": 2000,
|
"time": 2000,
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"count": 4,
|
||||||
|
"tag": "c:peridot_dust"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"item": "minecraft:tnt",
|
"item": "minecraft:tnt",
|
||||||
"count": 16
|
"count": 16
|
||||||
},
|
|
||||||
{
|
|
||||||
"count": 4,
|
|
||||||
"tag": "c:peridot_dust"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"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,
|
"power": 30,
|
||||||
"time": 2000,
|
"time": 2000,
|
||||||
"ingredients" : [
|
"ingredients" : [
|
||||||
|
{
|
||||||
|
"item": "minecraft:redstone_block",
|
||||||
|
"count": 9
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"item": "minecraft:tnt",
|
"item": "minecraft:tnt",
|
||||||
"count": 16
|
"count": 16
|
||||||
},
|
|
||||||
{
|
|
||||||
"item": "minecraft:redstone_block",
|
|
||||||
"count": 9
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results" : [
|
"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,
|
"power": 30,
|
||||||
"time": 2000,
|
"time": 2000,
|
||||||
"ingredients" : [
|
"ingredients" : [
|
||||||
|
{
|
||||||
|
"item": "techreborn:red_garnet_dust",
|
||||||
|
"count": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"item": "minecraft:tnt",
|
"item": "minecraft:tnt",
|
||||||
"count": 16
|
"count": 16
|
||||||
},
|
|
||||||
{
|
|
||||||
"item": "techreborn:red_garnet_dust",
|
|
||||||
"count": 4
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results" : [
|
"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,
|
"power": 30,
|
||||||
"time": 2000,
|
"time": 2000,
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"count": 4,
|
||||||
|
"tag": "c:ruby_dust"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"item": "minecraft:tnt",
|
"item": "minecraft:tnt",
|
||||||
"count": 16
|
"count": 16
|
||||||
},
|
|
||||||
{
|
|
||||||
"count": 4,
|
|
||||||
"tag": "c:ruby_dust"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"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,
|
"power": 30,
|
||||||
"time": 2000,
|
"time": 2000,
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"count": 4,
|
||||||
|
"tag": "c:sapphire_dust"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"item": "minecraft:tnt",
|
"item": "minecraft:tnt",
|
||||||
"count": 16
|
"count": 16
|
||||||
},
|
|
||||||
{
|
|
||||||
"count": 4,
|
|
||||||
"tag": "c:sapphire_dust"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"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,
|
"power": 30,
|
||||||
"time": 2000,
|
"time": 2000,
|
||||||
"ingredients" : [
|
"ingredients" : [
|
||||||
|
{
|
||||||
|
"item": "techreborn:yellow_garnet_dust",
|
||||||
|
"count": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"item": "minecraft:tnt",
|
"item": "minecraft:tnt",
|
||||||
"count": 16
|
"count": 16
|
||||||
},
|
|
||||||
{
|
|
||||||
"item": "techreborn:yellow_garnet_dust",
|
|
||||||
"count": 4
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results" : [
|
"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…
Add table
Add a link
Reference in a new issue