Stupid obfuscation
This commit is contained in:
parent
9d94e55ece
commit
15dc84bd5f
1 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@ package mekanism.common;
|
|||
|
||||
public final class ObfuscatedNames
|
||||
{
|
||||
public static String[] TextureManager_listTickables = new String[] {"listTickables", "c"};
|
||||
public static String[] Minecraft_timer = new String[] {"timer", "S"};
|
||||
public static String[] AbstractClientPlayer_downloadImageCape = new String[] {"downloadImageCape", "c"};
|
||||
public static String[] AbstractClientPlayer_locationCape = new String[] {"locationCape", "e"};
|
||||
public static String[] TextureManager_listTickables = new String[] {"listTickables", "field_110583_b", "c"};
|
||||
public static String[] Minecraft_timer = new String[] {"timer", "field_71428_T", "S"};
|
||||
public static String[] AbstractClientPlayer_downloadImageCape = new String[] {"downloadImageCape", "field_110315_c", "c"};
|
||||
public static String[] AbstractClientPlayer_locationCape = new String[] {"locationCape", "field_110313_e", "e"};
|
||||
}
|
Loading…
Reference in a new issue