
Cobblemon Snap! Take photos of pokemon in different poses and behaviors and earn points for the Snapdex!
I grant permission to anyone seeking to add my mod to a modpack
Cobblemon Snap
Capture the perfect shot. A Pokemon Snap-inspired photography mod for Cobblemon.
Cobblemon Snap adds a complete photography progression system to Cobblemon, turning Pokemon encounters into an immersive scoring, research, and collection experience.
Key Features:
Advanced Photo Scoring:
Snapdex Progression:
Global Progression Bonuses
Tasks and Rewards:
Datapack Task Customization:
Datapack Format:
Spoiler
[
{
"id": "example_photo_any_3",
"title": "Warmup Shots",
"description": "Take 3 photos of any Pokemon.",
"trigger": {
"type": "PHOTO_ANY",
"amount": 3
},
"reward": {
"item_rewards": [
{ "item": "cobblemon:poke_ball", "count": 8 },
{ "item": "cobblemon:exp_candy_s", "count": 4 }
],
"cobble_dollars": 200
}
},
{
"id": "example_pose_sleep",
"title": "Nap Time",
"description": "Photograph a Pokemon in SLEEP pose.",
"trigger": {
"type": "PHOTO_POSE",
"target": "SLEEP",
"amount": 1
},
"reward": {
"item_rewards": [
{ "item": "cobblemon:moon_stone", "count": 1 }
],
"cobble_dollars": 350
}
},
{
"id": "example_activity_sleeping",
"title": "Sleeping Activity",
"description": "Photograph a sleeping activity behavior.",
"trigger": {
"type": "PHOTO_ACTIVITY",
"target": "POKEMON_SLEEPING",
"amount": 1
},
"reward": {
"item_rewards": [
{ "item": "cobblemon:protein", "count": 1 },
{ "item": "cobblemon:zinc", "count": 1 }
],
"cobble_dollars": 450
}
},
{
"id": "example_collect_item",
"title": "Supply Run",
"description": "Turn in 5 Pokeballs.",
"trigger": {
"type": "COLLECT_ITEM",
"amount": 5,
"item_id": "cobblemon:poke_ball"
},
"reward": {
"item_rewards": [
{ "item": "cobblemon:great_ball", "count": 4 }
],
"cobble_dollars": 500
}
},
{
"id": "example_completion_15",
"title": "Snapdex 15%",
"description": "Reach 15% Snapdex completion.",
"trigger": {
"type": "COMPLETE_PERCENT",
"amount": 15
},
"reward": {
"item_rewards": [
{ "item": "cobblemon:exp_candy_m", "count": 5 },
{ "item": "cobblemon:lucky_egg", "count": 1 }
],
"cobble_dollars": 900
}
}
]
Commands:
How It Works:

Requirements:
Cobblemon: 1.7.0+
Architectury API: 13.0.8
Supports CobbleDollars