ATM9-Vocality/config/hyperbox-common.toml

14 lines
729 B
TOML
Raw Normal View History

2024-06-13 21:34:56 -07:00
[world_management]
#Enable automatic forceloading of hyperbox chunks.
#While this is enabled, the primary chunks of hyperbox worlds will be kept loaded while the
#parent hyperbox's chunk is loaded, and will be kept unloaded while the parent hyperbox's chunk
#is not loaded.
#If this is disabled, no automatic enabling or disabling of forceloading will be done. In this case,
#hyperbox's interiors will only tick while occupied by a player, or while forceloaded through
#other means.
#Be aware that if this option is changed from true to false while any hyperbox chunks are currently
#forceloaded, they will continue to be forceloaded until those chunks are manually un-forceloaded.
auto_force_hyperbox_chunks = false