And leave behind those who don't know

This commit is contained in:
drcrazy 2019-07-19 01:12:48 +03:00
parent ed6cfa916b
commit f890ac7146
48 changed files with 888 additions and 67 deletions

View file

@ -522,7 +522,7 @@
"item.techreborn.overclocker_upgrade": "Overclocker Upgrade",
"item.techreborn.transformer_upgrade": "Transformer Upgrade",
"item.techreborn.energy_storage_upgrade": "Energy Storage Upgrade",
"item.techreborn.superconductor_upgrade": "Superconductor Upgrade",
"item.techreborn.bronze_sword": "Bronze Sword",
"item.techreborn.bronze_pickaxe": "Bronze Pickaxe",

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "techreborn:item/upgrade/superconductor_upgrade"
}
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"RGR",
"LCL",
"RGR"
],
"key": {
"R": {
"item": "minecraft:redstone"
},
"C": {
"item": "techreborn:electronic_circuit"
},
"G": {
"item": "minecraft:glowstone_dust"
},
"L": {
"item": "minecraft:lapis_lazuli"
}
},
"result": {
"item": "techreborn:advanced_circuit"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" C ",
"AMA",
" C "
],
"key": {
"A": {
"item": "techreborn:advanced_alloy_plate"
},
"C": {
"item": "techreborn:carbon_plate"
},
"M": {
"item": "techreborn:basic_machine_frame"
}
},
"result": {
"item": "techreborn:advanced_machine_frame"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"AAA",
"A A",
"AAA"
],
"key": {
"A": {
"item": "techreborn:refined_iron_ingot"
}
},
"result": {
"item": "techreborn:basic_machine_frame"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" C ",
"C C",
" C "
],
"key": {
"C": {
"item": "techreborn:coal_dust"
}
},
"result": {
"item": "techreborn:carbon_fiber"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" T ",
"T T",
" T "
],
"key": {
"T": {
"item": "techreborn:tin_ingot"
}
},
"result": {
"item": "techreborn:cell"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ADA",
"DID",
"ADA"
],
"key": {
"A": {
"item": "techreborn:advanced_circuit"
},
"D": {
"item": "techreborn:data_storage_core"
},
"I": {
"item": "techreborn:iridium_ingot"
}
},
"result": {
"item": "techreborn:data_storage_chip"
}
}

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"RGR",
"LCL",
"EEE"
],
"key": {
"R": {
"item": "minecraft:redstone"
},
"C": {
"item": "techreborn:electronic_circuit"
},
"E": {
"item": "techreborn:emerald_plate"
},
"G": {
"item": "minecraft:glowstone_dust"
},
"L": {
"item": "minecraft:lapis_lazuli"
}
},
"result": {
"item": "techreborn:data_storage_core"
}
}

View file

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"DSD",
"SGS",
"DSD"
],
"key": {
"S": {
"item": "techreborn:steel_ingot"
},
"D": {
"item": "techreborn:diamond_dust"
},
"G": {
"item": "minecraft:diamond"
}
},
"result": {
"item": "techreborn:diamond_grinding_head",
"count": 2
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"DSD",
"S S",
"DSD"
],
"key": {
"S": {
"item": "techreborn:steel_ingot"
},
"D": {
"item": "techreborn:diamond_dust"
}
},
"result": {
"item": "techreborn:diamond_saw_blade",
"count": 4
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ADA",
"DGD",
"ADA"
],
"key": {
"A": {
"item": "techreborn:aluminum_ingot"
},
"D": {
"item": "minecraft:ink_sac"
},
"G": {
"item": "minecraft:glass_pane"
}
},
"result": {
"item": "techreborn:digital_display"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"WWW",
"SRS",
"WWW"
],
"key": {
"R": {
"item": "techreborn:refined_iron_ingot"
},
"W": {
"item": "techreborn:insulated_copper_cable"
},
"S": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "techreborn:electronic_circuit"
}
}

View file

@ -0,0 +1,26 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ATA",
"LIL",
"ATA"
],
"key": {
"A": {
"item": "techreborn:advanced_circuit"
},
"T": {
"item": "techreborn:tungsten_ingot"
},
"I": {
"item": "techreborn:iridium_alloy_plate"
},
"L": {
"item": "techreborn:lapotron_crystal"
}
},
"result": {
"item": "techreborn:energy_flow_chip",
"count": 4
}
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"PPP",
"WBW",
"PCP"
],
"key": {
"P": {
"tag": "minecraft:planks"
},
"B": {
"item": "techreborn:red_cell_battery"
},
"C": {
"item": "techreborn:electronic_circuit"
},
"W": {
"item": "techreborn:insulated_copper_cable"
}
},
"result": {
"item": "techreborn:energy_storage_upgrade"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"TTT",
"CCC",
"TTT"
],
"key": {
"C": {
"item": "techreborn:helium_coolant_cell_60k"
},
"T": {
"item": "techreborn:tin_ingot"
}
},
"result": {
"item": "techreborn:helium_coolant_cell_180k"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"THT",
"TCT",
"THT"
],
"key": {
"C": {
"item": "techreborn:copper_ingot"
},
"T": {
"item": "techreborn:tin_ingot"
},
"H": {
"item": "techreborn:helium_coolant_cell_180k"
}
},
"result": {
"item": "techreborn:helium_coolant_cell_360k"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" T ",
"TCT",
" T "
],
"key": {
"T": {
"item": "techreborn:tin_ingot"
},
"C": {
"item": "techreborn:cell"
}
},
"result": {
"item": "techreborn:helium_coolant_cell_60k"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"CTC",
"TBT",
"CTC"
],
"key": {
"B": {
"item": "techreborn:advanced_machine_frame"
},
"C": {
"item": "techreborn:chrome_plate"
},
"T": {
"item": "techreborn:titanium_plate"
}
},
"result": {
"item": "techreborn:industrial_machine_frame"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"IAI",
"ADA",
"IAI"
],
"key": {
"A": {
"item": "techreborn:advanced_alloy_plate"
},
"D": {
"item": "techreborn:diamond_dust"
},
"I": {
"item": "techreborn:iridium_ingot"
}
},
"result": {
"item": "techreborn:iridium_alloy_ingot"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"PPP",
"PIP",
"PPP"
],
"key": {
"P": {
"item": "techreborn:thick_neutron_reflector"
},
"I": {
"item": "techreborn:iridium_ingot"
}
},
"result": {
"item": "techreborn:iridium_neutron_reflector"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"TTT",
"CCC",
"TTT"
],
"key": {
"C": {
"item": "techreborn:nak_coolant_cell_60k"
},
"T": {
"item": "techreborn:tin_ingot"
}
},
"result": {
"item": "techreborn:nak_coolant_cell_180k"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"THT",
"TCT",
"THT"
],
"key": {
"C": {
"item": "techreborn:copper_ingot"
},
"T": {
"item": "techreborn:tin_ingot"
},
"H": {
"item": "techreborn:nak_coolant_cell_180k"
}
},
"result": {
"item": "techreborn:nak_coolant_cell_360k"
}
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"TST",
"PCP",
"TST"
],
"key": {
"C": {
"item": "techreborn:water_coolant_cell_10k"
},
"T": {
"item": "techreborn:tin_ingot"
},
"S": {
"item": "techreborn:cell"
},
"P": {
"item": "techreborn:cell"
}
},
"result": {
"item": "techreborn:nak_coolant_cell_60k"
}
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"TPT",
"SCS",
"TPT"
],
"key": {
"C": {
"item": "techreborn:water_coolant_cell_10k"
},
"T": {
"item": "techreborn:tin_ingot"
},
"P": {
"item": "techreborn:cell"
},
"S": {
"item": "techreborn:cell"
}
},
"result": {
"item": "techreborn:nak_coolant_cell_60k"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"TCT",
"CPC",
"TCT"
],
"key": {
"P": {
"item": "techreborn:copper_plate"
},
"C": {
"item": "techreborn:coal_dust"
},
"T": {
"item": "techreborn:tin_dust"
}
},
"result": {
"item": "techreborn:neutron_reflector"
}
}

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"TTT",
"WCW"
],
"key": {
"C": {
"item": "techreborn:electronic_circuit"
},
"T": {
"item": "techreborn:water_coolant_cell_10k"
},
"W": {
"item": "techreborn:insulated_copper_cable"
}
},
"result": {
"item": "techreborn:overclocker_upgrade"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" T ",
"WCW"
],
"key": {
"C": {
"item": "techreborn:electronic_circuit"
},
"T": {
"item": "techreborn:helium_coolant_cell_180k"
},
"W": {
"item": "techreborn:insulated_copper_cable"
}
},
"result": {
"item": "techreborn:overclocker_upgrade",
"count": 2
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" T ",
"WCW"
],
"key": {
"C": {
"item": "techreborn:electronic_circuit"
},
"T": {
"item": "techreborn:nak_coolant_cell_60k"
},
"W": {
"item": "techreborn:insulated_copper_cable"
}
},
"result": {
"item": "techreborn:overclocker_upgrade",
"count": 2
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"WWW"
],
"key": {
"W": {
"item": "techreborn:rubber_planks"
}
},
"result": {
"item": "techreborn:rubber_plank_slab",
"count": 6
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"W ",
"WW ",
"WWW"
],
"key": {
"W": {
"item": "techreborn:rubber_planks"
}
},
"result": {
"item": "techreborn:rubber_plank_stair",
"count": 4
}
}

View file

@ -0,0 +1,26 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"CCC",
"TIT",
"EEE"
],
"key": {
"C": {
"item": "techreborn:helium_coolant_cell_60k"
},
"T": {
"item": "techreborn:tungsten_ingot"
},
"E": {
"item": "techreborn:energy_flow_chip"
},
"I": {
"item": "techreborn:iridium_alloy_plate"
}
},
"result": {
"item": "techreborn:superconductor",
"count": 4
}
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SOS",
"CMC",
"SOS"
],
"key": {
"C": {
"item": "techreborn:superconductor_cable"
},
"S": {
"item": "techreborn:superconductor"
},
"M": {
"item": "techreborn:industrial_machine_frame"
},
"O": {
"item": "techreborn:data_storage_chip"
}
},
"result": {
"item": "techreborn:superconductor_upgrade"
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" P ",
"PCP",
" P "
],
"key": {
"P": {
"item": "techreborn:neutron_reflector"
},
"C": {
"item": "techreborn:cell"
}
},
"result": {
"item": "techreborn:thick_neutron_reflector"
}
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"GGG",
"WTW",
"GCG"
],
"key": {
"C": {
"item": "techreborn:electronic_circuit"
},
"T": {
"item": "techreborn:mv_transformer"
},
"G": {
"item": "minecraft:glass"
},
"W": {
"item": "techreborn:insulated_gold_cable"
}
},
"result": {
"item": "techreborn:transformer_upgrade"
}
}

View file

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"TST",
"SBS",
"TST"
],
"key": {
"B": {
"item": "techreborn:steel_storage_block"
},
"S": {
"item": "techreborn:steel_ingot"
},
"T": {
"item": "techreborn:tungsten_ingot"
}
},
"result": {
"item": "techreborn:tungsten_grinding_head",
"count": 2
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" T ",
"TWT",
" T "
],
"key": {
"T": {
"item": "techreborn:tin_ingot"
},
"W": {
"item": "minecraft:water_bucket"
}
},
"result": {
"item": "techreborn:water_coolant_cell_10k",
"count": 2
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"TTT",
"CCC",
"TTT"
],
"key": {
"C": {
"item": "techreborn:water_coolant_cell_10k"
},
"T": {
"item": "techreborn:tin_ingot"
}
},
"result": {
"item": "techreborn:water_coolant_cell_30k"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"TCT",
"TPT",
"TCT"
],
"key": {
"P": {
"item": "techreborn:copper_plate"
},
"C": {
"item": "techreborn:water_coolant_cell_30k"
},
"T": {
"item": "techreborn:tin_ingot"
}
},
"result": {
"item": "techreborn:water_coolant_cell_60k"
}
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:stone"
},
{
"item": "techreborn:iridium_alloy_plate"
}
],
"result": {
"item": "techreborn:iridium_reinforced_stone_storage_block"
}
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:tungstensteel_storage_block"
},
{
"item": "techreborn:iridium_plate"
}
],
"result": {
"item": "techreborn:iridium_reinforced_tungstensteel_storage_block"
}
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:iridium_reinforced_stone_storage_block"
},
{
"item": "techreborn:tungstensteel_ingot"
}
],
"result": {
"item": "techreborn:iridium_reinforced_tungstensteel_storage_block"
}
}

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"group": "planks",
"ingredients": [
{
"item": "techreborn:rubber_log"
}
],
"result": {
"item": "techreborn:rubber_planks",
"count": 4
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:red_cell_battery"
},
{
"item": "techreborn:basic_machine_frame"
},
{
"item": "minecraft:furnace"
}
],
"result": {
"item": "techreborn:solid_fuel_generator"
}
}