Links
Tags
Creators
Details
1.1.0+1.21.1-forge
Compatibility
Changes
Auto-Shield Reborn 1.1.0 - version backfill across Minecraft 1.20 through 1.21.11.
Auto-Shield Reborn now covers the 1.20.x and 1.21.x lines in addition to 26.x. Builds are unmerged: one jar per loader per Minecraft build, so any issue maps to exactly one artifact. Pick the jar matching your Minecraft version and loader.
Coverage: Fabric (and Quilt) on 1.20, 1.20.1, 1.20.5, 1.20.6 and 1.21 through 1.21.11; Forge and NeoForge across the 1.20.1-1.21.8 families (Forge 1.21.9 is not supported); the Forge 1.20.1 jar also loads on NeoForge 1.20.1; NeoForge additionally covers 1.21.9-1.21.11.
Auto-Shield Reborn runs on both sides - install it on client and server. Fabric/Quilt builds want Fabric API.
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:AlTj0HVt:vceTq7xr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AlTj0HVt:vceTq7xr"
}

