Crafting using Yellow Apricorn, Green Apricorn, Copper Ingot, Green Apricorn and White Apricorn, arranged in the pattern shown. Produces 4× Safari Ball.
item· Other
Safari Ball
Cobblemon · by The Cobblemon Team
Safari Ball is a item from Cobblemon, crafted from Yellow Apricorn, Green Apricorn, Copper Ingot, and White Apricorn. 1.5× outside of battle.
Function
1.5× outside of battle
Acquisition
Related items
Developer reference
- Registry name
cobblemon:safari_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:white_apricorn"
},
"c": {
"tag": "cobblemon:tier_1_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
}