Tags
Creators
Details
Licensed MIT
Published 10 months ago
Updated last month
All versions
1.0.0-beta.10-1.21.11
Beta
Catharsis 1.0.0-beta.106 months ago 4,115
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Additions
- Allow 3rd party mods to add their own custom item models, enabling resourcepacks to retexture them.
- Add a way to stop slots being clickable.
- Customize a Item lore background.
- Add 3d model and custom texture support for entities.
Changes
- A few optimization changes.
- Allow overwriting of repo defined guis.
Fixes
- Fixed pack detection failing when there is an (1) between .cats and .zip.
- Conflicts with client side items in some mods.
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:gHiVK81P"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fc4wBpRx:gHiVK81P"
}


