作者:rebot | 分类:模组
Minecraft 版本: 1.21.1
平台: fabric
A lightweight Cobblemon addon that allows you to turn your favorite Cobblemon shiny!
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
}
}
}
Please Do!!
请登录后举报
暂无评论,抢个沙发吧~