Crafting using Yellow Apricorn, Blue Apricorn, Iron Ingot, Black Apricorn and White Apricorn, arranged in the pattern shown. Produces 4× Moon Ball.
item· Other
Moon Ball
Cobblemon · by The Cobblemon Team
Moon Ball is a item from Cobblemon, crafted from Yellow Apricorn, Blue Apricorn, Iron Ingot, Black Apricorn, and White Apricorn. 1× to 4×, increases at night depending on how close the moon phase is to a full moon.
Function
1× to 4×, increases at night depending on how close the moon phase is to a full moon
Acquisition
Related items
Developer reference
- Registry name
cobblemon:moon_ball- Namespace
cobblemon- Mod ID
cobblemon- Tags (3)
cobblemon:items/apricorn_poke_balls cobblemon:items/poke_balls cobblemon:items/tier_2_poke_balls
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" t ",
"lcr",
" b "
],
"ingredients": {
"b": {
"item": "cobblemon:white_apricorn"
},
"c": {
"tag": "cobblemon:tier_2_poke_ball_materials"
},
"l": {
"item": "cobblemon:blue_apricorn"
},
"r": {
"item": "cobblemon:black_apricorn"
},
"t": {
"item": "cobblemon:yellow_apricorn"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}