Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 weeks ago
All versions
2.16+fabric-1.21
Release
2.16 (Fabric) (WM1.38.8 MM24.2.1)2 years ago 2,244
Compatibility
Minecraft: Java Edition
1.21
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
- 819e4dc - share buffer to reduce allocs
- 29f7f5c - update mixinextras
- eea1998 - reduce allocs by moving loop
- 11a4a51 - render WM highlights even on regions with no textures
- c0ec10c - correct method remap config
- 18b4cca - Expanded settings also increase button width
- f67729e - simplify table migration and run inside transaction
- a7a3b22 - more logging on error conditions and set worldid before ref
- 959f308 - Cross dimension WM cursor coordinates setting
- 6c10cbd - add minimap scaling option slider to sodium settings
- 70016aa - bump version
- 309c852 - fix typo in naming
Optional dependencies
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:prON73Ib"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EnPUzSTg:prON73Ib"
}





