Changes

Summary

  1. Use per-world tickcount instead of server tickcounter for per-world (commit: 82240ff) (details)
  2. Allow chunks to unload while world saving is disabled. (They will still (commit: 558fc5e) (details)
Commit 82240ffbdc1e37dcbf23a3336994e4f79cb3bbca by rallanpcl
Use per-world tickcount instead of server tickcounter for per-world interval events in PatchMinecraftServer

Signed-off-by: Ross Allan <[email protected]>
(commit: 82240ff)
The file was modifiedsrc/common/me/nallar/patched/server/PatchMinecraftServer.java (diff)
Commit 558fc5e525e70c21e6d2bc444e6a792d2dffc724 by rallanpcl
Allow chunks to unload while world saving is disabled. (They will still be saved.)

Signed-off-by: Ross Allan <[email protected]>
(commit: 558fc5e)
The file was modifiedsrc/common/me/nallar/patched/storage/ThreadedChunkProvider.java (diff)