no changelogs
Fix #50
Disable MixinNBTTagCompound because making conflict with Crafttweaker
Update 7 + remove 1 + add 3(1 todo) mixins
Mixin Updated
MixinMapStorage
- fix a mistake
MixinEntityAIAttackOnCollide
- micro optimizations
MixinEntityAIFollowParent
- remove redundant things
MixinEntityAITempt
- fix a problem with static fields
MixinPathFinder
- maked large optimizations + maked code more maintainable
MixinPatchSpawnerAnimals
- optimizations
MixinEntityAITasks
- fix a mistake in it
code
- remove unused things
- renaming
- spotlessApply
Fix #48
Should fix #46 fix #47
Mixin Updated
Update MixinEntity
Update MixinPathNavigate
Fix when i hit the cow , the cow tries to escape the player by turning around on itself
Add agrona embedded lib , link : https://github.com/real-logic/agrona , method utility for high performances java applications
Update MixinPathFinder + MixinPathNavigate
- reduce tps overhead by alot caused by pathfinding
Removed MixinEntityVillageGuard,Add MixinEntityArrowAttack
Fix #45
Fix #41 #44 #37 and many other
Mixin Updated
Update MixinWorld
- reduce redudancy
Update MixinEntityAIAttackOnCollide
- micro optimization
Update MixinPathFinder
- fix a overhead caused by the Mixin itself
- fix some mistake
- add some template method that need to be optimized
Avoid recursive calls in MixinWorld ,MixinBlockGrass,
Optimize getBlock method in MixinWorld
Optimize updateTask by changing Math to FastMath in MixinEntityAIAttackOnCollide
code : spotlessApply
Fix null crash with WorldToolTip Mod
Fix https://github.com/quentin452/OptimizationsAndTweaks/issues/42
Fix https://github.com/quentin452/OptimizationsAndTweaks/issues/32
Probably Fix https://github.com/quentin452/OptimizationsAndTweaks/issues/41
Fix #40
Fix crash with HBM
Prevent injection of MixinChunk if Blendtronic mod is present to fix 2 crashes
Fix #38 , fix Blendtronic compat
Mixin Added
MixinEntityAIEatDroppedFood
- optimize EntityAIEatDroppedFood from Easy Breeding mod
MixinEntityAITempt
- optimize EntityAITempt + add a max follower count to reduce tps lags when alot of entities try to follow you