Tags
Creators
Details
Licensed MIT
Published 10 months ago
Updated last month
All versions
1.0.0-beta.17
Beta
Catharsis 1.0.0-beta.172 months ago 59.4K
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Additions
- Added Gui Alignment to Gui Modifiers.
- Added
/catharsis dev untextured_ids [type]to see untextured SkyBlock Ids. - Added variants/weights to custom entity models.
- Added
/catharsis dev toggle mouse_posto view your (relative) mouse position inside a container. - Added ability to add tooltips to gui modifier widgets.
- Allow retexturing SkyBlock Items with a colon in their id (the colon is replaced with a dot).
- Added custom loaded pack title/description text (also supports components).
- Allow moving server defined texturepacks below other packs.
- Added Gui Slot definition for item model overrides.
- Added a command to summon an entity based on the entity definition.
Changes
- Allow missing faces on custom entity models.
- Improved Documentation overall.
- Added an Example Pack Viewer.
- Added a Bedrock Geometry section.
- Added IMC section.
- Added Miscellaneous Items section.
- Added Gui Modifiers section.
- Updated Commands/Dev Tools section
- Mention a few tiny missing things.
- Updated Repo Definitions for gui/misc_items/...
Fixes
- Fixed GlintItemModel not working for block models.
- Fixed bedrock geometry models in baby entities.
- Fixed entity models using textures sometimes not being calculated.
- Fixed text replacements sometimes wiping the original color.
- Fixed cancelling slot modifiers after a overriden/disabled gui item.
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:XVF0FOaI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fc4wBpRx:XVF0FOaI"
}

