feat: scripts classification

This commit is contained in:
MihailRis
2025-03-13 00:28:40 +03:00
parent 794d1d71f5
commit b66937c61d
9 changed files with 44 additions and 10 deletions
+2
View File
@@ -204,6 +204,8 @@ public:
/// @brief Block script name in blocks/ without extension
std::string scriptName = name.substr(name.find(':') + 1);
std::string scriptFile;
/// @brief Block will be used instead of this if generated on surface
std::string surfaceReplacement = name;