Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
4.0.0-B-beta
Beta
The Midnight Lurker 4.0.0-B-beta2 months ago 4,579
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Version 4.0.0-B-beta and up updates and changes
- Fixed phantom Lurker returning null and crashing the game
- Fixed not being able to select the last two outcast book trades
- Hostile mobs now no longer attack the player if being chased by the Lurker or if the player is locked in the phantom head event
- The boss should now choose a random player to target every so often so he isn't hard targeting one player in multiplayer
- Corrected boss retry line to always play after the first attempt
- Changed Lurklings to now have a small chance to drop dark spinal shards
- Gave the boss scythes a glowing aura so they are easier to see
- Changed the void missiles to now glow purple instead of being black so they are easier to see
- Corrected anticipation music so it should now always play if enabled
- Fixed the void music not being stopped when starting the boss
- Changed the blast attack from the boss to hurt all entities and not just the player
- Fixed anticipation music not playing
- Fixed chase music not stopping when the player dies and fixed insanity not resetting so the Lurker constantly tried chasing the player when they respawned
- Fixed the velocity when double jumping with the Radiant Wings
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:ZI89iGm9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:obLxUQbm:ZI89iGm9"
}

