Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
That might be the problem.
Cave: The mod does not have the biome "SoggySinkhole".
Ruin: "CaveJungle" and "MilitaryPits" are not listed as optional biomes in the code (instead we have "AtriumMaze" and "ArchiveMaze" which is weird since I would assume they be guaranteed)
I could be wrong so I would love to have your comment on this. Either way thank you so much for the mod!
The optional tasks that this mod controls are listed in the game file "scripts\map\tasksets\forest.lua", in the "default" taskset under the "optionaltasks" table. And for the caves, "scripts\map\tasksets\caves.lua" game file, "cave_default" taskset, then under the table "optionaltasks" table again.
"SoggySinkhole" is a task in code that is never referenced to be added into vanilla world generation.
"CaveJungle" and "MilitaryPits" both show up in the optional tasks in "cave_default" taskset.
"AtriumMaze" and "ArchiveMaze" are both already guaranteed to spawn since they are in the "tasks" table inside the "cave_default" taskset.
Hope that helps, but maybe I overlooked something.