Overclocker Upgrade
techreborn:overclocker_upgrade

Overclocker Upgrade

Tech Reborn · by Team Reborn, modmuss50, drcrazy
item

Acquisition

Crafting using 60k NaK Coolant Cell, Insulated Copper Cable, Electronic Circuit and Insulated Copper Cable, arranged in the pattern shown. Produces 2× Overclocker Upgrade.

Crafting
60k NaK Coolant Cell
Insulated Copper Cable
Electronic Circuit
Insulated Copper Cable
Overclocker Upgrade Overclocker Upgrade ×2 guaranteed

Crafting using 180k Helium Coolant Cell, Insulated Copper Cable, Electronic Circuit and Insulated Copper Cable, arranged in the pattern shown. Produces 2× Overclocker Upgrade.

Crafting
180k Helium Coolant Cell
Insulated Copper Cable
Electronic Circuit
Insulated Copper Cable
Overclocker Upgrade Overclocker Upgrade ×2 guaranteed

Crafting using 10k Water Coolant Cell, 10k Water Coolant Cell, 10k Water Coolant Cell, Insulated Copper Cable, Electronic Circuit and Insulated Copper Cable, arranged in the pattern shown. Produces Overclocker Upgrade.

Crafting
10k Water Coolant Cell
10k Water Coolant Cell
10k Water Coolant Cell
Insulated Copper Cable
Electronic Circuit
Insulated Copper Cable
Overclocker Upgrade Overclocker Upgrade guaranteed

Used in (3)

Crafting using Iridium Nugget, Iridium Alloy Plate, Overclocker Upgrade, Energy Flow Chip, Iridium Nugget, Advanced Chainsaw and Overclocker Upgrade, arranged in the pattern shown. Produces Industrial Chainsaw.

Crafting
Iridium Nugget
Iridium Alloy Plate
Overclocker Upgrade
Energy Flow Chip
Iridium Nugget
Advanced Chainsaw
Overclocker Upgrade
Industrial Chainsaw Industrial Chainsaw guaranteed

Crafting using Iridium Nugget, Advanced Jackhammer, Iridium Nugget, Overclocker Upgrade, Energy Flow Chip, Overclocker Upgrade and Iridium Alloy Plate, arranged in the pattern shown. Produces Industrial Jackhammer.

Crafting
Iridium Nugget
Advanced Jackhammer
Iridium Nugget
Overclocker Upgrade
Energy Flow Chip
Overclocker Upgrade
Iridium Alloy Plate
Industrial Jackhammer Industrial Jackhammer guaranteed

Crafting using Iridium Alloy Plate, Iridium Nugget, Energy Flow Chip, Iridium Nugget, Overclocker Upgrade, Advanced Drill and Overclocker Upgrade, arranged in the pattern shown. Produces Industrial Drill.

Crafting
Iridium Alloy Plate
Iridium Nugget
Energy Flow Chip
Iridium Nugget
Overclocker Upgrade
Advanced Drill
Overclocker Upgrade
Industrial Drill Industrial Drill guaranteed
Developer reference
Registry name
techreborn:overclocker_upgrade
Namespace
techreborn
Mod ID
techreborn

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " T ",
    "WCW"
  ],
  "ingredients": {
    "C": {
      "item": "techreborn:electronic_circuit"
    },
    "T": {
      "item": "techreborn:nak_coolant_cell_60k"
    },
    "W": {
      "item": "techreborn:insulated_copper_cable"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "overclocker_upgrade",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " T ",
    "WCW"
  ],
  "ingredients": {
    "C": {
      "item": "techreborn:electronic_circuit"
    },
    "T": {
      "item": "techreborn:helium_coolant_cell_180k"
    },
    "W": {
      "item": "techreborn:insulated_copper_cable"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "overclocker_upgrade",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "TTT",
    "WCW"
  ],
  "ingredients": {
    "C": {
      "item": "techreborn:electronic_circuit"
    },
    "T": {
      "item": "techreborn:water_coolant_cell_10k"
    },
    "W": {
      "item": "techreborn:insulated_copper_cable"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "overclocker_upgrade",
  "experience": null,
  "cooking_time": null
}