Tags
Creators
Details
All versions
2.3.2
Release
Essor v2.3.29 months ago 47
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
Essor v2.3.2
🐛 Patches
- The "Fly long distance" challenge, for the Elytra, works as expected.
- Soul soil is now recognized as a target for the "Dig soul sand" challenge, for the shovel.
- Helmets were previously gaining underwater experience twice, if they were enchanted with respiration or a turtle helmet. This does not happen anymore.
- Inventory sync bugs are partially patched. Sync bugs may occur when an armour is gaining experience by being under water, flying, walking or sneaking on special blocks.
🛠 Upcoming
- A notification showing the amount of experience gained by a piece of equipment for each action.
- A notification showing when a piece of equipment levels up.
- Additional challenges for armor pieces, tools, shield and weapons.
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:9SXcqTm8:yMsvhOo9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9SXcqTm8:yMsvhOo9"
}

