From c55f860e29bed0de44dadfef84241cc9e80afb5b Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 20 Jan 2026 15:08:03 -0500 Subject: [PATCH] exclude mod breaking buckets, boats, and hoes --- systems/palatine-hill/docker/minecraft.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/palatine-hill/docker/minecraft.nix b/systems/palatine-hill/docker/minecraft.nix index 5357db5..4cde190 100644 --- a/systems/palatine-hill/docker/minecraft.nix +++ b/systems/palatine-hill/docker/minecraft.nix @@ -99,6 +99,9 @@ in CF_FORCE_INCLUDE_FILES = '' emi ''; + CF_EXCLUDE_MODS = '' + legendary-tooltips-x-travelers-backpack-fix + ''; }; extraOptions = defaultOptions; log-driver = "local";