Refactor everything to WayofTime.bloodmagic.*
This commit is contained in:
parent
46742a73d1
commit
096ba02450
771 changed files with 566 additions and 573 deletions
14
src/main/java/WayofTime/bloodmagic/registry/ModPotions.java
Normal file
14
src/main/java/WayofTime/bloodmagic/registry/ModPotions.java
Normal file
|
@ -0,0 +1,14 @@
|
|||
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