All versions
1.1.0
Release
Only The Essentials 1.1.04 months ago 167
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Only The Essentials 1.1.0
This release reworks the preset system to be profile-first and fixes major preset workflow issues in Mod Menu.
Highlights
- Replaced mixed global/preset behavior with a mandatory user profile model.
- Added required default profile (
DEFAULT) and removed predefined built-in presets. - Preset changes are now saved into the active user profile, preventing overwrite/desync issues.
- Improved active preset behavior so switching and applying presets works more consistently.
- Refactored server auto-apply mapping UX:
- Select a preset first,
- Edit the associated server list directly.
- Improved server matching for auto-preset on join (host + host:port normalization/fallback).
- Updated bind-server editing flow to avoid full config page refresh when changing selected preset.
- Cleaned up obsolete UI labels/translation keys after the UX refactor.
- Bumped mod version to 1.1.0.
Technical Notes
- Config and UI logic were synchronized to reduce stale-state behavior in Cloth Config screens.
- Auto-preset mapping now supports cleaner normalization and more robust join-time lookup.
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:a8EC4wxL:muWC8rQv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:a8EC4wxL:muWC8rQv"
}

