33.5Kdownloads
1follower
Wathe: Extended has been archived. Wathe: Extended will not receive any further updates unless the author decides to unarchive the project.
Creators
Details
Licensed GPL-3.0-or-later
Published 5 months ago
Updated 5 months ago
All versions
3.4.132
Release
stable-3.4.1325 months ago 32.9K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
π What's New
- Added French translation (@math730)
- Added new panel variants for some Wathe's blocks
- Added new moquette blocks color variants
- Improved inventory ability UIs:
- New textures for the slots of each unique roles ability rows, depending on the role
- Bodymaker and Guesser UIs will now show a clickable list of every available roles you can choose from instead of writing them down by yourself
- Rows are now split into multiple rows when the row starts to overflow outside the screen
- Update row placements to avoid overlapping with other UI elements (e.g. the Guesser modifier row overlapping with the player's role ability row)
- Added labels above each ability rows to clarify what that row is for inside the inventory screen
- Updated in-game HUD ability tip texts style to be more consistent and simple (e.g. cooldown, price, ready state...)
- Added new HUD effects when Introverted modifier is inside a crowd of players
- Added an optional option to disable ability VFX/SFX (Currently only supports Starstruck, Robot and Bellringer)
π Changes
- Improved Kin's Wathe stamina bar visuals
- Centralized creative tab for Wathe: Extended blocks and items
- Gameplay balancing:
- Morph Psychosis is now disabled by default
- Roles:
- Cleaner
- The Deep Cleaning ability will now be completely disabled under 10 players by default.
- Bartender
- Default Maximum Defense Vial is now 1 by default
- Default Defense Vial price is now 200 coins by default
- Amnesiac
- No longer glows a different color to Killers by default
- Arsonist
- The game will now continue even after all Killers have been eliminated, and victory will require eliminating every player by default
- Cleaner
- Modifiers:
- Lovers
- When Forbidden Lovers option is enabled, reduce the chances of having Lovers for the next game by 75% (Configurable).
- Lovers will now see each other glowing through walls by default
- Taxed
- Tax no longer affects passive income
- Tax will now be applied if the player kills more than 1 player within the same minute
- Default tax is now -50% of the player's kill income
- Lovers
π§ Fixes
- Fixed various entries in the Guidebook that had missing information or were inaccurate
- Fixed pronouns overlapping player's role when looking at them in spectator mode
- Fixed pronouns still being rendered when looking at invisible players
- Fixed pronouns being rendered on Psycho Mode players when looking at them (#50)
- Fixed pronouns being rendered when Morph Psychosis is active and the player's mood is depressed (#50)
- Fixed Introverted modifier being assigned to the Robot, Dreamer and Thief
- Fixed Introverted modifier not working properly with the Starstruck ability
- Fixed Introverted modifier infinite coins bug with roles that have passive income
- Fixed Adaptive modifier being assigned to non-killers
- Fixed Kin's Wathe stamina bar overlapping issues
- Fixed a crash caused by Wathe conflicting with Iris
- Fixed ability to pickup more than one food/drinkable item from different trays
- Fixed Guesser modifier being able to guess the Mimic (#51)
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:7LadFLDS:pywz9YNA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7LadFLDS:pywz9YNA"
}


