Tags
Creators
Details
All versions
1.18.33
Release
Doggy Talents Next 1.18.332 years ago 443
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.33 - 29th October 2024
||🦇🎃 Happy Halloween! 🎃🦇||
New Accessories!
-
New Locator Orbs! [Ka, Sui, Moku]
-
Dragon Costumes [Dragon Head, Dragon Suit, Dragon Wings]
-
Firefighter Suits [4 colors, 2 variants for each]
-
Firefighter Hats [2 variants]
========
- #Smoother Belly Rub anims to Belly Rub pettings transitions.
- #Option to disable Dog's Kill stats tracking per world and wipe Dog's
- Kill Stats (Operator only, using Amnesia Bone)
- #Only Dog's owner can pickup arrows shot by Dog.
- #(Configurable) Wandering Dogs now don't respond to Sit/Stand whistle.
- #Improve Swimmer Dog movements, they no longer occasionally get stuck trying to swim over a block.
- #Dog now completely dodge lava coming from above if there is safe space next to it.
- #Replace elytra with phantom membrane in some accessories.
- #Config to disable Wolf Armor Protection on DTN Dogs.
=========
- Fix Dog being able to bypass Greet Owner Limit in some cases.
- Fix some cases shortly after a Dog joined the world where it is possible that the Dog is still being in SittingPose despite not OrderedToSit.
- Fix Dog in the middle of Fire Source won't move out despite having safe space nearby.
- Fix DogBeingHurtByTarget AI causing Docile Doggy Tools to equip its weapon despite not attacking the target still.
- Fix /dog locate command doesn't locate Offline Dogs.
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:Iixdvu78"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oXgmplvv:Iixdvu78"
}

