Tags
Creators
Details
All versions
1.2.3
Release
Essential 1.2.33 years ago 24.7K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Changes
Social Menu
- Redesigned the message input field and reply banner
- Added ability to attach screenshots to messages
- Added ability to edit messages
- Added last message sent timestamp to chat list
- Added muted indicator on friends and groups to chat list
- Added ability to save shared pictures
- Updated image embed design
- Updated background color of sent messages
- Updated color of links
- Updated world/server invite and join buttons
- Minor bug fixes
Pictures
- Added the option to run a quick-action after taking a screenshot
- Added a better placeholder for pictures which couldn't be loaded
- Updated default bottom-left screenshot quick action to "Copy Picture"
Appearance
- Added the option to use the vanilla button texture for Essential menu buttons
- Added support for resource packs to override the Essential menu button texture
Modals
- Added a "Create New World" button to the host world modal
- Added information to empty friend invite, make group, and share screenshot modals
Settings
- Updated the layout of all settings
- Updated the name and description of all settings
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:NE3Wax6V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k2ZPuTBm:NE3Wax6V"
}

