Better defaults for grid

This commit is contained in:
Raoul Van den Berge
2016-03-26 18:37:43 +01:00
parent 655f452a9e
commit 6421555a2f

View File

@@ -42,8 +42,8 @@ public class TileGrid extends TileMachine {
private InventoryCrafting craftingInventory = new InventoryCrafting(craftingContainer, 3, 3); private InventoryCrafting craftingInventory = new InventoryCrafting(craftingContainer, 3, 3);
private InventorySimple craftingResultInventory = new InventorySimple("crafting_result", 1); private InventorySimple craftingResultInventory = new InventorySimple("crafting_result", 1);
private int sortingDirection = 0; private int sortingDirection = SORTING_DIRECTION_DESCENDING;
private int sortingType = 0; private int sortingType = SORTING_TYPE_NAME;
@Override @Override
public int getEnergyUsage() { public int getEnergyUsage() {