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

Disable elytra render tweak if OpenMods is present #504

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

jchung01
Copy link
Contributor

@jchung01 jchung01 commented Jul 3, 2024

OpenMods may load vanilla classes too early in its transformer. This can cause some UT mixins to fail and cause issues. It seems certain mod configurations don't have this problem though for whatever reason (probably transform load order related). Specific OpenMods patch this tweak conflicts with is activate_player_render_hook if true.
This doesn't check the config option from OpenMods though as that may be a bit more complicated.

- OpenMods may load vanilla classes too early in its transformer
- Specific OpenMods patch this tweak conflicts with is 'activate_player_render_hook'
@ACGaming ACGaming merged commit 945a3c3 into ACGaming:main Jul 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants