Chunk Loaders

Chunk Loaders

10M Downloads

[Question] ...Maximum chunk range.

Closed this issue ยท 2 comments

commented

Question
...In CurseForge, the maximum chunk range is displayed as 7 by 7, but in the config, it shows the maximum chunk as 6 by 6. Which one should I think is correct?

[General]
# In what radius should the Single Chunk Loader be able to load chunks?
# Allowed range: 1 ~ 6 - Default: 1
singleChunkLoaderRadius = 1

# In what radius should the Basic Chunk Loader be able to load chunks?
# Allowed range: 1 ~ 6 - Default: 2
basicChunkLoaderRadius = 2

# In what radius should the Advanced Chunk Loader be able to load chunks?
# Allowed range: 1 ~ 6 - Default: 3
advancedChunkLoaderRadius = 3

# In what radius should the Ultimate Chunk Loader be able to load chunks?
# Allowed range: 1 ~ 6 - Default: 4
ultimateChunkLoaderRadius = 4
commented

Minecraft:1.12.2
Chunk Loaders:1.2.9

commented

In CurseForge, the maximum chunk range is displayed as 7 by 7, ...

No, on the CurseForge page for Chunk Loaders it states "chunk loaders can load chunks in up to a 7 by 7 area."

... but in the config, it shows the maximum chunk as 6 by 6.

No, it states "In what radius ...".

Which one should I think is correct?

They are both correct. For the basic chunk loader, for example, the radius is 2 which result in it loading chunks in a 3 by 3 area.