Bronze Ingot
createbigcannons:bronze_ingot

Bronze Ingot

Create Big Cannons · by rbasamoyai
item Bronze IngotsBronze IngotBronze Ingot

Bronze Ingot is a ingot from Create Big Cannons, crafted from Molten Bronze (90 mB).

Acquisition

Compacting using Molten Bronze (90 mB). Produces Bronze Ingot.

Compacting
Molten Bronze (90 mB)
Bronze Ingot Bronze Ingot guaranteed

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

Crafting ⇆ any arrangement
Bronze Ingot Bronze Ingot ×9 guaranteed

Mixing using Copper Ingot and Tin Ingot. Produces 2× Bronze Ingot.

Mixing conditional
Bronze Ingot Bronze Ingot ×2 guaranteed

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

Crafting
Bronze Scrap
Bronze Scrap
Bronze Scrap
Bronze Scrap
Bronze Scrap
Bronze Scrap
Bronze Scrap
Bronze Scrap
Bronze Scrap
Bronze Ingot Bronze Ingot guaranteed

Used in (2)

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

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

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
Developer reference
Registry name
createbigcannons:bronze_ingot
Namespace
createbigcannons
Mod ID
createbigcannons
Tags (3)
c:items/bronze_ingots
c:items/ingots/bronze
forge:items/ingots/bronze

Recipe JSON (6):

{
  "recipe_type": "create:compacting",
  "pattern": null,
  "ingredients": {
    "amount": 90,
    "fluidTag": "forge:molten_bronze"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "createbigcannons:bronze_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "createbigcannons:bronze_ingot",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:mixing",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:ingots/copper"
    },
    {
      "tag": "forge:ingots/tin"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:ingots/tin",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:mixing",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:ingots/copper"
    },
    {
      "tag": "forge:ingots/zinc"
    },
    {
      "item": "create:cinder_flour"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "createbigcannons:bronze_scrap"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "createbigcannons:bronze_ingot",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:mixing",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:ingots/brass"
    },
    {
      "tag": "forge:ingots/brass"
    },
    {
      "item": "create:cinder_flour"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}