1.0.0
Compatibility
Changes
BlastProtIndicator is a tool that helps you know when you are wearing Blast Protection leggings.
It works with any type of leggings, like leather, chainmail, iron, gold, diamond, netherite, or even special ones from mods. It shows a picture near your crosshair when you wear Blast Protection leggings. The picture disappears when you take off the leggings. You can move the picture around the crosshair. You can make it bigger or smaller. There is a button you can press to turn it on and off. If you have Cloth Config and Mod Menu, you can easily change settings. You don't need them to use BlastProtIndicator. The only thing you need is Fabric API. Your settings will be saved when you close the game. So you don't have to set it up every time you play. Just install it. You're good to go.
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:ZFvleREM:MZLCYJLM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZFvleREM:MZLCYJLM"
}

