Visible Barriers

Visible Barriers

8.1k Downloads

[Feature Request] Allow the “Toggle All Visibility” option to be fine-tuned.

nea-c opened this issue · 0 comments

commented

Advanced settings to enable/disable each option to be changed at runtime

Example of how to edit config/visiblebarriers.json directly:

{
  "visibleBarrier": false,
  "visibleAir": false,
  "hideParticles": true,
  "sendFeedback": true,
  "baseZoom": 2.8,
  "toggleAllVisibility": {
    "Barriers" : true,
    "BubbleColumns" : true,
    "Lights" : true,
    "StructureVoids" : true,
    "InvisibleEntities" : true
  }
}