mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 13:29:06 +02:00
resource: make seagrass opaque
See changelog for rationale.
This commit is contained in:
parent
b8a5d1580b
commit
7686996fd3
4 changed files with 12 additions and 5 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue