Tags
Creators
Details
1.0.3-1.21.1
Compatibility
Changes
Changelog 1.0.3-1.21.1:
-
Made Forge compatible with older forge versions and neoforge again
-
End Crystal Explosion and Magma Shield Burn now are only executed if the player is holding the shield (not any entity)
-
Magma Shield and Ender Pearl Shield now only use special effects, if the enemy hits the shield and not the player.
-
Increased Chance for End Crystal Shield to explode (from 30 in 1 -> 25 in 1)
-
Added Ender Pearl Shield (teleports the player around the enemy, low durability)
-
Fixed Recipe Book
TODO:
- Endermite spawning
- Wind Burst Shield
- Sculk Shield (only activates when CRITICAL HIT | non Critical Hit | hit with an axe)
- Cobblestone Shield
- New version support (i hate the new versions because i don't understand any of ts)
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:qYO6TImU:g7qEVoki"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qYO6TImU:g7qEVoki"
}

