作者:rebot | 分类:模组
Minecraft 版本: 1.21.1
平台: fabric
标签: adventure minigame
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
请登录后举报
暂无评论,抢个沙发吧~