Lib39/AITask.md

19 lines
689 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 任务多平台模组项目迁移1.21.1 → 26.1.2
## 背景
我的 Minecraft 模组当前基于 **MultiLoader 1.21.1**(对应 Minecraft 1.21.1)。
目标版本为 **26.1.2**(对应 Minecraft 26.1.2)。
从 1.21.1 升级到 26.1.x期间 API 发生了破坏性变更。
# 请只关注 common、fabric、neoforge文件下的src文件里的java部分
其它以外的文件已经配置好了
## 核心变更参考
请参考 项目里的中的迁移指南Primers[Doc](/primers-doc)
特别关注以下版本的变更(按从低到高依次应用):
- 1.21 → 1.21.1
- 1.21.1 → 1.21.2
- 1.21.2 → 1.21.3
- 依此类推,直到 26.1.2 对应的版本