fixed max size of library slots, close #1710
This commit is contained in:
parent
6f7e8d46cf
commit
658e10b12d
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ public class TileBlueprintLibrary extends TileBuildCraft implements IInventory {
|
|||
|
||||
@Override
|
||||
public int getInventoryStackLimit() {
|
||||
return 64;
|
||||
return 1;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue