Tags
Creators
Details
Licensed MIT
Published last year
Updated last month
All versions
1.1+mod
Release
Fighting Styles 1.16 months ago 838
Compatibility
Minecraft: Java Edition
26.1.x
1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
SVM Fighting Styles 1.1
| DESIGN & STUFF
- Fighting Style won't be limited to one at a time and will be simply weapon dependent
- Increased max stamina from 5000 to 17500
- Upgraded Left-Click detection system
- Regular attack with katana (without abilities) deflects projectiles, breaks weaker blocks and guards from slashes
- Item scores (sword/fist) also increase attack speed when using said item
| DASHING
- Reduced score loss when not using for a longer time period
- Dash strength is modified by players' speed (ex. slowness effect decreases, speed effect increases)
- Dash strength INCREASE by players' speed is reduced when above 30% increase to 1/7 of the remaining
- (ex. 150% speed gives a (150-30)*1/7 so 20/7, total increase is 30%+20/7% for the dash strength )
- Change made to keep players' speed relevant without giving a 200-block dash
| STYLES
- Sword:
- Slashes now deal damage based of how much of the slash actually touched the mob
- Killing with any Slash (not regular Left-Click attack!) slices the head off the mob (assuming the mob has its head item)
- Higher style score gives buffs to your attack speed and damage
- Attack speed decreases cooldowns
- Fist:
- Added Punch + Uppercut
- Added Barrage
- Neck Grab + Wall Destroyer are yet to be developed
- Sneaking with the fist makes you guard which reduces fist style abilities damage by 80%
| SLICED/POPPED HEADS
- Work on Mannequins, Players, Zombies, Creepers, Skeletons, Wither Skeletons, Ender Dragons and Piglins
- They can be deflected with a katana/fist attack
- They move away on collision with a player
- im lowk considering this being a toggleable feature if anybody would be too grossed out
| MENU
- Added Settings:
- Dash Settings, moved toggle there and added an option to modify your dash strength
- Toggle Re-giving Fist item
- Fighting Style stats were removed from the main menu
- Added "Fighting Styles" button
- Change made to support several fighting styles
- You can view stats of all your unlocked styles here (for now only sword with upcoming fist style)
| ITEMS:
- Changed recipe for Wooden Katana as well as visuals
- Added Fist item for Fist Fighting Style
- Katanas now break blocks correctly
- Added Katanas made out of:
- Stone
- Copper
- Gold
- Diamond
- Netherite
- Quartz
- Amethyst
- Cake
- Each individual katana has different durability, attack speed and attack damage as well as visuals
- They behave the same as the regular one, both Rainbow Paper and Sharpening Pebble work on them
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:BjsgOVDV:IJaMrOa5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BjsgOVDV:IJaMrOa5"
}

