Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 5 months ago
All versions
1.20.1-3.3.0.1-R
Release
1.20.1-3.3.0.1-R2 years ago 122.4K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
ver-3.3.0.0
New Features
- Action : Charge Jump
- API : Action Event
- API : Animation Event
- Addon for animation compatibility with other mods is planned
Modified
- Catleap
- Animation modified
- Fast Run
- Animation modified
- Vault
- Animation modified
- Dodge
- Possible to go through narrow space up to about 1.5 block (1.20.x)
- Cling To Cliff
- Cancelable by sneaking
- Hang Down
- Cancelable by sneaking
- Fast Swim
- Animation modified
- Fast Swim speed modifier added
- Slide
- Animation modified
- Possible to look around
- Add particle effect
- Horizontal Wall Run
- Auto is selectable as one of controls in config
- Pole Climbing
- More appropriate ladder detection
- HUD
- HUDs show charge rate and action cool down
Translation
- Korean(South Korea) (ko_kr) (Added)
- by Maxwell12
Bugfix
- Players can use some actions during crawling
- Players can start dive during riding objects
- Players can flip during roll and dodge
- Crawl stops when release button even in narrow space
- Horizontal Wall Run is not affected by speed attributes
- Limitations:AllowInfiniteStamina is not applied in client
- Sound subtitles missing
- etc
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:Fsvx2bdR:wMQt8cOZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Fsvx2bdR:wMQt8cOZ"
}

