V1.1.4.9
Improvements
Simplify config code a bit
Simplify RPGGuiIngame code a bit
Avoid unecessary isInverted parameters on some methods of RPGGuiInGame
Avoid redundant instanceof EntityPlayer calls in RPGGuiIngame
Fixe
Fix confusing/not work RPG Hud Sides settings
Fix Player Hud offset
Other
Removed unused class "CopyPastedWorldHelper"
Remove MixinRenderLiving
Remove mcProfiler calls in RPGGuiInGame
V1.1.4.8
Improvements
Avoid redudancy in MixinItemStack
Fixe
Fix durability of all items/armors that are RPGAble (Bug caused by a regretion in V1.1.4.7)
Fix Attack damage hud value (Bug caused by a regretion in V1.1.4.7)
Patch RPGConfig (Bug caused by a regretion in V1.1.4.7)
Other
Removed Falsepatternlib dependency
Removed unused EntityAttributeES class
New Balancements
Instead of giving experience points (XP) every time you hit an entity, it will now give you XP every time you kill an entity. The amount of XP gained will be calculated as the entity's maximum health divided by eight.
See #28, Dissociate Physical damage and Power of knockback to be two distinct Stats
New Fixes
Fix #2, fix stats being resetted when changing dimensions(visually) (Only Health gui issues remain) but its a minor issue, see #36
Fix #8, fix durability function is inverted
Fix #10, fix mana value is not accurate
Fix #15, fix no mobs aggro me when using staff at distance on the entity
Fix #32, fix synchronizations issues of Strenghts value
Fix #34, disable durability rendering on gui to fix "Durability Bar of items cause issues on guis"