![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.4.0-SNAPSHOT
Compatibility
Required content
Changes
Version 1.4.0
Visual Enhancements
- Added unique icons for all key items introduced in the mod. These icons enhance the visual appeal and make item identification easier for players.
New Features
Additional Conditions Introduced
The mod now includes a variety of new conditions for enhanced gameplay and customization.
New Item Conditions
dragon_scale_requirement: Requires a certain amount ofdragon_scalein inventory.electirizer_requirement: Requires a certain amount ofelectirizerin inventory.magmarizer_requirement: Requires a certain amount ofmagmarizerin inventory.metal_coat_requirement: Requires a certain amount ofmetal_coatin inventory.protector_requirement: Requires a certain amount ofprotectorin inventory.leaf_stone_requirement: Requires a certain amount ofleaf_stonein inventory.moon_stone_requirement: Requires a certain amount ofmoon_stonein inventory.sun_stone_requirement: Requires a certain amount ofsun_stonein inventory.shiny_stone_requirement: Requires a certain amount ofshiny_stonein inventory.dusk_stone_requirement: Requires a certain amount ofdusk_stonein inventory.dawn_stone_requirement: Requires a certain amount ofdawn_stonein inventory.never_melt_ice_requirement: Requires a certain amount ofnever_melt_icein inventory.
Pokémon Team Conditions
arceus_in_team_requirement: Checks if Arceus is present in the player's team.articuno_in_team_requirement: Checks if Articuno is present in the player's team.darkrai_in_team_requirement: Checks if Darkrai is present in the player's team.deoxys_in_team_requirement: Checks if Deoxys is present in the player's team.dialga_in_team_requirement: Checks if Dialga is present in the player's team.entei_in_team_requirement: Checks if Entei is present in the player's team.giratina_in_team_requirement: Checks if Giratina is present in the player's team.groudon_in_team_requirement: Checks if Groudon is present in the player's team.hooh_in_team_requirement: Checks if Ho-Oh is present in the player's team.kyogre_in_team_requirement: Checks if Kyogre is present in the player's team.kyurem_in_team_requirement: Checks if Kyurem is present in the player's team.latias_in_team_requirement: Checks if Latias is present in the player's team.latios_in_team_requirement: Checks if Latios is present in the player's team.lugia_in_team_requirement: Checks if Lugia is present in the player's team.mew_in_team_requirement: Checks if Mew is present in the player's team.moltres_in_team_requirement: Checks if Moltres is present in the player's team.palkia_in_team_requirement: Checks if Palkia is present in the player's team.raikou_in_team_requirement: Checks if Raikou is present in the player's team.rayquaza_in_team_requirement: Checks if Rayquaza is present in the player's team.suicune_in_team_requirement: Checks if Suicune is present in the player's team.zamazenta_in_team_requirement: Checks if Zamazenta is present in the player's team.zapdos_in_team_requirement: Checks if Zapdos is present in the player's team.
Configuration Changes
- The configuration file has been moved from
config/toconfig/MythsAndLegendsfor better organization and accessibility.
(End of changelog)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Cobblemon-MythsAndLegends-Addon-1.4.0-SNAPSHOT-Standalone.jar | Unknown | 277.7 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:ixDyVM5y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CaOWby9K:ixDyVM5y"
}
