Applied Energistics 2

Applied Energistics 2

137M Downloads

`ItemGenBlockEntity` exposes our internal inventory as `IItemHandler`

yueh opened this issue ยท 1 comments

commented

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.

commented

Solved by #5441.