Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +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 {
|
||||
BLOCKS(ChunkSection.SIZE, 8),
|
||||
BIOMES(ChunkSection.BIOME_SIZE, 2);
|
||||
BIOMES(ChunkSection.BIOME_SIZE, 3);
|
||||
|
||||
private final int size;
|
||||
private final int highestBitsPerValue;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren