`ItemGenBlockEntity` exposes our internal inventory as `IItemHandler`
yueh opened this issue ยท 1 comments
This will now cause a ClassCastException
when casting InternalInventory
to an IItemHandler
.
As this isn't a particular complex inventory and should be usuable to debug it with other mods, a simple IItemHandler
would be sufficient.
Solved by #5441.