A minecraft mod that allows you to limit the world generator size - includes an alternative ending https://modrinth.com/mod/truncated
Find a file
2024-11-01 14:32:10 +01:00
gradle/wrapper Add project files 2024-10-19 11:27:23 +02:00
src/main Bump version, fix translation and add icon 2024-11-01 14:32:10 +01:00
.gitattributes Add project files 2024-10-19 11:27:23 +02:00
.gitignore Add project files 2024-10-19 11:27:23 +02:00
build.gradle Add project files 2024-10-19 11:27:23 +02:00
gradle.properties Bump version, fix translation and add icon 2024-11-01 14:32:10 +01:00
gradlew Add project files 2024-10-19 11:27:23 +02:00
gradlew.bat Add project files 2024-10-19 11:27:23 +02:00
LICENSE Add project files 2024-10-19 11:27:23 +02:00
README.md Add alternative ending 2024-11-01 13:55:07 +01:00
settings.gradle Add project files 2024-10-19 11:27:23 +02:00

truncated - World Generation Limits

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.

This mod also adds an alternative ending. You can turn this off with /gamerule truncatedAlternativeEnding false.

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 with Fabric API