Electrum Ingot
thermal:electrum_ingot

Electrum Ingot

Thermal Foundation · by King Lemming
item Electrum Ingot

Acquisition

Crafting using Any of Gold Dust / Gold Ingot, Any of Silver Dust / Silver Ingot and Fire Charge, in any arrangement. Produces 2× Electrum Ingot.

Crafting ⇆ any arrangement
Any of Gold Dust / Gold Ingot
Any of Silver Dust / Silver Ingot
Fire Charge
Electrum Ingot Electrum Ingot ×2 guaranteed

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

Smelting

200 ticks

Electrum Ingot Electrum Ingot guaranteed

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

Crafting
Any Electrum Nugget
Any Electrum Nugget
Any Electrum Nugget
Any Electrum Nugget
Electrum Nugget
Any Electrum Nugget
Any Electrum Nugget
Any Electrum Nugget
Any Electrum Nugget
Electrum Ingot Electrum Ingot guaranteed

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

Crafting ⇆ any arrangement
Electrum Ingot Electrum Ingot ×9 guaranteed

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

Blasting

100 ticks

Electrum Ingot Electrum Ingot guaranteed

Used in (3)

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

Crafting ⇆ any arrangement
Electrum Ingot
Electrum Nugget Electrum Nugget ×9 guaranteed

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

Crafting
Any Electrum Ingot
Any Electrum Ingot
Any Electrum Ingot
Any Electrum Ingot
Electrum Ingot
Any Electrum Ingot
Any Electrum Ingot
Any Electrum Ingot
Any Electrum Ingot
Block of Electrum guaranteed
Developer reference
Registry name
thermal:electrum_ingot
Namespace
thermal
Mod ID
thermal_foundation
Tags (1)
forge:items/ingots/electrum

Recipe JSON (5):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "anyOf": [
        {
          "tag": "forge:dusts/gold"
        },
        {
          "tag": "forge:ingots/gold"
        }
      ]
    },
    {
      "anyOf": [
        {
          "tag": "forge:dusts/silver"
        },
        {
          "tag": "forge:ingots/silver"
        }
      ]
    },
    {
      "item": "minecraft:fire_charge"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "thermal:electrum_dust"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#I#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:nuggets/electrum"
    },
    "I": {
      "item": "thermal:electrum_nugget"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "thermal:electrum_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "thermal:electrum_dust"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0,
  "cooking_time": 100
}