All versions
v1.3.0-mc26.2
Release
pet_vault-mc26.2-v1.3.0-neoforgeyesterday 22
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
[1.3.0] — 2026-08-17
Added
storableEntitiesconfig list: server admins can opt entity types with no vanilla ownership (e.g. iron golems, happy ghasts) into locket storage without writing a data pack, alongside the existingpet_vault:storabletag- Curios support on NeoForge 26.2 is back: equip the Keeper's Locket in a Curios necklace slot again. This resolves the "Curios support on NeoForge 26.2 is temporarily unavailable" known issue from 1.2.0 — Curios published its first stable 26.2 build (
16.0.0+26.2)
Changed
- NeoForge dependency moved off the 26.2 beta line onto the stable 26.2.0.59 release (was 26.2.0.25-beta); NeoForge shipped its first stable 26.2 build at 26.2.0.57
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:Sm1QteFy:6JHSmngE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Sm1QteFy:6JHSmngE"
}

