1.3.7
Compatibility
Changes
BetterPrisons v1.3.7 Changelog
New Features
-
Chest Search & Book Search — Open any chest or container to get a search bar plus a filter-rule sidebar that highlights matching items
- Filter rules with per-rule colors and Any/All (OR/AND) matching
- Search enchant books by success rate, destroy rate, or energy cost in addition to name
-
Clue Scroll Sorting — Clue scrolls now show their current step number large and centered on the item (in containers and the hotbar), so a chest of scrolls can be sorted at a glance. Configurable number color; optional report tooltip for any unrecognized step types
-
Meteorite Showers — A new event type on the Events HUD with its own countdown, zone label, waypoint, and beacon beam. Fully configurable (timeout, colors, icon, beam opacity, sound)
-
New Cooldowns: /near & /pulse — Both now appear on the Cooldown HUD (compass icon / 45s and redstone-torch icon / 5min), each with its own toggle and color
-
More Satchel Types — The Satchel HUD now recognizes Shard, Contraband, and Clue Scroll satchels, plus Block and Deepslate ore-satchel variants — with correct names (even when renamed) and fill levels
-
Enchant Book Costs on Chat Hovers — Hovering an enchant book linked in chat now shows the same upgrade-cost breakdown you get in your inventory
-
PrisonBreak Texture Pack — A bundled ore texture pack that auto-applies when you enter PrisonBreak and removes itself when you leave
-
Peaceful Mining in PrisonBreak — Peaceful mining stays active throughout the PrisonBreak world regardless of what you're holding (toggleable)
-
Bold XP/Energy Popups — Optional Misc setting to bold the on-screen
+XPand+Energytitle popups
Improvements
-
Energy Calculator — Now supports levels up to 750 for both pickaxes and satchels (command and GUI)
-
Natural Meteor Timer — Natural meteor landing countdown updated to 7 minutes to match the server
-
Longer Display Windows — Max values for the meteor "crashed" display and the merchant "slain" display raised from 1 → 2 minutes
Bug Fixes
-
Meteor HUD — Fixed meteor tracking/display issues
-
Message Notifications — Updated to the server's new direct-message format (
[realm] [player to me] message) so DM alerts trigger again
download in #mod-download and at https://modrinth.com/mod/betterprisons
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:p3FLU2pl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VTKts9H2:p3FLU2pl"
}

