Tags
Creators
Details
1.6.5a-1.16.5
Compatibility
Changes
What happened to 1.6.4a?
Due to the large number of unfinished 1.6.4a builds we created with no good way to determine which version was the final build, we decided to skip 1.6.4a in favor of 1.6.5a.
Additions:
- 1.19 support - CoolGi, Ran, Leetom
- The mod version number to the f3 screen - CoolGi
Changes/Improvements:
- Updated the license to LGPL - everyone
- Remove Fabric Api requirement - Ran
- Disabled the OpenGL - logger - Leetom
- Silenced the concurrent build quad errors from chat, now they only log to file - Leetom
Bugfixes:
- Fixed DimensionFinder null pointer error when saving PlayerData before the player loads in - Leetom
- Fixed having both pre a1.6 & a1.6 save structure causing a FileAlreadyExist error - Leetom
- Fixed Invalid config Enum crash on startup - Leetom and CoolGi
- Fixed latest forge loader causing connection timeout on entering world - team effort
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:uCdwusMi:KrGwvvWA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uCdwusMi:KrGwvvWA"
}

