File Details
bettercombat-extension-1.2.0.jar
- R
- Jul 23, 2024
- 108.60 KB
- 299
- 1.20.1
- Fabric
File Name
bettercombat-extension-1.2.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
1.2.0
Attack stamina cost calculation has been changed.
Each attack now has a "attack_stamina_cost_multiplier" instead of a "attack_stamina_cost" float field. It defaults to 1.0. There is also a new entity attribute called "generic.attack_stamina_cost" which defaults to 1.0. The actual stamina cost is the product of these two values and the "global_attack_stamina_cost_multiplier" defined in the server config. This change allows the attack stamina cost to be changed in game.
reworked the "disable_player_yaw_changes_during_attacks" setting
renamed the option to "enable_movement_locking_attacks"
the option now enables a proper movement lock during attacks
it is recommended to use the "Shoulder Surfing Reloaded" mod and enable its "decoupled camera" setting when this setting is active
the item tag "disables_movement_locking_during_attack" and the entity type tag "disables_movement_locking_when_ridden" are used to control when the movement locking is applied

