34.7Kdownloads
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.1.132
Release
stable-3.1.1325 months ago 61
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
π Additions
- Added client-side options category within the configuration screen, accessible by anyone through the pause menu
- Added server-sided options categories within the configuration screen, accessible by server admins (Permission Level 2) through the pause menu
- Added a "Close" button in the Guidebook
- Added a new "Lobby Area" map variable
- Added visual debuggers that can be enabled to show boundaries/placement. (#26)
- Map Variables (playArea, readyArea, lobbyArea)
- Key Assignments
- RTP Slots
- Implemented a lot of values from various add-ons that can be directly modified through the configuration screen:
- Enable/Disable Morph Psychosis
- Enable/Disable Safe Preparation Time
- View/Edit Safe Preparation Cooldown
- View/Edit Maximum Modifiers players can have
- View/Edit Modifier Multiplier relative to the Killer Dividend
- Wathe Tweaks:
- Initial Civilian Income
- Initial Neutral Income
- Initial Killer Income
- Enable/Disabled Killer Drop Revolver
- Revolver Shooting Punishement Mode
- Roles Options:
- Ability Prices
- Ability Cooldowns
- Item Prices
- Player Limit
- ...and more role-specific rules
π Changes
- The Thief can now steal more items, including:
- Pan
- Blowgun
- Poison Injector
- Pill
- Delusion Vial
- Defense Vial
- Tape
- Coroner Instinct and Conductor Instinct are now disabled by default
- Reworked the configuration screen layout, now being more intuitive and better organized
- Improved World Protection function, now being only applied within the MapVariables areas (playArea, lobbyArea, readyArea)
- RTP slots are now only allowed to be created inside the readyArea
- Improved RTP slots management, IDs are now constant and will not change numbers when deleting other slots
- Reworked Wathe Extended commands tree parents
- Guidebook UI Improvements:
- Added cool new icons for role abilities
- Role item lists are now fully complete, covering everything a role can purchase or receive at the start of a game
- Many entry descriptions have been rewritten to be more accurate and easier to understand, better explaining what roles and modifiers do
- Removed the Items tab from the Guidebook in favor of per-role item pages
π§ Fixes
- Fixed depressed players seeing hallucination items on invisible players, such as the Phantom (#5)
- Fixed a crash triggered when one of the two Lovers disconnects during a game, which caused the disconnected lover's name to incorrectly appear on the other one's dead body coroner HUD for spectators (#23)
- Missing entries for some roles in the Guidebook (#32)
- Feather modifier Slow Falling effect not being applied anymore (#28)
- Graverobber modifier Coroner HUD not showing up when looking at dead bodies
- Noelle's Roles bonus roles not being shown in the configuration screen
- Killer, Vigilante and Civilian roles are now shown inside the Guidebook
- Fixed lot of typos and grammatical issues within the Guidebook and the configuration screen
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:oRIBcNnL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7LadFLDS:oRIBcNnL"
}


