changed item type limit value

This commit is contained in:
tilera 2018-02-03 21:52:45 +01:00 committed by GitHub
parent 05fa7abdb8
commit b2859863b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ import java.util.Set;
public class CellInventory implements ICellInventory
{
public static final int cellItemType = 2097151;
public static final int cellItemType = 524288;
private static final String ITEM_TYPE_TAG = "it";
private static final String ITEM_COUNT_TAG = "ic";
private static final String ITEM_SLOT = "#";