Links
Tags
Creators
Details
emeraldgear-26.1-26.1.1-v2.0.0
Compatibility
Required content
Changes
๐ Emerald Gear Update (v26.1.1)
A major update bringing full multiplayer compatibility, a fresh coat of paint for your gear, and massive under-the-hood performance optimizations!
๐ฎ Player Changes
- Full Multiplayer Support: You can now safely play with Emerald Gear on dedicated servers with your friends! The mod is now 100% server-safe.
- Mod Menu Support: Added full Mod Menu integration! You can now view the mod's details and metadata directly from the in-game mods list.
- New Textures: All emerald armor, tools, and weapons have been completely redesigned for a cleaner, high-quality look in-game.
- Smoother Trading: Completely optimized the villager discount system to significantly reduce background lag and improve game performance when trading.
๐ ๏ธ Technical & Code Changes
- Codebase Refactor: Merged internal tool/armor logic and separated item registration into a dedicated runner, making future updates much faster to develop.
๐ฆ Supported Versions
- Minecraft: 26.1 & 26.1.1
- Required Fabric API Version:
0.145.2or Above - Required Fabric Loader Version:
0.19.3or Above
๐ก How to update:
Remove the old emeraldgear.jar and Just drop the new .jar file into your mods folder.
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:QUB9Ngac:8mAuKNzS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QUB9Ngac:8mAuKNzS"
}

