mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-04 22:59:07 +02:00
Add support for biome colors, fix block type indices
This commit is contained in:
parent
e880f8997f
commit
143b9f6c78
8 changed files with 441 additions and 177 deletions
|
@ -43,7 +43,7 @@ struct Block {
|
|||
|
||||
Block() : id(0), data(0), height(0), blockLight(0), skyLight(0) {}
|
||||
|
||||
uint32_t getColor() const;
|
||||
uint32_t getColor(uint8_t biome) const;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue