Add Litematica exporter and integrate serde for serialization

- Introduced Litematica exporter with necessary data structures for Minecraft text generation.
- Added serde dependency for serialization support in multiple crates.
- Updated Cargo.toml files to include new dependencies and features.
- Created palette module for block palette management.
This commit is contained in:
2026-03-23 01:14:30 +01:00
parent 55d730d542
commit 1893b3427f
8 changed files with 331 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
mod litematica;
mod mcfunction;
pub use mcfunction::McFunctionExporter;