
SlideAway
SlideAway automatically hides your hotbar and shifts your health, hunger, XP, and armor bars down when you're fully safe full health, full hunger, not sprinting, no recent damage. The moment danger hits or you start moving fast, everything snaps back ins
1.3+fabric
Compatibility
Required content
Changes
SlideAway 1.3 {Release}
Five new additions, all optional. Old configurations remain unchanged.
- Individual element visibility: each element has its own visibility option (auto, always shown, or always hidden), rather than one for the entire HUD.
- Reverse mode: switches the sliding mechanics such that the HUD slides out when you are safe and is hidden in combat.
- On change visibility: hidden status elements appear briefly whenever there is an update, and disappear after.
- Manual toggle: a keybinding that locks the HUD in either state of being always visible or always hidden.
- Compatibility with Tough As Nails: visibility of thirst and heat overlays is the same, provided it's installed.
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:O0ERLUJP:wMGjDwmh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O0ERLUJP:wMGjDwmh"
}

