mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -04:00
Merge pull request #164 from rom1504/fix_open_window
fix open_window packet (see http://wiki.vg/Protocol#Open_Window)
This commit is contained in:
commit
b5a89bef89
@ -1376,7 +1376,7 @@
|
||||
"typeArgs": {
|
||||
"field": "inventoryType",
|
||||
"values": [
|
||||
11
|
||||
"EntityHorse"
|
||||
],
|
||||
"type": "int"
|
||||
}
|
||||
|
@ -67,7 +67,7 @@
|
||||
"values": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": ["integer","boolean"]
|
||||
"type": ["integer","boolean","string"]
|
||||
},
|
||||
"additionalItems": false,
|
||||
"minItems": 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user