Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-28 00:50:13 +01:00
Update biomes highest bits
Dieser Commit ist enthalten in:
Ursprung
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;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren