minecraft: reduce render distance

This commit is contained in:
Simon Gardling 2025-05-26 20:12:18 -07:00
parent b3aeeab244
commit 887917308a
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -50,8 +50,8 @@
white-list = true; white-list = true;
difficulty = "easy"; difficulty = "easy";
motd = "A Minecraft Server"; motd = "A Minecraft Server";
view-distance = 12; view-distance = 10;
simulation-distance = 10; simulation-distance = 6;
sync-chunk-writes = false; sync-chunk-writes = false;
spawn-protection = 0; spawn-protection = 0;
}; };