Crafting using Red Apricorn, Yellow Apricorn, Iron Ingot, Yellow Apricorn and White Apricorn, arranged in the pattern shown. Produces 4× Fast Ball.
item· Other
Fast Ball
Cobblemon · by The Cobblemon Team
Fast Ball is a item from Cobblemon, crafted from Red Apricorn, Yellow Apricorn, Iron Ingot, and White Apricorn. 4× on Pokémon with 100 or more Base Speed.
Function
4× on Pokémon with 100 or more Base Speed
Acquisition
Related items
Developer reference
- Registry name
cobblemon:fast_ball- Namespace
cobblemon- Mod ID
cobblemon- Tags (3)
cobblemon:items/apricorn_poke_balls cobblemon:items/poke_balls cobblemon:items/tier_2_poke_balls
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" t ",
"lcr",
" b "
],
"ingredients": {
"b": {
"item": "cobblemon:white_apricorn"
},
"c": {
"tag": "cobblemon:tier_2_poke_ball_materials"
},
"l": {
"item": "cobblemon:yellow_apricorn"
},
"r": {
"item": "cobblemon:yellow_apricorn"
},
"t": {
"item": "cobblemon:red_apricorn"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}