From e515a0de201cb401a435993a8473328709cec27d Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sat, 13 Feb 2021 19:46:14 +0100 Subject: [PATCH] disable ftbmap waypoints --- src/overrides/config/ftbchunks-client.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/overrides/config/ftbchunks-client.toml b/src/overrides/config/ftbchunks-client.toml index 7e97130..b20d7d3 100755 --- a/src/overrides/config/ftbchunks-client.toml +++ b/src/overrides/config/ftbchunks-client.toml @@ -16,9 +16,9 @@ claimed_chunks_on_map = true #Show your own claimed chunks on the map own_claimed_chunks_on_map = true #Show waypoints in world -in_world_waypoints = true +in_world_waypoints = false #Enables creation of death waypoints -death_waypoints = true +death_waypoints = false #Different ways to render map #Allowed Values: NONE, NIGHT, TOPOGRAPHY, BLOCKS, BIOME_TEMPERATURE, LIGHT_SOURCES map_mode = "NONE"