MinedMap/src/world/mod.rs
Matthias Schiffer ba6e4bae7f
world: rename JSONText to TextValue
New Minecraft version do not store text as JSON anymore.
2025-04-02 22:52:22 +02:00

9 lines
167 B
Rust

//! Data structures describing Minecraft save data
pub mod block_entity;
pub mod chunk;
pub mod de;
pub mod layer;
pub mod section;
pub mod sign;
pub mod text_value;