bconlon
bconlon
I believe I've narrowed this down to the `MixinConnector` attribute at https://github.com/ErdbeerbaerLP/DiscordIntegration-Forge/blob/13cc47a6642428ed8699953fc004601f9ad8183d/build.gradle#L146 being commented out, as uncommenting it makes the whitelist work again.
Wonder if this means any other overlays are visible as well, I'll need to check this.
Supposedly all overlays except the hammer of notch one and the repulsion shield one can appear in the world preview; these overlays likely need an additional check to not appear...
Also apparently mounts cause the world preview to not rotate which I guess is not surprising.
### ItemStackMixin Yeah I plan to remove this whenever I can do our item refactors when https://github.com/MinecraftForge/MinecraftForge/pull/8891 is merged. The implementation I was using it for ended up being too...
https://github.com/MinecraftForge/MinecraftForge/pull/8360 may allow for phasing out the advancement sound mixin.
Mixins: - [x] AbstractClientPlayerMixin - [x] AdvancementToastMixin - [x] BossHealthOverlayMixin - [x] ConnectScreenMixin - [x] CreateWorldScreenMixin - [x] ~~ElytraLayerMixin~~ - [x] ~~LocalPlayerMixin~~ - [x] PanoramaRendererMixin - [x] PauseScreenMixin - [x]...
Blocked somewhat by needing the Rankings systems in place from #228.
~~Will likely dedicate time to this after the package organization/cleanup.~~
- Assume a basic level of knowledge of Java. - Link to various resources that may be useful for contributors, such as: How to fork on GitHub, how to use...