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

Remove inner class in mixin #7

Merged
merged 6 commits into from
Dec 14, 2022

Conversation

makamys
Copy link
Contributor

@makamys makamys commented Dec 6, 2022

This is the same concept as GTNewHorizons/Hodgepodge#129. We have found that the inner class in TableBlockMixin causes a crash with any of the following coremods:

  • backport5160
  • BetterFPS
  • Serene Seasons

The error is the following:

java.lang.NoClassDefFoundError: thaumcraft/common/blocks/BlockTable$Companion$7149d9bcd511454b9be6e6d52bff76da

It happens regardless of what Mixin bootstrap mod is used (I tried SpongeMixins 1.5.0, GTNHMixins 2.1.1 and GasStation 0.4.0).

This PR removes the inner class to fix the issue.

@makamys makamys requested a review from a team as a code owner December 6, 2022 20:48
@Dream-Master Dream-Master requested review from mitchej123 and a team December 6, 2022 20:50
@makamys makamys marked this pull request as draft December 6, 2022 21:30
@makamys makamys marked this pull request as ready for review December 6, 2022 22:30
@Dream-Master Dream-Master merged commit 9da80d8 into GTNewHorizons:master Dec 14, 2022
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.

3 participants