All versions
1.2.12
Release
Arcadia Pets 1.2.122 months ago 8
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
1.2.12
- Vanilla advancement tab now works — full Pets progression, each world tracks its own.
- Free Pet Collection Book on your first login (also craftable: book + bone). Pet Guide fully translated to French.
- Pet bags drop from structure chests and mob kills.
- Pet tooltips show the pet's duel record (e.g. "27 duels — 54% wr").
- Pet pedestal upgrades — empty-hand right-click toggles the nameplate; Epic+ pets emit ambient particles; redstone pulse syncs up to 16 connected pedestals to the same rotation.
- New "Duel" mode on the Pet Collection Book — sneak+scroll to reach it, sneak+right-click another player to challenge them.
- Capture-mod exploit blocked — pets can no longer be duplicated using items like Occultism's empty trinity gem.
- Teleport-safe —
/tp,/spawn, and Nether/End portals now safely tuck your pet into pocket mode (no orphan mob left behind). - Many EN/FR translation fixes.
- Admin:
/arcadia_pets follow disableto globally disable Follow mode.
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:lyWTFPn4:992kSq3b"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lyWTFPn4:992kSq3b"
}

