Skip to content

Commit b21f405

Browse files
authored
[skip ci] Trying to fix vite from crashing again
Trying to fix vite from crashing again
2 parents 353771e + d417335 commit b21f405

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

docs/guide/websocket/Events.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -873,18 +873,6 @@
873873

874874
**Type:** `VillagerInfo`
875875

876-
**Example:**
877-
878-
```json
879-
{
880-
"event": "OnTradeList",
881-
"data": {
882-
"windowId": 2,
883-
"trades": <trades json encoded object>,
884-
"villagerInfo": <villagerInfo json encoded object>
885-
}
886-
}
887-
```
888876

889877
### - `OnTitle`
890878

@@ -924,24 +912,6 @@
924912
- `json_`
925913

926914
**Type:** `string`
927-
928-
**Example:**
929-
930-
```json
931-
{
932-
"event": "OnTitle",
933-
"data": {
934-
"action": <action json encoded object>,
935-
"titleText": "<titleText json encoded object>",
936-
"subtitleText": "<subtitleText json encoded object>",
937-
"actionBarText": "<actionBarText json encoded object>",
938-
"fadeIn": <fadeIn json encoded object>,
939-
"stay": <stay json encoded object>,
940-
"fadeout": <fadeout json encoded object>,
941-
"json_": "<json_ json encoded object>"
942-
}
943-
}
944-
```
945915

946916
### - `OnEntityEquipment`
947917

docs/guide/websocket/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ In order to execute a remote procedure, you need to send a json encoded string i
115115
{
116116
"command": "<command name here>",
117117
"requestId": "<randomly generated string for identification>",
118-
"parameters": [ <parameter 1>, <parameter 2>, ... ]
118+
"parameters": [ 1, "some string", true, "etc.." ]
119119
}
120120
```
121121

0 commit comments

Comments
 (0)