Tags
Creators
Details
All versions
0.2.0
Alpha
Dogs Unleashed v0.2.0last month 240
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
What's Changed
- fix: allow dogs to spawn on wolf-spawnable surfaces by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/258
- fix: bring active dogs along on long-distance teleports within a dimension by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/261
- feat: configurable spawn rate multiplier, global and per breed by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/260
- feat: cap-independent dog spawner, on by default by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/262
- feat: polish mod menu tile links and out-of-world config screen state by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/263
- feat: radial command wheel for dog commands by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/264
- fix: register a pet record for every tamed dog by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/266
- feat: first-run toast and pet manager footer nudge for the unbound keybind by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/267
- feat: leash ux polish for dogs by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/268
- feat: record dog lineage and serve family connection queries by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/269
- feat: pet details and interactive family tree screens by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/270
- feat: breed makeup, coat rarity, stat bars, and in-world dog inspection by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/271
Full Changelog: https://github.com/grabartley/minecraft-dogs-unleashed/compare/v0.1.1...v0.2.0
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:VXqxFyj0:AMjIBZtI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VXqxFyj0:AMjIBZtI"
}

