# Installation

### Requirements

* Minecraft `1.21.1`
* Java `21`
* Tough As Nails (required)
* Cobblemon (optional, but required for Pokémon proximity effects)

### Pick Your Loader

CobbleTooHot ships as two separate jars:

* **Fabric** jar (Fabric servers)
* **NeoForge** jar (NeoForge servers)

Install **only one** (the one matching your server loader).

### Server Install

1. Drop the jar into your server `mods/` folder.
2. Start the server once to generate configs in `config/CobbleTooHot/`.
3. Edit `config/CobbleTooHot/config.json`.
4. Optional: edit `config/CobbleTooHot/messages.json`.

### Files Created

* Config folder: `config/CobbleTooHot/`
  * `config.json`
  * `messages.json`


---

# 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://dawnshade.gitbook.io/dawnshade-docs/docs/cobble-too-hot/summary/installation.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.
