Tags
Creators
Details
0.13.16-beta
Compatibility
Required content
Changes
Changelog
Important: The level_cap is not a value anymore that can be set per player but is rather derived from the current state of progress of that player. Because of the changes to the progression it is possible that when updating from an older version the level caps of players will be different (most likely lower)! Apart from that the progress of players should adapt to the changes but as a general advice always make backups before updating mods.
[0.13.16-beta] - 2025-01-30
Changed:
- #221 Adjusted comments format in config files
Fixed:
- #220 Scrambled names in trainer card only being 3 characters long
- #219 Trainers responding with "I'm done" instead of complaining about players cayrrying pokemon above their level cap (if
allowOverlevelingwas enabled)
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:lRwTUnD7:geGNiCrW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lRwTUnD7:geGNiCrW"
}




