Fixed empty string storage in existing Alchemy Arrays.
This commit is contained in:
parent
ad546380a3
commit
11e56158d3
5 changed files with 16 additions and 10 deletions
|
@ -162,6 +162,7 @@ public class Constants
|
|||
public static class Misc
|
||||
{
|
||||
public static final int POTION_ARRAY_SIZE = 256;
|
||||
public static final float ALTERED_STEP_HEIGHT = 1.00314159f;
|
||||
}
|
||||
|
||||
public enum BloodMagicItem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue