diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index 1534bd3..a679fe0 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 b40cc58..ec023ed 100644 --- a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java +++ b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java @@ -3333,6 +3333,17 @@ public class GenericFunctions { //We cleared the non-living entities, deal damage to the rest. } + public static double CalculateFallResistance(LivingEntity l) { + int featherfalllv = 0; + ItemStack[] equips = l.getEquipment().getArmorContents(); + for (int i=0;i