diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index e19e314..da83584 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java index 86e189a..7d756e9 100644 --- a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java +++ b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java @@ -3609,10 +3609,12 @@ public class GenericFunctions { public static double CalculateFallResistance(LivingEntity l) { int featherfalllv = 0; - ItemStack[] equips = l.getEquipment().getArmorContents(); + ItemStack[] equips = GenericFunctions.getArmor(l); for (int i=0;i