truncated/README.md

17 lines
637 B
Markdown
Raw Permalink 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-11-01 13:55:07 +01:00
This mod also adds an alternative ending. You can turn this off with `/gamerule truncatedAlternativeEnding false`.
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!