reformat + optimize imports

This commit is contained in:
Raoul Van den Berge
2015-12-29 12:04:22 +01:00
parent 62d3f0436c
commit b4c3a32806
84 changed files with 178 additions and 281 deletions

View File

@@ -40,8 +40,7 @@ public class InventorySimple implements IInventory
if (stack.stackSize <= amount)
{
setInventorySlotContents(slot, null);
}
else
} else
{
stack = stack.splitStack(amount);