I want to add different surface populators to my server. The problem is, I am not sure if custom biomes from datapacks are supported. I really do not want to choose between the two, so:
- Is there any way to combine datapack biomes with ItemsAdder? Am I limited to the list of Spigot Biomes or can I write something like "Terralith:custom_biome"?
- If not, would decorations spawn in all biomes, including custom ones, if I don't set biomes at all?
- And if none of the above is possible, is there any technique to bypass those limitations? For example, can I populate already loaded world with surface decorations using commands (or by writing some sort of addon)?
Thanks in advance