All versions
1.3.2
Release
BetterPrisons 1.3.25 months ago 160
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Changelog — v1.3.2
Gang Pings
- Press G to ping your location to gang chat, or H for truce chat
- Pings display as player head icons with beacon beams at the sender's location
- Configurable info text: name, timer, coordinates + distance, HP, facing direction
- Per-line text backgrounds, adjustable text scale (0.5x–2.0x)
- Distance-based icon scaling with configurable min/max scale
- Sound notification on received pings (same world only)
- 3-second cooldown to prevent server antispam
- Truce pings share display settings but have their own color and enable toggle
- Dedicated config tab with collapsible sections
Pickaxe Drop Protection
- New option to completely block pickaxe dropping via the drop key
- New option to prevent dragging pickaxes out of inventory
EasyView
- New "Tier Color" toggle for pages — colors the overlay text by the page's tier (e.g. green for Uncommon) instead of using a static color
Super Breaker Aura
- Timer now displays above the crosshair by default instead of overlapping it
- Added X/Y offset options and an enable/disable toggle for the timer
Satchel HUD
- Renamed satchels are now detected by item type, so the HUD works even after renaming
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:nBtO65BZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VTKts9H2:nBtO65BZ"
}

