You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MCA Reborn has a feature to replace the player model with a villager like model which conflicts with werewolf player transforming into werewolf form
Problem
MCA Reborn uses non compatible ways to disable the rendering of models for player, thus removing the Werewolf model from showing and the villager models as well, because werewolves disables them in werewolf form. Resulting in nothing being rendered.
Solution
MCA Reborn offers a config option to disable their villager model check, allowing the werewolf model to be rendered again, to the negative effect that no other MCA Reborn player effects are rendered.
You can find the config option playerRendererBlacklist in their mca.json config file. There you need to add an additional entry for "werewolves": "block_player" to the end of the list
Introduction
MCA Reborn has a feature to replace the player model with a villager like model which conflicts with werewolf player transforming into werewolf form
Problem
MCA Reborn uses non compatible ways to disable the rendering of models for player, thus removing the Werewolf model from showing and the villager models as well, because werewolves disables them in werewolf form. Resulting in nothing being rendered.
Solution
MCA Reborn offers a config option to disable their villager model check, allowing the werewolf model to be rendered again, to the negative effect that no other MCA Reborn player effects are rendered.
You can find the config option
playerRendererBlacklist
in theirmca.json
config file. There you need to add an additional entry for"werewolves": "block_player"
to the end of the listThe option should look like this:
The text was updated successfully, but these errors were encountered: