Crafting using Blue Apricorn, Yellow Apricorn, Gold Ingot, Yellow Apricorn and Blue Apricorn, arranged in the pattern shown. Produces 4× Quick Ball.
item· Other
Quick Ball
Cobblemon · by The Cobblemon Team
Quick Ball is a item from Cobblemon, crafted from Blue Apricorn, Yellow Apricorn, and Gold Ingot. 5× on the first turn of battle.
Function
5× on the first turn of battle
Acquisition
Related items
Developer reference
- Registry name
cobblemon:quick_ball- Namespace
cobblemon- Mod ID
cobblemon- Tags (2)
cobblemon:items/poke_balls cobblemon:items/tier_3_poke_balls
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" t ",
"lcr",
" b "
],
"ingredients": {
"b": {
"item": "cobblemon:blue_apricorn"
},
"c": {
"tag": "cobblemon:tier_3_poke_ball_materials"
},
"l": {
"item": "cobblemon:yellow_apricorn"
},
"r": {
"item": "cobblemon:yellow_apricorn"
},
"t": {
"item": "cobblemon:blue_apricorn"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}