*facepalm*

This commit is contained in:
creeper123123321 2018-07-18 14:15:37 -03:00
parent cd9ff95226
commit 9232ea4fd6
No known key found for this signature in database
GPG Key ID: 0AC57D54786721D1

View File

@ -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;