-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Crash] UnsupportedOperationException at org.cyclops.evilcraft.core.client.model.BroomModelBaked.handleBlockState #1101
Comments
Thanks for reporting! |
I see you're using embeddium, which modifies item rendering. |
Do let me know in case the embeddium mod author disagrees with my findings, as I'm definitely open to making changes if really needed. But this seems unlikely, as I've been using the same rendering logic here for several years now. |
@FiniteReality Can you please take a look on this issue? |
This is actually a bug in AdvancedAE - they're not using the correct method to grab the item model: https://github.com/pedroksl/AdvancedAE/blob/master/src/main/java/net/pedroksl/advanced_ae/client/renderer/ReactionChamberTESR.java#L191 Specifically,
|
Issue type:
Short description:
Crash when placing Broom on Advanced Ae Reactor Chamber
Steps to reproduce the problem:
it is possible to right click the reactor chamber from advanced ae with a broom, the broom is placed within and that causes whoever tries to look at the block to crash
Expected behaviour:
No crash.
Versions:
Log file:
https://gnomebot.dev/paste/mclogs/NElXcg2#L3297
The text was updated successfully, but these errors were encountered: