
Pixelmon: CC's Adjustments
CC's Adjustments [Pixelmon Sidemod] stops duplicate legendary spawn occurances, trims PokeMarts inventory for balancing, reworks village chest loot, improves raid allies capabilities, and makes breaking Healers & PCs renewable in a fair way.
Links
Tags
Creators
Details
9.3.16.x.5
Compatibility
Required content
Changes
-
Single-stage and first-stage Pokemon can spawn at any level. A range of 25 to 40 becomes 1 to 40. The maximum level does not change. This feature is off by default.
-
Single-stage and first-stage Pokemon can spawn at all times of day. The /wiki command hides the time limit for these Pokemon, because the server no longer applies it. This feature is off by default.
-
Fix: a player received the starter kit again after the player died and joined again. The mod now keeps the record through player death.
-
Fix: the legendary notification showed a legendary that did not spawn. The mod now sends the notification only after the legendary is in the world.
-
Fix: the legendary notification ignored the Pixelmon legendary announcement setting. If you turn the Pixelmon setting off, the mod stays quiet.
-
Tweak: the config is much more legible and user friendly.
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:kXOvuxXZ:8myW8JEc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kXOvuxXZ:8myW8JEc"
}

