0.8.0-1.20.1
Compatibility
Required content
Changes
Backported 0.8.0 to 1.20.1
+Added ambient sound loops for activated Altars of Herobrine.
+Added Infected Axolotl.
+Added Infected Camel.
+Added many more Item Tags for development purposes.
+Herobrine Mage now has a lightning strike attack.
+Added Infected Ocelot.
+Added Infected Fox.
-Removed hostile mobs automatically targeting Survivors. Fixes compatibility with mods that improperly use inheritance from MobEntity.class. Resolves #47
*Updated Russian Translation by @mpustovoi in #55.
*Cursed Diamond Tools require the player to be crouching to use their active abilities. Improves shield gameplay and compatibility with certain magic mods.
*Optimized save data with a "dirty" flag. See 12c62f2 for more details.
*Cursed Diamond Equipment now has the same stats as Diamond Equipment, but with more durability.
*Fixed text on one of the signs placed by Herobrine Builder.
*Reorganized Creative UI.
*Renamed certain data files to better conform to Vanilla Minecraft naming conventions.
*Cursed Diamond Armor model textures are now in the mod's namespace.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| TheLegendOfHerobrine-Fabric-1.20.1-0.8.0-sources.jar | Unknown | 4.13 MiB |
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:ZVwEpI9d"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pxcPUxNg:ZVwEpI9d"
}

