Move PotionArray size to Constants
This commit is contained in:
parent
f35cef51bb
commit
349efbd510
4 changed files with 25 additions and 24 deletions
|
@ -1,5 +1,7 @@
|
|||
package WayofTime.bloodmagic.api;
|
||||
|
||||
import net.minecraft.potion.Potion;
|
||||
|
||||
import java.util.Locale;
|
||||
|
||||
public class Constants {
|
||||
|
@ -64,4 +66,8 @@ public class Constants {
|
|||
public static class Compat {
|
||||
public static final String JEI_CATEGORY_ALTAR = Mod.MODID + ":altar";
|
||||
}
|
||||
|
||||
public static class Misc {
|
||||
public static final int POTION_ARRAY_SIZE = Potion.potionTypes.length;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue