Tags
Creators
Details
Licensed MIT
Published 2 years ago
All versions
2.5.3+26.2-fabric
Release
2.5.3 for Fabric 26.24 days ago 133
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
- Backstep has been reworked into Quickstep:
- Renamed to Quickstep (the ID is still
backstepfor compatibility reasons). - No longer limited to dashing backwards. Triggering the enchantment now dashes towards the direction the player is moving in.
- No longer adds any vertical movement. Instead, the player gets a temporary step height increase to allow moving up one block without jumping during the dash.
- Now only has 1 level instead of 3. The dash distance is roughly around 4 blocks.
- Reduced hunger exhaustion on use.
- Renamed to Quickstep (the ID is still
- Arrows fired from Multishot bows now ignore the invulnerability timer, meaning they can hit the same target at the same time.
- Fixed a bug that caused world loading errors when trying to rejoin a world after disabling any enchantment in the config.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| rearm-2.5.3+26.2-fabric-sources.jar | Unknown | 127.54 KiB |
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:NHzN2FGz:v6rrTOXd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NHzN2FGz:v6rrTOXd"
}

