Move PotionArray size to Constants

This commit is contained in:
Nick 2015-12-02 01:43:51 -08:00
parent f35cef51bb
commit 349efbd510
4 changed files with 25 additions and 24 deletions

View file

@ -2,13 +2,7 @@ package WayofTime.bloodmagic.registry;
public class ModPotions {
private static int POTION_ARRAY_SIZE = 256;
public static void init() {
}
public static int getArraySize() {
return POTION_ARRAY_SIZE;
}
}