Skip to content

Dev coolfish#31

Merged
ifishcool merged 5 commits into
mainfrom
dev_coolfish
Apr 27, 2026
Merged

Dev coolfish#31
ifishcool merged 5 commits into
mainfrom
dev_coolfish

Conversation

@ifishcool
Copy link
Copy Markdown
Contributor

No description provided.

- 移除用于生成方块和强度配置的 Python 脚本
- 移除 Fabric 版本中的 GitHub 工作流 build.yml 文件
- 将 TEMPLATE_LICENSE.txt 添加到 gitignore,用于模版模组产物
- 将 src/main/resources/*.py 下的 Python 资源文件添加到 gitignore
为资源中的纹理工具添加排除规则,这些工具应位于根目录下的 tools/ 中。

BREAKING CHANGE: 纹理切割工具已从 Fabric-1.20.1/src/main/resources/box3-texture-cut/
移动到项目根目录下的新位置。
从 .gitignore 文件中移除之前用于资源目录的 Python 工具和纹理切割工具相关的不必要条目。
由于这些工具已被迁移或不再使用,因此不再需要这些条目。
- 在 processResources 任务中包含 shared-resources 目录
- 将相同的资源复制逻辑应用到 Fabric 1.20.1 和 1.21.1 两个构建版本
- 移除 Fabric 1.21.1 中现已由共享资源处理的冗余独立方块状态文件
- 为 processResources 任务添加 DuplicatesStrategy.EXCLUDE
- 将 shared-resources-fabric 纳入构建流程
- 这可以防止构建过程中出现重复资源冲突

chore(ignore): 更新 .gitignore,添加 Eclipse 和纹理切割工具输出目录

- 将 .eclipse/ 目录添加到 gitignore
- 添加纹理切割工具的输出目录:
  - tools/box3-texture-cut/out/
  - tools/box3-texture-cut/out-mc/
  - tools/box3-texture-cut/node_modules/
  - tools/box3-texture-cut/dist/

refactor(fabric): 移除遗留的物品模型定义

- 移除 Fabric 版本中已弃用的物品模型 JSON 文件
- 清理未使用的 model_destroyer 资源及相关配置
- 这使资源结构现代化,以适应当前的 Fabric API 使用规范
@ifishcool ifishcool merged commit d9362b4 into main Apr 27, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant