Tags
Creators
Details
All versions
0.16.8-beta
Beta
Version 0.16.8-beta11 months ago 96.6K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog
[0.16.8-beta] - 2025-09-15
Added:
- #331 Config option
ticksToDespawnIfUnseen(default6000, 5 minutes): Despawn trainers if not seen by any player for the configured number of ticks
Changed:
- #330 (Non-persistent) trainers now despawn if unseen for more than 5 minutes (configurable)
- #329 Default value of config option
uniqueTrainerRadiusfrom-1to500 - #328 Slightly adjusted trainer npc behaviour (small chance to hang out at a location for a few seconds)
- #327 Trainer Repel Rod can now be disabled by powering it with redstone
- #326 Trainer Repel Rod now additionally alters the behaviour of trainers in its area of effect causing them to wander away from it (now actually living up to its name)
Fixed:
- #325 Some issues with chunk registration of Trainer Repel Rods (while previously placed repel rods should automatically be affected by this fix if you feel that for some reason a rod is not working try breaking and replacing it)
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:t63Vus03"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lRwTUnD7:t63Vus03"
}




