Links
Tags
Creators
Details
1.19.2-3.0.1
Compatibility
Changes
Updated for Minecraft 1.19.2!
- No other changes
IMPORTANT: This release is *NOT* compatible with versions 1.19.3 or 1.19.4 due to breaking changes that Mojang introduced in those versions. Thanks Mojang…
Changes in version 3.0.1:
Tweaks:
- Updated logo image to the new version
- Fixed issue tracker link to the GitHub issue tracker
Changes in version 3.0.0 beta 1:
Finally! Version 3.0.0 is here! Sorry it took so long
Updated for Minecraft 1.18.2! A version for 1.20.1 will be coming up next (and possibly 1.19.x if the demand is there)
Additions:
- Added Aluminum Shields!
- Every basic shield variant (excluding the Mekanism Osmium, Lapis Lazuli, Refined Glowstone and Refined Obsidian shields) now have Tower Shield variants now!
- Tower shields also now have higher durability than the standard shields
Bug Fixes:
- Fixed shields bashing with the main hand swinging instead of the shield hand swinging
undefined
Tweaks:
- Tower Shields now cost 6 of the material it is made from to craft them
Compatibility:
- Other mod's shields can now have shield bashes assigned to them via the item tag "spartanshields:shields_with_bash". Currently the Vanilla Shield and Mekanism Tools' Shields are supported, but additional ones can be added via datapacks
Optional dependencies
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:W5rjEyqs:GQr5UlIa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:W5rjEyqs:GQr5UlIa"
}

