Tags
Creators
Details
Licensed MIT
Published 7 months ago
Updated 8 months ago
All versions
1.1.0
Release
Haunted Environment8 months ago 146
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
Initial upload!
All features that were meant to be within this mod are already built in. Further haunts may get added in the future. Current haunts include:
Spoiler for all haunts and how they work
- Doors opening and closing with a slam after a while of interacting.
- Placed blocks play the breaking effect and sounds with low chance.
- Glass and glass panes has a low chance of breaking after a long while.
- Placed torches break with low chance.
- Buttons and levers have a chance to be interacted with again after a while.
- Bells have a chance to be interacted again after a while.
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:njLV5a7S:lxSukm5D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:njLV5a7S:lxSukm5D"
}

