Enhance CLI functionality with palette support and update exporters to use BlockPalette
This commit is contained in:
@@ -12,6 +12,7 @@ pub use font::FontProvider;
|
||||
pub use fonts::ttf_font::TtfFont;
|
||||
pub use grid::VoxelGrid;
|
||||
pub use models::VoxelType;
|
||||
pub use palette::BlockPalette;
|
||||
|
||||
pub trait StructureExporter {
|
||||
fn export(&self, grid: &VoxelGrid) -> anyhow::Result<Vec<u8>>;
|
||||
|
||||
Reference in New Issue
Block a user