Tags
Creators
Details
1.20.1-v0.7.0
Compatibility
Changes
Introduced the Ignathos alongside its complete gear set.
Implemented the Fire elemental type.
Executed a comprehensive ability rework for the Leivekilth.
Added a fully translatable, data-driven Guidebook for player onboarding.
Introduced the Arborix as a complex mount system.
Transitioned the spawning system to utilize invisible structure generation, ensuring predictable and consistent spawn locations over standard vanilla mechanics.
Reworked the stagger system and introduced minor flinch reactions to monster hit responses.
Implemented a dedicated Defense attribute system.
Introduced a rolling mechanic for player evasion.
Added support for data-driven damage types.
Implemented a special Greatsword, exclusive to Creative Mode.
Reworked all monster weapons.
Integrated a comprehensive, data-driven questing framework.
Refined monster hitboxes for higher precision and accurate targeting of specific body parts.
Implemented data-driven configurations for custom mob elemental weaknesses.
Added Better Combat support.
Introduced Flarevein as a new mob effect.
Increased monster movement speed and updated pathfinding logic underwater to prevent unintentional drowning.
Removed all standard enchantments to better align with the new combat and progression systems.
Added super secret golden lightning wow.
Applied numerous additional minor bug fixes, tweaks, and backend optimizations.
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:OSlNyqiW:xirt60NL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OSlNyqiW:xirt60NL"
}

