I'm going to start with slime's as the most basic entity.
Added basic mob pathfinding
Redid pathfinding, will fix lag soon. The lag is prob caused by java garbage collecting a massive array of GridCells. We can fix this by only generating a collision map for the rendered area.
Fixed garbage collection freeze