Tags
Creators
Details
All versions
1.11+mod
Release
[Mod] Release v1.11last year 366.3K
Compatibility
Minecraft: Java Edition
1.21–1.21.8
1.20.x
1.19.x
1.18.x
1.17.x
Platforms
Fabric
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Required content
Changes
- Entities with emissive layers are now properly hidden 👻 (Endermen, Spiders, and Cave Spiders) (closes #25)
- For this feature to work in Minecraft 1.20.4 and below, Pehkui must be installed. Pehkui can still be installed in newer versions for smoother poof animations
- Added config options to enable/disable the poof animation (#40), animation sounds (closes #39), reducing the number of particles emitted by hidden Endermen, and hiding emissive mob layers (#25)
- Improved performance by refactoring entity activation distance calculations to bundle and cache position data retrieval calls and by updating batch activation logic. The whole project is now up to 45% faster per tick!
- Modified the attack predicate of the secondary dig-up requirements so that it disregards the Y-distance. This allows mobs to, for example, appear at the bottom of pillars if a player decides to build up during the night
- Added an activation distance recommendation message when using the Vanilla activation mode
- Removed the Hoglin from the dig up animation
- Fixed most compatibility issues with Hostile Mobs Improve Over Time by adding missing tag recovery logic when preparing an entity for hiding. This should generally improve compatibility with other packs that override entity tags (closes #26)
- Fixed poof animation playing multiple times when "Play Animation on Unsupported Blocks" is off
- Fixed possibility of hidden falling mobs losing their fall distance NBT when appearing
- Fixed v0 save format not correctly upgrading to v1 in 1.20.5 and 1.20.6 (precisely from 24w11a to 24w20a)
- Changed exclude tag from
excludetots.sa.exclude
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:zrzYrlm0:ef3pV0PB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zrzYrlm0:ef3pV0PB"
}




