All versions
1.2.0
Release
BetterPrisons 1.2.07 months ago 32
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Version 1.2.0:
Bug Fixes:
- check pick for super breaker (scorch will no longer proc super breaker aura)
- Stats HUD silly timer fix (resetting timer while paused showed a silly value)
- stats hud pause fix (pausing actually works correctly)
New Features:
- added /tpa and /tpahere to cooldown hud
- updated easyview to include dust and pages
- updated easyview text scaling to be larger in some cases
- updated easyview default colors for armor/weps/picks (hit the reset button to reset to new default)
- meteor HUD now has headings for each meteor that show if it is natural or player spawned
- Time until next level added to stats hud (uses xp/min calculation)
- Stats hud now has a visual indication when paused
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:VTKts9H2:kfQYx0gj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VTKts9H2:kfQYx0gj"
}


