{"id":43097,"date":"2026-06-02T03:06:11","date_gmt":"2026-06-02T00:06:11","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/cobblemon-snap\/"},"modified":"2026-06-02T03:06:11","modified_gmt":"2026-06-02T00:06:11","slug":"cobblemon-snap","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/cobblemon-snap\/","title":{"rendered":"Cobblemon Snap"},"content":{"rendered":"<p>### Please consider supporting me on ko-fi if you like the mod and can afford it, I appreciate even 1 dollar. <img decoding=\"async\" src=\"https:\/\/img.shields.io\/badge\/Ko--fi-Support%20Me-black?style=flat&#038;logo=ko-fi\" alt=\"Ko-fi\"><\/p>\n<p>&#8212;<br \/>\n_**I grant permission to anyone seeking to add my mod to a modpack**_<\/p>\n<p>&#8212;<\/p>\n<p>**Cobblemon Snap**<br \/>\nCapture the perfect shot. A Pokemon Snap-inspired photography mod for Cobblemon.<\/p>\n<p>Cobblemon Snap adds a complete photography progression system to Cobblemon, turning Pokemon encounters into an immersive scoring, research, and collection experience.<\/p>\n<p>**Key Features:**<br \/>\n&#8211; Camera Item and Photography Mechanics<br \/>\n&#8211; Craft and use a Camera to photograph Pokemon in the world<br \/>\n&#8211; Zoom functionality for distant targets and precision framing<br \/>\n&#8211; Smart view-cone detection that narrows with zoom level<br \/>\n&#8211; Line-of-sight checks for realistic captures<br \/>\n&#8211; Camera feedback with sounds and on-screen HUD<\/p>\n<p>**Advanced Photo Scoring:**<br \/>\n&#8211; Dynamic scoring based on factors like distance, framing, behavior\/activity, and conditions<br \/>\n&#8211; Bonus scoring for strong shots (facing camera, better composition, and more)<br \/>\n&#8211; Rank progression from lower to higher score tiers<br \/>\n&#8211; Group-photo support for capturing multiple Pokemon in a single shot<\/p>\n<p>**Snapdex Progression:**<br \/>\n&#8211; Beautiful Snapdex UI with 3D Pokemon model previews<br \/>\n&#8211; Per-species research progression (5 levels)<br \/>\n&#8211; Track forms, poses\/activities, biomes, shiny records, best score, and total photos<br \/>\n&#8211; Sort and filter buttons for browsing your collection<br \/>\n&#8211; Dex view + gallery view per species<\/p>\n<p>**Global Progression Bonuses**<br \/>\n&#8211; As you progress your Snapdex research, you unlock account-wide gameplay bonuses.<br \/>\n&#8211; These include improved catch-rate boosts and increased shiny-rate multipliers, rewarding long-term photography and collection progress.<\/p>\n<p>**Tasks and Rewards:**<br \/>\n&#8211; Built-in task system with progression rewards<br \/>\n&#8211; Reward support for item rewards and CobbleDollars (if present)<br \/>\n&#8211; Live task sync in multiplayer<br \/>\n&#8211; Integrated task page in Snapdex<\/p>\n<p>**Datapack Task Customization:**<br \/>\n&#8211; Full task\/reward customization via datapacks<br \/>\n&#8211; Define your own task list using JSON<br \/>\n&#8211; Custom tasks replace built-in defaults when valid datapack tasks are loaded<br \/>\n&#8211; Fallback to defaults when no valid custom tasks are found  <\/p>\n<p>**Datapack Format:**<\/p>\n<details>\n<summary>Spoiler<\/summary>\n<p>&#8220;`<\/p>\n<p>[<br \/>\n  {<br \/>\n    &#8220;id&#8221;: &#8220;example_photo_any_3&#8221;,<br \/>\n    &#8220;title&#8221;: &#8220;Warmup Shots&#8221;,<br \/>\n    &#8220;description&#8221;: &#8220;Take 3 photos of any Pokemon.&#8221;,<br \/>\n    &#8220;trigger&#8221;: {<br \/>\n      &#8220;type&#8221;: &#8220;PHOTO_ANY&#8221;,<br \/>\n      &#8220;amount&#8221;: 3<br \/>\n    },<br \/>\n    &#8220;reward&#8221;: {<br \/>\n      &#8220;item_rewards&#8221;: [<br \/>\n        { &#8220;item&#8221;: &#8220;cobblemon:poke_ball&#8221;, &#8220;count&#8221;: 8 },<br \/>\n        { &#8220;item&#8221;: &#8220;cobblemon:exp_candy_s&#8221;, &#8220;count&#8221;: 4 }<br \/>\n      ],<br \/>\n      &#8220;cobble_dollars&#8221;: 200<br \/>\n    }<br \/>\n  },<br \/>\n  {<br \/>\n    &#8220;id&#8221;: &#8220;example_pose_sleep&#8221;,<br \/>\n    &#8220;title&#8221;: &#8220;Nap Time&#8221;,<br \/>\n    &#8220;description&#8221;: &#8220;Photograph a Pokemon in SLEEP pose.&#8221;,<br \/>\n    &#8220;trigger&#8221;: {<br \/>\n      &#8220;type&#8221;: &#8220;PHOTO_POSE&#8221;,<br \/>\n      &#8220;target&#8221;: &#8220;SLEEP&#8221;,<br \/>\n      &#8220;amount&#8221;: 1<br \/>\n    },<br \/>\n    &#8220;reward&#8221;: {<br \/>\n      &#8220;item_rewards&#8221;: [<br \/>\n        { &#8220;item&#8221;: &#8220;cobblemon:moon_stone&#8221;, &#8220;count&#8221;: 1 }<br \/>\n      ],<br \/>\n      &#8220;cobble_dollars&#8221;: 350<br \/>\n    }<br \/>\n  },<br \/>\n  {<br \/>\n    &#8220;id&#8221;: &#8220;example_activity_sleeping&#8221;,<br \/>\n    &#8220;title&#8221;: &#8220;Sleeping Activity&#8221;,<br \/>\n    &#8220;description&#8221;: &#8220;Photograph a sleeping activity behavior.&#8221;,<br \/>\n    &#8220;trigger&#8221;: {<br \/>\n      &#8220;type&#8221;: &#8220;PHOTO_ACTIVITY&#8221;,<br \/>\n      &#8220;target&#8221;: &#8220;POKEMON_SLEEPING&#8221;,<br \/>\n      &#8220;amount&#8221;: 1<br \/>\n    },<br \/>\n    &#8220;reward&#8221;: {<br \/>\n      &#8220;item_rewards&#8221;: [<br \/>\n        { &#8220;item&#8221;: &#8220;cobblemon:protein&#8221;, &#8220;count&#8221;: 1 },<br \/>\n        { &#8220;item&#8221;: &#8220;cobblemon:zinc&#8221;, &#8220;count&#8221;: 1 }<br \/>\n      ],<br \/>\n      &#8220;cobble_dollars&#8221;: 450<br \/>\n    }<br \/>\n  },<br \/>\n  {<br \/>\n    &#8220;id&#8221;: &#8220;example_collect_item&#8221;,<br \/>\n    &#8220;title&#8221;: &#8220;Supply Run&#8221;,<br \/>\n    &#8220;description&#8221;: &#8220;Turn in 5 Pokeballs.&#8221;,<br \/>\n    &#8220;trigger&#8221;: {<br \/>\n      &#8220;type&#8221;: &#8220;COLLECT_ITEM&#8221;,<br \/>\n      &#8220;amount&#8221;: 5,<br \/>\n      &#8220;item_id&#8221;: &#8220;cobblemon:poke_ball&#8221;<br \/>\n    },<br \/>\n    &#8220;reward&#8221;: {<br \/>\n      &#8220;item_rewards&#8221;: [<br \/>\n        { &#8220;item&#8221;: &#8220;cobblemon:great_ball&#8221;, &#8220;count&#8221;: 4 }<br \/>\n      ],<br \/>\n      &#8220;cobble_dollars&#8221;: 500<br \/>\n    }<br \/>\n  },<br \/>\n  {<br \/>\n    &#8220;id&#8221;: &#8220;example_completion_15&#8221;,<br \/>\n    &#8220;title&#8221;: &#8220;Snapdex 15%&#8221;,<br \/>\n    &#8220;description&#8221;: &#8220;Reach 15% Snapdex completion.&#8221;,<br \/>\n    &#8220;trigger&#8221;: {<br \/>\n      &#8220;type&#8221;: &#8220;COMPLETE_PERCENT&#8221;,<br \/>\n      &#8220;amount&#8221;: 15<br \/>\n    },<br \/>\n    &#8220;reward&#8221;: {<br \/>\n      &#8220;item_rewards&#8221;: [<br \/>\n        { &#8220;item&#8221;: &#8220;cobblemon:exp_candy_m&#8221;, &#8220;count&#8221;: 5 },<br \/>\n        { &#8220;item&#8221;: &#8220;cobblemon:lucky_egg&#8221;, &#8220;count&#8221;: 1 }<br \/>\n      ],<br \/>\n      &#8220;cobble_dollars&#8221;: 900<br \/>\n    }<br \/>\n  }<br \/>\n]<\/p>\n<p>&#8220;`<\/p>\n<\/details>\n<p>**Commands:**<br \/>\n&#8211; \/snap reload<br \/>\n&#8211; Reloads custom task definitions from datapacks and syncs tasks to online players.<br \/>\n&#8211; Standard Minecraft \/reload also reloads datapack resources.<\/p>\n<p>**How It Works:**<br \/>\n&#8211; Craft a Camera and Snapdex.<br \/>\n![Snapdex](https:\/\/cdn.modrinth.com\/data\/cached_images\/d1a81a1f40aae2f57c70b52885ad8a69548aaf38.png)<br \/>\n![Camera](https:\/\/cdn.modrinth.com\/data\/cached_images\/898cbb6c22facc438093ec62a16ad0a52af8b692.png)<br \/>\n&#8211; Use the Camera to enter photography mode.<br \/>\n&#8211; Photograph Pokemon to earn scores and progress research.<br \/>\n&#8211; Open Snapdex to review entries, forms, evolutions, biomes, and gallery.<br \/>\n&#8211; Complete tasks and claim rewards.<\/p>\n<p>**Requirements:**<br \/>\nCobblemon: 1.7.0+<br \/>\nArchitectury API: 13.0.8<br \/>\nSupports CobbleDollars<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cobblemon Snap! Take photos of pokemon in different poses and behaviors and earn points for the Snapdex!<\/p>\n","protected":false},"featured_media":43098,"template":"","meta":{"_minecraft_slug":"cobblemon-snap","_minecraft_project_id":"pnZmbG9O","_minecraft_author":"Raguto","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":17876,"_minecraft_follows":19,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"cobblemon-snap.zip","_minecraft_size_bytes":29143530,"_minecraft_version_count":8,"_minecraft_updated_at":"2026-05-17T00:59:45.099668Z","_minecraft_date_created":"2026-01-30T20:20:13.521362Z","_minecraft_date_modified":"2026-04-20T19:00:33.966698Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/cobblemon-snap","_minecraft_icon_attachment_id":43098,"_minecraft_imported_at":"2026-06-02T00:06:12+00:00","_minecraft_import_hash":"7ab4db97eb9282b5dd798e4b3e5665d8","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,97,866,158],"mod_loader":[160],"minecraft_version":[37],"class_list":["post-43097","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-fabric","mod_category-minigame","mod_category-neoforge","mod_loader-neoforge","minecraft_version-1-21-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Cobblemon Snap - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/cobblemon-snap\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cobblemon Snap - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Cobblemon Snap! Take photos of pokemon in different poses and behaviors and earn points for the Snapdex!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/cobblemon-snap\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/img.shields.io\/badge\/Ko--fi-Support%20Me-black?style=flat&logo=ko-fi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cobblemon-snap\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cobblemon-snap\\\/\",\"name\":\"Cobblemon Snap - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cobblemon-snap\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cobblemon-snap\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cobblemon-snap-icon-c1acf9c201a825ab6f85d3ae7776c07e2ed7b2ad_96.webp\",\"datePublished\":\"2026-06-02T00:06:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cobblemon-snap\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cobblemon-snap\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cobblemon-snap\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cobblemon-snap-icon-c1acf9c201a825ab6f85d3ae7776c07e2ed7b2ad_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cobblemon-snap-icon-c1acf9c201a825ab6f85d3ae7776c07e2ed7b2ad_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/cobblemon-snap\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Cobblemon Snap\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cobblemon Snap - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/cobblemon-snap\/","og_locale":"en_US","og_type":"article","og_title":"Cobblemon Snap - Minecraft","og_description":"Cobblemon Snap! Take photos of pokemon in different poses and behaviors and earn points for the Snapdex!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/cobblemon-snap\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/img.shields.io\/badge\/Ko--fi-Support%20Me-black?style=flat&logo=ko-fi","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/cobblemon-snap\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/cobblemon-snap\/","name":"Cobblemon Snap - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/cobblemon-snap\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/cobblemon-snap\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cobblemon-snap-icon-c1acf9c201a825ab6f85d3ae7776c07e2ed7b2ad_96.webp","datePublished":"2026-06-02T00:06:11+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/cobblemon-snap\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/cobblemon-snap\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/cobblemon-snap\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cobblemon-snap-icon-c1acf9c201a825ab6f85d3ae7776c07e2ed7b2ad_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/cobblemon-snap-icon-c1acf9c201a825ab6f85d3ae7776c07e2ed7b2ad_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/cobblemon-snap\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Cobblemon Snap"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/43097","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/43098"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=43097"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=43097"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=43097"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=43097"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}