Tags
Creators
Details
Licensed MIT
Published 9 months ago
Updated 6 days ago
All versions
1.0.0-beta.21
Beta
Catharsis 1.0.0-beta.216 days ago 7,875
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Additions
- Add Female Gender Mod Armor Support.
- Gui Modifiers:
- Add ItemStack & Entity Gui Widget
- Add Slot Id based Item Tooltip stealing.
- Made Interactions Optional.
- Added custom shapes to Button widget.
- Added click type passthrough for ItemStack clicking interactions.
- Added different interactions based on left & right click.
- Allow hiding other mods UI Elements (they need support).
- Added Entity Position Condition.
- Made Text Replacements work in Item Name & Entity Nametag.
- Add Config Searching with command search support.
- Use full width for Information & Separator in Pack Config Screen.
- Added a way to disable a Catharsis Pack overriding Hypixel's Pack.
- Added a Server Pack Order Retainer.
Fixes
- Ensure Entity Models get cleaned on Resource Reload.
- Fixed not deleting old repo files.
- Fixed Gui Modifier slots flickering when switching between menus.
- Made Catharsis Incompatibility tooltip only appear when hovering the Pack.
This Update was brought to you by:
Juna, June, Mona, JustAlex, Bloxigus
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:fc4wBpRx:6cxYQnad"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fc4wBpRx:6cxYQnad"
}

