Skip to content

Commit

Permalink
[skip ci] Trying to fix vite from crashing again
Browse files Browse the repository at this point in the history
Trying to fix vite from crashing again
  • Loading branch information
milutinke authored Jun 4, 2023
2 parents 353771e + d417335 commit b21f405
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
30 changes: 0 additions & 30 deletions docs/guide/websocket/Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -873,18 +873,6 @@

**Type:** `VillagerInfo`

**Example:**

```json
{
"event": "OnTradeList",
"data": {
"windowId": 2,
"trades": <trades json encoded object>,
"villagerInfo": <villagerInfo json encoded object>
}
}
```

### - `OnTitle`

Expand Down Expand Up @@ -924,24 +912,6 @@
- `json_`

**Type:** `string`

**Example:**

```json
{
"event": "OnTitle",
"data": {
"action": <action json encoded object>,
"titleText": "<titleText json encoded object>",
"subtitleText": "<subtitleText json encoded object>",
"actionBarText": "<actionBarText json encoded object>",
"fadeIn": <fadeIn json encoded object>,
"stay": <stay json encoded object>,
"fadeout": <fadeout json encoded object>,
"json_": "<json_ json encoded object>"
}
}
```

### - `OnEntityEquipment`

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/websocket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ In order to execute a remote procedure, you need to send a json encoded string i
{
"command": "<command name here>",
"requestId": "<randomly generated string for identification>",
"parameters": [ <parameter 1>, <parameter 2>, ... ]
"parameters": [ 1, "some string", true, "etc.." ]
}
```

Expand Down

0 comments on commit b21f405

Please sign in to comment.