Files
refinedstorage/src/main
Michael Sparmann 412d218e2d Fix ArrayIndexOutOfBoundsException in satisfiedInsertion
This should fix a crash that occurs if a crafting pattern produces more outputs than it consumes inputs.
Should also fix a possible deadlock with isDone returning false.
This will NOT fix the crash if the bug has already written wrong-length arrays to NBT data, that would need a separate workaround.
2016-09-04 19:30:39 +02:00
..