mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-09 08:11:25 +01:00
*facepalm*
This commit is contained in:
parent
cd9ff95226
commit
9232ea4fd6
@ -118,7 +118,7 @@ public class ChunkSection1_13 implements ChunkSection {
|
|||||||
boolean directPalette = false;
|
boolean directPalette = false;
|
||||||
|
|
||||||
if (bitsPerBlock == 0) {
|
if (bitsPerBlock == 0) {
|
||||||
bitsPerBlock = 13;
|
bitsPerBlock = 14;
|
||||||
}
|
}
|
||||||
if (bitsPerBlock < 4) {
|
if (bitsPerBlock < 4) {
|
||||||
bitsPerBlock = 4;
|
bitsPerBlock = 4;
|
||||||
|
Loading…
Reference in New Issue
Block a user