3.5.25
Compatibility
Required content
Changes
β¨ New
π§© Forge & Fabric Support
The mod now runs on both platforms, allowing greater flexibility for modpacks and servers.
π Inventory Shuffle Challenge
Your inventory is automatically shuffled every 15 seconds. Stay organized⦠if you can.
π² Action Roulette Challenge
Randomly reassigns player actions and inputs.
Movement, attacks, jumping, block placement, and other controls may swap unexpectedly.
β οΈ Changes / Limitations
πΌοΈ Challenge Icons
New challenges currently do not have dedicated icons.
Visual assets will be added in a future update.
π Bug Fixes
π€ Reverse Challenge & Boat Movement
Fixed an issue where players could move normally while affected by Reverse when riding a boat.
π Future Plans
π¦ Expanded Minecraft Version Support
Planned support for:
- 1.21.1
- 1.20.4
- 1.19.2
- 1.18.2
- 1.16.5
βοΈ New Challenges & Difficulties
More chaos, more mechanics, more suffering.
π§ Gameplay Mechanics Expansion
New systems and unexpected effects.
ποΈ Enhanced Configuration Options
Greater control over mod behavior and challenges.
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:nKzi9Q2t:Ydug36Sf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nKzi9Q2t:Ydug36Sf"
}


