Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
136
Release
Forge-1.12.2-136-WM1.31.0-MM23.6.03 years ago 55
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client-side
Required content
Changes
- 99ddb52 - optimize mem + cpu in minimap background and map highlight rendering
- 4382ac7 - Object allocation and optional performance optimizations
- b7de083 - remove fast mapping delay setting
- 55b1f12 - update fast mapping defaults and tooltips
- efa5d66 - add baritone right click options to waypoint elements
- 42e8b44 - reflection micro-optimization
- 8d493c5 - move chunk writing off render event
- 769b545 - drop support for NewChunksV1
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:gkNxtXXq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EnPUzSTg:gkNxtXXq"
}



