resource: make seagrass opaque

See changelog for rationale.
This commit is contained in:
Matthias Schiffer 2025-02-28 16:16:29 +01:00
parent b8a5d1580b
commit 7686996fd3
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
4 changed files with 12 additions and 5 deletions

View file

@ -8692,8 +8692,8 @@ pub const BLOCK_TYPES: &[(&str, ConstBlockType)] = &[
"seagrass",
ConstBlockType {
block_color: BlockColor {
flags: make_bitflags!(BlockFlag::{}),
color: Color([0, 0, 0]),
flags: make_bitflags!(BlockFlag::{Opaque}),
color: Color([50, 126, 8]),
},
sign_material: None,
},