Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
2.29.0+fabric-1.21.10
Release
2.29.0 (Fabric) (WM1.39.17 MM25.2.15)8 months ago 19K
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
- d7c7e5c4 - xp prefix on exit tooltip
- cda6e5dc - loom 1.13
- 201fae8a - shift dim switch buttons down when no opac
- 9345c6a2 - update worldmap xp button textures
- 99ac6aec - simplify and use mixinextras for a few mixins
- b263266e - prevent chunk being marked both modern and old
- ca4cd27f - bump version
- 4132ecd3 - fit waypoints gui elements on small screens
- f0800527 - gradle 9.2.0
- b9244876 - Bump actions/download-artifact from 5 to 6 (#251)
- 87c2db61 - Bump actions/upload-artifact from 4 to 5 (#250)
- 2b64dce8 - worldmap hidden exit button on compass
- d07dae84 - update sqlite
- 0e137541 - update release script
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:8KQQUU82"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EnPUzSTg:8KQQUU82"
}

