Links
Tags
Creators
Details
1.2.0
Compatibility
Changes
The update for caramelChat has been delayed because the architectury-loom dependency hasn't been updated to support version 1.20.5+. I apologize for keeping you waiting for so long.
With the addition of the NeoForge platform, I now have to release 12 different versions every time I update the mod. This has become a very burdensome task for me, so the updates for 1.19.4, 1.20.1, and 1.20.2 will no longer be provided after this release.
The key-binding Network API I was previously working on has been discontinued. I simply didn't have enough time to implement it across all Minecraft versions and modding platforms.
- (compatibility) Improve compatibility with EMI mod
- (compatibility) Improve compatibility with Xaero's Minimap mod
- (compatibility) Improve compatibility with Blueprint mod
- (feature) Add Langauge Indicator (Windows, macOS)
- (feature) Support Linux Wayland (BETA)
- (fix/lib) Fix SIGSEGV problem when loading Minecraft (Linux X11) by @Nesquate in https://github.com/Korea-Minecraft-Forum/CocoaInput-lib/pull/4
- (fix) Refresh creative inventory search results when not in preview state
- (fix) Sign crash possibility
- Support Minecraft 1.20.5+ (Forge, NeoForge)
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:M4vJe1FJ:VrxEDJuH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M4vJe1FJ:VrxEDJuH"
}

