Lead Plate
immersiveengineering:plate_lead

Lead Plate

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
item Lead Plate

Acquisition

Pressing using Any Lead Ingot. Produces Lead Plate.

Pressing conditional
Lead Plate Lead Plate guaranteed

Pressing using Any Lead Ingot. Produces Lead Plate.

Pressing conditional
Lead Plate Lead Plate guaranteed

Crafting using Any Lead Ingot and Engineer's Hammer, in any arrangement. Produces Lead Plate.

Crafting ⇆ any arrangement
Any Lead Ingot
Engineer's Hammer
Lead Plate Lead Plate guaranteed
Developer reference
Registry name
immersiveengineering:plate_lead
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (1)
forge:items/plates/lead

Recipe JSON (3):

{
  "recipe_type": "create:pressing",
  "pattern": null,
  "ingredients": {
    "tag": "forge:ingots/lead"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "immersiveengineering"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:pressing",
  "pattern": null,
  "ingredients": {
    "tag": "forge:ingots/lead"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "immersiveengineering"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:ingots/lead"
    },
    {
      "item": "immersiveengineering:hammer"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}