mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2024-12-15 02:59:55 +08:00
Merge pull request #53 from Enchoseon/patch-1
Update palette.blockMeshParams.blockPalette value
This commit is contained in:
commit
48fd386294
@ -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