Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 4 days ago
All versions
2.28.1+fabric-1.21.4
Release
2.28.1 (Fabric) (WM1.39.12 MM25.2.10)last year 17K
Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
- 7b1cdffc - fix synced tick timer event registration
- cccd0ca9 - region grid overlay
- f45c9a3b - fix newline formatting in translations
- da5217a0 - fix selection direction affecting delete highlights
- 1a76740e - update shadow excludes
- cab4c942 - Bump actions/download-artifact from 4 to 5 (#238)
- c68bcec4 - setup gradle jvm toolchain
- 2d67ba8b - update deps
- 85ea8f31 - handle negative number paste
- 8f6f606a - trim leading and trailing spaces from clipboard
- cc2719f1 - focus text entry field on goto coords button
- 04c3f03d - goto coord pasting shortcut
- a6e003a7 - fix json load error log on startup
- ff0ecfe5 - cleanup unneeded inject params
- 344ad3d8 - bump version
- 38a162fa - measurement tool
- b0299bdc - indicate synced waypoints in list gui
- 739bf75d - stasis pearl waypoints
- 2ce6ca8c - tick timers
- f9d66835 - increase width of goto coord text boxes
- a9e3d3c3 - allow disabling worldmap & waypoint list ui additions
- ae4ad615 - file safe save util
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:EnPUzSTg:xdjTMC4G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EnPUzSTg:xdjTMC4G"
}

