Skip to content

Commit 9542807

Browse files
committed
Update README/CHANGELOG
1 parent d3ba16b commit 9542807

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@
6565
- Info payload now sends on server join instead of having to be requested, similar to how it originally was but better
6666
now
6767
- During PLAY (JOIN) state
68+
- Server Features is now read as a EnumSet<Feature>. Old functionality still works for now.

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,24 @@ want to suggest features, join our [discord](https://discord.gg/C8KKgbA8jy)!
5252

5353
Allows the server to enable/disable server-only features that enhance gameplay.
5454

55-
| Identifier | Direction | Field Name | Field Type | Description |
56-
|------------------------|-----------|:----------------------|:----------------------|:---------------------------------------------------------------------------------------------|
57-
| animatium:info | Server | Version | Double | Current release version of the mod. |
58-
| | | Development Version | Optional<String> | Current dev build commit of the mod. Only provided when mod is a development build. |
59-
| | | Config Category Count | Var Int | |
60-
| | | Config Entry* | Config Category (x)^* | |
61-
| animatium:set_features | Client | Features List | List\<Feature\> | List of features the client should use currently, maps to Feature above or skips if unknown. |
55+
| Identifier | Direction | Field Name | Field Type | Description |
56+
|------------------------|-----------|:----------------------|:----------------------|:------------------------------------------------------------------------------------|
57+
| animatium:info | Server | Version | Double | Current release version of the mod. |
58+
| | | Development Version | Optional<String> | Current dev build commit of the mod. Only provided when mod is a development build. |
59+
| | | Config Category Count | Var Int | |
60+
| | | Config Entry* | Config Category (x)^* | |
61+
| animatium:set_features | Client | Features List | EnumSet\<Feature\> | List of server-features the client should use currently. |
6262

6363
### Config Category
6464

65-
| Identifier | Field Name | Field Type | Description |
66-
|------------|------------|-------------------|-----------------------------------|
67-
| Entries | Entry | Config Entry (x)* | Each entry of the config category |
65+
| Field Name | Field Type | Description |
66+
|------------|-------------------|-----------------------------------|
67+
| Entry | Config Entry (x)* | Each entry of the config category |
6868

6969
### Config Entry
7070

71-
| Identifier | Field Name | Field Type |
71+
| Field Name | Field Type | Description |
7272
|------------|-----------------|------------------------------------------------------------|
7373
| Name | String | The id of the config field |
74-
| Type | Enum<EntryType> | The type used to determind the type of the value provided. |
74+
| Type | Enum<EntryType> | The type used to determined the type of the value provided. |
7575
| Value | T | Value based on type. (Boolean, Float, Enum) |

0 commit comments

Comments
 (0)