Skip to content

Commit

Permalink
Update pregen recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Jun 25, 2023
1 parent e657097 commit f8df9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog/0.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Please report any issues on the repository here: https://github.com/AllTheMods/A
- Minecraft 1.7.10 does not have multi-threaded worldgen, so it will lag during exploration due to cascading worldgen.
- You may want to pregen the world for server use, with the following commands:
- Only run pregen when no players are online: `/pregen utils setPlayerLimit 1`
- Generate 100 chunk radius from 0,0 in the Overworld: `/pregen gen startradius square 0 0 100`
- Generate 50 chunk radius from 0,0 in the Nether: `/pregen gen startradius square 0 0 50 -1`
- Generate 200 chunk radius from 0,0 in the Overworld: `/pregen gen startradius square 0 0 200`
- Generate 100 chunk radius from 0,0 in the Nether: `/pregen gen startradius square 0 0 100 -1`
- Questlines are very minimal at the moment.

0 comments on commit f8df9cb

Please sign in to comment.