Tags
Creators
Details
All versions
1.18.35
Release
Doggy Talents Next Fabric 1.18.352 years ago 1,435
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
1.18.34 - 12th November 2024
Added Dog Anim Debug Tool!
-
- Only Accessible via commands.
-
- Allow players to make their Dog freeze in a Pose from a paused Animation.
-
- (Configurable) Client can now easily disable certain skin from loading. When a skin is disabled,
- it is inacessible to that client and every dogs having the skin set will renders as classical
- in that side.
-
- Option to hide Wolf Mount Dog status when riding him.
GUI Changes
- #DogGUI: True/False Buttons now become actual Animated Switches.
- #DogGUI: Extended the Upper view a bit down.
- #StringEtrySelectScreen(s): Util Buttons now become FlatButton and are closer to
- the selection view.
- #StringEtrySelectScreen(s): Changed how the gui shows Dog's UUID.
- ...
- #Dog Plushies now can copy Variants and Collar from Dogs
- #Fix Hotdog Costume
- #Dog Auto Mount option is now saved.
- Removed Legacy DTN Wolf Variant Support.
- Fix Enter Bug on Conducting Bone Screen.
1.18.35 - 13th November 2024
- You are now only required to have your mainhand empty to be able to pet Dogs.
- (1.21+ only) Fix Rendering Background in GUI(s) twice
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:oXgmplvv:3mGuFlK4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oXgmplvv:3mGuFlK4"
}

