This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
GalacticFactory-Legacy/docs/installing-the-modpack/servers/post-install-tips-and-tricks.md
SeaswimmerTheFsh 1fa76dde6a
All checks were successful
Build Documentation / Build Documentation (push) Successful in 11s
Build Exported Instance Files / Build Prism Launcher Export (push) Successful in 3s
Build Exported Instance Files / Build ATLauncher Export (push) Successful in 3s
another installation guide overhaul
2024-02-05 19:26:12 -05:00

21 lines
702 B
Markdown

# Post-Install Tips and Tricks
I highly recommend pre-loading your chunks so that you can prevent lag when players generate new ones. Chunky is included in GalacticFactory as of 0.2.0, here are a few basic commands to pre-load with the mod. **Keep in mind that pre-loading can take quite a long time, and you should probably do it when people aren't online**.
Choose the world, replacing `minecraft:overworld` with the corresponding world:
```markdown
chunky world minecraft:overworld
```
Choose the radius to pre-load, replacing 2500 with how much you want to do:
```markdown
chunky radius 2500
```
After choosing the world and the radius, start pre-loading:
```markdown
chunky start
```