更新3.4API

This commit is contained in:
boybook
2025-06-27 23:59:47 +08:00
parent c0f98b179b
commit 12738a142c
52 changed files with 1146 additions and 292 deletions

View File

@@ -29,6 +29,8 @@ class OpenContainerId(object):
CreatedOutputContainer = 61 # 创造输出位(目前无用)
SmithingTableTemplateContainer = 62 # 锻造台模板位
CrafterLevelEntityContainer = 63 # 合成器输入位
NeteaseContainer = 64 # 自定义方块容器槽位 (关闭后放入物品数据存于方块实体中)
NeteaseUIContainer = 65 # 网易UI槽位 (数据存于玩家中关闭ui后放入物品返回背包)
```