No longer plan to add tick rate manager support

It doesn't really make sense to use this as most of the features
involve stopping/stepping the world, which do not make much sense
given the nature of multiple parallel ticking regions.
This commit is contained in:
Spottedleaf 2024-02-13 16:20:21 -08:00
parent d3d0df309c
commit 8939611bb5
1 changed files with 0 additions and 2 deletions

View File

@ -1,2 +0,0 @@
- Tick rate manager - what to do with you (also: check tickChunks [specifically inhabited time] with respect to how this works now)
- Change chunk system autosave to use nanoTime instead of ticks to account for variable tick rate