Tags
Creators
Details
All versions
1.3.5.8
Release
Essential 1.3.5.8last year 42.9K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Changes
Improvements
- Added the ability to have more interactions between different cosmetics and emotes
- Improved cosmetic and emote settings and hide additional cosmetic/emote settings if cosmetics/emotes are disabled
- Improved nameplate and tab-list Essential Icon settings
- Improved game window title to say "Multiplayer (Hosted World)" when in a hosted world
Wardrobe
- Added the ability to move emotes between emote wheels by dragging it over the "switch emote wheel" arrows
- Improved the layout of the Featured page
Social Menu
- Increased the character limit of chat messages from 500 to 2500
- Added a visual indicator when a chat message approaches, or is over, the character limit
- Added confirmation toast when inviting players to a world
- Removed group invites for now due to various issues with how they behaved
Bug Fixes
- Fixed Essential nameplate indicator not being correctly affected by lighting in 1.8.9 & 1.12.2
- Fixed the "Direct message notifications" and "Group message notifications" settings not working
- Fixed the show/hide cosmetic keybind doing things despite cosmetics being disabled
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:XRqCDOwM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k2ZPuTBm:XRqCDOwM"
}

