[1.12.2] Hell Sprouts, Lava Cats: overspawning in certain nether Biomes
noobanidus opened this issue ยท 0 comments
Specifically "Visceral Heap", which is part of Biomes o' Plenty.
- Hell Sprouts and Lava Cats are registered as
MONSTER
type instead ofCREATURE
although their despawn is set to false. - This is to compensate for the fact that the Nether does not seem to spawn any entity which is tagged as a
CREATURE
because of Reasons. - I believe Biomes o' Plenty uses a custom chunk generator at the very least which may be handling spawns differently from what would be expected.
As a result, I feel like a logical response here would be to add a config option that allows them to be spawned as creatures (default false) instead of monsters (default true).
Beyond that, if that were not able to fix it, then I'm really not sure how to address it. Relevant issue: 8bit-Build/Peace-of-Mind#20