Merge pull request #53 from Enchoseon/patch-1

Update palette.blockMeshParams.blockPalette value
This commit is contained in:
Lucas Dower 2022-05-23 18:07:05 +01:00 committed by GitHub
commit 48fd386294
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';