Constantan Ingot
immersiveengineering:ingot_constantan

Constantan Ingot

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

Acquisition

Crafting using Any Constantan Nugget, Any Constantan Nugget, Any Constantan Nugget, Any Constantan Nugget, Constantan Nugget, Any Constantan Nugget, Any Constantan Nugget, Any Constantan Nugget and Any Constantan Nugget, arranged in the pattern shown. Produces Constantan Ingot.

Crafting
Any Constantan Nugget
Any Constantan Nugget
Any Constantan Nugget
Any Constantan Nugget
Constantan Nugget
Any Constantan Nugget
Any Constantan Nugget
Any Constantan Nugget
Any Constantan Nugget
Constantan Ingot Constantan Ingot guaranteed

Crafting using Block of Constantan, in any arrangement. Produces 9× Constantan Ingot.

Crafting ⇆ any arrangement
Constantan Ingot Constantan Ingot ×9 guaranteed

Mixing using Any Nickel Ingot and Copper Ingot. Produces 2× Constantan Ingot.

Mixing conditional
Constantan Ingot Constantan Ingot ×2 guaranteed

Smelting using Constantan Grit (200 ticks). Produces Constantan Ingot.

Smelting
Constantan Ingot Constantan Ingot guaranteed

Blasting using Constantan Grit (100 ticks). Produces Constantan Ingot.

Blasting
Constantan Ingot Constantan Ingot guaranteed

Used in (2)

Crafting using Any Constantan Ingot, Any Constantan Ingot, Any Constantan Ingot, Any Constantan Ingot, Constantan Ingot, Any Constantan Ingot, Any Constantan Ingot, Any Constantan Ingot and Any Constantan Ingot, arranged in the pattern shown. Produces Block of Constantan.

Crafting
Any Constantan Ingot
Any Constantan Ingot
Any Constantan Ingot
Any Constantan Ingot
Constantan Ingot
Any Constantan Ingot
Any Constantan Ingot
Any Constantan Ingot
Any Constantan Ingot
Block of Constantan guaranteed

Crafting using Constantan Ingot, in any arrangement. Produces 9× Constantan Nugget.

Crafting ⇆ any arrangement
Constantan Ingot
Constantan Nugget Constantan Nugget ×9 guaranteed
Developer reference
Registry name
immersiveengineering:ingot_constantan
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (1)
forge:items/ingots/constantan

Recipe JSON (5):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "sss",
    "sis",
    "sss"
  ],
  "ingredients": {
    "i": {
      "item": "immersiveengineering:nugget_constantan"
    },
    "s": {
      "tag": "forge:nuggets/constantan"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "immersiveengineering:storage_constantan"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:mixing",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:ingots/nickel"
    },
    {
      "tag": "forge:ingots/copper"
    }
  ],
  "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:smelting",
  "pattern": null,
  "ingredients": {
    "item": "immersiveengineering:dust_constantan"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "immersiveengineering:dust_constantan"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0,
  "cooking_time": 100
}