mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-23 02:25:19 +01:00
Update biomes highest bits
This commit is contained in:
parent
30ce0eaa45
commit
2065a83fa1
@ -24,7 +24,7 @@ package com.viaversion.viaversion.api.minecraft.chunks;
|
|||||||
|
|
||||||
public enum PaletteType {
|
public enum PaletteType {
|
||||||
BLOCKS(ChunkSection.SIZE, 8),
|
BLOCKS(ChunkSection.SIZE, 8),
|
||||||
BIOMES(ChunkSection.BIOME_SIZE, 2);
|
BIOMES(ChunkSection.BIOME_SIZE, 3);
|
||||||
|
|
||||||
private final int size;
|
private final int size;
|
||||||
private final int highestBitsPerValue;
|
private final int highestBitsPerValue;
|
||||||
|
Loading…
Reference in New Issue
Block a user