Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 weeks ago
All versions
1.9.0
Release
SkyCubed 1.9.03 months ago 3,936
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Additions
- Add support for 26.1.
- Add water level item bar.
- New hub npcs.
- Added lantern deployables to hud.
- Add overflow mana support in rpg overlay.
- Add heat and cold to rpg overlay.
- Add garden lines to info overlay.
- Add attribute hud.
Changes
- Drop support for 1.21.5-1.21.10.
- Added simple cooldown reduction support for drills.
Fixes
- Added missing translations.
- Damage icons for tarantula and alignment being wrong.
- Dialogue commands being able to run inside of screens.
This Update was brought to you by:
juna, heli, rain, alex, sophie, mona
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:EYcNOes4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:znwUKvZc:EYcNOes4"
}


