techreborn:industrial_machine_casing

Industrial Machine Casing

Tech Reborn · by Team Reborn, modmuss50, drcrazy
block Pickaxe MineableNeeds Iron Tool

Acquisition

Crafting using Chromium Plate, Chromium Plate, Chromium Plate, Data Storage Core, Industrial Machine Frame, Data Storage Core, Chromium Plate, Chromium Plate and Chromium Plate, arranged in the pattern shown. Produces 4× Industrial Machine Casing.

Crafting
Industrial Machine Casing ×4 guaranteed

Crafting using Chromium Plate, Chromium Plate, Chromium Plate, Data Storage Core, Advanced Machine Casing, Data Storage Core, Chromium Plate, Chromium Plate and Chromium Plate, arranged in the pattern shown. Produces Industrial Machine Casing.

Crafting
Industrial Machine Casing guaranteed

Mining & drops

sourcecountchanceconditions
Industrial Machine Casing1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
techreborn:industrial_machine_casing
Namespace
techreborn
Mod ID
techreborn
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "RRR",
    "CAC",
    "RRR"
  ],
  "ingredients": {
    "A": {
      "item": "techreborn:industrial_machine_frame"
    },
    "C": {
      "item": "techreborn:data_storage_core"
    },
    "R": {
      "tag": "c:chromium_plates"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "industrial_machine_casing",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "RRR",
    "CAC",
    "RRR"
  ],
  "ingredients": {
    "A": {
      "item": "techreborn:advanced_machine_casing"
    },
    "C": {
      "item": "techreborn:data_storage_core"
    },
    "R": {
      "tag": "c:chromium_plates"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "industrial_machine_casing",
  "experience": null,
  "cooking_time": null
}