mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-05 23:29:07 +02:00
resource, world: implement fallback to plains for unknown biomes
Closes #63
This commit is contained in:
parent
d7fc95c950
commit
a10151a4f3
5 changed files with 37 additions and 18 deletions
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue