resource: add Minecraft 1.21.6 Dried Ghast block type

As Minecraft 1.21.7 is a hotfix release with no new block types or
biomes, it is supported as well.
This commit is contained in:
Matthias Schiffer 2025-06-29 23:53:56 +02:00
parent b80ddc1e16
commit 04aeacbfd4
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
4 changed files with 15 additions and 2 deletions

View file

@ -3508,6 +3508,16 @@ pub const BLOCK_TYPES: &[(&str, ConstBlockType)] = &[
sign_material: None,
},
),
(
"dried_ghast",
ConstBlockType {
block_color: BlockColor {
flags: make_bitflags!(BlockFlag::{Opaque}),
color: Color([179, 168, 168]),
},
sign_material: None,
},
),
(
"dried_kelp_block",
ConstBlockType {