Skip to content

Releases: YuShenLiu06/mcdr-chest-scanner

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 15 Aug 02:46

Fix:

  • 更新缺少的插件依赖,现在 minecraft_data_api 已经作为依赖被加入元数据

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 15:23
376cd2b

Chore:

  • 更新元文件描述,让其功能更加凸显

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 05:35

ChestScannerLib v1.0.0

MCDReforged 容器扫描库:DDA 射线投射 + 双联合并 + SNBT 解析。

功能

  • 准星射线扫描 — DDA 体素遍历,逐格探测不跳格
  • 双联容器合并 — 自动检测 type/facing,合并 54 格
  • 陷阱箱兼容minecraft:chest + minecraft:trapped_chest
  • SNBT 解析 — 支持 1.20.5+ components 及旧版 BlockEntityTag

安装

{
  "dependencies": {
    "chest_scanner_lib": ">=1.0.0"
  }
}