uSkyBlock
uSkyBlock copied to clipboard
Guardians do not spawn in bubble columns.
Guardians spawn in still water but not in bubble columns. I believe the reason is LocationUtil.findRoofBlock. It just scans upward for the first block which material isn't just AIR or WATER. My suggestion is to use Material.IsSolid method.
I've done some testing, but with all the checks in uSkyBlock disabled, the server still doesn't spawn watermob's in bubblecolumns. Are they supposed to spawn in bubblecolumns?