Tags
Creators
Details
Licensed MIT
Published 9 months ago
Updated last week
All versions
1.0.0-beta.15-1.21.11
Beta
Catharsis 1.0.0-beta.153 months ago 66.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Additions
- Added support for uv_rotations on cube uvs.
- Added relative slot & border item conditions.
- Added
/catharsiscommand. - Added color picker, multiselect config options.
- Added per option config descriptions.
- Added tint redirect & option select for items&armors.
- Added a way to force the pack to be enabled to view the config.
- Added
es_es,fr_fr,zh_cn,zh_twandja_jptranslations. (ty all <3) - Added biome based block conditions. (work even in singleplayer!)
- Added
is_babyentity condition. - Added
skyblock/items/potions/...for easy potion retexturing. - Added timespan property for items.
- Added minecraft version/pack format fabric overlay condition.
- Added a way for packs to define custom jade lines for block replacements.
- Added the ability to disable derived SkyBlock ids.
Changes
- Improve docs overall.
- Improve packed packs compatibility.
- Don't require padded base64 strings.
- Don't hard require a gui defined id if a skyblock id is set.
- Allow layered block conditions with different types.
Fixes
- Fixed pack incompatibilities not working unless the pack is already vanilla incompatible.
- Fixed links not working in config option titles.
- Fixed entity conditions causing the pack to not load.
- Fixed misc_items not working for armors.
- Fixed animated textures not working due to mods hardcoding activity checks.
- Forced normals to be uncomputed for light calculations.
- Fixed text replacements trying to modify unmodified lines.
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:IBFIJ4kv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fc4wBpRx:IBFIJ4kv"
}

