No description
Find a file
Dave Akers 0ff14c08db
All checks were successful
build / Build (push) Successful in 1m24s
fixing workflow
2026-06-14 15:02:07 -05:00
.forgejo/workflows fixing workflow 2026-06-14 15:02:07 -05:00
gradle/wrapper update for mc version 26.1 2026-05-21 14:35:21 -05:00
src/main Fixed mounts and tidy up a bit 2026-06-14 14:31:44 -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 Fixed mounts and tidy up a bit 2026-06-14 14:31:44 -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.