mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-16 03:19: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
|
@ -4,6 +4,7 @@ link_directories(${ZLIB_LIBRARY_DIRS} ${LIBPNG_LIBRARY_DIRS})
|
|||
add_executable(MinedMap
|
||||
MinedMap.cpp
|
||||
NBT/Tag.cpp
|
||||
World/Biome.cpp
|
||||
World/Block.cpp
|
||||
World/BlockType.cpp
|
||||
World/Chunk.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue