Links
Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
21.1.7
Release
BetterCompatibilityChecker NeoForged 21.1.7+mc1.21.18 months ago 17.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog
All notable changes to this project will be documented in this file.
[21.1.7]
- Fixed not logging the modpack name and version after loading the metajson
[21.1.6]
- More logging
- Logs the modpack name and version after setup
- Adds the modpack name and version to the crash report
[21.1.3]
- Bump neoforge version
[21.1.2]
- Fix: add alias to work in production
- Thanks to pietro-lopes
[21.1.1]
- Dropped multiloader support
[21.1.0]
- Updated to 1.21.1
[21.0.0]
- Ported to 1.21
- New versioning scheme
- Dropped forge support
[5.1.2]
- Updated forge,fabric,neo versions
[5.1.0]
- Updated forge,fabric,neo versions
- Reworked neo to use same method as fabric
- drawForgePingInfo no longer exists
[5.0.0]
- Ported to 1.20.4
[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:CpGFL9bS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KJhXPbHQ:CpGFL9bS"
}

