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

27 lines
735 B
Markdown
Raw Normal View History

2024-02-05 19:26:12 -05:00
# 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.
/// admonition
type: info
Pre-loading can take quite a long time, and you should probably do it when people aren't online, to prevent crashes.
///
2024-02-05 19:26:12 -05:00
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
```