![Myths and Legends [Cobblemon Sidemod]](https://cdn.modrinth.com/data/CaOWby9K/f8a9877caf29768ef98c4b642682e494978f3b8f.png)
Myths and Legends [Cobblemon Sidemod]
The 'Cobblemon Myths and Legends Addon' for Cobblemon Mod introduces key items and new spawning conditions, intended to add encounters with Legendary and Mythical Pokémon, along with pre-made spawns for select key items.
Tags
Creators
Details
1.6.3-SNAPSHOT
Compatibility
Required content
Changes
Changelog for Cobblemon MythsAndLegends Addon 1.6.3
New Features
- Inventory Check Item List: A new configuration option
inventory_check_item_listhas been introduced. This feature allows for specifying a list of items that the game will check for in player inventories at each specified interval, enhancing mod customization for specific item-based interactions or effects.
Changes
- All Key Items in Loot Tables: Thanks to feedback from @ultranikki, who identified an oversight, all 30 key items are now correctly included in the loot tables.
- Updated Configuration Variable Names: To better align with their functionality and improve consistency across the configuration, several variable names have been updated. The old names are provided for reference, but they are not used in the new version.
inventory_check_interval(previouslycheckInventoryInterval): Defines the interval for inventory checks.consume_items_on_successful_spawn(previouslyconsumeConditionalItemOnSuccessfulSpawn): Controls item consumption on successful events.ignore_key_items(previouslyIfKeyItemAndItemRequirementIsSetConsumeOnlyItems): Determines item consumption behavior under specific conditions.loot_tables(previouslylootTablesToModify): Specifies loot tables to be modified to include key items.loot_table_item_spawn_chance(previouslychancePerItemToSpawn): Sets the chance for items to spawn in modified loot tables.divide_item_spawn_chance(previouslychancePerItemDivideByAllItemsToAdd): Adjusts spawn chance based on the number of key items.
Improvements
- Enhanced Documentation and Default Values: The default configuration file now includes comprehensive comments, default values, and possible value ranges for each setting. This update aims to facilitate a better understanding and easier configuration process for users.
Important Notes
-
No Backward Compatibility: This version does not support backward compatibility with previous configuration files. It is strongly recommended for users to create a backup of their existing configuration file before upgrading. After backing up, users should delete the old configuration file and use the new version to avoid any conflicts or issues.
-
Deprecated Configuration Names: The old configuration variable names are deprecated and will not be recognized by the new version. Users are advised to familiarize themselves with the new names and update their configuration accordingly.
Reminder: Configurations not mentioned here are currently non-functional. Future updates may add new features and options.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Cobblemon-MythsAndLegends-Addon-1.6.3-SNAPSHOT-STANDALONE.jar | Unknown | 407.73 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:CaOWby9K:k4pCgdM6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CaOWby9K:k4pCgdM6"
}

