1.1.1
Compatibility
Required content
Changes
Features:
Added two new creatures: Mutated Horse and Patient.
Mutated Horse: A fearsome and aggressive variant of the horse with unique abilities and appearance. Patient: A mysterious entity with strange behavior and special interactions. Introducing a new rare weapon: [Tenebrous].
This powerful weapon possesses unique attributes and abilities, allowing players to unleash devastating attacks on their foes. Added a new item: [Brain].
Improvements:
Fixed multiple bugs and issues to enhance overall stability and performance. Optimized game mechanics and systems for smoother gameplay experience. Improved the visuals and animations of existing creatures and items. Refined the behavior and AI of existing entities for more engaging gameplay. Balance Changes:
Adjusted the damage and attributes of certain weapons and creatures for improved gameplay balance. Tweaked the rarity and drop rates of specific items and loot for a more rewarding progression. General Changes:
Removed lightning effects that occurred when entities died. The lightning effects were found to be causing visual inconsistencies and have been removed to provide a more immersive experience. Bug Fixes:
Fixed various issues related to crashes and instability. Addressed glitches with collision detection and pathfinding. Resolved problems with item interactions and crafting recipes. Fixed graphical glitches and animation artifacts. Corrected text and localization errors for improved clarity.
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:r0zJa8lV:T29M43yO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r0zJa8lV:T29M43yO"
}


