All versions
1.4
Release
Slenderman 1.42 years ago 60.3K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
What are the changes? Slender Forest Changes
- Slender Forest is now a structure allowing for a better generation in the world and no more corruption when updating to newer versions from 1.4
- Slender Forest spawns infinitely throughout the world but they're very rare and you will only find 8 notes per Slender Forest
- Slender Forest now only has 8 notes
- Slender Forest now only has 1 Slenderman
- Slender Apple has been removed
Slenderman Changes
- Slenderman will now disappear for 15 seconds when hit and then reappear (Unless you've collected all 8 notes in the Slender Forest)
- Slenderman texture has changed to have a black tie to fit the original games
Note Changes
- New Loot
- All 8 variants of the Notes from the Original Games can spawn instead of just the "Leave me Alone" Note
- You now have to break the notes instead of right-clicking them
Miscellaneous Changes
- Slender Book, a book that gives the player information about the Slenderman and the Slender Forest - (Spawns in your inventory when you load into a world that has Slenderman Mod installed, it also works for old worlds)
- 3 New Advancements
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:ZgPzPTVH:zCXiz0r4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZgPzPTVH:zCXiz0r4"
}

