1.7.8
Compatibility
Changes
Now HARPER will be useful if you combine it with all existing heads in minecraft (Except the head of the Ender dragon) you will get a new variation of the helmet. There are only five of them (HARPER_Zombi, HARPER_Skeleton, HARPER_Creeper,HARPER_Wither_Skeleton and HARPER_Piglin), they do not give you any protection and also do not have an interface, but they protect you from all types of mobs of the helmet you are wearing.
Now the amulet can be obtained by completing all the achievements of the mod.
WARNING IN MULTIPLAYER MAY NOT WORK CORRECTLY!
Updated models and textures for the following armors:
The Ellegard Armor Gabriel's Armor Soren's Armor Lucas's Armor Petra's Armor All of Jesse's Armor Tim's Armor HARPER
The following icons have been updated:
Pumpkin Head Icon Axel's Helmet icon
All unnecessary files have been deleted
P.S. Perhaps this is the latest content update, most likely the next updates will only be ports/bug fixes, models and textures.
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:XvmcJ1DW:1zn7oPJ4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XvmcJ1DW:1zn7oPJ4"
}

