Tags
Creators
Details
1.1.2-1.18.2
Compatibility
Required content
Changes
Changelog 1.1.2
Addition: Diapers are now equipped in their own dedicated slot, being the diaper slot. And can be hidden by wearing leggings.
Addition: Bladder gain is no longer a timer, but instead increases based on hunger draining. Including saturation loss.
Addition: New status effect, "Full" effect. Which is applied when your diaper is full, and slows you down by 35%
Addition: Toilets now drop when mined
Addition: Decoration blocks "Puppy Pastel blue/pink" which have existed for like ever in the mod, are finally craftable and usable in survival. Go forth my pups :3
QOL: More consistent initial state syncing. Clients should be able to see the correct continence and bladder level when initially connecting now.
QOL: Fixed mod info, so now website links to artist's website. And names are fixed.
QOL: Improved stability of diaper trash generation.
Removal: Rolled back implementation of peeing into buckets / bottles. This feature may return in the future, but internally works too hacky to be ready for porting. As well as being a decently mundane feature.
Removal: Removed diaper unique effects, another thing that will remain rolled back until more unique features can be implemented for it.
Removal: Urine liquid... something something certain renderers didn't like it's existence. Plus it had no gameplay use as of the moment. May circle back to it later.
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:NmC1kNgJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:m1SxbcyE:NmC1kNgJ"
}


