Cobblemon: Shiny Cookie πŸͺ✨
ModMIT

Cobblemon: Shiny Cookie πŸͺ✨

Adds cookies to Cobblemon that make your Cobblemon shiny!

61
Downloads
3
Followers
2 months ago
Updated
πŸ“¦
2
Versions

πŸ“–About Cobblemon: Shiny Cookie πŸͺ✨

Cobblemon: Shiny Cookie πŸͺ✨

A lightweight Cobblemon addon that allows you to turn your favorite Cobblemon shiny!

New Items

  • Stardust - Awarded when you catch wild shiny Cobblemon (amount configurable). Used as a seasoning for Star Cookies to increase the chance that the Cobblemon will be turned shiny!
  • Star Cookie - Cooked in the Campfire Pot using Hearty Grains, Sugar, and Glow Berries. Feed it to a Cobblemon in your party for a chance to turn it shiny!
  • Burnt Star Cookie - When fed to a Pokemon, it will reduce friendship and remove shiny status from a Cobblemon but give you one Stardust. Obtained by cooking a Star Cookie in a furnace.

Configuration

You can find the config file in config/shinycookie/main.json.

{
    "defaultCookieShinyChance": 0.0001, // Chance for an unseasoned cookie to make a Cobblemon shiny
    "doShinyCatchStardust": true, // Whether catching wild shiny Cobblemon should reward the player with Stardust
    "shinyCatchStardustMin": 1, // Minimum amount of Stardust awarded when catching a wild shiny Cobblemon
    "shinyCatchStardustMax": 3, // Maximum amount of Stardust awarded when catching a wild shiny Cobblemon
    "rewardStardustOnBurntCookie": true, // If using a Burnt Star Cookie on a shiny Cobblemon should reward the player with Stardust
    "burntCookieStardustMin": 1, // Minimum amount of Stardust awarded when using a Burnt Star Cookie on a shiny Cobblemon
    "burntCookieStardustMax": 1, // Maximum amount of Stardust awarded when using a Burnt Star Cookie on a shiny Cobblemon
    "starCookieHealAmount": 20, // How much HP the Star Cookie should heal when used
    "seasonings": { // What seasonings to accept. You also need to change the data/cobblemon/tags/item/recipe_filters/shiny_seasoning.json file to allow new entries to be accepted as seasoning items.
        "shinycookie:stardust": { // Item Identifier
            "shinyBoost": 0.25 // % Boost to shiny chance
        }
    }
}

FAQ

"Can I use this mod in my modpack?"

Please Do!!