-
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30b38d6
commit 515c74a
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
### Changes: | ||
- Play knockback/sounds if they don't have the required keys. | ||
- Removed runtime dependency loader. | ||
#### Cosmic Crate: | ||
- Cosmic Crate was changed back in March for the calculation of tiers to be handled when you open the inventory, so that when picking a mystery crate. The choice would actually matter! | ||
- It has been brought to my attention of being able to skimp it using client side mods. this has been addressed, the mods will no longer be able to skimp it by seeing item differences. | ||
- The calculation still happens but, the picks are stored internally to the player's uuid in a cache which clears when the player quits, the inventory closes or the crate task ends for X reason. | ||
- The calculation still happens but, the picks are stored internally to the player's uuid in a cache which clears when the player quits, the inventory closes or the crate task ends for X reason. | ||
|
||
### Fixed: | ||
- Issue with file not found on first install. | ||
- Issue where examples folder wasn't being created properly. | ||
- Issue with shields not getting color or patterns. | ||
- `Wonder` crate type never playing the cycle sound. | ||
- `Wheel` crate type playing the stop sound twice. | ||
- `Wheel` crate type not playing the cycle sound as most people have the client music muted. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters