3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 13:52:50 +02:00
Dieser Commit ist enthalten in:
creeper123123321 2018-07-18 14:15:37 -03:00
Ursprung cd9ff95226
Commit 9232ea4fd6
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 0AC57D54786721D1

Datei anzeigen

@ -118,7 +118,7 @@ public class ChunkSection1_13 implements ChunkSection {
boolean directPalette = false;
if (bitsPerBlock == 0) {
bitsPerBlock = 13;
bitsPerBlock = 14;
}
if (bitsPerBlock < 4) {
bitsPerBlock = 4;