Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
4.0.0-C-beta
Beta
The Midnight Lurker 4.0.0-C-beta2 months ago 300
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Version 4.0.0-C-beta and up updates and changes
- Lowered the Void Gateway spawn chances as they seemed to be too common
- Changed Void Gateways to only retreat/activate when next to them or when they are in range and are able to be seen so you can't activate them through walls
- Renamed the Howling Willow logs that contain "sorrow" from "Howling Sorrow Willow Log" to "Sorrowful Howling Willow Log"
- Shapeshifter Villagers should now have the correct outfit based on the biome they are in
- Adjusted the Lurker's spawning so hopefully he spawns more consistently
- Fixed anticipation music not playing when enabled
- Renamed the "Warper Sac" to "Warp Sac" as the original name may have lead people to think there was a mob added named "Warper"
- Added a dash to the Radiant Wings
- Fixed the player not getting the "Insanity" and "Helpless" effects when in an insanity chase
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:obLxUQbm:FlGWCuTd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:obLxUQbm:FlGWCuTd"
}

