From bdc8c56d60b123282755bcc8b9c7e7ca100f7a7d Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 26 Jan 2025 01:09:04 -0500 Subject: [PATCH] ugh Signed-off-by: ahuston-0 --- 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 401d241..141fbe0 100644 --- a/systems/palatine-hill/docker/minecraft.nix +++ b/systems/palatine-hill/docker/minecraft.nix @@ -78,6 +78,7 @@ in VERSION = "1.17"; CF_SLUG = "bcg"; DIFFICULTY = "normal"; + DEBUG = "true"; # ENABLE_COMMAND_BLOCK = "true"; }; extraOptions = defaultOptions;