randomize rotatable plants in world generation

This commit is contained in:
MihailRis
2025-02-21 19:35:37 +03:00
parent 721286c2ba
commit 0649419485
3 changed files with 12 additions and 3 deletions
+1
View File
@@ -65,6 +65,7 @@ struct BlockRotProfile {
static const int MAX_COUNT = 8;
std::string name;
CoordSystem variants[MAX_COUNT];
int variantsCount;
/// @brief No rotation
static const BlockRotProfile NONE;