You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was checking the ChunkSection.read method and I noticed it required a globalBiomePaletteBits.
I was not sure what it was and after inspecting the source I noticed that it was used to create a new DataPalette.
The problem is that it is not used there:
I was checking the ChunkSection.read method and I noticed it required a globalBiomePaletteBits.
I was not sure what it was and after inspecting the source I noticed that it was used to create a new DataPalette.
The problem is that it is not used there:
MCProtocolLib/src/main/java/com/github/steveice10/mc/protocol/data/game/chunk/DataPalette.java
Line 21 in acddfee
Am I missing something?
The text was updated successfully, but these errors were encountered: