resource: update block types and biomes for 1.21.4

This commit is contained in:
Matthias Schiffer 2024-12-31 03:03:06 +01:00
parent 11e25106cf
commit 9b3b345318
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
5 changed files with 446 additions and 3 deletions

View file

@ -24,7 +24,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(2);
pub const REGION_FILE_META_VERSION: FileMetaVersion = FileMetaVersion(3);
/// MinedMap map tile data version number
///
@ -36,7 +36,7 @@ pub const MAP_FILE_META_VERSION: FileMetaVersion = FileMetaVersion(0);
///
/// Increase when the generation of lightmap tiles from region data changes
/// (usually because of updated resource data)
pub const LIGHTMAP_FILE_META_VERSION: FileMetaVersion = FileMetaVersion(2);
pub const LIGHTMAP_FILE_META_VERSION: FileMetaVersion = FileMetaVersion(3);
/// MinedMap mipmap data version number
///