resource, world: implement fallback to plains for unknown biomes

Closes #63
This commit is contained in:
Matthias Schiffer 2025-02-11 22:39:11 +01:00
parent d7fc95c950
commit a10151a4f3
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
5 changed files with 37 additions and 18 deletions

View file

@ -25,7 +25,7 @@ use crate::{
///
/// Increase when the generation of processed regions from region data changes
/// (usually because of updated resource data)
pub const REGION_FILE_META_VERSION: FileMetaVersion = FileMetaVersion(3);
pub const REGION_FILE_META_VERSION: FileMetaVersion = FileMetaVersion(4);
/// MinedMap map tile data version number
///