From d0f22d66dac4e596360d82cfd34192b4e84ffe16 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Tue, 31 Mar 2026 21:37:50 +0300 Subject: [PATCH] Make the the server less insane in view and sim distance. --- nix-system-configs/modules/system/minecraft.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index 6903d19..d220574 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -105,8 +105,8 @@ in { online-mode = true; white-list = false; spawn-protection = 0; - view-distance = 17; - simulation-distance = 11; + view-distance = 8; + simulation-distance = 4; enforce-secure-profile = false; enable-command-block = false; enable-rcon = false;