add block.materials table

This commit is contained in:
MihailRis
2024-11-22 09:36:48 +03:00
parent a641099d36
commit 8543be87df
3 changed files with 23 additions and 0 deletions
+2
View File
@@ -104,6 +104,8 @@ struct BlockMaterial {
std::string stepsSound {""};
std::string placeSound {""};
std::string breakSound {""};
dv::value serialize() const;
};
/// @brief Block properties definition