We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running a data generator while also having Curios installed crashes the game.
Adding an extra safety check here to make sure the minecraft instance isn't null should fix the issue:
Curios/src/main/java/top/theillusivec4/curios/client/CuriosClientMod.java
Lines 16 to 22 in 04ee403
Crash Log: https://paste.gg/p/anonymous/1fbd37ed9d2f4a3bba52fde390ede680
The text was updated successfully, but these errors were encountered:
fix datagen crash, closes #188
f37feed
TheIllusiveC4
No branches or pull requests
Versions:
Observed Behavior:
Running a data generator while also having Curios installed crashes the game.
Adding an extra safety check here to make sure the minecraft instance isn't null should fix the issue:
Curios/src/main/java/top/theillusivec4/curios/client/CuriosClientMod.java
Lines 16 to 22 in 04ee403
Crash Log: https://paste.gg/p/anonymous/1fbd37ed9d2f4a3bba52fde390ede680
The text was updated successfully, but these errors were encountered: