MinedMap/src/world
Matthias Schiffer decb5c67a6
world/section: to not use u128 type
Getting the block index for unaligned blocks can be done just fine with
only u64.
2023-02-18 10:57:11 +01:00
..
chunk.rs treewide: rename "old" data structures to "v0" 2023-02-12 23:03:58 +01:00
de.rs treewide: rename "old" data structures to "v0" 2023-02-12 23:03:58 +01:00
mod.rs world: add types to wrap common parts of section data 2023-02-12 23:03:57 +01:00
section.rs world/section: to not use u128 type 2023-02-18 10:57:11 +01:00