Crafting using Pink Apricorn, White Apricorn, Copper Ingot, White Apricorn and Pink Apricorn, arranged in the pattern shown. Produces 4× Heal Ball.
item· Other
Heal Ball
Cobblemon · by The Cobblemon Team
Heal Ball is a item from Cobblemon, crafted from Pink Apricorn, White Apricorn, and Copper Ingot. 1×, fully restores HP, PP, and status conditions upon capture.
Function
1×, fully restores HP, PP, and status conditions upon capture
Acquisition
Related items
Developer reference
- Registry name
cobblemon:heal_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:pink_apricorn"
},
"c": {
"tag": "cobblemon:tier_1_poke_ball_materials"
},
"l": {
"item": "cobblemon:white_apricorn"
},
"r": {
"item": "cobblemon:white_apricorn"
},
"t": {
"item": "cobblemon:pink_apricorn"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}