Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 5 months ago
All versions
3.3.0
Release
3.3.05 months ago 315
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
3.3.0
Additions
- added "jumping_in_water_requires_stamina" server config option, which controls whether the player can jump/ascend in water while stamina is below zero
Changes
- the "block_breaking_requires_stamina" feature now stops a block breaking process when the player runs out of stamina
Fixes
- fixed an issue where players could not attack when stamina was below zero, even if the "attacking_requires_stamina" server config option as set to false
- fixed an issue where sprinting/swimming would not stop when stamina falls below zero, while stamina is required for the action
- fixed an issue where swimming could not be started while sprinting is not possible due to low stamina
- fixed an issue where respawning would no longer reset stamina after re-joining a world
- fixed log spam
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:QKOE26gD:UpJffqZe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QKOE26gD:UpJffqZe"
}

