-
-
Notifications
You must be signed in to change notification settings - Fork 920
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 1.20.4 server resource pack error (#3320)
* Added a basic emit/catch for the add_resource_pack and remove_resource_pack packets * Fixed a typo in a variable name * Fixed a misnaming. * Changed resourcePack event to allow uuid or hash * Updated to a dictionary for active packs, also updated acceptResourcePack to allow 1.20.3 / 1.20.4 accept pack packets * Fixed errors in Lint test * Updated add_resource_pack to use UUID * Removed test print * Fixed feature checking * Sent resource pack loaded packet and now it works * Fixed coding conventions
- Loading branch information
1 parent
d9e9e15
commit 7c01eeb
Showing
2 changed files
with
52 additions
and
3 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
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