-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pc1.18+: Fix world height defaults and light masks (#267)
* pc1.18+: Fix world height defaults and light masks The world height changed in 1.18+ to be between -64 and +320. The value set to the ChunkColumn have to be aligned with the dimension codec or the game will sometimes crash the game and otherwise cause chunks to be misplaced. Since we don't have a way to store this data inside prismarine-registry yet I just fix by changing the defaults to be correct. Also fix for light masks * lint * fix initialize fn not using correct maxY
- Loading branch information
1 parent
04433dc
commit 92ae1d3
Showing
1 changed file
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters