Links
Tags
Creators
Details
Licensed MIT
Published 7 months ago
Updated 7 months ago
All versions
1.1.1
Release
Pet Compass 1.1.1 (Forge)7 months ago 585
Compatibility
Minecraft: Java Edition
1.20.4
1.20–1.20.2
Platform
Forge
Supported environments
Client-side
Client and server
Changes
Changelog
v1.1.1 - Cross-Dimension Fix
- Cross-Dimension Pet List: Pets from all dimensions (Overworld, Nether, End, modded) now appear in the compass GUI
- Achievement Fix: "Find Lost Pet" achievement no longer falsely triggers when traveling through portals to reach a pet in another dimension
- Data Pack Fix (1.20.x): Fixed advancement and recipe JSON format for Minecraft 1.20.1 compatibility
- Hotfix: Fixed crash related to advancement handler
v1.1.0
- Compatible with Forge 1.20.1 and NeoForge 1.20.1 / 1.21.1 (separate files)
- Region Scanner: Find pets in unloaded chunks (world file scanning)
- Cross-Dimension Tracking: Track pets in Nether/End/modded dimensions
- Dimension Display: GUI shows pet's dimension (with color codes)
- Fixed: Crash related to advancements on player tick
- Improved: Entity filtering to avoid false positives
v1.0.0 - Initial Release
- Pet Compass item to locate your tamed pets
- GUI showing all your tamed pets with search functionality
- Distance and direction tracking
- Glowing effect on tracked pet when nearby
- Achievement system for finding lost pets
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:vOscG7PA:o4z3VJZZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vOscG7PA:o4z3VJZZ"
}

