2.5.0
Compatibility
Required content
Changes
Attack logic reworked. Instead of standard melee hits, the Imposter now grabs the player and triggers a cinematic sequence in which it delivers multiple knife strikes, dealing serious damage. This cutscene is visible both to the victim and to all other players. After the attack, the Imposter disappears.
Mimicry has been carried over from version 2.0.0, with certain aspects refined and improved.
Two new attack events have been added: in the first, the Imposter digs its way toward the player and triggers a cutscene; in the second, it springs out from around a corner and catches the player.
Swimming animation added — the Imposter now moves through water just like the player.
Fixed crashes / incompatibility with modded armor.
New sound effects added for chase sequences, detection, and cutscenes.
CARDBOARD CUTOUT
A new entity, which is a flat, 2D copy of the player, placed by the Imposter near the player. It has 3 spawn variations:
Spawns around a corner and stares at the player from a distance. When the player approaches, it rolls back out of sight.
Spawns from around a corner as soon as the player gets close to it, triggering a jumpscare.
Spawns behind the player, and as soon as they turn around, it emits a terrifying sound.
Occasionally, the Cutout may play a recorded voice line from the player with a radio filter applied. It also has a small chance to move around. It poses no threat.
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:gNHHGenp:vDobwKtY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gNHHGenp:vDobwKtY"
}

