fabric-1.20.1-2.1.7
Compatibility
Required content
Changes
2.1.7
fix crash on java 17(1.20.1)
2.1.6
add util
2.1.5
upgrade to 1.21.11, fix multiversion issues
2.1.3
re-implement batch render in 1.21.8 1.21.10
2.1.3
rollback fzzy config dep version
2.1.0
upgrade to 1.21.8, 1.21.10
2.0.17
add experiment lang entry and generator
2.0.10
(all) refactor network again
2.0.8
(only 1.20.1 Forge)fix a bug that refmap can't be packed into the jar, resulting RenderType creation fail.
2.0.5
prob fix a bug that causes the advanced team mod can't render bar properly
2.0.4
internal network system improves
2.0.3
fix invalid RL bug this time
2.0.2
try to fix invalid RL bug
2.0.0
multiversion update, this update will potentially bring bugs to existing mod. If you experiment with any crashes, you can report it to the GitHub and downgrade this mod.
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:6gKEW2ql:kJj2QwTY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6gKEW2ql:kJj2QwTY"
}


