-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d04b71
commit 13e766c
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
# truncated - World Generation Limits | ||
|
||
This Minecraft mod allows you to limit the world generator size. | ||
This Minecraft mod allows you to prevent the world generator from generating new chunks past a defined limit. | ||
You can set the limit by changing the gamerule `chunkGenerationLimit`. | ||
|
||
Requires Fabric API! | ||
|
||
## Known Incompatibilities | ||
|
||
- Distant Horizons: May crash the game or your whole operating system! | ||
- Other World Generators | ||
|
||
Note that this mod messes with Minecraft's chunk generation in a way that may lead to unexpected behaviour, | ||
especially in combination with other mods! | ||
|
||
## Supported Minecraft versions | ||
|
||
- 1.21.1 / Fabric | ||
- 1.21.1 / Fabric with Fabric API |