Tags
Creators
Details
1.2.0
Compatibility
Changes
WELCOME TO 26.1!!!
Additions
Added bedwetting, which will occur if you sleep with too full of a bladder. Players will also be unable to sleep if already at the threshold.
Added pee puddles, which will be left behind in the case of an accident. Can be cleaned by breaking the block below them, or using a water bucket on it.
Fixes
Fixed toilet / wooden latrine not dropping when broken
Fixed Toilet / wooden latrine not having translation keys
Fixed bladder failiure order, so now mods can get how much you actually had in your bladder at the point of failiure.
Developer stuff
Corrected "RegisteredPotty" to now take arguments when being registered, to allow you to pass your own Item/Block/BlockEntityType registers.
Added events for: Bedwetting, and using the toilet
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:QOLLs5gZ:KZecCvFc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QOLLs5gZ:KZecCvFc"
}

