![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.8.0
Compatibility
Required content
Changes
MythsAndLegends 1.8.0 Beta
⚠ Warning: Please do not install this version on pre-existing worlds!
The identifier namespace for items has changed from myths_and_legends:clear_bell to mythsandlegends:clear_bell, meaning existing items will cease to exist.
- Completely reworked the entire command system.
- Added a prototype system for changing Zygarde forms — unfortunately, it doesn’t work yet.
- Reworked force spawning.
- Reworked several settings.
- Form changes can now be user-defined (but will also come with some predefined options).
- Loot is now more customizable than ever, making the experience more fun and engaging by default.
- The conditions added by MAL have also been adjusted.
Generally speaking, I need to write a better changelog when I have time ^^ — for now, I recommend visiting wiki.0skill.de, as I’ve updated it alongside the mod.
Optional dependencies
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:mxyp9Uq6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CaOWby9K:mxyp9Uq6"
}
