No description
Find a file
Dave Akers 86bea35a46
Some checks failed
build / Build (push) Failing after 59s
update for mc version 26.1
2026-05-21 14:35:21 -05:00
.forgejo/workflows add workflow_dispatch to build.yml 2026-03-30 19:15:35 -05:00
gradle/wrapper update for mc version 26.1 2026-05-21 14:35:21 -05:00
src/main update for mc version 26.1 2026-05-21 14:35:21 -05:00
.gitignore initial commit 2025-09-08 16:16:04 -05:00
build.gradle update for mc version 26.1 2026-05-21 14:35:21 -05:00
gradle.properties update for mc version 26.1 2026-05-21 14:35:21 -05:00
gradlew update for mc version 26.1 2026-05-21 14:35:21 -05:00
gradlew.bat update for mc version 26.1 2026-05-21 14:35:21 -05:00
LICENSE.txt initial commit 2025-09-08 16:16:04 -05:00
README.md fix typo 2025-10-12 09:52:24 -05:00
settings.gradle update for mc version 26.1 2026-05-21 14:35:21 -05:00

ConnectedDimensions

Stacks dimensions on top of one another. If you fly up you'll go from Nether->Overworld->End. Going down goes the other direction. Players will trigger chunk loading. All other entities will teleport if the destination is already loaded.

Changed world generation to remove the bedrock from the bottom of the overworld. The nether generation has more changes, not only to remove the bedrock ceiling but also to fill the entire build range. It thins out the higher Y levels because just falling on to the nether roof was just a bit too boring.