Tags
Creators
Details
All versions
0.1.1
Alpha
Dogs Unleashed v0.1.1last month 100
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
What's Changed
- feat: celebrate owner arrival with tail wag and heart particles on join by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/242
- feat: puppy behavior differentiation (combat, voice, parent-following, sleep) by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/243
- feat: add dachshund light black cream coat with rebalanced odds by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/245
- docs: add gallery images by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/246
- docs: update readme by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/247
- test: add client unit test source set with PetNamingScreen coverage by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/248
- feat: sync play-mode partner to client for stick throw prediction by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/249
- feat: add op-only pet management commands by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/250
- refactor: relocate packages under com.grahambartley.dogsunleashed by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/252
- fix: publish to modrinth via minotaur instead of mc-publish by @grabartley in https://github.com/grabartley/minecraft-dogs-unleashed/pull/254
Full Changelog: https://github.com/grabartley/minecraft-dogs-unleashed/compare/v0.1.0...v0.1.1
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:hz4MCEdR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VXqxFyj0:hz4MCEdR"
}


