Bug: 1.16 - Blue ice blocks spawn as air, even in vanilla resources
BiomeBundle opened this issue ยท 6 comments
Since this seems to be vanilla behaviour, and there's not really any other sensical explanation (blue ice blocks themselves work fine). closing this for now. If there's more information, feel free to reopen.
Both, first screenshot above is a Registry() resource, second and third are SAGC.
For SAGC, the vanilla version uses a surface structure to place the blue ice, namely "blue_ice". We could likely use the same, or we could implement something similar ourselves that's more configurable.
What I did find, was that vanilla frozen oceans spawn two different features for the icebergs, both "iceberg_packed" and "iceberg_blue". So I would guess you only have "iceberg_packed", and that adding "iceberg_blue" as well could solve it. If you already have both, then I'm a bit stumped.