Bronze Ingot
modern_industrialization:bronze_ingot

Bronze Ingot

Modern Industrialization · by Azercoco, Technici4n
item Bronze Ingots

Bronze Ingot is a item from Modern Industrialization, crafted from Bronze Dust.

Acquisition

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

Smelting

200 ticks· 0.7 xp

Bronze Ingot Bronze Ingot guaranteed

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

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

Crafting using Block of Bronze, arranged in the pattern shown. Produces 9× Bronze Ingot.

Crafting
Bronze Ingot Bronze Ingot ×9 guaranteed

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

Blasting

100 ticks· 0.7 xp

Bronze Ingot Bronze Ingot guaranteed

Used in (2)

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

Crafting
Bronze Ingot
Bronze Ingot
Bronze Ingot
Bronze Ingot
Bronze Ingot
Bronze Ingot
Bronze Ingot
Bronze Ingot
Bronze Ingot
Block of Bronze guaranteed

Crafting using Bronze Ingot, arranged in the pattern shown. Produces 9× Bronze Nugget.

Crafting
Bronze Ingot
Bronze Nugget Bronze Nugget ×9 guaranteed
Developer reference
Registry name
modern_industrialization:bronze_ingot
Namespace
modern_industrialization
Mod ID
modern_industrialization
Tags (1)
c:items/bronze_ingots

Recipe JSON (4):

{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "modern_industrialization:bronze_dust"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.7,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "yxx",
    "xxx",
    "xxx"
  ],
  "ingredients": {
    "x": {
      "tag": "c:bronze_nuggets"
    },
    "y": {
      "item": "modern_industrialization:bronze_nugget"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "x"
  ],
  "ingredients": {
    "x": {
      "item": "modern_industrialization:bronze_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "modern_industrialization:bronze_dust"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.7,
  "cooking_time": 100
}