SirSquidly / Oceanic-Expanse

A 1.12.2 Minecraft Mod which adds various pieces of ocean-based content.
9 stars 1 forks source link

Lobsters spawn too frequently/do not despawn. #71

Closed SirSquidly closed 1 day ago

SirSquidly commented 2 weeks ago

Self explanatory title.

Inheriting from the EntityAnimal class, Lobsters do not despawn. Due to how their spawning works, they will spawn in every spawn cycle, thus accumulating in great numbers.

This is a bit problematic, as unlike normal Fish, flat disabling their spawning won't exactly fix the issue, as they were made to be farmed like how Cows are.

SirSquidly commented 1 day ago

Fixed in 1.1.2.

Rather than outright making them despawn, I instead heavily hampered their spawning. This is so they can still be farmed by players.