All versions
1.3.3
Release
BetterPrisons 1.3.35 months ago 59
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
v1.3.3
New: Energy Calculator
- Calculate the energy cost to upgrade any pickaxe or satchel between two levels
- Available as a chat command:
/calc pick <wood|stone|gold|iron|diamond> <startLevel> <endLevel>/calc ore_satchel <coal|iron|lapis|redstone|gold|diamond|emerald> <startLevel> <endLevel>/calc refined_satchel <coal|iron|lapis|redstone|gold|diamond|emerald> <startLevel> <endLevel>
- Also available as a GUI in the new Tools tab in settings — select your category, type, and level range and see the result update in real time
New: Item Cooldown Overlays
- Cooldown and active timers now display directly on items in your hotbar and inventory
- Supports Pets (shows both cooldown and active duration), Trinkets, and Bandit Boxes
- Each item type has its own color, bold, and enable/disable settings in the new Item Cooldowns tab
New: Tools Tab
- New Tools tab added to the settings screen
- Contains the Energy Calculator and a Links section with quick-open buttons for:
- CosmicBuilds website
- BetterPrisons Discord
- Cosmic Discord
EasyView Improvements
- Added Prestige Token support — displays the prestige level (Roman numeral) on tokens in your inventory
- Added XP Bottle support — displays a compact amount (e.g. "17.6M") on XP and Player XP bottles, with optional tier coloring
- Both have configurable color, bold, and enable/disable toggles in the EasyView settings
UI Improvements
- Slider widgets now support direct text input — click the number next to any slider to type an exact value, press Enter to confirm or Escape to cancel
Bug Fixes
- Fixed gang pings and truce pings not displaying when the Waypoints toggle was disabled — gang pings now respect only their own toggles and no longer require waypoints to be enabled
- Fixed the same issue for gang ping beacon beams in 3D world rendering
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:iZst8oO2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VTKts9H2:iZst8oO2"
}

