From 8939611bb53d6d1d98fd76e91c320d55a28700ad Mon Sep 17 00:00:00 2001 From: Spottedleaf Date: Tue, 13 Feb 2024 16:20:21 -0800 Subject: [PATCH] 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. --- update.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/update.txt b/update.txt index 8441a91..e69de29 100644 --- a/update.txt +++ b/update.txt @@ -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 \ No newline at end of file