BlockMaterial struct + minor refactor and docs

This commit is contained in:
MihailRis
2024-03-07 10:55:19 +03:00
parent f8e02e1b3b
commit 8658a170bc
4 changed files with 86 additions and 43 deletions
+3 -3
View File
@@ -19,9 +19,9 @@ struct contententry {
// TODO: make it unified for all types of content
/* Content indices lookup table or report
used to convert world with different indices
Building with indices.json */
/// @brief Content indices lookup table or report
/// used to convert world with different indices
/// Building with indices.json
class ContentLUT {
std::vector<blockid_t> blocks;
std::vector<std::string> blockNames;