Tags
Creators
Details
1.3.0-1.18.2
Compatibility
Required content
Changes
Changelog 1.3.0
Addition: Added soiling system, including 3 states of diaper sagging. But you'd have to be a really stinky pup to even get past the first >;3 You'll need to use the toilet sometime if you don't wanna end up fudging your pants qwq
Addition: Bladder gain (and bowel gain) now can happen overnight, meaning more wet beds and wet dreams for you lil pups :3
Addition: Accidents now play sounds, currently only if you are soiling yourself.
Addition: Actually added the translation text for statistics that were added a few updates ago.
Addition: Added pooped pants stat.
Bug Fix: Fixed diapers not hiding underneath modded leggings
Balance: Adjusted the conditions at which your bladder fills, leading to your bladder filling faster. More in line with Source Bad Hygeine's way of detecting hunger drain.
Balance: Nerfed diaper capacity, due to diapers being able to last 3~ days on average from experience.
Quality Of Life: Finally added the dependencies to the fabric mod json, TL:DR now Minecraft will directly tell you you're missing geckolib and trinkets. :3
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:m1SxbcyE:jymntrLj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:m1SxbcyE:jymntrLj"
}


