2.0.0
Compatibility
Changes
🌑 Liesrs Horror Update: "The Void Protocol" (v2.0)The Liesrs Horror entity has been completely overhauled. It is no longer just a monster, but a true system error that consumes your world from the inside out.What's New:🧠 "L_END" Dynamic Intelligence:The entity is no longer t
ied to specific maps. It now scans the fabric of reality around the player. If you find yourself within any structure related to the end-game or "forbidden" blocks (bedrock, portals, command blocks), the final protocol will activate.⚡ Reality Glitches:As the monster approaches, system data begins to corrupt. Strange error messages (ERR_DATA) will appear in the chat, and the world around the player will be plunged into absolute darkness and hallucinations.💀 Death Curse:Even if you manage to kill Liesrs Horror, it won't save you. With its dying breath, the entity can trigger the world deletion process if it senses you have come too close to the "Final."🌪️ "Singularity" Event:When the L_END protocol is triggered:The sky is overtaken by a perpetual storm.Dozens of lightning bolts strike a single point.Audio distortions (Dragon and Ghast screams) deafen the player.The player receives an achievement... and after 15 seconds, is kicked from the world with a critical error.Technical Changes:Health increased to 900 HP.Added Wither III and Darkness effects upon close contact.Improved animations: the monster is now surrounded by a thick black mist and void flashes.Warning: Do not try to find the edge. The Void will find you.
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:1NNoLFIX:aWytu4Vt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1NNoLFIX:aWytu4Vt"
}

