#Regions Unexplored Cave Biomes reduced spawn rate with No Man's Land
1 messages · Page 1 of 1 (latest)
are their biomes tagges as c:is_caves?
ah, that might be it then
how would I check the biome tags?
you would need to check their files
yeah, i'm currently checking the github
looks like this is how apollo has them tagged currently, if I understand it right: https://github.com/Apollounknowndev/RegionsUnexplored/blob/cloche/src/shared/21.1/main/generated/data/regions_unexplored/tags/worldgen/biome/collection/caves.json
i assume that's the incorrect tag?
if that tag is not within c:is_caves then it is incorrect yes
nvm, pretty sure I figured it out
https://github.com/Apollounknowndev/RegionsUnexplored/blob/cloche/src/shared/21.1/main/generated/data/c/tags/worldgen/biome/is_cave.json
it was typed without the s
oh