From 1bdc1beb3feec43bb2b94eb162b221c3a35f54a0 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 20 Jan 2026 15:16:12 -0500 Subject: [PATCH] force sync --- systems/palatine-hill/docker/minecraft.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/palatine-hill/docker/minecraft.nix b/systems/palatine-hill/docker/minecraft.nix index 4cde190..db3bfcd 100644 --- a/systems/palatine-hill/docker/minecraft.nix +++ b/systems/palatine-hill/docker/minecraft.nix @@ -102,6 +102,7 @@ in CF_EXCLUDE_MODS = '' legendary-tooltips-x-travelers-backpack-fix ''; + CF_FORCE_SYNCHRONIZE = "true"; }; extraOptions = defaultOptions; log-driver = "local";