Changed max claimed chunks and forced chunks.

This commit is contained in:
Harrison Deng 2022-06-20 12:22:25 -05:00
parent dd3b34c89b
commit a2cdd434f8

View File

@ -37,13 +37,13 @@
# You can override this with FTB Ranks 'ftbchunks.max_claimed' permission
# Default: 500
# Range: -∞ ~ +∞
max_claimed_chunks: 256
max_claimed_chunks: 512
# Max force loaded chunks.
# You can override this with FTB Ranks 'ftbchunks.max_force_loaded' permission
# Default: 25
# Range: -∞ ~ +∞
max_force_loaded_chunks: 64
max_force_loaded_chunks: 256
# Requires you to claim chunks in order to edit and interact with blocks
# Default: false