promotional bannermobile promotional banner

Better Paragliders

A compat mod to implement Paraglider's stamina system with Better Combat attacks

File Details

betterparagliders-0.6.0-1.18.2.jar

  • R
  • Oct 12, 2024
  • 32.66 KB
  • 1.4K
  • 1.18.2
  • Forge

File Name

betterparagliders-0.6.0-1.18.2.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:better-paragliders-895261:5805067")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Removed support for additional effects when the player runs out of stamina which was causing bugs where the player couldn't receive those effects when they had stamina.
  • The player can no longer attack when out of stamina.
  • Fixed potential bug causing a crash whenever the player tries to draw a bow with depleted stamina.
  • Reworked datapack system. Now each mod will only contain a single json file that uses a json array.
  • Added multiple checks to ensure the game has as little random crashes as possible.
  • Player can no longer perform a vanilla attack when out of stamina.
  • Reworked how depleted stamina works for bows and crossbows. Works more consistently now.
  • Massive rework to how depleted stamina effects blocking. No more cooldown effects. Shield simply won't be able to lift now.
  • Fixed bug causing stamina regen attributes such as idle regen not applying.
  • Fixed bug causing attribute names not work be properly linked to the lang file.
  • Fixed issue #26, which was causing incompatibilities with various mods by resolving attributes via item instead of item stack.
  • Fixed bug that flipped stamina consumption causing dual wielding weapons.
  • Mod now just checks for any attribute modifier attached to the ATTACK_DAMAGE attribute instead of attribute modifiers with certain names. This means full support for mods such as Tetra.
  • Fixed issue #32, which was causing ranged and shields to not be affected by the server config settings. Also, reworked how server config settings are applied to all actions to be a bit more logical.