Brass Ingot
create:brass_ingot

Brass Ingot

Create · by simibubi
item Create IngotsBrass Ingot

Acquisition

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

Crafting
Brass Nugget
Brass Nugget
Brass Nugget
Brass Nugget
Brass Nugget
Brass Nugget
Brass Nugget
Brass Nugget
Brass Nugget
Brass Ingot Brass Ingot guaranteed

Mixing using Copper Ingot and Zinc Ingot. Produces 2× Brass Ingot.

Mixing
Brass Ingot Brass Ingot ×2 guaranteed

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

Crafting ⇆ any arrangement
Brass Ingot Brass Ingot ×9 guaranteed
Developer reference
Registry name
create:brass_ingot
Namespace
create
Mod ID
create
Tags (2)
create:items/create_ingots
forge:items/ingots/brass

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:nuggets/brass"
    }
  },
  "conditions": [],
  "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"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "tag": "forge:storage_blocks/brass"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}