fixes #2807
This commit is contained in:
parent
a2b6ce4aea
commit
f3942a023e
83 changed files with 83 additions and 0 deletions
src/main/resources/data/techreborn/recipes/crafting_table
cable
glassfiber_cable_3.jsonglassfiber_cable_4.jsonglassfiber_cable_6.jsonglassfiber_cable_8.jsoninsulated_copper_cable.jsoninsulated_copper_cable_alt.jsoninsulated_copper_cable_shapeless.jsoninsulated_gold_cable.jsoninsulated_gold_cable_shapeless.jsoninsulated_hv_cable.jsoninsulated_hv_cable_shapeless.json
ingot
mixed_metal_ingot.jsonmixed_metal_ingot_alt.jsonmixed_metal_ingot_aluminum_invar_bronze.jsonmixed_metal_ingot_aluminum_nickel_brass.jsonmixed_metal_ingot_aluminum_nickel_bronze.jsonmixed_metal_ingot_aluminum_titanium_brass.jsonmixed_metal_ingot_aluminum_titanium_bronze.jsonmixed_metal_ingot_aluminum_tungsten_brass.jsonmixed_metal_ingot_aluminum_tungsten_bronze.jsonmixed_metal_ingot_aluminum_tungstensteel_brass.jsonmixed_metal_ingot_aluminum_tungstensteel_bronze.jsonmixed_metal_ingot_mixed_metal_ingot_aluminum_invar_brass.jsonmixed_metal_ingot_mixed_metal_ingot_tin_titanium_bronze.jsonmixed_metal_ingot_mixed_metal_ingot_zinc_invar_bronze.jsonmixed_metal_ingot_tin_invar_brass.jsonmixed_metal_ingot_tin_invar_bronze.jsonmixed_metal_ingot_tin_nickel_brass.jsonmixed_metal_ingot_tin_nickel_bronze.jsonmixed_metal_ingot_tin_titanium_brass.jsonmixed_metal_ingot_tin_tungsten_brass.jsonmixed_metal_ingot_tin_tungsten_bronze.jsonmixed_metal_ingot_tin_tungstensteel_brass.jsonmixed_metal_ingot_tin_tungstensteel_bronze.jsonmixed_metal_ingot_zinc_invar_brass.jsonmixed_metal_ingot_zinc_iron_brass.jsonmixed_metal_ingot_zinc_iron_bronze.jsonmixed_metal_ingot_zinc_nickel_brass.jsonmixed_metal_ingot_zinc_nickel_bronze.jsonmixed_metal_ingot_zinc_titanium_brass.jsonmixed_metal_ingot_zinc_titanium_bronze.jsonmixed_metal_ingot_zinc_tungsten_brass.jsonmixed_metal_ingot_zinc_tungsten_bronze.jsonmixed_metal_ingot_zinc_tungstensteel_brass.jsonmixed_metal_ingot_zinc_tungstensteel_bronze.json
machine
gas_turbine.jsongas_turbine_alt.jsonindustrial_centrifuge.jsonindustrial_centrifuge_alt.jsoniron_furnace.jsoniron_furnace_alt.jsonsemi_fluid_generator.jsonsemi_fluid_generator_alt.jsonwind_mill.jsonwind_mill_alt.json
machine_block
advanced_machine_casing.jsonadvanced_machine_casing_alt.jsonbasic_machine_casing.jsonbasic_machine_casing_alt.jsonbasic_machine_casing_alt_alt.jsonbasic_machine_frame.jsonbasic_machine_frame_alt.jsonindustrial_machine_casing.jsonindustrial_machine_casing_alt.json
misc_block
parts
carbon_fiber.jsoncarbon_fiber_from_cells.jsonnak_coolant_cell_60k.jsonnak_coolant_cell_60k_alt.jsonplantball_from_kelp.jsonplantball_from_sugar_cane.json
storage_block
iridium_reinforced_tungstensteel_storage_block.jsoniridium_reinforced_tungstensteel_storage_block_alt.json
unit/tank
advanced_tank_unit.jsonadvanced_tank_unit_from_basic.jsonindustrial_tank_unit.jsonindustrial_tank_unit_from_advanced.jsonquantum_tank_unit.jsonquantum_tank_unit_from_industrial.json
upgrade
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "glassfiber_cable",
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"RUR",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "glassfiber_cable",
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"RDR",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "glassfiber_cable",
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"SDS",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "glassfiber_cable",
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"EDE",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "insulated_copper_cable",
|
||||
"pattern": [
|
||||
"RRR",
|
||||
"III",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "insulated_copper_cable",
|
||||
"pattern": [
|
||||
"RIR",
|
||||
"RIR",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "insulated_copper_cable",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:rubber"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "insulated_gold_cable",
|
||||
"pattern": [
|
||||
"RRR",
|
||||
"RIR",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "insulated_gold_cable",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:rubber"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "insulated_hv_cable",
|
||||
"pattern": [
|
||||
"RRR",
|
||||
"RIR",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "insulated_hv_cable",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:rubber"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "mixed_metal_ingot",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"MMM",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "gas_turbine",
|
||||
"pattern": [
|
||||
"IAI",
|
||||
"WGW",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "gas_turbine",
|
||||
"pattern": [
|
||||
"IAI",
|
||||
"WGW",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "industrial_centrifuge",
|
||||
"pattern": [
|
||||
"RCR",
|
||||
"AEA",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "industrial_centrifuge",
|
||||
"pattern": [
|
||||
"RCR",
|
||||
"AEA",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "iron_furnace",
|
||||
"pattern": [
|
||||
"III",
|
||||
"I I",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "iron_furnace",
|
||||
"pattern": [
|
||||
" I ",
|
||||
"I I",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "semi_fluid_generator",
|
||||
"pattern": [
|
||||
"III",
|
||||
"IHI",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "semi_fluid_generator",
|
||||
"pattern": [
|
||||
"III",
|
||||
"IHI",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wind_mill",
|
||||
"pattern": [
|
||||
"I",
|
||||
"G",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wind_mill",
|
||||
"pattern": [
|
||||
"IGI"
|
||||
],
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "advanced_machine_casing",
|
||||
"pattern": [
|
||||
"RRR",
|
||||
"CAC",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "advanced_machine_casing",
|
||||
"pattern": [
|
||||
"RRR",
|
||||
"CAC",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "basic_machine_casing",
|
||||
"pattern": [
|
||||
"RRR",
|
||||
"CAC",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "basic_machine_casing",
|
||||
"pattern": [
|
||||
"RRR",
|
||||
"CAC",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "basic_machine_casing",
|
||||
"pattern": [
|
||||
"RRR",
|
||||
"CAC",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "basic_machine_frame",
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"A A",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "basic_machine_frame",
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"A A",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "industrial_machine_casing",
|
||||
"pattern": [
|
||||
"RRR",
|
||||
"CAC",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "industrial_machine_casing",
|
||||
"pattern": [
|
||||
"RRR",
|
||||
"CAC",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "reinforced_glass",
|
||||
"pattern": [
|
||||
"GAG",
|
||||
"GGG",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "reinforced_glass",
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"AGA",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "carbon_fiber",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"C C",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "carbon_fiber",
|
||||
"pattern": [
|
||||
"CCC",
|
||||
"C C",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "nak_coolant_cell_60k",
|
||||
"pattern": [
|
||||
"TST",
|
||||
"PCP",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "nak_coolant_cell_60k",
|
||||
"pattern": [
|
||||
"TPT",
|
||||
"SCS",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "plantball",
|
||||
"pattern": [
|
||||
" X ",
|
||||
"XXX",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "plantball",
|
||||
"pattern": [
|
||||
" X ",
|
||||
"XXX",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "iridium_reinforced_tungstensteel_storage_block",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "c:tungstensteel_blocks"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "iridium_reinforced_tungstensteel_storage_block",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "c:iridium_reinforced_stone_blocks"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "advanced_tank_unit",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"RBR",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "advanced_tank_unit",
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"XBX",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "industrial_tank_unit",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"RBR",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "industrial_tank_unit",
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"XBX",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "quantum_tank_unit",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"RBR",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "quantum_tank_unit",
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"XBX",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "overclocker_upgrade",
|
||||
"pattern": [
|
||||
"TTT",
|
||||
"WCW"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "overclocker_upgrade",
|
||||
"pattern": [
|
||||
" T ",
|
||||
"WCW"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "overclocker_upgrade",
|
||||
"pattern": [
|
||||
" T ",
|
||||
"WCW"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue