1.0.0
Compatibility
Changes
Say "hi" to Not Simple Shields
๐ Diamond Shield - A very durable, hard-to-destroy shield.
โฌ Netherite Shield - The most durable, hard-to-destroy shield.
๐งจ Creeper Shield - Pushes and launches the opponent into the air using a small explosion.
๐ง Ice Shield - Freezes the enemy for a few seconds, giving you time to escape.
๐ต Spiked Shield - While blocking, deals damage to the opponent.
๐ฅ Lava Shield - Burns the opponent for a few seconds, dealing damage
๐ Ender Shield - On a successful shield block, when you crouch, shield teleports you to a safe nearby location up to 10 blocks away from your current location.
๐ป Shadow Shield - Makes you invisible and fast for a few seconds, allowing you to escape.
๐ช Absorption Shield - When an opponent hits the shield, you gain one point of absorption, which you can then unleash on your next hit against any mob. You can achieve a maximum of 50 absorption damage.
๐พ Experience Shield - When you successfully block with a shield, you gain some experience instantly.
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:YuPNG6S9:nznfK6qM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YuPNG6S9:nznfK6qM"
}

