Tags
Creators
Details
All versions
1.5.0.1
Release
Essential 1.5.0.123 hours ago 43
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Forge
Supported environments
Client-side
Changes
Bug Fixes
- Fixed resource packs not showing in the host panel on Minecraft 26.3
- Fixed the game crashing when taking a screenshot with a custom font and the "Screenshot Message" setting enabled
- Fixed friends' player heads appearing on servers in the Multiplayer menu on which they're not playing
- Fixed broken Cosmetic & Armor visibility setting on NeoForge 1.21.1
- Fixed whitelist being enabled for integrated server even when not hosting via Essential
- Fixed crash in Multiplayer screen when player avatar hasn't been loaded yet
- Fixed scrollbars displaying on certain Essential screens, even when they shouldn't
- Fixed gradients being visible on the account switcher modal and the Essential chat input box when they are not scrollable
- Fixed world not loading when world-specific resource packs are added on Minecraft 1.21.1 to 1.21.8
Compatibility
- Fixed the game freezing when attempting to host a world with Open Parties and Claims installed
- Fixed broken GUI rendering with OptiFine on Minecraft 1.18 to 1.21.4
- Fixed "You are not white-listed on this server!" when opening a Flashback replay
- Fixed Essential buttons sometimes not respecting the position set in FancyMenu
- Fixed Essential buttons being invisible in the FancyMenu editor
- Fixed Essential buttons sometimes not displaying as hovered with the "Use Minecraft button texture" setting enabled
- Fixed in-menu player not rendering properly with Iris 1.11.4
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:j5C6E0yP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k2ZPuTBm:j5C6E0yP"
}

