Links
Tags
Creators
Details
0.1.8-a4
Compatibility
Changes
Summary
Following Alpha 3, we now have Alpha 4 bringing you the new Dashing Enchantment for Boots. The next release will likely be a Release Candidate build where I fix any remaining issues.
New Enchantment : Dashing
An enchantment for boots that increases your Dash Charge count by 1. This enchantment is mutually exclusive with Feather Falling.
Balance Changes
- The Life Steal (LS) Enchantment has been removed from the Enchanting Table. This was to make it a little harder to get.
- The LS Enchantment has had its cost adjusted upward slightly.
Known Issues
- Dash Advancements are still easily manipulated (from Alpha 2, still deciding on solution.)
- The GUI does not properly update when the Base Dash Charge count is increased via config/command. (From Alpha 3)
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:OoQc6URx:bhtW0PaK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OoQc6URx:bhtW0PaK"
}

