Links
Tags
Creators
Details
Licensed ARR
Published 11 months ago
Updated 11 months ago
All versions
1.19.2
Beta
1.0.211 months ago 100
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
The changes:
- Bug fixes
- Code optimization, increased game performance
- Stamina animation when a player enters the game or is reborn after death
Also, in the upcoming updates, integrations with mods will be added, such as:
- Iron's Spells 'n Spellbooks (so that the stamina scale does not overlap with the mana scale, + make the cast spend mana)
- Farmer's Delight (make it so that with the "Comfort" effect, stamina is spent 20% slower, and with the "Nourishment" effect, stamina is spent 70% slower)
- Mekanism (Add the MekaSuit module, which will not waste stamina)
This version can already be downloaded to your mods build.
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:9xyf3ytS:lQYyvYBu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9xyf3ytS:lQYyvYBu"
}


