All versions
1.3.9
Release
Essential 1.3.911 months ago 1,143
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Forge
Supported environments
Client-side
Changes
New Versions
- Added support for 1.21.8 Fabric
UI
- Improved the layout of our buttons on the title screen
- Improved the design of various modals
- Added new account switcher modal
- Added loading screen for switching accounts
- Removed the condensed variant of the full title screen layout
- Removed the "Essential Menu", its content was merged into Essential's settings menu
Bug Fixes
- Fixed particles of some cosmetics not rendering properly
- Fixed our buttons on the title and pause screens not supporting animated textures with "Use Minecraft button texture" setting
- Fixed our buttons on the title and pause screens not supporting nine-slice textures with "Use Minecraft button texture" setting
- Fixed bad performance in Social Menu related to long messages
- Fixed cape being slightly darker than it should be in Minecraft 1.16 - 1.21.1
- Fixed images not resizing correctly after a window resize in the Social Menu
- Fixed in-solid-block overlay sometimes rendering incorrectly in Minecraft 1.8.9
- Fixed some GUI components not rendering properly on MacOS in Minecraft 1.21.5 and above
Compatibility
- Improved compatibility with the "Fancy Menu" mod, allowing Essential's title and pause screens to be modified
- Fixed screenshot preview not working with "VanillaFix" mod
- Fixed drag and drop feature rendering incorrectly with "Fabric API" 0.127.0 and above
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:k2ZPuTBm:LyFFNcau"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k2ZPuTBm:LyFFNcau"
}

