Skip to content

Commit

Permalink
[skip build]Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickid2018 committed Jul 23, 2023
1 parent 357b721 commit 388a6d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* TCP Port(s):更改 MCJE 协议使用的 TCP 端口,用于识别协议。

### 构建项目
构建此项目需要有 Wireshark 的源码并需要配置依赖。
构建此项目需要有 Wireshark 的源码并需要配置依赖,且需要 python 用于代码生成

1. 克隆 Wireshark 仓库到本地,配置好需要的依赖。
2. 指定环境变量`PLATFORM``x64`,指定环境变量`WIRESHARK_BASE_DIR`为 Wireshark 依赖库目录(运行 cmake 时会自动创建)。
Expand All @@ -26,10 +26,14 @@
8. 在 build 目录里面能看到构建出来的文件。

### 解析错误
如果出现了解析错误,可能是因为还没有做好这部分的适配或相应的处理,可以在 Issues 里面提出来。协议整体由`minecraft-data`内的协议描述文件动态构建,如果你确信是因为协议描述出现问题而导致错误,可以在`minecraft-data`仓库里面提出 Issue。
如果出现了解析错误,可能是因为还没有做好这部分的适配或相应的处理,可以在 Issues 里面提出来。

协议整体由`minecraft-data`内的协议描述文件动态构建,如果你确信是因为协议描述出现问题而导致错误,可以在`minecraft-data`仓库里面提出 Issue。

有些错误是由于缺少对应的字符串定义,这些错误可以直接在 Issues 内提出。

### 当前计划
- [x] 写的差不多了!
- [x] 写的差不多了!(至少不炸了!)
- [ ] 版本兼容性。
- [ ] 支持基岩版。
- [ ] 支持加密。
Expand Down
3 changes: 2 additions & 1 deletion strings/strings_je.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"packet_id_je": {
"name": "Packet ID",
"type": "u8"
"type": "u8",
"display": "HEX"
},
"packet_name_je": {
"name": "Packet Name",
Expand Down

0 comments on commit 388a6d9

Please sign in to comment.