add generator param 'wide-structs-chunks-radius' & make caves more interesting

This commit is contained in:
MihailRis
2024-10-10 03:57:43 +03:00
parent a578cca325
commit 50eb83ad9b
4 changed files with 49 additions and 23 deletions
+1
View File
@@ -196,6 +196,7 @@ void ContentLoader::loadGenerator(
map.at("biome-bpd").get(def.biomesBPD);
map.at("heights-bpd").get(def.heightsBPD);
map.at("sea_level").get(def.seaLevel);
map.at("wide-structs-chunks-radius").get(def.wideStructsChunksRadius);
auto folder = generatorsDir / fs::u8path(name + ".files");
auto scriptFile = folder / fs::u8path("script.lua");