add block.properties, item.properties (experimental)

This commit is contained in:
MihailRis
2024-11-22 11:08:36 +03:00
parent b40c8c4b4c
commit cd630463b3
4 changed files with 31 additions and 0 deletions
+2
View File
@@ -119,6 +119,8 @@ public:
/// @brief Textures set applied to block sides
std::array<std::string, 6> textureFaces; // -x,x, -y,y, -z,z
dv::value properties = nullptr;
/// @brief id of used BlockMaterial, may specify non-existing material
std::string material = DEFAULT_MATERIAL;