Dragon Backpack gives negative attack damage
TheIcyOne opened this issue ยท 1 comments
From what I can tell, the Dragon backpack is intended to give Strength 2 to the wearer. Currently, however, it appears to be giving Strength -5, causing damage only to be dealt using modded swords that deal large amounts of damage. If this is unintended, it should be simple to fix by changing
if (potion == null || potion.getDuration() < 40 && potion.getAmplifier() != -5) { player.addPotionEffect(new PotionEffect(Potion.damageBoost.getId(), 5000, -5)); }
To use positive 2 in /common/BackpackAbilities.java