All versions
1.1.0
Release
1.1.0 Updatelast month 111
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
XWatheRoles 1.1.0
Dependency Cleanup
- Removed implicit hard requirements on optional addon mods by gating compatibility mixins behind loaded-mod checks.
- NoellesRoles, KinsWathe, and Stupid Express are now optional compatibility targets rather than required runtime dependencies.
- Required dependencies remain limited to the core Wathe runtime stack and Simple Voice Chat.
Major Additions
- Added Overseer surveillance gameplay: cameras, tablet viewing, repair tool, multiple camera types, hacker counterplay, robot-view integration, and camera destruction/repair handling.
- Added Virus as an absolute neutral role with infection layers, delayed symptoms, virus deaths, contaminated food/drink interaction, virus immunity rules, shop items, and venom gun support.
- Added Questioner as a killer role replacing the old guesser modifier.
- Added Sugar Dealer, Pharmacist, Priest, Butcher, Dreamwalker, Nightmare, Dream Guardian, Lucifer, Arbalist, Psychopath, Bartender, and Poison Killer systems.
- Added categorized in-game guide, encyclopedia, and achievement/title UI.
- Added local adventure-mode text chat and mute restrictions.
Role and System Reworks
- Rebuilt role assignment around four groups: innocent, killer, killer-neutral, and absolute-neutral.
- Reworked instinct/outline vision rules for killers, killer-neutrals, spectators, and special information roles.
- Reworked poison, fake poison, shield, weak shield, stun, revive, corpse, item cooldown, and shop behavior.
- Added role/modifier descriptions to player HUD and inventory information.
- Added debug commands for forcing current/next role and modifier assignment.
Compatibility and Fixes
- Added optional compatibility with NoellesRoles, KinsWathe, and Stupid Express without requiring them to be installed.
- Fixed disabled addon roles/modifiers being selected by transformation or revive systems.
- Fixed lover key/revival support with Stupid Express lover data.
- Fixed camera destruction permissions so innocent players can also damage cameras.
- Fixed crowbar door interaction being blocked by custom door logic.
- Fixed multiple role income, item pickup, weapon cooldown, poison, shield stacking, stamina, spectator, and shop cooldown issues.
Notes
- This release is intended for Minecraft 1.21.1 with Fabric.
- Server and clients should use the same XWatheRoles build.
- Optional addon compatibility is active only when the corresponding addon mod is installed.
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:8ikgkvTB:HwmpwbIf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8ikgkvTB:HwmpwbIf"
}

