> For the complete documentation index, see [llms.txt](https://ruang-feng.gitbook.io/deer-s/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ruang-feng.gitbook.io/deer-s/list.md).

# 总目录

### **教程目录**

* 推荐掌握技能
  * Java基础编程
  * Json语法熟练
  * forge组成了解
  * 计算机通信基础
  * 像素画
  * mod翻译
  * 英语初级水平
  * 画Logo
* 版本选择
* Modpack的主题确立以及基本模组确立
* Modpack玩家发展思路构思
* 魔改相关
  * 魔改相关常识
  * 如何魔改好你的包
* 除开魔改Mod的DIYMod
  * CustomMainMenu
  * InGameInfoXML
  * MobProperties
  * Mctitle
  * Ding
  * CS
  * CMc
  * GameStage
  * triumph
  * 任务相关Mod
  * 其他Mod会陆续添加
* Mod开发
  * 应ModPack需求添写Mod
  * coremod编写\[可跳]
  * 让mod与魔改相结合来减少你的工作量
* 简单服务端制作
* mod进一步筛选以及添加
* 针对改动的mod再做一次平衡性调整以及魔改
* 画logo \[可跳]
* 沉淀文件以及文件夹删除
* 检查
* 发布
  * 宣传
  * 如何让你的整合包更受欢迎
* 更新日志
* BUG接受与记录和修复
* 题外话：maker应该有充足的脑洞
* 题外话：使用GitHub托管你的项目

我个人是很不擅长归纳知识点和总结的，上面的目录我构思了差不多一个下午才逐渐写完整。以及下面的 *\[Java编程基础篇]* 知识点也归纳了蛮久，后来dong031001帮助我才将其进一步填写完整。这大概与我平时懒散成性分不开，希望大家能够学会善于总结，不要走我的老路。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ruang-feng.gitbook.io/deer-s/list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
