BloodMagic/src/main/java/WayofTime/alchemicalWizardry/registry/ModPotions.java

15 lines
245 B
Java
Raw Normal View History

package WayofTime.alchemicalWizardry.registry;
public class ModPotions {
private static int POTION_ARRAY_SIZE = 256;
public static void init() {
}
public static int getArraySize() {
return POTION_ARRAY_SIZE;
}
}