Tags
Creators
Details
1.2.0-1.18.2
Compatibility
Changes
Changelog 1.2.0
Addition: Diaper Bags, a new type of storage which is built mostly for aesthetics which holds diapers in sets of 10. This can be used to greatly save on storage in chests! Diaper bags also will have unique designs based on what diapers are inside! I advise placing these around for cute decor, and quick diaper access!
Addition: Diaper Assembler Machine, a new type of workstation that enables you to build diapers automatically by inserting ingredients!
Addition: All diapers now have 5 stages of wetness.
Addition: Added BunnyHopps diapers
Addition: Finally added sprite for the full diaper status effect
Addition: Trinket slot: Mouth, used by pacifiers
Addition: Pacifier, prevents the user from peeing the bed.
Addition: Added Bedwetting, Bladder Failure, and Sagging Diaper Time Statistic
Bug Fix: Bedwetting no longer happens (virtually) every night
Bug Fix: Diaper Idle animations will now play (Issue from migrating to trinket framework)
Recipe: Paper Diaper is now made in the Diaper Assembly Machine, made with the pattern [Paper, Cheap Diaper Core, Paper]
Recipe: Medical Diaper is now made in the Diaper Assembly Machine, made with the pattern [Paper, Diaper Core, Paper]
Recipe: Mega Diaper is now made in the Diaper Assembly Machine, made with the pattern [Paper, Three Diaper Core, Paper]
Recipe: Pullups are now made in the Diaper Assembly Machine, made with the pattern [Wool, Cheap Diaper Core, Wool]
Removed: Lil' Tykes Diaper, reason being Tykables use of AI, I won't support it at all. So their reference in this mod will be removed >:(
Known Issue: Diaper Bag may present as "empty" at random when depositing diapers using a hopper.
Cool Note: Created tool for automating stages of diaper use, so now more diapers should be able to be added much quicker!
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:Rmsh29T5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:m1SxbcyE:Rmsh29T5"
}

