Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
66
Release
Fabric-1.20.1-66-WM1.37.0-MM23.9.03 years ago 269
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
- 9090076 - disable radar when dim switched setting
- 5def014 - remove useless pac button when not installed
- 056cb23 - restore dim switch buttons and fix worldmap coord translation
- 179c619 - WM1.37.0 MM23.9.0
- c0d86ed - fix discord invite link in readme
- 06ae19b - use fastutil reference map
- dec890a - arch loom 1.4
- 7650f8c - update sqlite-jdbc
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:TW26KMMs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EnPUzSTg:TW26KMMs"
}



