immersiveengineering:sheetmetal_gold

Gold Sheetmetal

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
block Gold SheetmetalGold SheetmetalPickaxe Mineable

Acquisition

Crafting using Any Gold Plate, Any Gold Plate, Any Gold Plate and Any Gold Plate, arranged in the pattern shown. Produces 4× Gold Sheetmetal.

Crafting
Any Gold Plate
Any Gold Plate
Any Gold Plate
Any Gold Plate
Gold Sheetmetal ×4 guaranteed

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

Crafting
Gold Sheetmetal Slab
Gold Sheetmetal Slab
Gold Sheetmetal guaranteed

Mining & drops

sourcecountchanceconditions
Gold Sheetmetal1–1100%Survives Explosion

Used in (1)

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

Crafting
Gold Sheetmetal Slab Gold Sheetmetal Slab ×6 guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " p ",
    "p p",
    " p "
  ],
  "ingredients": {
    "p": {
      "tag": "forge:plates/gold"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "s",
    "s"
  ],
  "ingredients": {
    "s": {
      "item": "immersiveengineering:slab_sheetmetal_gold"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}