[Enhancement] Add spectator mode compatibility to mobs from other mods.
Rocketcat19 opened this issue ยท 4 comments
I noticed that in spectator mode, the first-person view of other mod creatures will be blocked by the head models, is it feasible to add compatibility to them?
The mod tries its best to hide these heads, but if it can't then the mob doesn't define what the head is/the mod can't access it. There is no special logic to make vanilla mobs work, they just use the correct definition.
Does that mean the head can be hidden if the modder uses the correct definition?
Basically this is the logic for non "humanoid" models. If the model is a "HeadedModel", then that head gets hidden. That should usually take care of normal mob heads.