Files
netease-modsdk-wiki/docs/mcguide/index.md
2025-03-18 14:46:12 +08:00

58 lines
1.7 KiB
Markdown
Raw 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.

---
prev: false
next: false
---
# 开发指南
在开发指南中浏览每一个开发工具的使用说明,让它们更加得心应手。
### 快捷入口
<MyFeatures :items="[
{
title: '模型与骨骼',
desc: '前往模型与骨骼开发指南',
link: '/mcguide/16-美术/6-模型和动作/00-模型制作方案'
},
{
title: '模组SDK编程Python',
desc: '前往Mod开发和Python脚本开发',
link: '/mcguide/20-玩法开发/13-模组SDK编程/2-Python脚本开发/0-脚本开发入门'
},
{
title: '界面UI开发',
desc: '前往界面UI开发指南',
link: '/mcguide/18-界面与交互/2-从零开始创建UI'
},
{
title: '网络游戏Apollo',
desc: '前往网络游戏开发指南',
link: '/mcguide/27-网络游戏/课程0基岩版网络游戏概述/第1节基岩版网络游戏概述与工具指引'
}
]" />
### 自定义游戏内容
<MyFeatures :items="[
{
title: '自定义物品',
desc: '添加新的自定义物品',
link: '/mcguide/20-玩法开发/15-自定义游戏内容/1-自定义物品/1-自定义基础物品'
},
{
title: '自定义方块',
desc: '添加新的自定义方块',
link: '/mcguide/20-玩法开发/15-自定义游戏内容/2-自定义方块/0-自定义方块概述'
},
{
title: '自定义生物(实体)',
desc: '添加新的自定义生物(实体)',
link: '/mcguide/20-玩法开发/15-自定义游戏内容/3-自定义生物/01-自定义基础生物'
},
{
title: '自定义维度',
desc: '添加新的自定义维度',
link: '/mcguide/20-玩法开发/15-自定义游戏内容/4-自定义维度/1-自定义维度'
}
]" />