LocationAPI-v0.1.0.mcdr
版本
0.1.0
日期
2025年9月21日
大小
2.38 KiB
下载量
5
MD5
94e34288fc6d040bc9157f93fc197069
SHA256
4cd7a227d12224486a1ddc16d8e781dd217d67d1bad365425b28735eb8ca9c5f
依赖
MCDR 插件依赖
插件 ID | 依赖版本 |
---|---|
mcdreforged | >=2.1.0 |
python | >=3.11 |
Python 包依赖
Python 包 | 依赖版本 |
---|---|
mcdreforged | >=2.1.0 |
beartype | >=0.20.0 |
Python 包安装指令
pip install "mcdreforged>=2.1.0" "beartype>=0.20.0"
更新日志
- feat: add util methods to Point3D, Point2D
Now you can calculate distance(distance2d) and height with two points, use one point's method. Requires correct argument type.
Full Changelog: https://github.com/Mooling0602/LocationAPI-MCDR/compare/0.0.1...0.1.0