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 b6e26a5573
This commit is contained in:
Encho 2022-05-22 20:09:50 -07:00 committed by GitHub
parent 2974c963ea
commit de41b318d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';