Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
1.0.8.2
Release
The End of Herobrine v1.0.8.23 years ago 983.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
✨New Features:
- Server-side Config file
- New Config values: experimentalFeatures; possessionBlacklist; progressiveWrath
- New command: /endofherobrine (data | help | server config | wrath)
- Apocalypse Mode (experimental)
⚙️Tweaks:
- Slightly improved bossfights (still not final, experimental)
- Pos sheep clones now disappear after a while
- Herobrine can see the player through blocks.
- Optimized mob possession
- Challenge Advancements are no longer hidden
- "The End of Herobrine" advancement no longer shows toast
- Builder builds "HEROBRINE" letters in order
- Possessed mobs spawn eggs show at spawn eggs tab
- Totem-required items added to mod's tab
- Pistons can no longer move totem blocks
- Herobrine can no longer be name-tagged and leashed
- Herobrine flies above liquids
- Wrath calculations are no longer controlled by datapack
🛠️ BugFixes:
- Fixed Invincible Baby Husks (Compatibility Issue with From The Fog)
- Fixed villager trades resetting during possession
- Fixed Herobrine variants not teleporting properly (it made their actions extremely rare)
- Fixed "spawnBuilder" Config value set to false by default
- Fixed possessed sheep clones converting back to regular sheep
- Fixed possessed sheep clones being shearable
- Fixed attempting mob possession every time the world was loaded
- Fixed mob's possessionTimer resetting every time the world was closed
- Fixed unnecessary server warnings for every successful mob possession
- Fixed pig-related Challenge Advancement
- [1.0.8.1] "logs.json" block tag being overridden (uncontrollable leaf decay and slowed axe while breaking logs)
- [1.0.8.2] Crash when reverting possession of Zombie Villagers
- [1.0.8.2] Crash when checking if non-vanilla mobs' possession should be prevented
Supplementary resources
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:KLNkjT7v:wiIYbfpo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KLNkjT7v:wiIYbfpo"
}

