From de41b318d024d361395afddcfc4bacad5fa6dfcc Mon Sep 17 00:00:00 2001 From: Encho <38841444+Enchoseon@users.noreply.github.com> Date: Sun, 22 May 2022 20:09:50 -0700 Subject: [PATCH] Update palette.blockMeshParams.blockPalette value Changed the value of palette.blockMeshParams.blockPalette from "all-supported" to "all-snapshot", as "all-supported.palette" was renamed to "all-snapshot.palette" in b6e26a5573f8d4f0b30e6de07b05d3beb74d7f1c --- tools/headless-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/headless-config.ts b/tools/headless-config.ts index d28f671..9cbd543 100644 --- a/tools/headless-config.ts +++ b/tools/headless-config.ts @@ -13,7 +13,7 @@ export const headlessConfig = { palette: { blockMeshParams: { textureAtlas: 'vanilla', // Must be an atlas name that exists in /resources/atlases - blockPalette: 'all-supported', // Must be a palette name that exists in /resources/palettes + blockPalette: 'all-snapshot', // Must be a palette name that exists in /resources/palettes ditheringEnabled: true, colourSpace: 'rgb', // 'rgb' / 'lab'; fallable: 'replace-falling', // 'replace-fallable' / 'place-string';