Basic Unit Upgrader
techreborn:basic_unit_upgrader

Basic Unit Upgrader

Tech Reborn · by Team Reborn, modmuss50, drcrazy
item

Acquisition

Crafting using Electrum Plate, Electrum Plate, Electrum Plate, Basic Storage Unit, Advanced Machine Frame, Advanced Circuit, Digital Display and Advanced Circuit, arranged in the pattern shown. Produces Basic Unit Upgrader.

Crafting
Basic Unit Upgrader Basic Unit Upgrader guaranteed
Developer reference
Registry name
techreborn:basic_unit_upgrader
Namespace
techreborn
Mod ID
techreborn

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PPP",
    "XB ",
    "CDC"
  ],
  "ingredients": {
    "B": {
      "item": "techreborn:advanced_machine_frame"
    },
    "C": {
      "item": "techreborn:advanced_circuit"
    },
    "D": {
      "item": "techreborn:digital_display"
    },
    "P": {
      "tag": "c:electrum_plates"
    },
    "X": {
      "item": "techreborn:basic_storage_unit"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}