jaskarth/overworld-two

Overwrite Visibility Conflict With Immersive Portals

Closed this issue · 0 comments

Mod version: 1.0.2

When this mod is loaded alongside Immersive Portals, it crashes on world load as it tries to overwrite a private method that has been made public by Immersive Portals. Mixin does not allow mixins to reduce the visibility of targets unless explictly permitted by the mixin config using the following key. Adding the key to the mixin config of this mod would be the simplest solution to account for access wideners.

"overwrites": {
  "conformVisiblity": true
}