truncated/README.md

19 lines
589 B
Markdown
Raw Normal View History

2024-10-19 11:41:31 +02:00
# truncated - World Generation Limits
2024-10-19 12:10:33 +02:00
This Minecraft mod allows you to prevent the world generator from generating new chunks past a defined limit.
2024-10-19 11:41:31 +02:00
You can set the limit by changing the gamerule `chunkGenerationLimit`.
2024-10-19 12:10:33 +02:00
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!
2024-10-19 11:41:31 +02:00
## Supported Minecraft versions
2024-10-19 12:10:33 +02:00
- 1.21.1 / Fabric with Fabric API