cobble-lang 0.6.1

A modern, Python-like language for creating Minecraft Data Packs
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod build;
pub mod check;
pub mod init;
pub mod validate;
pub mod watch;

pub use build::build;
pub use check::check;
pub use init::init;
pub use validate::validate;
pub use watch::watch;