Crafting using Any of Copper Dust / Copper Ingot, Any of Copper Dust / Copper Ingot, Any of Copper Dust / Copper Ingot, Any of Tin Dust / Tin Ingot and Fire Charge, in any arrangement. Produces 4× Bronze Ingot.
Bronze Ingot
Acquisition
Crafting using Block of Bronze, in any arrangement. Produces 9× Bronze Ingot.
Blasting using Bronze Blend (100 ticks). Produces Bronze Ingot.
100 ticks
Smelting using Bronze Blend (200 ticks). Produces Bronze Ingot.
200 ticks
Crafting using Any Bronze Nugget, Any Bronze Nugget, Any Bronze Nugget, Any Bronze Nugget, Bronze Nugget, Any Bronze Nugget, Any Bronze Nugget, Any Bronze Nugget and Any Bronze Nugget, arranged in the pattern shown. Produces Bronze Ingot.
Used in (3)
Crafting using Bronze Ingot, in any arrangement. Produces 9× Bronze Nugget.
Crafting using Any Bronze Ingot, Any Bronze Ingot, Any Bronze Ingot, Any Bronze Ingot, Bronze Ingot, Any Bronze Ingot, Any Bronze Ingot, Any Bronze Ingot and Any Bronze Ingot, arranged in the pattern shown. Produces Block of Bronze.
Press using Bronze Ingot and Press Unpacking Die. Produces an unresolved result.
Related items
Developer reference
- Registry name
thermal:bronze_ingot- Namespace
thermal- Mod ID
thermal_foundation- Tags (1)
forge:items/ingots/bronze
Recipe JSON (5):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"anyOf": [
{
"tag": "forge:dusts/copper"
},
{
"tag": "forge:ingots/copper"
}
]
},
{
"anyOf": [
{
"tag": "forge:dusts/copper"
},
{
"tag": "forge:ingots/copper"
}
]
},
{
"anyOf": [
{
"tag": "forge:dusts/copper"
},
{
"tag": "forge:ingots/copper"
}
]
},
{
"anyOf": [
{
"tag": "forge:dusts/tin"
},
{
"tag": "forge:ingots/tin"
}
]
},
{
"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:bronze_block"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:blasting",
"pattern": null,
"ingredients": {
"item": "thermal:bronze_dust"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": 0,
"cooking_time": 100
}{
"recipe_type": "minecraft:smelting",
"pattern": null,
"ingredients": {
"item": "thermal:bronze_dust"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": 0,
"cooking_time": 200
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#I#",
"###"
],
"ingredients": {
"#": {
"tag": "forge:nuggets/bronze"
},
"I": {
"item": "thermal:bronze_nugget"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
