You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed EntityUtils and changed ElderGuardian entity getting
Removed EntityUtils which contained a method that looped through every entity in the world and compared how close it was to the point. Also updated ElderGuardians to use getNearbyEntities rather than looping for better performance and to help prevent ConcurrentModificationExceptions.
0 commit comments