Create

Create

86M Downloads

Incompatibility with Inventory Pause

macbrayne opened this issue ยท 0 comments

commented

Because Inventory Pause uses a mixin into ContainerScreen and overrides the isPauseScreen() method it currently doesn't work with Create because Create overrides this method in AbstractSimiContainerScreen using the same code as the vanilla parent class.

As it is the same code removing it shouldn't change anything or is there anything relying on that behaviour?