Buildcraft Conflict on wipeInventory?
Dockter opened this issue ยท 0 comments
http://pastie.org/pastes/10352933/text using build: MineFactoryReloaded-[1.7.10]2.8.1B1-128
This was taking our server down as soon as the tile entity loaded. I fixed (what appears to be fixed) by adding a [if (stack == null) return;] to the top of the method in question.