Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 weeks ago
All versions
1.8.0-1.21.10
Release
SkyCubed 1.8.08 months ago 541
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Additions
- Added support for 1.21.11.
- Added Forest Whispers into the Info Overlay.
- Added column customisation to Tablist.
- Added Custom Damage Tags.
- Added Wardrobe Keybinds.
- Added a Power Orb Overlay.
- Allow RPG Overlay customisation using Texturepacks.
Changes
- Added more background options for overlays.
Fixes
- Fixed Wardrobe eating fps like theres no tomorrow.
- Fixed InfoOverlay not showing motes.
- Fixed the Player in the RPG Overlay shifting up when sneaking.
- Fixed Chocolate Déjeuner Eggs not being picked up in notification Toasts.
This Update was brought to you by:
ItsEmpa, bloxigus, j10a1n15, meowora, ThatGravyBoat
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:znwUKvZc:t000mtX3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:znwUKvZc:t000mtX3"
}

