Merged
Conversation
添加了SuggestionProvider用于命令参数自动补全,用户输入/box3import命令时 可以自动提示config目录下的JSON文件列表。 新增远程地图文件导入功能,支持通过HTTP/HTTPS URL直接下载并导入.gz格 式的地图文件,扩展了VoxelImport类以支持网络资源读取。 修复了命令参数解析的一些小问题,并调整了材质颜色以改善视觉效果。
移除了整个ModFluids类,该类负责处理模组中所有流体的注册, 包括静态流体、流动流体、流体方块和对应的桶物品。 此重构是为了优化代码结构和注册流程。
- 将模组版本从1.3.0更新到1.4.0 - 将方块数量从384个调整为373个 - 更新README和描述文件中的路径信息,移除多余的minecraft前缀 - 调整导入指令参数说明,将useVanillaWater改为ignoreWater
…to dev_coolfish
- 调整import语句顺序,将静态导入移到类定义之后 - 修复地图文件名解析中的字符串截取逻辑,正确处理"box3lab-"前缀 - 改进代码结构,先检查后缀是否为空再进行数字验证 - 确保URL构建时使用正确的后缀长度计算
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.