Tags
Creators
Details
1.3.1-forge-1.20.1
Compatibility
Required content
Changes
- CRITICAL | Fixed forge versions not booting at all (not sure if fabric was affected but fix was very general)
- Select tool affects more tools now
- Rewrote top toolbar & dirt background
- Text background option in image editor
- Chat heads support (with config value)
To clarify the critical issue: No one informed me that those versions were malfunctioning since I usually test them in my development environment. The bug was caused by a packaging conflict where the embedded TwelveMonkeys library was not properly isolated into a unique namespace, causing a classloading collision on boot. This went undetected earlier because development environments load dependencies differently. Sorry for the oversight.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ImageHost.zip | Unknown | 3.53 KiB |
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:SgvyZjmJ:B8hb1KuR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SgvyZjmJ:B8hb1KuR"
}



