mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-12 09:59:05 +02:00
Distinguish grass and foliage green in block types
This commit is contained in:
parent
60bff1fb34
commit
4ffa28dd63
6 changed files with 622 additions and 619 deletions
|
@ -41,7 +41,8 @@ public:
|
|||
static const BlockType * lookup(const std::string &name);
|
||||
|
||||
bool opaque;
|
||||
bool green;
|
||||
bool grass;
|
||||
bool foliage;
|
||||
bool blue;
|
||||
struct {
|
||||
uint8_t r, g, b;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue