Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with MCA: Reborn #182

Open
Cheaterpaul opened this issue Feb 19, 2024 · 0 comments
Open

Compatibility with MCA: Reborn #182

Cheaterpaul opened this issue Feb 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Cheaterpaul
Copy link
Member

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 their mca.json config file. There you need to add an additional entry for "werewolves": "block_player" to the end of the list

The option should look like this:

"playerRendererBlacklist": {
  "epicfight": "all",
  "firstpersonmod": "arms",
  "firstperson": "arms",
  "morph": "arms",
  "werewolves": "block_player"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant