Bronze Ingot
mekanism:ingot_bronze

Bronze Ingot

Mekanism · by Aidancbrady, Thommy101, Thiakil, pupnewfster, dizzyd
item Bronze IngotBeacon Payment Items

Acquisition

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

Crafting ⇆ any arrangement
Bronze Ingot Bronze Ingot ×9 guaranteed

Smelting using Any Bronze Dust (200 ticks, 0.35 xp). Produces Bronze Ingot.

Smelting

200 ticks· 0.35 xp

Bronze Ingot Bronze Ingot guaranteed

Blasting using Any Bronze Dust (100 ticks, 0.35 xp). Produces Bronze Ingot.

Blasting

100 ticks· 0.35 xp

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 (1)

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 Bronze Block.

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
Bronze Block guaranteed
Developer reference
Registry name
mekanism:ingot_bronze
Namespace
mekanism
Mod ID
mekanism
Tags (2)
forge:items/ingots/bronze
minecraft:items/beacon_payment_items

Recipe JSON (4):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "tag": "forge:storage_blocks/bronze"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:dusts/bronze"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.35,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:dusts/bronze"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.35,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#P#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:nuggets/bronze"
    },
    "P": {
      "item": "mekanism:nugget_bronze"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}