![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.3.1-SNAPSHOT
Compatibility
Required content
Changes
Update Log for Version 1.3.1
I've made a significant leap from version 1.2.1 to 1.3.1, skipping over version 1.3.0, to bring these exciting updates to the mod:
Enhancements:
-
Updated Configurations:
- I renamed
consumeKeyItemOnSuccessfulSpawntoconsumeConditionalItemOnSuccessfulSpawnfor enhanced clarity. - Introduced a new configuration option,
IfKeyItemAndStoneRequirementIsSetConsumeOnlyStones. This setting allows for more control over whether only stones should be consumed when both a key item and a stone requirement are met, andconsumeConditionalItemOnSuccessfulSpawnis enabled.
- I renamed
-
Condition Enhancements:
- I added specific stone requirement conditions to enhance gameplay flexibility. These conditions are designed to check for the required amount of different stones in the player's inventory. Each condition focuses on a distinct type of stone:
thunder_stone_requirementwater_stone_requirementice_stone_requirementfire_stone_requirement
- I added specific stone requirement conditions to enhance gameplay flexibility. These conditions are designed to check for the required amount of different stones in the player's inventory. Each condition focuses on a distinct type of stone:
New Versions:
- Full Version: This version now includes complete spawn configurations for each key item added, offering a comprehensive experience with predefined spawns.
- Standalone Version: This version focuses solely on the conditions, providing a modular approach to the mod's integration by omitting spawn configurations.
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:ZLzeLZ5r"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CaOWby9K:ZLzeLZ5r"
}


