resource: add Minecraft 1.21 block types

This commit is contained in:
Matthias Schiffer 2024-06-19 19:15:20 +02:00
parent 7f3e47fcb4
commit 414ad5a493
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
5 changed files with 708 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(1);
pub const REGION_FILE_META_VERSION: FileMetaVersion = FileMetaVersion(2);
/// 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(1);
pub const LIGHTMAP_FILE_META_VERSION: FileMetaVersion = FileMetaVersion(2);
/// MinedMap mipmap data version number
///