Update biomes highest bits

This commit is contained in:
Nassim Jahnke 2021-11-17 18:02:54 +01:00
parent 30ce0eaa45
commit 2065a83fa1
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -24,7 +24,7 @@ package com.viaversion.viaversion.api.minecraft.chunks;
public enum PaletteType {
BLOCKS(ChunkSection.SIZE, 8),
BIOMES(ChunkSection.BIOME_SIZE, 2);
BIOMES(ChunkSection.BIOME_SIZE, 3);
private final int size;
private final int highestBitsPerValue;