0.5.2-alpha-1.21.1-fabric
Compatibility
Changes
🔧 Changes & Fixes
· Unified knockback All thrown swords now deal 1.5 horizontal and 0.4 vertical knockback, regardless of sword material, enchantments, or throw mode. · Removed throw modes Uppercut mode and Fast mode have been removed. Only Normal mode remains for all sword throws. · Fixed sword rotation when placed on ground Swords placed with the O key now remain completely stationary and parallel to the ground. The spinning animation no longer applies to LYING_FLAT state. · Pose Editor restricted to Creative mode The pose editor (default P key) can now only be opened in Creative mode. Survival and Adventure players cannot access it. · Placed swords are not affected by pose editor Swords placed on the ground using the O key are now hard-coded to be flat and parallel to the ground, ignoring any pose editor adjustments. · Updated keybindings description Removed left dash and right dash from the feature list. Only roll forward remains as a movement ability. · Added Easter egg A hidden easter egg has been added to the mod. Find it yourself.
📌 Compatibility
· Minecraft: 1.21.1 · Fabric: ✅ · Side: Client + Server
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:eIFbTdLq:dD1c8uKd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eIFbTdLq:dD1c8uKd"
}

