Darkhax-Minecraft / BadMobs

A very simple minecraft mod which allows users to disable the spawning on any minecraft entity. This will also remove all existing entities of a banned type from that world.
9 stars 10 forks source link

Disabling Natural mob spawning disables mob spawning via eggs and commands as well. #77

Closed Itssteve1 closed 1 year ago

Itssteve1 commented 1 year ago

Whenever you turn off natural spawning for a particular mob is disables all varieties of spawning.

Darkhax commented 1 year ago

It's a known issue in 1.19.3 and below that disabling normal spawning will also disable spawners and spawn eggs. It's related to a bug in the Forge API where the spawn type information is unreliably given to mods. This was fixed in 1.19.4 but required breaking changes and will not be backported to older versions.