Add working command validator

This commit is contained in:
2026-02-08 14:37:32 +08:00
parent f46084d3fe
commit bfcd414a14
14 changed files with 19272 additions and 21 deletions

View File

@@ -1,5 +1,6 @@
mod magma_project_config;
mod mcfunction_file;
pub(crate) mod mc_command;
pub use magma_project_config::*;
pub(crate) use mcfunction_file::*;