Crafting using Feather, Iron Ingot and Stick, arranged in the pattern shown. Produces Iron Brush.
- Inputs
- Feather
- Iron Ingot
- Stick
- Output
- → Iron Brush
item· Other
Iron Brush is an item from Better Archeology, crafted from Feather, Iron Ingot, and Stick.
Crafting using Feather, Iron Ingot and Stick, arranged in the pattern shown. Produces Iron Brush.
| 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.
betterarcheology:iron_brushbetterarcheologybetterarcheologyc: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
}