-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
3 changed files
with
42 additions
and
35 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,14 +0,0 @@ | ||
- data driving for rainglow modes | ||
- modes are loaded from json through a server datapack | ||
- when joining a server that has modes unknown to the client, they will be sent over | ||
- modes define a text colour, an id, and a list of colours | ||
|
||
- config sync | ||
- config sync can be toggled on and off through config | ||
- when enabled, the client will send its config to the server on join | ||
- the client cannot edit their config while in a server, either through the file or the screen | ||
- this mode can be default, custom-defined through json, or even the builtin "custom" mode | ||
- the client's config is reset when leaving the server | ||
|
||
- improvements to config parser | ||
- stability improvements to data tracker registration | ||
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