Tags
Creators
Details
All versions
0.17.7-beta
Beta
Version 0.17.7-beta4 months ago 9,384
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Changelog
[0.17.7-beta] - 2026-03-19
Added:
- #388 Debug config option
logRepelRods: Enables logging for additional information about trainer repel rods
Changed:
- #387 Reworked Trainer Repel Rod to a block entity
- Repel rod positions are no longer persisted independently (in
data/rctmod.spawn.chunks.repel.map.dat) - The block entity now registers itself once it receives its first tick (i.e. its chunk is loaded)
- This change possibly fixes previously reported issues of repel rods randomly stopping to work and should overall be a more stable solution (while the actual bug was never confirmed/reproduced this is still fair to assume due to the complete rework)
- Unfortunately existing repel rods will have to be replaced (or pulsed with redstone) to get registered as block entities
- Repel rod positions are no longer persisted independently (in
- #386 Trainer repel rod now connects to redstone dust
Fixed:
- #385 NPE when attempting to access minecraft instance in datagen task
- #384 Possibility for trainers to spawn outside a players simulation distance (causing chunks to load and performance issues)
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:y8MeKW8K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lRwTUnD7:y8MeKW8K"
}



