diff --git a/changelog/0.1.0.md b/changelog/0.1.0.md index e75094d..9323e52 100644 --- a/changelog/0.1.0.md +++ b/changelog/0.1.0.md @@ -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.