forked from Anvilcraft/Notex-3
disable ftbmap waypoints
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
41cfcd66d6
commit
e515a0de20
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue