Nickel Plate
immersiveengineering:plate_nickel

Nickel Plate

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

Acquisition

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

Crafting ⇆ any arrangement
Any Nickel Ingot
Engineer's Hammer
Nickel Plate Nickel Plate guaranteed

Pressing using Any Nickel Ingot. Produces Nickel Plate.

Pressing conditional
Nickel Plate Nickel Plate guaranteed

Pressing using Any Nickel Ingot. Produces Nickel Plate.

Pressing conditional
Nickel Plate Nickel Plate guaranteed
Developer reference
Registry name
immersiveengineering:plate_nickel
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (1)
forge:items/plates/nickel

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:ingots/nickel"
    },
    {
      "item": "immersiveengineering:hammer"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:pressing",
  "pattern": null,
  "ingredients": {
    "tag": "forge:ingots/nickel"
  },
  "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/nickel"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "immersiveengineering"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}