Crafting using White Apricorn, Pink Apricorn, Gold Ingot, Pink Apricorn and Pink Apricorn, arranged in the pattern shown. Produces 4× Love Ball.
item· Other
Love Ball
Cobblemon · by The Cobblemon Team
Love Ball is a item from Cobblemon, crafted from White Apricorn, Pink Apricorn, and Gold Ingot. 2.5× if the target is the opposite gender of the player's Pokémon, 8× if also the same species.
Function
2.5× if the target is the opposite gender of the player's Pokémon, 8× if also the same species
Acquisition
Related items
Developer reference
- Registry name
cobblemon:love_ball- Namespace
cobblemon- Mod ID
cobblemon- Tags (3)
cobblemon:items/apricorn_poke_balls 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:pink_apricorn"
},
"c": {
"tag": "cobblemon:tier_3_poke_ball_materials"
},
"l": {
"item": "cobblemon:pink_apricorn"
},
"r": {
"item": "cobblemon:pink_apricorn"
},
"t": {
"item": "cobblemon:white_apricorn"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}