You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.ClassCastException: class com.direwolf20.justdirethings.client.blockentityrenders.InventoryHolderBER$1 cannot be cast to class net.mehvahdjukaar.supplementaries.api.IQuiverEntity (com.direwolf20.justdirethings.client.blockentityrenders.InventoryHolderBER$1 is in module [email protected] of loader 'TRANSFORMER' @5950054d; net.mehvahdjukaar.supplementaries.api.IQuiverEntity is in module [email protected] of loader 'TRANSFORMER' @5950054d)
If that is the be-all end-all no idea but here we are.
@oatmealmanFG I just disable supplimentaries for the moment as it tends to cause a bunch of issues outside of just this Direwolf one.
What I think the JDT's needs to add though is an ignore for errors like this though so they stop causing a CTD, logging it would be nice but that could be added to a config with an internal flag so that it doesn't spam the logs.
Just Dire Things version
1.4.9
Minecraft Version
1.21.1
(Neo)Forge Version
21.1.77
Modpack & Version
ATM10 1.20
Do you have optifine or Rubidium installed?
No
Describe the issue
Supplimentaries causes JDT Inventory Holder to CDT game
Steps to reproduce
Expected behaviour
Not to CDT
Screenshots
No response
Log files
https://gist.github.com/zeziba/3ecf6cec28318428b3be575700f13a57
Additional information
The log states that JDTs failed to render due to
Caused by: java.lang.ClassCastException: class com.direwolf20.justdirethings.client.blockentityrenders.InventoryHolderBER$1 cannot be cast to class net.mehvahdjukaar.supplementaries.api.IQuiverEntity (com.direwolf20.justdirethings.client.blockentityrenders.InventoryHolderBER$1 is in module [email protected] of loader 'TRANSFORMER' @5950054d; net.mehvahdjukaar.supplementaries.api.IQuiverEntity is in module [email protected] of loader 'TRANSFORMER' @5950054d)
If that is the be-all end-all no idea but here we are.
Issue in the ATM10 is AllTheMods/ATM-10#1161
The text was updated successfully, but these errors were encountered: