Iron Brush
16×16 · BAKED

item· Other

Iron Brush

Better Archeology · by Pandarix, Dunk3ll1cht
item BrushesBrushitems

Iron Brush is an item from Better Archeology, crafted from Feather, Iron Ingot, and Stick.

Acquisition

Crafting using Feather, Iron Ingot and Stick, arranged in the pattern shown. Produces Iron Brush.

Crafting
Feather
Iron Ingot
Stick
Iron Brush Iron Brush guaranteed

Mining & drops

sourcecountdrop rateconditions
Gameplay loot table: Chest Loot Prototype (betterarcheology) betterarcheology:chest_loot_prototype1–115%Random Chance
Gameplay loot table: Chest Jungle Temple Generic (betterarcheology) betterarcheology:chest_jungle_temple_generic1–115%Random Chance
Gameplay loot table: Seas Bounty Extension (betterarcheology) betterarcheology:seas_bounty_extension1–1100%

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Developer reference
Registry name
betterarcheology:iron_brush
Namespace
betterarcheology
Mod ID
betterarcheology
Tags (2)
c:items/brushes
c:items/brushitems

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "F",
    "I",
    "S"
  ],
  "ingredients": {
    "F": {
      "item": "minecraft:feather"
    },
    "I": {
      "item": "minecraft:iron_ingot"
    },
    "S": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}