Update README
This commit is contained in:
parent
7d04b71900
commit
13e766c1bf
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -1,8 +1,18 @@
|
||||||
# truncated - World Generation Limits
|
# 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`.
|
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
|
## Supported Minecraft versions
|
||||||
|
|
||||||
- 1.21.1 / Fabric
|
- 1.21.1 / Fabric with Fabric API
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue