Add support for biome colors, fix block type indices

This commit is contained in:
Matthias Schiffer 2015-02-01 15:10:07 +01:00
parent e880f8997f
commit 143b9f6c78
8 changed files with 441 additions and 177 deletions

View file

@ -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;
};
}