Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 5 months ago
All versions
1.21.1-3.4.0.4
Beta
1.21.1-3.4.0.4last year 28.5K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
ver-3.4.0.0
New Features
- Zipline Facility
- Action : Ride Zipline
- Action : Hide In Block
- Auto-detection for desynchronization of Limitations
- Supports Shoulder Surfing Reloaded Mod for bugfixes
- Supports Better Third Person Mod for bugfixes
Modified
- Stamina
- Saved and restored when player re-login
- Charge Jump
- Disabled to charge when player tap sneaking repeatedly
- Dodge
- Provide invulnerable time
- Able to be triggered soon after get off small steps
- Hang Down
- Animation Modified
- Wall Jump
- Modifiable sensitivity to trigger
Translation
- Translation keys are added for client config entries
- Chinese (zh_cn) (Modified)
- by CatalystGinger
- Traditional Chinese (zh_tw) (Added)
- by notlin4 and CatalystGinger
- Turkish (tr_tr) (Modified)
- by FurkenSenpainiz
- Brazilian Portuguese (pt_br) (Added)
- by Sulvosson
- Spanish (es_es) (Modified)
- by ElTormakzXD
- Spanish (es_ve) (Added)
- by ElTormakzXD
Bugfix
- #237
- by Vaso64
- #212
- Internal BehaviorEnforcer's list get too large in server
- FastRun works even when sneaking
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:63TSAoLB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Fsvx2bdR:63TSAoLB"
}

