Tags
Creators
Details
Licensed MPL-2.0
Published 5 years ago
All versions
21.9.8
Release
[FABRIC] [1.21.9] ForgeConfigAPIPort v21.9.89 months ago 183.1K
Compatibility
Minecraft: Java Edition
1.21.9
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v21.9.8-1.21.9] - 2025-10-04
Removed
- Remove data generation shutdown workaround
[v21.9.7-1.21.9] - 2025-10-02
Changed
- Re-enable support for Minecraft Forge
Fixed
- Fix crash when opening config screen (#2677)
[v21.9.6-1.21.9] - 2025-10-01
Fixed
- Fix compatibility with the latest NeoForge version
[v21.9.5-1.21.9] - 2025-09-29
Fixed
- Fix transitive dependencies missing from Maven publication
[v21.9.4-1.21.9] - 2025-09-29
Fixed
- Fix
Failed to process jar when running jar processor: fabric-loom:access-widener
[v21.9.3-1.21.9] - 2025-09-29
Fixed
- Fix NeoForge minimum version requirement
[v21.9.2-1.21.9] - 2025-09-29
Fixed
- Fix publications including result
jartask instead ofremapJar
[v21.9.1-1.21.9] - 2025-09-29
Changed
- Update to Gradle 9.1.0
[v21.9.0-1.21.9] - 2025-09-22
Changed
- Update to Minecraft 1.21.9
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:ohNO6lps:3Zr2vML8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ohNO6lps:3Zr2vML8"
}

