All versions
0.4.2
Release
0.4.2 - Fabric2 weeks ago 887
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
v0.4.2
Bug Fixes
- Fixed a crash on dedicated servers while the mod was setting up its in-game config menu, which could stop the mod, and the whole server, from loading at all. Singleplayer and LAN worlds were never affected, this only happened on real dedicated servers.
- Fixed a second, separate dedicated-server crash while the mod was setting up its network messages (the ones that keep client and server in sync), found right after the first crash above was fixed. This one could also stop the whole server from loading.
- The global Max Stamina setting could be ignored by a Pokémon that hadn't started training yet, letting it fly, run, or swim longer than the limit you set, even though an already-trained Pokémon respected it correctly. Fixed, the setting now applies right away, no training required first.
- If you were running an earlier NeoForge build on a dedicated server and hit either crash above, updating to this version fixes both.
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:THkyAcSA:eDfBTRvH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:THkyAcSA:eDfBTRvH"
}

