All versions
2.0.0
Release
Cobblemon Wild Spawn 2.0.0last month 1,482
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Changes
Added
- Added
version: 2.0.0todefault.ymlso legacy configuration migrations run only once. - Added the client-only
wildEncounterGlowsetting, enabled by default, to control wild encounter glow rendering. - Added
/grassspawn client reloadto reloadclient.ymllocally without restarting the game.
Changed
- Unified
encounterChance,encounterChanceSolid,encounterChanceWater,shinyChance,shinyChanceWithLure, andaspectChanceas percentages from0.0to100.0. - Updated the default encounter percentages to
8.0,2.0, and4.0for grass, solid blocks, and water respectively. - Updated the default shiny percentages to
0.09765625normally and0.1953125with a Lure, preserving the previous 1/1024 and 1/512 odds. - Updated the default aspect percentage to
2.0, preserving the previous 1/50 odds. - Changed
cooldownand all Lure and Repel durations to decimal seconds while continuing to use ticks internally. - Replaced Type Lure mob-effect textures with the matching Pokemon type icons.
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:pAyqw4mS:RGPT4zb7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pAyqw4mS:RGPT4zb7"
}

