immersiveengineering:sheetmetal_colored_magenta

Magenta Sheetmetal

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
block SheetmetalsSheetmetalsPickaxe Mineable

Acquisition

Crafting using Magenta Sheetmetal Slab and Magenta Sheetmetal Slab, arranged in the pattern shown. Produces Magenta Sheetmetal.

Crafting
Magenta Sheetmetal Slab
Magenta Sheetmetal Slab
Magenta Sheetmetal guaranteed

Crafting using Any Sheetmetals, Any Sheetmetals, Any Sheetmetals, Any Sheetmetals, Any Magenta Dye, Any Sheetmetals, Any Sheetmetals, Any Sheetmetals and Any Sheetmetals, arranged in the pattern shown. Produces 8× Magenta Sheetmetal.

Crafting
Magenta Sheetmetal ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Magenta Sheetmetal1–1100%Survives Explosion

Used in (1)

Crafting using Magenta Sheetmetal, Magenta Sheetmetal and Magenta Sheetmetal, arranged in the pattern shown. Produces 6× Magenta Sheetmetal Slab.

Crafting
Magenta Sheetmetal Slab Magenta Sheetmetal Slab ×6 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
immersiveengineering:sheetmetal_colored_magenta
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (3)
forge:blocks/sheetmetals
forge:items/sheetmetals
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "s",
    "s"
  ],
  "ingredients": {
    "s": {
      "item": "immersiveengineering:slab_sheetmetal_colored_magenta"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "sss",
    "sds",
    "sss"
  ],
  "ingredients": {
    "d": {
      "tag": "forge:dyes/magenta"
    },
    "s": {
      "tag": "forge:sheetmetals"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}