All versions
1.3.1
Release
BetterPrisons 1.3.15 months ago 176
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Version 1.3.1
Events HUD (replaces Meteor HUD)
- Renamed and expanded to cover multiple event
- Each meteor entry now shows a heading indicating whether it is naturally spawned or player summoned.
- Tracks Ore Merchant spawn and death announcements, displaying each active merchant's tier, coordinates, and distance.
- Per-tier toggles to show or hide individual merchant tiers (Coal, Iron, Lapis, Redstone, Gold, Diamond, Emerald).
- Distinct heading colors per merchant tier. Waypoints (new)
- Screen-edge direction indicators for every active meteor and merchant: a colored diamond when on screen, or an arrow clamped to the edge when off-screen.
- Optional 3D beacon beam pillars rendered in world space at each event location.
- Custom waypoints: add your own named, colored, coordinate-based waypoints with individual beam opacity and icon scaling.
- Per-type toggles (meteors / merchants) and a global beacon beam on/off toggle.
- Per-waypoint beam opacity (0–255), with separate defaults for meteor beams and merchant beams in config.
- Per-waypoint icon scaling: separate on-screen and off-screen scale multipliers, with config defaults for newly created waypoints.
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:7DxYO1Kw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VTKts9H2:7DxYO1Kw"
}

