Crafting using Yellow Apricorn, Green Apricorn, Iron Ingot, Green Apricorn and Red Apricorn, arranged in the pattern shown. Produces 4× Friend Ball.
item· Other
Friend Ball
Cobblemon · by The Cobblemon Team
Friend Ball is a item from Cobblemon, crafted from Yellow Apricorn, Green Apricorn, Iron Ingot, and Red Apricorn. 1×, caught Pokémon start with 150 Friendship.
Function
1×, caught Pokémon start with 150 Friendship
Acquisition
Related items
Developer reference
- Registry name
cobblemon:friend_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:red_apricorn"
},
"c": {
"tag": "cobblemon:tier_2_poke_ball_materials"
},
"l": {
"item": "cobblemon:green_apricorn"
},
"r": {
"item": "cobblemon:green_apricorn"
},
"t": {
"item": "cobblemon:yellow_apricorn"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}