Crafting using Any of Gold Dust / Gold Ingot, Any of Silver Dust / Silver Ingot and Fire Charge, in any arrangement. Produces 2× Electrum Ingot.
Electrum Ingot
Acquisition
Smelting using Electrum Blend (200 ticks). Produces Electrum Ingot.
200 ticks
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 using Block of Electrum, in any arrangement. Produces 9× Electrum Ingot.
Blasting using Electrum Blend (100 ticks). Produces Electrum Ingot.
100 ticks
Used in (3)
Crafting using Electrum Ingot, in any arrangement. Produces 9× Electrum Nugget.
Press using Electrum Ingot and Press Unpacking Die. Produces an unresolved result.
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.
Related items
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
}
