Crafting using Feather, Diamond and Stick, arranged in the pattern shown. Produces Diamond Brush.
item· Other
Diamond Brush
Better Archeology · by Pandarix, Dunk3ll1cht
Diamond Brush is an item from Better Archeology, crafted from Feather, Diamond, and Stick.
Acquisition
Mining & drops
| source | count | drop rate | conditions |
|---|---|---|---|
Gameplay loot table: Chest Loot Prototype (betterarcheology) betterarcheology:chest_loot_prototype | 1–1 | 15% | Random Chance |
Gameplay loot table: Chest Jungle Temple Generic (betterarcheology) betterarcheology:chest_jungle_temple_generic | 1–1 | 15% | Random Chance |
Gameplay loot table: Seas Bounty Extension (betterarcheology) betterarcheology:seas_bounty_extension | 1–1 | 100% | — |
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.
Related items
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
}