1.3.5
Compatibility
Changes
BetterPrisons v1.3.5 Changelog
⚠️ IMPORTANT — EVERYONE IN YOUR GANG MUST UPDATE
The gang ping message format changed in this version to bypass the server's anti-IP filter. Pings sent from v1.3.5 clients will not be visible to gang/truce members still running v1.3.4 or older. Make sure everyone in your gang updates to v1.3.5 or pings will silently fail to display for them.
New Features
-
Enchant Book Cost Tooltips — Hover an enchant book to see exactly how much energy each level costs, plus a running total to max level
- Tier-aware: LEGENDARY books correctly show the higher cost from L3+
- Configurable color and toggle in Misc
-
Gang Point Expiry Tooltips — No more mental math for EDT. Gang point notes now show
- A live countdown until they expire (e.g.
Expires in: 1d 18h 42m) - The expiry time in your own timezone
- Configurable color and toggle in Misc
- A live countdown until they expire (e.g.
-
Auto Trade — Shift-right-click another player to send
/trade <username>automatically. No more typing their name. Toggle in Misc (on by default) -
Powerball Ready Alert — When your Powerball cooldown ends, you get a title popup on screen plus a sound — no more guessing when you can use it again
- Title and sound toggle independently
- Pick from 7 alert sounds, adjustable volume, custom title text and color
-
Meteor Countdown Timers — The Events HUD now shows how long until each meteor lands
- Natural: 10-minute countdown
- Summoned: 1-minute countdown
- Shows
(Imminent)when the countdown hits 0, then[Crashed]after the impact message
-
Targeted Gang Ping Keybind — A new keybind lets you ping the block you're looking at instead of your own position. Useful for pointing out a spot without walking to it. Unbound by default — bind in Controls
-
/dangle & /adangle Cooldowns — Both now show up on the Cooldown HUD with their own toggles and colors
/adangle: shown immediately when you use it, cleared automatically if the server says it failed
-
Peaceful Mining works with Maces — Maces now trigger peaceful mining alongside pickaxes. Each tool has its own toggle so you can enable just one if you prefer
Improvements
-
Gang Pings Work for More Players — Some players' IGNs were causing their pings to get blocked by the server's anti-IP filter. The ping format has been updated so this no longer happens (see warning at top about updating)
-
Reorganized Misc Tab — Notifications, Pickaxe Drop Protection, and Held Item Scaling have moved into collapsible sections under a single Misc tab. Less sidebar clutter
-
[BP]Tooltip Prefix — Lines that BetterPrisons adds to item tooltips now start with[BP]so you can tell at a glance which info came from the mod vs. the server
Bug Fixes
-
Meteors and Merchants Showing Up Again — Fixed event detection that broke when the server started using inline color codes inside coordinates. Meteors and merchants now appear on the Events HUD correctly
-
Slain Merchants Now Always Clear — Previously, if a merchant moved before being killed, the slain message wouldn't match the spawn position and the waypoint would linger. Fixed by matching on horizontal position only
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:UKOuv83g"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VTKts9H2:UKOuv83g"
}

