Improved readability of variables
Hopefully improved semantics of variables Fixed typos Added hyphenations
This commit is contained in:
@@ -2,6 +2,6 @@ package appeng.tile.inventory;
|
||||
|
||||
public enum InvOperation
|
||||
{
|
||||
decrStackSize, setInventorySlotContents, markDirty
|
||||
decreaseStackSize, setInventorySlotContents, markDirty
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user