flowchart TD
A[P0 骨架] --> B[P1 方块]
A --> C[P2 物品]
A --> D[P3 方块实体]
B --> E[P4 配方系统\n429+ 合成]
C --> E
D --> F[P5 实体+污染]
D --> G[P5 网络同步]
F --> H[P6 伤害系统]
G --> I[P8 音效播放]
H --> J[P6 能力系统]
J --> K[P7 维度兼容]
E --> L[P9 JEI]
F --> M[P8 实体渲染]
B --> N[P8 CTM]
I --> O[P9 TOP]
style A fill:#4ade80,color:#0f1117
style E fill:#5b8def,color:#fff
style F fill:#5b8def,color:#fff
style G fill:#5b8def,color:#fff
style H fill:#fb923c,color:#0f1117
style I fill:#fb923c,color:#0f1117
style J fill:#fb923c,color:#0f1117
style K fill:#f87171,color:#fff
style L fill:#f87171,color:#fff
style M fill:#f87171,color:#fff
style N fill:#f87171,color:#fff
style O fill:#f87171,color:#fff