Bronze Ingot
thermal:bronze_ingot

Bronze Ingot

Thermal Foundation · by King Lemming
item Bronze Ingot

Acquisition

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.

Crafting ⇆ any arrangement
Any of Copper Dust / Copper Ingot
Any of Copper Dust / Copper Ingot
Any of Copper Dust / Copper Ingot
Any of Tin Dust / Tin Ingot
Fire Charge
Bronze Ingot Bronze Ingot ×4 guaranteed

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

Crafting ⇆ any arrangement
Bronze Ingot Bronze Ingot ×9 guaranteed

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

Blasting

100 ticks

Bronze Ingot Bronze Ingot guaranteed

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

Smelting

200 ticks

Bronze Ingot Bronze Ingot guaranteed

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.

Crafting
Any Bronze Nugget
Any Bronze Nugget
Any Bronze Nugget
Any Bronze Nugget
Bronze Nugget
Any Bronze Nugget
Any Bronze Nugget
Any Bronze Nugget
Any Bronze Nugget
Bronze Ingot Bronze Ingot guaranteed

Used in (3)

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

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

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.

Crafting
Any Bronze Ingot
Any Bronze Ingot
Any Bronze Ingot
Any Bronze Ingot
Bronze Ingot
Any Bronze Ingot
Any Bronze Ingot
Any Bronze Ingot
Any Bronze Ingot
Block of Bronze guaranteed
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
}