Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
96c3a34
docs: 添加 port/1.21.1 迁移至 dev/26.1 的对比与迁移计划文档
Gu-ZT Aug 10, 2026
56cade3
fix(network): 将 PacketProtocol 枚举改为 public 以便外部模块注解引用
Gu-ZT Aug 10, 2026
26b11e1
feat(rpc): 回移植注解式远程调用模块 module.rpc
Gu-ZT Aug 10, 2026
c7da98c
feat(sync): 回移植同步框架 module.sync + processor
Gu-ZT Aug 10, 2026
c25dd46
feat(collision): 回移植纯数学碰撞检测模块 module.collision
Gu-ZT Aug 10, 2026
c62a262
feat(renderdoc-loader): 回移植 RenderDoc Java Agent 模块
Gu-ZT Aug 10, 2026
e896a1e
feat(explosion): 回移植分层球形爆炸执行器 module.explosion
Gu-ZT Aug 10, 2026
65aa5e1
feat(config): 回移植配置分组、枚举翻译与 TOML key 点分隔
Gu-ZT Aug 10, 2026
20934ac
feat(network): 回移植 PacketData 泛型检查修复与 NetworkUtil 条件发送工具
Gu-ZT Aug 10, 2026
71bf9e5
fix(recipe): 回移植 SpawnItem 零数量守卫与 SetBlock nbt 默认值
Gu-ZT Aug 10, 2026
adc2346
feat(integration): 回移植数据加载客户端/服务端拆分与 meter 递增
Gu-ZT Aug 10, 2026
164f441
feat(util): 回移植 OutlineUtil 与谓词 HolderGetter 重构
Gu-ZT Aug 10, 2026
1706fea
feat(space-select): 回移植选区框选模块 module.space-select
Gu-ZT Aug 10, 2026
2d1a8e3
feat(registrum): 回移植 14 种新注册表 builder/entry
Gu-ZT Aug 10, 2026
dd8d79e
feat(registrum): 回移植 datagen 增强(RecipeProvider 方法 public 化 + dataMap(…
Gu-ZT Aug 10, 2026
2556a8e
feat(multiblock): 回移植事件化、快照复用、BlockPos 键化与定义懒解析
Gu-ZT Aug 10, 2026
142e329
feat(wheel): 回移植环形扇区选择效果
Gu-ZT Aug 10, 2026
544c9eb
build: 回移植 roseauCheck API 兼容检查
Gu-ZT Aug 10, 2026
b0e179e
feat(rendering): 回移植渲染模块纯逻辑批(#P7a)
Gu-ZT Aug 10, 2026
9153373
feat(font): 回移植 SDF 字体模块 module.font
Gu-ZT Aug 10, 2026
a4ab3ac
feat(test): 回移植可选集成测试(T2 配置 / T8 RPC / T9 爆炸)
Gu-ZT Aug 10, 2026
2266262
docs: 更新回移植执行跟踪文档(#P1-#P19 状态与待验证销账)
Gu-ZT Aug 10, 2026
a6544e6
feat(rendering): 回移植渲染执行层(#P7b 后处理 / #P7c SDF GUI / #P7d CachedBER / …
Gu-ZT Aug 10, 2026
a08c611
docs: 更新回移植执行跟踪文档(#P7 全批次完成)
Gu-ZT Aug 10, 2026
37a51c5
refactor(nullness): 空注解体系统一迁移至 jsr305
Gu-ZT Aug 11, 2026
386adc8
Revert "feat(integration): 回移植数据加载客户端/服务端拆分与 meter 递增"
Gu-ZT Aug 11, 2026
dff907b
1feat(integration): 回移植 meter 递增
Gu-ZT Aug 11, 2026
b575303
port(unlimited): port the new UnlimitedItemStack from 26.1
QiuShui1012 Aug 11, 2026
ec7eb41
revert(util): 还原谓词 HolderGetter 重构
QiuShui1012 Aug 11, 2026
f7f8db5
revert(registrum): 还原BlockBuilder.item() 默认 lang 修复
QiuShui1012 Aug 11, 2026
12fa69d
feat(ci): 补充 CI 和主产物内嵌
QiuShui1012 Aug 11, 2026
05235aa
feat(codec): add portable methods for creating Codec and MapCodec wit…
QiuShui1012 Aug 11, 2026
cc0d934
fix(font): fix crashing
QiuShui1012 Aug 11, 2026
819199e
remove(rendering): remove rendering module
ZhuRuoLing Aug 12, 2026
5392d42
fix(explosion): fix explosion crashing
QiuShui1012 Aug 12, 2026
72b0be0
ci: 回移植模块化构建矩阵与 roseau 检查修复
QiuShui1012 Aug 12, 2026
e7f6928
feat(wheel): 同步 dev/26.1 环扇模式轮盘渲染重做
Gu-ZT Aug 13, 2026
f107a88
docs: 删除 AnvilLib 分支对比报告
Gu-ZT Aug 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
21 changes: 21 additions & 0 deletions .github/modules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[
{ "module": "codec", "needs": [] },
{ "module": "collision", "needs": [] },
{ "module": "config", "needs": [] },
{ "module": "integration", "needs": [] },
{ "module": "moveable-entity-block", "needs": [] },
{ "module": "network", "needs": [] },
{ "module": "font", "needs": [] },
{ "module": "yukkuri", "needs": [] },

{ "module": "explosion", "needs": ["config"] },
{ "module": "rpc", "needs": ["network"] },
{ "module": "space-select", "needs": ["network"] },
{ "module": "util", "needs": ["codec"] },

{ "module": "multiblock", "needs": ["codec", "config", "network", "util"] },
{ "module": "recipe", "needs": ["codec", "config", "util"] },
{ "module": "registrum", "needs": ["util"] },
{ "module": "sync", "needs": ["codec", "network", "util"] },
{ "module": "wheel", "needs": ["util"] }
]
Loading
Loading