First-person Model (Forge/Fabric)

First-person Model (Forge/Fabric)

9M Downloads

[Enhancement] Add spectator mode compatibility to mobs from other mods.

Rocketcat19 opened this issue ยท 4 comments

commented

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?

commented

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.

commented

I see, probably, thanks.

commented

Does that mean the head can be hidden if the modder uses the correct definition?

commented

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.