forked from mirror/ObjToSchematic
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:
parent
2974c963ea
commit
de41b318d0
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user