Tags
Creators
Details
All versions
1.3.1
Release
Essential 1.3.12 years ago 17.1K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Changes
Improvements
- Added a list of unowned cosmetics in your outfit beside the character preview in the Wardrobe
- Added a warning to the wardrobe when your emote wheel keybind is conflicting with another keybind
- Added an indicator to skins in the Wardrobe when they are being used on an outfit
- Added a context menu option for duplicating an outfit in the Wardrobe
- Added a purchase confirmation modal when clicking the purchase button in the player preview window
- Added visible timer to bundles
- Scrolling in the in-game Emote Wheel will now cycle through the different wheels
- Added a modal shown when Essential has been auto installed by a 3rd party mod
Bug Fixes
- Fixed players being kicked from World Hosting when host temporarily loses connection to Essential infrastructure
- Fixed performance issues when leaving the Wardrobe open for an extended period of time
- Fixed the Essential online indicator not showing on sneaking players on 1.8.9
- Fixed cosmetic animations resetting when changing colors
- Fixed unowned items equipped modal displaying when leaving the wardrobe quickly after purchase
- "NEW" indicator on the main menu is no longer hidden during a sale
Compatibility
- Fixed Essential not showing on main menu when using Custom Main Menu
Miscellaneous
- Moved the Essential onboarding file to a new location
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:tyrGzExB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k2ZPuTBm:tyrGzExB"
}

