Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 6 months ago
All versions
0.2.2
Release
Pet Shop-1.20.1-[Forge]-0.2.26 months ago 1,627
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Version 0.2.2
- Fixed Treats for Ghost and Dragon.
Version 0.2.1
- Dragon Cosmetics
Version 0.2.0
- recipes added for the villager workstations.
- Leashes
- Yarn Ball for cats to play with.
- Pet Doors
- Pets now visually carry picked up items.
- Ghost Pet
- Dragon Pet
Version 0.1.3
- implemented workaround for bug in common network mod.
Version 0.1.2
- fixed pet shops not generating in villages
Version 0.1.1
- Fixed accesswideners not being recognized on fabric
Version 0.1.0
- Initial release
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:82sacNxj:Wh2KoxpR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:82sacNxj:Wh2KoxpR"
}




