All versions
4.0.8
Release
BetterCompatibilityChecker Fabric 4.0.8+mc1.20.13 years ago 2.63M
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
[4.0.8]
- Switched to using fabric mixin AP
[4.0.7]
- Forge <-> Neo compatability changes
- Should be compatible with each other now (thanks mapping differences)
[4.0.6]
- Fix neoforge crashing on MP screen
- Why are is val$p_105460_ different of neo(val$pServer)?
[4.0.5]
- Ported for neoforge
[4.0.4]
- Fixed version data not being replaced in mods.toml
[4.0.3]
- Fixed various build script issues
[4.0.2]
- Fixed CI not adding loader name to the display name on curseforge
- Added Turkish translation (alpeerkaraca)
- Re-added French translation as it went missing (Calvineries)
- Lang between fabric and forge are now in sync
[4.0.1]
- Fix fabric server not being able to start up
[4.0.0]
- Moved over to MultiLoader
- Fabric and forge versions should be release at the same time now :D
[3.0.3]
- Fix fix
[3.0.2]
- Fix crash
[3.0.0]
- Ported to 1.20
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:KJhXPbHQ:1Z83Pw2p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KJhXPbHQ:1Z83Pw2p"
}

