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; } }