Crafting using Blue Apricorn, Blue Apricorn, Copper Ingot, Blue Apricorn and Blue Apricorn, arranged in the pattern shown. Produces 4× Azure Ball.
item· Other
Azure Ball
Cobblemon · by The Cobblemon Team
Azure Ball is a item from Cobblemon, crafted from Blue Apricorn and Copper Ingot. 1× catch rate.
Function
1× catch rate
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Spawn Bonus Chest (cobblemon) cobblemon:spawn_bonus_chest | 1–1 | 100% | — |
Gameplay loot table: Any Common Pokeball (cobblemon) cobblemon:any_common_pokeball | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
cobblemon:azure_ball- Namespace
cobblemon- Mod ID
cobblemon- Tags (2)
cobblemon:items/poke_balls cobblemon:items/tier_1_poke_balls
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" t ",
"lcr",
" b "
],
"ingredients": {
"b": {
"item": "cobblemon:blue_apricorn"
},
"c": {
"tag": "cobblemon:tier_1_poke_ball_materials"
},
"l": {
"item": "cobblemon:blue_apricorn"
},
"r": {
"item": "cobblemon:blue_apricorn"
},
"t": {
"item": "cobblemon:blue_apricorn"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}