Reduce default palette size

Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
TheMode 2021-11-06 09:57:19 +01:00
parent f517b294d5
commit 11e26718b0

View File

@ -10,7 +10,7 @@ import org.jetbrains.annotations.NotNull;
*/ */
public sealed interface Palette extends Writeable permits PaletteImpl { public sealed interface Palette extends Writeable permits PaletteImpl {
static Palette blocks() { static Palette blocks() {
return new PaletteImpl(16 * 16 * 16, 8, 8, 2); return new PaletteImpl(16 * 16 * 16, 8, 6, 1);
} }
static Palette biomes() { static Palette biomes() {