Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
Updated 3 years ago
All versions
6.2.4-forge-mc1.16.5
Release
6.2.4-forge-mc1.16.53 years ago 23K
Compatibility
Minecraft: Java Edition
1.16.2–1.16.5
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Changes
Support for 1.16
Besides grave bugs or game crashes, this is most likely the last release for Minecraft 1.16.
Notable changes
- We are using Architectury now to provide Forge and Fabric support
Fixes
- Atlas GUI behaves a bit nicer when using the mouse zoom
- Fixed a crash related to large explored worlds on login
- Performance improvements
- Fixed dragging and player following of atlas GUI
- Fixed crash when itemNeeded is set to true in config
- Fixed crash when dragging on markers in atlas GUI
- Added config screen in mods list on forge
- Fixed map dragging on Windows
- Fixed atlas cloning and combining recipes
- Fixed default nether biome textures
Note: You need Architectury API, Cloth-Config and Fabric API (if you're using Fabric).
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:wHODup9j:9vCRVaE9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wHODup9j:9vCRVaE9"
}

