Update log
-
Multishot crossbows now fire arrows with a controlled spread:
- Arrows are evenly split into 3 lines: one straight, one to the left, and one to the right.
- Spread behavior is consistent with vanilla mechanics while maintaining accuracy adjustments.
-
Added
/accuracy
command to toggle accuracy adjustments for projectiles:/accuracy <global|multishot> <true|false>
:global
: Toggles accuracy adjustments for all projectiles.multishot
: Toggles accuracy adjustments specifically for multishot crossbows.
- Example usage:
/accuracy global true
- Enables accuracy for all projectiles./accuracy multishot false
- Disables accuracy for multishot crossbows.
-
Tab completion support:
- Suggests valid arguments for the
/accuracy
command.
- Suggests valid arguments for the
-
Configurable Options:
disable-global-accuracy
: Toggles accuracy adjustments for all projectiles.disable-multishot-accuracy
: Toggles accuracy adjustments specifically for multishot crossbows.