We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ad476 commit 63d2af2Copy full SHA for 63d2af2
4 files changed
website/scripts/sync-map-colors.mjs
@@ -9,7 +9,7 @@ const targetPath = path.resolve(cwd, "src/lib/mapColorDataSynced.ts");
9
const banner =
10
"// AUTO-SYNCED from PNG-to-NBT/website/src/data/mapColors.ts\n" +
11
"// Run `npm run sync:map-colors` to refresh.\n" +
12
- "// Exports: `SHADE_MULTIPLIERS`, `BASE_COLORS`, `WATER_BASE_INDEX`, `getColorLookup`, `getShadedRgb`.\n\n";
+ "// Exports: `Shade`, `SHADE_MULTIPLIERS`, `BASE_COLORS`, `WATER_BASE_INDEX`, `ColorShade`, `packRgb`, `unpackRgb`, `getShadedRgb`.\n\n";
13
14
const normalize = (text) => text.replace(/\r\n/g, "\n").trimEnd() + "\n";
15
0 commit comments