Tags
Creators
Details
Licensed MIT
Published 8 months ago
All versions
1.0.0-beta.20
Beta
Catharsis 1.0.0-beta.202 weeks ago 18.4K
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Additions
- Command to open Docs, get the Hypixel Pack, get Discord Link.
- Add translucent/transparent armor layers.
- Add Conditions to Gui Modifier elements/widgets.
- Add Widget Interaction to click on gui slot definitions.
- Add Widget Tooltip from SkyBlock Id.
Changes
- Made it so a full feature doesn't die if one condition fails.
- Made Title & Description Optional in Config Separator.
- Allow a list of tooltip types in gui modifiers.
- Default hover button texture to normal.
Fixes
- Fixed Repo Files not loading.
- Don't sort gui/slot and conditions.
- Fixed Gui Modifiers buttons not rendering correctly with CENTER/END alignment.
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:p20S0IgR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fc4wBpRx:p20S0IgR"
}


