Constantan Plate
immersiveengineering:plate_constantan

Constantan Plate

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

Acquisition

Pressing using Any Constantan Ingot. Produces Constantan Plate.

Pressing conditional
Constantan Plate Constantan Plate guaranteed

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

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

Pressing using Any Constantan Ingot. Produces Constantan Plate.

Pressing conditional
Constantan Plate Constantan Plate guaranteed
Developer reference
Registry name
immersiveengineering:plate_constantan
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (1)
forge:items/plates/constantan

Recipe JSON (3):

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