Crafting using Blaze Powder, Black Wool, Black Belt, Black Wool and Blaze Powder, arranged in the pattern shown. Produces Expert Belt.
item· Other
Expert Belt
Cobblemon · by The Cobblemon Team
Expert Belt is a item from Cobblemon, crafted from Blaze Powder, Black Wool, and Black Belt.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Gameplay loot table: Any Ancient Held Item (cobblemon) cobblemon:any_ancient_held_item | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
cobblemon:expert_belt- Namespace
cobblemon- Mod ID
cobblemon- Tags (1)
cobblemon:items/held/is_held_item
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"P ",
"WBW",
" P"
],
"ingredients": {
"B": {
"item": "cobblemon:black_belt"
},
"P": {
"item": "minecraft:blaze_powder"
},
"W": {
"item": "minecraft:black_wool"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
