# TerraCraft

## Hello World!

This is the official document of TerraCraft. Please choose a language to view the document.

At present, the document provides Mod API interfaces and a simple Mod development tutorial. If you want to develop your own Mod in TerraCraft, please read the Mod development tutorial carefully.

The ultimate goal of TerraCraft is to support a large number of mods in the *INFINITE* world. Let everyone make this game together is always the development concept of this fan game. The official update of game content is mainly done by writing mods. Every official mods is open source, you can join the official mod development team to show your great idea, or make your own mod by learning our open source mods!

## TerraCraftX

**TerraCraftX (TCX)** project is a mod package collection. We welcome everyone to make your own mods, integrate your modules into TCX to share your mods with others!<br>


---

# Agent Instructions: 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://blueyoshi.gitbook.io/terracraft/master.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.
