mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-03 22:29:07 +02:00
Merge pull request #80 from neocturne/mc1.21.6
core: update region and lightmap version
This commit is contained in:
commit
253a9a786e
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ use crate::{
|
||||||
///
|
///
|
||||||
/// Increase when the generation of processed regions from region data changes
|
/// Increase when the generation of processed regions from region data changes
|
||||||
/// (usually because of updated resource data)
|
/// (usually because of updated resource data)
|
||||||
pub const REGION_FILE_META_VERSION: FileMetaVersion = FileMetaVersion(7);
|
pub const REGION_FILE_META_VERSION: FileMetaVersion = FileMetaVersion(8);
|
||||||
|
|
||||||
/// MinedMap map tile data version number
|
/// MinedMap map tile data version number
|
||||||
///
|
///
|
||||||
|
@ -38,7 +38,7 @@ pub const MAP_FILE_META_VERSION: FileMetaVersion = FileMetaVersion(0);
|
||||||
///
|
///
|
||||||
/// Increase when the generation of lightmap tiles from region data changes
|
/// Increase when the generation of lightmap tiles from region data changes
|
||||||
/// (usually because of updated resource data)
|
/// (usually because of updated resource data)
|
||||||
pub const LIGHTMAP_FILE_META_VERSION: FileMetaVersion = FileMetaVersion(5);
|
pub const LIGHTMAP_FILE_META_VERSION: FileMetaVersion = FileMetaVersion(6);
|
||||||
|
|
||||||
/// MinedMap mipmap data version number
|
/// MinedMap mipmap data version number
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue