Move PotionArray size to Constants
This commit is contained in:
parent
f35cef51bb
commit
349efbd510
4 changed files with 25 additions and 24 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue