Changes

Summary

  1. Fix vanilla bug - remove entities unloaded on chunk unload from entity (commit: 74e8422) (details)
  2. Fix entity already tracked IllegalStateException, fixes #96 (commit: c595705) (details)
Commit 74e842290d141ceba48ed2736710de0df1aebff1 by rallanpcl
Fix vanilla bug - remove entities unloaded on chunk unload from entity tracker.

Signed-off-by: Ross Allan <[email protected]>
(commit: 74e8422)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/patched/PatchChunkProviderServer.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/patched/PatchWorld.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/patched/PatchRelaunchClassLoader.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/patched/PatchSpawnerAnimals.java (diff)
Commit c5957056c7817d4f99a52410eb9d2ee85ec9c743 by rallanpcl
Fix entity already tracked IllegalStateException, fixes #96

Signed-off-by: Ross Allan <[email protected]>
(commit: c595705)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/patched/PatchChunk.java (diff)