Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated 9 months ago
All versions
2.2.1
Release
Chamber Fix9 months ago 243
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
🏛️ ChamberFix — v2.2.1
🔄 Updated
- Minecraft version:
1.21.11 - Java required:
Java 21 - Fabric Loader:
>= 0.18.2
🛠️ Fixes
- Fixed Trial Chambers vault reset / cooldown handling
- Correct handling of rewarded players state
- Prevents incorrect vault reuse
- Ensures proper cooldown after rewards
🧰 Admin Commands
/chamberfix set_reset_time <time>
Supports units:tsmhd/chamberfix reset
⚙️ Configuration
- Config is preserved at
config/ChamberFix/chamber_fix.properties - Option:
reset_time_ticks
📦 Build & Distribution
- Published artifacts:
- Main JAR
- Sources JAR
- Fabric API not required (required modules are bundled)
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:OthwhtJl:6PSBvXkN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OthwhtJl:6PSBvXkN"
}

