techreborn:quantum_tank_unit

Quantum Tank Unit

Tech Reborn · by Team Reborn, modmuss50, drcrazy
block

Acquisition

Crafting using Empty Cell, Rubber, Quantum Storage Unit, Rubber and Empty Cell, arranged in the pattern shown. Produces Quantum Tank Unit.

Crafting
Quantum Tank Unit guaranteed

Crafting using Tungsten Plate, Tungsten Plate, Tungsten Plate, Industrial Tank Unit, Industrial Machine Frame, Industrial Tank Unit, Data Storage Chip, Digital Display and Data Storage Chip, arranged in the pattern shown. Produces Quantum Tank Unit.

Crafting
Quantum Tank Unit guaranteed

Mining & drops

sourcecountchanceconditions
Quantum Tank Unit1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Quantum Tank Unit1–1100%Survives Explosion
Developer reference
Registry name
techreborn:quantum_tank_unit
Namespace
techreborn
Mod ID
techreborn

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " C ",
    "RBR",
    " C "
  ],
  "ingredients": {
    "B": {
      "item": "techreborn:quantum_storage_unit"
    },
    "C": {
      "item": "techreborn:cell"
    },
    "R": {
      "item": "techreborn:rubber"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "quantum_tank_unit",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PPP",
    "XBX",
    "CDC"
  ],
  "ingredients": {
    "B": {
      "item": "techreborn:industrial_machine_frame"
    },
    "C": {
      "item": "techreborn:data_storage_chip"
    },
    "D": {
      "item": "techreborn:digital_display"
    },
    "P": {
      "tag": "c:tungsten_plates"
    },
    "X": {
      "item": "techreborn:industrial_tank_unit"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "quantum_tank_unit",
  "experience": null,
  "cooking_time": null
}