Fixes:
- Fixed concurrent modification issue with certain scepter initialization runs.
- Fixed some calls to Translatable Texts.
Changes:
- Added a V2 player particle implementation. Player-tracking particles now track players in all three dimesions when viewing first-person, and still maintain XZ plane when third person.
- Added "automatic" modifier consumers that are accepted on every successful spell cast.
- Minimum mana cost is now 0 in the ScepterHelper.
- Consumers now type-agnostic in the AugmentEffect, allowing for extensibility on the consumer types.
- PlaceItemAugment now more open for easier subclass implementation.
- MIT License now included in source files.