MinedMap/src/world
Matthias Schiffer fb712cd2f5
Store per-region biome list in IndexSet
Index into the biome list instead of duplicating the biome data for each
coordinate. This reduces the size of the processed data and speeds up
encoding/decoding.
2023-08-03 23:07:16 +02:00
..
chunk.rs world/chunk: include biomes in section iterator item 2023-04-08 21:20:00 +02:00
de.rs world/de: add level.dat data structures 2023-07-02 23:08:43 +02:00
layer.rs Store per-region biome list in IndexSet 2023-08-03 23:07:16 +02:00
mod.rs world: implement top_layer function 2023-02-18 11:51:24 +01:00
section.rs world/section: implement biome_at() 2023-04-08 21:20:00 +02:00