> For the complete documentation index, see [llms.txt](https://eurekabusiness.caiziii.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eurekabusiness.caiziii.com/readme.md).

# 首页

欢迎来到 **EurekaBusiness (聪慧企业)** 的官方社区文档。GitHub Repository 是唯一内容源，GitBook 用于发布和阅读。

EurekaBusiness 是一个面向 Minecraft 1.21.1 / NeoForge 的多人合作模拟经营模组。本维基为**玩家**、**整合包作者**以及**模组附属开发者**提供完整的使用指南、配置手册与 API 开发文档。

***

## 快速导航 (Quick Navigation)

```
                       ┌────────────────────────┐
                       │  EurekaBusiness Wiki   │
                       └───────────┬────────────┘
         ┌─────────────────────────┼─────────────────────────┐
         ▼                         ▼                         ▼
   【玩家指南】               【整合包作者】             【附属模组开发】
   • 核心玩法与开店流程        • 配置文件与目录映射       • Core / Retail API
   • 陈列、定价与收益          • 要素经济与价格平衡       • 自定义要素与算法注册
   • 48 种要素与 Lore          • 指令与数据包支持         • 顾客变体与 AI 扩展
```

### 1. 玩家指南 (Player Guide)

* [核心玩法与开店快速入门](/wan-jia-zhi-nan/gameplay-guide.md)
* [商品陈列、标价与店铺收益](/wan-jia-zhi-nan/shop-management.md)
* [48 种要素属性与商品 Lore 系统](/wan-jia-zhi-nan/elements-system.md)
* [顾客行为、变体与排队结算机制](/wan-jia-zhi-nan/customer-behaviors.md)

### 2. 整合包作者手册 (Pack Maker Guide)

* [配置文件与 Schema 迁移指南](/zheng-he-bao-zuo-zhe/configuration-guide.md)
* [商品目录 (Value Catalog) 与要素配置](/zheng-he-bao-zuo-zhe/catalog-and-economics.md)
* [整合包配置重置与开发调试](/zheng-he-bao-zuo-zhe/pack-integration.md)

### 3. 模组附属与开发者文档 (Addon Developer Guide)

* [模块架构与依赖边界](/mo-kuai-can-kao/architecture-contracts.md)
* [Core 模块与公共 API 概览](/mo-kuai-can-kao/core-module.md)
* [Retail 零售模块与扩展点](/mo-kuai-can-kao/retail-module.md)
* [Restaurant 餐饮模块边界](/mo-kuai-can-kao/restaurant-module.md)
* [附属 API 概览](/mo-zu-fu-shu-kai-fa/addon-api-overview.md)
* [自定义要素与注册契约](/mo-zu-fu-shu-kai-fa/custom-elements.md)
* [顾客变体、出现概率与连购算法开发](/mo-zu-fu-shu-kai-fa/customer-variants-and-ai.md)

***

## 模组版本与兼容基线

| 属性          | 规格 / 基线                                                             |
| ----------- | ------------------------------------------------------------------- |
| **游戏版本**    | Minecraft Java Edition `1.21.1`                                     |
| **模组加载器**   | NeoForge `21.1.x` (推荐 `21.1.238`+)                                  |
| **Java 版本** | Java 21                                                             |
| **外部必需依赖**  | `Fzzy Config` (`0.7.6+1.21+neoforge`), `Kotlin for Forge` (`5.4.0`) |
| **Wiki 受众** | 玩家、整合包作者、模组附属作者                                                     |
| **网络架构**    | 服务端权威 (Server-Authoritative)；客户端仅负责交互与渲染呈现                          |


---

# 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, and the optional `goal` query parameter:

```
GET https://eurekabusiness.caiziii.com/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
