mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-03 14:19:07 +02:00
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:
parent
b80ddc1e16
commit
04aeacbfd4
4 changed files with 15 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue