You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Mining Item Usage | mining_item_usage | Turn on/off the ability to start mining/break blocks whilst using a item like in 1.7. |
46
46
| Hide Attached Fishing Rod Bobber | hide_rod_bobber | Turn on/off the rendering of the fishing rod bobber when attached to you in first-person. |
47
47
| Pick Inflation | pick_inflation | Turn on/off the 0.1 pick (hitbox) inflation when attacking an entity. |
48
-
| Client-sided Entity Movement | clientside_entities | Turn on/off the entity movement calculations from the client. (In 1.7, entity movement was handled by the client) |
48
+
| Client-Sided Entity Movement | clientside_entities | Turn on/off the entity movement calculations from the client. (In 1.7, entity movement was handled by the client) |
49
49
50
50
## Payloads
51
51
52
52
Allows the server to enable/disable server-only features that enhance gameplay.
53
53
54
-
| Identifier | Direction | Field Name | Field Type | Description |
| animatium:info| Server | Version | Double | Current release version of the mod. |
57
-
||| Development Version | String? | Current dev build commit of the mod. Only provided when mod is a development build. |
58
-
| animatium:request_info| Client ||| Sends the animatium:info payload back containing information about the mod version. |
59
-
| animatium:set_features| Client | Features List | List\<Feature\>| List of features the client should use currently, maps to Feature above or skips if unknown. |
54
+
| Identifier | Direction | Field Name | Field Type | Description |
| animatium:info| Server | Version | Double | Current release version of the mod. |
57
+
||| Development Version | Optional<String> | Current dev build commit of the mod. Only provided when mod is a development build. |
58
+
||| Config Category Count | Var Int ||
59
+
||| Config Entry*| Config Category (x)^*||
60
+
| animatium:set_features| Client | Features List | List\<Feature\>| List of features the client should use currently, maps to Feature above or skips if unknown. |
61
+
62
+
### Config Category
63
+
64
+
| Identifier | Field Name | Field Type | Description |
0 commit comments