Tags
Creators
Details
0.6.3
Compatibility
Changes
*Fixed crash when missing save data for a world
*Herobrine spy and stalker now properly spawn in peaceful mode
*Various bug fixes and code improvements surrounding entities
*Cursed Forest is no longer considered an ideal spawn for the player to the game
*Fix for crash when Herobrine Warrior tries to break blocks with no attack target
*All variants of Herobrine and infected mobs are 50% more common in Cursed Forest biomes
*Removed arbitrary caps to timers used by Herobrine for AI and behavior
*Fixed Herobrine Stalker AI becoming bugged when the "RunningAtTarget" boolean is modified to be true by commands or another mod
*Fixed Herobrine Stalker targets and melee attacks Survivors
*Survivors can no longer trade with the player when in combat
*Added function to reset the Herobrine Stalker AI State
*The Herobrine Stalker now moves more slowly and pursues the player for a much shorter amount of time
*Moved from MCP Mappings to Official Mappings
*Updated to Gradle 7 and Forge Gradle 5.1
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:pxcPUxNg:qGdj0GYu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pxcPUxNg:qGdj0GYu"
}

