Fixes #705 - "Default sorting systems of Wireless stuff is inconsistent with grids"

This commit is contained in:
Raoul Van den Berge
2016-12-03 19:39:26 +01:00
parent 1313e6e134
commit ec0fdb1ab9

View File

@@ -19,7 +19,7 @@ public class ItemWirelessGrid extends ItemNetworkItem {
tag.setInteger(TileGrid.NBT_VIEW_TYPE, TileGrid.VIEW_TYPE_NORMAL);
tag.setInteger(TileGrid.NBT_SORTING_DIRECTION, TileGrid.SORTING_DIRECTION_DESCENDING);
tag.setInteger(TileGrid.NBT_SORTING_TYPE, TileGrid.SORTING_TYPE_NAME);
tag.setInteger(TileGrid.NBT_SORTING_TYPE, TileGrid.SORTING_TYPE_QUANTITY);
tag.setInteger(TileGrid.NBT_SEARCH_BOX_MODE, TileGrid.SEARCH_BOX_MODE_NORMAL);
}