Crafting using Green Apricorn, Black Apricorn, Gold Ingot, Black Apricorn and Green Apricorn, arranged in the pattern shown. Produces 4× Dusk Ball.
item· Other
Dusk Ball
Cobblemon · by The Cobblemon Team
Dusk Ball is a item from Cobblemon, crafted from Green Apricorn, Black Apricorn, and Gold Ingot. 3× if target is in Light Level 0, 1.5× if in Light Level 1-7.
Function
3× if target is in Light Level 0, 1.5× if in Light Level 1-7
Acquisition
Related items
Developer reference
- Registry name
cobblemon:dusk_ball- Namespace
cobblemon- Mod ID
cobblemon- Tags (2)
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:green_apricorn"
},
"c": {
"tag": "cobblemon:tier_3_poke_ball_materials"
},
"l": {
"item": "cobblemon:black_apricorn"
},
"r": {
"item": "cobblemon:black_apricorn"
},
"t": {
"item": "cobblemon:green_apricorn"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}