Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 weeks ago
All versions
2.23+fabric-1.21
Release
2.23 (Fabric) (WM1.39.0 MM24.3.0)2 years ago 1,142
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
- 4787be8e - don't render selection size text unless at least 2 chunks
- e18250ec - fix WM render distance square coords shifting
- ddc66dea - avoid mixin on writeChunk completely
- 707fca62 - add click to open to
/xaeroDataDircommand - 327f7ce7 - style
- 942bbf6c - render worldmap selection size as text above mouse
- 108e9f1a - replace unnecessary constant fwaystone syncs
- 09697f0b - waystone WP visibility type setting
- ff74a0a9 - bump version
- aa47b492 - worldmap middle click hold panning feature
- 38b3c04d - update actions
- eeb0cefb - reduce transparent MM bg vertices count by 1/4 in happy case
- 9a45b141 - improve seen tiles detection
- dc8d4b2a - thanks github
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:N5qfnuxu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EnPUzSTg:N5qfnuxu"
}





