All versions
1.0.0
Release
Pet Shield 1.0.0last month 198
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changelog
All notable changes to Pet Shield are documented here. Format: Keep a Changelog.
[1.0.0] - 2026-07-07 โ MC 1.21.1 (NeoForge + Fabric)
Added
- Owners can no longer hurt their own pets by accident: melee (incl. sword sweep), projectiles, and harmful thrown potions are cancelled
- Covers all ownable animals: wolves, cats, parrots, horses, donkeys, mules, llamas (and modded tameables extending vanilla)
- Sneak-to-bypass: crouch while attacking to hit your pet on purpose (configurable)
- Optional protection from ALL players (
protectFromAllPlayers, off by default) - Entity blacklist by id (
entityBlacklist) - In-game config screen (Cloth Config), reachable from the mod list on both loaders
/petshield reloadop command โ hot-reloadsconfig/pet_shield.jsonon dedicated servers without restart- Server-only install supported: vanilla clients can join normally
- English + Spanish localization
Fixed
- Sitting pets no longer stand up when a blocked hit lands (vanilla orders pets to stand before damage events fire; the sit order is restored within the same tick)
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:AXPaAyF1:8w2fI9ry"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AXPaAyF1:8w2fI9ry"
}

