add 'lowering' generated structures property

This commit is contained in:
MihailRis
2024-11-13 01:10:52 +03:00
parent d72f758dc5
commit 4b0b643342
6 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ static VoxelStructureMeta load_structure_meta(
) {
VoxelStructureMeta meta;
meta.name = name;
config.at("lowering").get(meta.lowering);
return meta;
}