add block 'shadeless' property

This commit is contained in:
MihailRis
2024-06-15 19:55:55 +03:00
parent 4d962e8349
commit ea53009b96
9 changed files with 16 additions and 6 deletions
+3
View File
@@ -126,6 +126,9 @@ public:
/// @brief Does the block passing top-down sky lights into itself
bool skyLightPassing = false;
/// @brief Does block model have shading
bool shadeless = false;
/// @brief Is the block a physical obstacle
bool obstacle = true;