Tags
Creators
Details
2.1
Compatibility
Required content
Changes
Bug Fixes and Optimization:
-
Major improvements on how coffins render.
-
Simpler coffin models.
-
Minor reduction in render distance.
-
Fixed a bug, where coffins would affect other particles
-
Fixed a bug, preventing the phantom to attack correctly
-
Rework of the animation logic of Ghouls and Revenants, should prevent "buggy" animations
-
QOL: structures support fabric and vanilla biome tags
Additions:
Commands:
- trigger command for the horde events
Blocks:
-
New bone decoration blocks.
-
Mangrove coffin.
-
New Gravestones.
-
Altar Block and Altar decoration blocks.
Boss:
-
A new multi-phase boss fight: particle effects, custom sounds, heavy animations, diverse attacks and unique fight patterns. The lich is here.
-
Added bone staff fragments (needed for summoning)
-
Added vial of blood (needed for summoning), to collect villager blood
-
And unique loot: the bone staff!
Structures:
-
Ruins: hold the fragments of the bone staff
-
Lich Prison: summoning island of the lich.
Mobs:
-
New Ghoul ability: a loud screech calls other ghouls and revenants for help!
-
New Revenant ability: playing dead, only to reanimate itself again
-
The Ghouling: a new passive minion for the player, summoned by the bone staff from the lich. Follows the player, attacks where the player points, teleports to the player and: use a coffin to equip it onto the Ghouling for extra inventory. Comes in various different flavors.
Lore and Achievments:
-
The continuation of the story awaits!
-
New achievments to guide you through the process of fighting the lich!
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:QivVPB8W:DFoxFE8s"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QivVPB8W:DFoxFE8s"
}


