Too many tropical fish in coral mangrove biome
MrKashew opened this issue · 5 comments
/kill @e[type=tropical_fish]
Killed 3595 entities
Drops frames from 100 to 1
lotsa fishies
despawn range is probably the issue due to:
https://github.com/CorgiTaco/BYG/blob/8ebe748ce43b46effe0488dbbbf01992d9fd0deb/src/main/java/voronoiaoc/byg/common/biomes/subbiomes/CoralMangroves.java#L66
fish are normally in WATER_AMBIENT, squids are in WATER_CREATURE
water ambient has a hard despawn limit of 64 blocks rather than the creature's 128 blocks but a higher spawn cap of 25 (ignored in initial chunk gen)