Diamond Brush
16×16 · BAKED

item· Other

Diamond Brush

Better Archeology · by Pandarix, Dunk3ll1cht
item BrushesBrushitems

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

Acquisition

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

Crafting
Feather
Diamond
Stick
Diamond Brush Diamond 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:diamond_brush
Namespace
betterarcheology
Mod ID
betterarcheology
Tags (2)
c:items/brushes
c:items/brushitems

Recipe JSON (1):

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