mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Trying to fix vite from crashing again
This commit is contained in:
parent
a4a058aab2
commit
d417335325
2 changed files with 1 additions and 31 deletions
|
|
@ -873,18 +873,6 @@
|
||||||
|
|
||||||
**Type:** `VillagerInfo`
|
**Type:** `VillagerInfo`
|
||||||
|
|
||||||
**Example:**
|
|
||||||
|
|
||||||
```json
|
|
||||||
{
|
|
||||||
"event": "OnTradeList",
|
|
||||||
"data": {
|
|
||||||
"windowId": 2,
|
|
||||||
"trades": <trades json encoded object>,
|
|
||||||
"villagerInfo": <villagerInfo json encoded object>
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
### - `OnTitle`
|
### - `OnTitle`
|
||||||
|
|
||||||
|
|
@ -924,24 +912,6 @@
|
||||||
- `json_`
|
- `json_`
|
||||||
|
|
||||||
**Type:** `string`
|
**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`
|
### - `OnEntityEquipment`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -115,7 +115,7 @@ In order to execute a remote procedure, you need to send a json encoded string i
|
||||||
{
|
{
|
||||||
"command": "<command name here>",
|
"command": "<command name here>",
|
||||||
"requestId": "<randomly generated string for identification>",
|
"requestId": "<randomly generated string for identification>",
|
||||||
"parameters": [ <parameter 1>, <parameter 2>, ... ]
|
"parameters": [ 1, "some string", true, "etc.." ]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue