All versions
1.2.1-BETA
Beta
Dungeons Essence 1.2.1-BETA4 months ago 183
Compatibility
Minecraft: Java Edition
1.21
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Focus on high-impact technical changes
- Implemented a full custom 3D armor pipeline using GeckoLib (geo.json-based), removing reliance on generic armor visuals.
- Built a generic armor registration system (no per-armor class required), with support for RPG stats, vanilla armor attributes, and built-in enchantments.
- Added and integrated new armor sets: climbing_gear, rugged_climbing_gear, and goat_gear, including unique variant logic.
- Added new enchantments: HIGHLANDER and ENVIRONMENTAL_PROTECTION, with gameplay and visibility behavior refinements.
- Reworked the stat tooltip system: cleaner formatting, icons, colors, positive/negative value styling, and sectioned presentation.
- Fixed repeated regressions where Attack Range appeared detached/duplicated; now it is consistently merged with the custom stat block.
- Improved compatibility with Better Combat, JEI, and Enchantment Descriptions to reduce tooltip/render conflicts.
- Refined ranged dual-wield behavior and related synergy handling.
- Redesigned and polished the Dungeons Forge UI (slot layout, spacing, readability, and state clarity).
- Rebalanced and adjusted progression-related content (recipes/economy flow and rarity pacing in key areas).
- Cleaned up legacy/redundant code and resources tied to old armor/model workflows.
-
- Updated project version to 1.2.1-BETA.
- New Identity of the mod.
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:WhiuVMj8:4qVyhqsj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WhiuVMj8:4qVyhqsj"
}






