-
Notifications
You must be signed in to change notification settings - Fork 87
Patterns
Chunky has the ability to generate chunks in a few different patterns. This does not change anything about how many chunks generate, but simply changes the order that they are generated in.
The command for changing the generation pattern is chunky pattern <pattern>.
There are currently four patterns available, each of which are explained below.
The default and recommended pattern. This pattern generates chunks on each annulus in a concentric square shape starting from the center.
This pattern generates chunks starting from the most negative X/Z chunk coordinate, spanning across to the most positive X/Z coordinate.
This pattern generates chunks in a square spiral outwards starting from the center. Functionally, it behaves very much like the concentric pattern above.
For advanced users. This pattern generates chunks in a custom order specified in a CSV file in the configuration folder.
The following diagram illustrates how some of the built-in patterns work. Each square represents a chunk, and by following the line drawn you can visualize the order in which chunks generate. Note that the default concentric pattern is identical to the spiral pattern for all intents and purposes.
