Constantan Ingot
thermal:constantan_ingot

Constantan Ingot

Thermal Foundation · by King Lemming
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

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

Smelting
Constantan Ingot Constantan Ingot guaranteed

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

Blasting
Constantan Ingot Constantan Ingot guaranteed

Crafting using Any of Copper Dust / Copper Ingot, Any of Nickel Dust / Nickel Ingot and Fire Charge, in any arrangement. Produces 2× Constantan Ingot.

Crafting ⇆ any arrangement
Any of Copper Dust / Copper Ingot
Any of Nickel Dust / Nickel Ingot
Fire Charge
Constantan Ingot Constantan Ingot ×2 guaranteed

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

Crafting ⇆ any arrangement
Constantan Ingot Constantan Ingot ×9 guaranteed

Used in (3)

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
thermal:constantan_ingot
Namespace
thermal
Mod ID
thermal_foundation
Tags (1)
forge:items/ingots/constantan

Recipe JSON (5):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#I#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:nuggets/constantan"
    },
    "I": {
      "item": "thermal:constantan_nugget"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "thermal:constantan_dust"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "thermal:constantan_dust"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "anyOf": [
        {
          "tag": "forge:dusts/copper"
        },
        {
          "tag": "forge:ingots/copper"
        }
      ]
    },
    {
      "anyOf": [
        {
          "tag": "forge:dusts/nickel"
        },
        {
          "tag": "forge:ingots/nickel"
        }
      ]
    },
    {
      "item": "minecraft:fire_charge"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "thermal:constantan_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}