From 2532a875d1349630a5d6a326c75897f4ff428863 Mon Sep 17 00:00:00 2001 From: Jeija Date: Fri, 7 Oct 2016 20:58:06 +0200 Subject: [PATCH] Add viewing_range setting to README.txt section for spheretest If viewing range is too small, mapblocks across planet edges will be unloaded. --- README.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/README.txt b/README.txt index 99244f62..6c941e2a 100644 --- a/README.txt +++ b/README.txt @@ -13,6 +13,7 @@ movement_gravity = 10 enable_clouds = 0 active_block_range = 4 active_object_send_range_blocks = 4 +viewing_range = 400 You can tweak these settings and see how they affect the planet's appearance and behaviour. In the game, create a new world with Mapgen "flat". The planet edges are very glitchy, so anything other than "flat" won't look good.