Better Paragliders

Better Paragliders

156k Downloads

Incompat with Truly Modular

Smartin-b opened this issue ยท 3 comments

commented

At the moment Better Paragliders doesnt resolve its attribute from the Itemstack instance, but the Item.
This should be changed to utilize the Itemstack function instead, so Mods can have Items with changing Attackdamage.

double weaponAttackDamage = attackHand.itemStack().getItem().getAttributeModifiers(EquipmentSlot.MAINHAND, attackHand.itemStack())

commented

Oh wow good find. I wasn't even aware that would be an issue. Should be a super easy fix I can throw into a patch soon

commented

Oh wow good find. I wasn't even aware that would be an issue. Should be a super easy fix I can throw into a patch soon

Have you already forgotten about this? I hope it can be resolved as soon as possible. Thank you

commented

Sorry for the super long delay. I've been cooking up a massive update that should solve this issue among several others. Should be releasing for version 1.20.1 within the next week or so with 1.19.2 and 1.18.2 potentially following shortly after.