fixed max size of library slots, close #1710

This commit is contained in:
SpaceToad 2014-05-06 00:10:51 +02:00
parent 6f7e8d46cf
commit 658e10b12d

View file

@ -183,7 +183,7 @@ public class TileBlueprintLibrary extends TileBuildCraft implements IInventory {
@Override
public int getInventoryStackLimit() {
return 64;
return 1;
}
@Override