Crafting using Red Apricorn, Pink Apricorn, Diamond, Pink Apricorn and Blue Apricorn, arranged in the pattern shown. Produces 4× Dream Ball.
item· Other
Dream Ball
Cobblemon · by The Cobblemon Team
Dream Ball is a item from Cobblemon, crafted from Red Apricorn, Pink Apricorn, Diamond, and Blue Apricorn. 4× on sleeping Pokémon.
Function
4× on sleeping Pokémon
Acquisition
Related items
Developer reference
- Registry name
cobblemon:dream_ball- Namespace
cobblemon- Mod ID
cobblemon- Tags (2)
cobblemon:items/poke_balls cobblemon:items/tier_4_poke_balls
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" t ",
"lcr",
" b "
],
"ingredients": {
"b": {
"item": "cobblemon:blue_apricorn"
},
"c": {
"tag": "cobblemon:tier_4_poke_ball_materials"
},
"l": {
"item": "cobblemon:pink_apricorn"
},
"r": {
"item": "cobblemon:pink_apricorn"
},
"t": {
"item": "cobblemon:red_apricorn"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}