Enhance CLI functionality with palette support and update exporters to use BlockPalette

This commit is contained in:
2026-03-23 01:21:21 +01:00
parent 1893b3427f
commit 484415870a
12 changed files with 149 additions and 29 deletions

9
palettes/default.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "Default",
"author": null,
"blocks": {
"body": "minecraft:quartz_block",
"outline": "minecraft:obsidian",
"shadow": null
}
}

9
palettes/gold.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "Gold",
"author": null,
"blocks": {
"body": "minecraft:gold_block",
"outline": "minecraft:deepslate",
"shadow": null
}
}

9
palettes/ocean.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "Ocean",
"author": null,
"blocks": {
"body": "minecraft:blue_concrete",
"outline": "minecraft:white_concrete",
"shadow": "minecraft:gray_concrete"
}
}

9
palettes/stone.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "Stone",
"author": null,
"blocks": {
"body": "minecraft:stone",
"outline": "minecraft:cobblestone",
"shadow": null
}
}