1.1.14
Compatibility
Required content
Changes
1.1.14
Old codes are automatically deleted whenever a new code is created. Local backups and “Settings Code” folders were wiped on your machine for privacy. Built clean release and generated 11 jars for 1.21.1–1.21.11. 1.1.13
Minecraft dependency range updated to support 1.21 through 1.21.11. 1.1.12
Load screen says Enter code here. After import: Settings done loading. Removed template mixins and Fabric example leftovers. Removed sources jar and debug line tables for light obfuscation. Cleaned metadata (fabric.mod.json) and license. 1.1.11
Full settings sync now includes keybinds and most user data: options*.txt, config, resourcepacks, shaderpacks, texturepacks, mods (except configsync jar), coremods, schematics, servers.dat, realms_persistence.json, command_history.txt. Options reload now done on client thread and re‑written after import. 1.1.10
Local code import uses folders instead of a huge zip (fixes corrupted zip issue). Load Settings works even if active-settings.zip is broken.
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:nGYev028:Vy5FJuvf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nGYev028:Vy5FJuvf"
}

