
EarthMC Essentials
ArchivedA fabric mod designed for EarthMC that provides info on people, places and more.
881downloads
4followers
881downloads
4followers
EarthMC Essentials has been archived. EarthMC Essentials will not receive any further updates unless the author decides to unarchive the project.
Tags
Creators
Details
All versions
v4.0.3-1.19.4
Release
EarthMC Essentials v4.0.3-1.19.43 years ago 459
Compatibility
Minecraft: Java Edition
1.19.3–1.19.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
🔧 Patch to address a couple of issues.
Warning Minimum Fabric requirements updated!
Fabric Loader
0.14.9->0.14.22
Fabric API0.81.0->0.87.0
Changelog
- Fixed a rare crash on startup caused by a bad response when fetching map data.
- Toggles in the
Generalsection of the F4 menu no longer require rejoining to take effect. - Bumped library dependencies.
- Cloth Config
10.0.6->10.1.105 - ModMenu
6.2.2->6.3.1 - EMCWrapper
0.11.0->0.11.5
- Cloth Config
Optional dependencies
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:GDrr0KgP:Vb9GDo1Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GDrr0KgP:Vb9GDo1Q"
}

