try recreate vanilla restocking mechanic

This commit is contained in:
xGinko 2024-09-02 01:47:56 +02:00
parent d4ba859176
commit 04d6cf604c
8 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public final class Keyring {
OPTIMIZATION_TYPE("optimization-type"),
LAST_OPTIMIZE_SYSTIME_MILLIS("last-optimize"),
LAST_LEVELUP_SYSTIME_MILLIS("last-levelup"),
LAST_RESTOCK_SYSTIME_MILLIS("last-restock");
LAST_RESTOCK_SYSTIME_MILLIS("last-restock-systime");
private final @NotNull NamespacedKey key;