Merged
Conversation
添加了完整的box3export命令系统,支持多种方式导出区域: - 使用标记方块自动识别导出范围 - 通过pos1/pos2手动设置导出位置 - 支持直接坐标输入或玩家当前位置 - 提供选择清除和状态管理功能 同时更新了BlockIdResolver工具类以支持方块ID双向映射, 并添加了中英文语言文件中的相关提示信息。
- 删除了 Box3ExportSelectionStore 类及相关的手动设置 pos1/pos2 功能 - 将 /box3export 命令重构为仅支持标记块模式,移除了 pos1/pos2/clear 子命令 - 新增显示用法提示的功能,当执行 /box3export 无参数时显示使用说明 - 增加最大标记扫描半径至 1024,新增 Y 轴容差 512,优化扫描算法 - 改进标记块查找逻辑,改为从中心向外逐层扫描以提高性能 - 更新中英文语言文件中的命令使用说明
升级mod_version属性从1.4.2-mc1.21.11到1.4.3-mc1.21.11, 以反映新的版本发布。
- 在 README.md 中新增导出指令文档 - 在 README_en.md 中新增英文版导出指令文档 - 详细说明 /box3export 命令的使用方法 - 解释红石块标记点的自动搜索机制和最大搜索半径
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.