nucleation 0.3.5

A high-performance Minecraft schematic parser and utility library
Documentation
1
2
3
4
5
6
7
pub mod block_string;
pub mod container_spec;
pub mod enhanced_nbt_parser;
pub use crate::nbt::{NbtMap, NbtValue};
pub use block_string::{parse_custom_name, parse_items_array};
pub use container_spec::{get_container_spec, is_container, ContainerSpec};
pub use enhanced_nbt_parser::parse_enhanced_nbt;