Merged
Conversation
新增ModItems导入并调用initialize方法, 确保模组中的物品能够正确初始化和注册
添加了CreativeTabRegistrar类来处理模型标签页的注册, 并在语言文件中添加了对应的中英文翻译。
将原有的资源包扫描和模型项注册逻辑提取到独立的 ModelItemRegistrar 类中, 简化了 ModItems 类的实现。同时更新了创意标签注册器以使用新的常量定义。 此更改提高了代码的模块化程度和可维护性,为未来添加更多物品注册器 提供了扩展点。
- 注册模型工具注册器以支持新的模型销毁功能 - 在中英文语言文件中添加模型销毁器物品名称翻译 - 完善屏障可见性切换命令的提示信息显示
- 将mod版本从1.2.0更新到1.3.0 - 优化README标题和描述文本 - 添加模型物品导入功能的详细说明 - 修正架构名称表述和文档内容 - 移除重复的联系方式字段 - 清理注释代码
将模型销毁器的名称从"Model Destroyer"/"模型销毁器"更正为 "Model destruction bucket"/"模型销毁桶",以更准确地反映该工具的功能。
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.