Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 weeks ago
All versions
2.20+fabric-1.21
Release
2.20 (Fabric) (WM1.38.8 MM24.2.1)2 years ago 2,306
Compatibility
Minecraft: Java Edition
1.21
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
- e473f81 - scale highlight window size along with minimap scaling
- 5f8e809 - no modifications when using minimap safe mode
- 2ef172f - minimap size scaling with rotation and radar
- cf04e8d - Minimap Size Multiplier
- 0abfb65 - fix buffered model gui scaling artifacts
- 4d9fa3c - add minimap view settings location and minor refactor
- 1d99e5f - fix XP waypoint beacon settings being reset on reload
- 855b9cc - Added Traditional Chinese (zh_tw.json) (#150)
- d423cea - worldmap baritone here keybinds
- 777d214 - update min fabric loader version
- b7761d4 - bump version
- fd37932 - meteor <0.5.4 compat
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:RG8ENM2I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EnPUzSTg:RG8ENM2I"
}

