3.3
Compatibility
Required content
Changes
CHANGE LOG v3.3
a new THE_SMILING_END greeting encounter triggered by messages like hi. Added a new contextual chat reply system for THE_SMILING_END, including custom lines and voice responses. Added a new ambient whisper system to increase psychological pressure during gameplay. Added a new psychological horror event framework with Presence, Omen, Paranoia, House, Hunt, Duo, Broadcast, Encircle, All, and Smiling End events. Added the /smileyevent command to manually trigger horror events. Added the /smileyspawningtime command to check upcoming stalker and horror windows. Added new psychological variants and encounters, including watchers, heralds, shadows, visitors, mimics, stalkers, and THE_SMILING_END. Added a new sanity-based hallucination system that can spawn fake player apparitions. Added new horror audio content, including the smiley_chase2 track. Added custom night ambience and music support. Added new vanilla animal scare behavior, including chase, flee, floating scare moments, and disappearance sequences. Added new client-side horror presentation features such as overlays, fog effects, moon texture swaps, and forced event focus. Added gun shop and gun client support systems. Added in-game config access and gamemode selection / vote support.
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:10mijYkH:ah6hk58K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:10mijYkH:ah6hk58K"
}


