Renamed constants

This commit is contained in:
thatsIch
2015-01-01 22:13:10 +01:00
parent e0175bac98
commit 52c512635d
118 changed files with 511 additions and 508 deletions
@@ -30,7 +30,7 @@ import appeng.api.storage.data.IAEItemStack;
public class OreHelper
{
public static final OreHelper instance = new OreHelper();
public static final OreHelper INSTANCE = new OreHelper();
static class ItemRef
{