# Temperature

To survive in this world, you must maintain a neutral body temperature. Extreme environments can lead to Hypothermia or Overheating, both of which deal continuous damage. Your temperature fluctuates based on the biome, nearby blocks, time of day, weather, and whether you are indoors.

**Cold Biomes**

* Recommended Gear: Wool Armor and Campfires.
* Pro Tip: Standard Campfires (not the soul variants) provide significant warmth, making them essential for building or exploring in frozen regions.

**Hot Biomes**

* Recommended Gear: Jelled Slime Armor and a Water Bucket.
* Pro Tip: Use a Water Bucket to submerge yourself when it gets too hot or to quickly quench your thirst. Soul Campfires cool the player down significantly and are ideal for bases in hot areas.

**General Survival Tips**

* Base Building: It is highly recommended to build your main base in a Temperate Biome.
* Sources: Avoid standing directly next to extreme heat/cold sources like lava pools or ice blocks unless necessary.
* Armor Regulation: Most armor sets help regulate temperature. However, Wool and Jelled Slime armor are specialized to actively heat or cool you.

***

#### Environmental Impact (Held/Nearby)

The following items affect your temperature when held in your hand or placed nearby:

| **Item**                 | **Temperature Impact** |
| ------------------------ | ---------------------- |
| Lava                     | +22°C                  |
| Fire                     | +16°C                  |
| Campfire                 | +15°C                  |
| Torch / Lantern          | +7°C                   |
| Ice                      | -6°C                   |
| Soul Lantern / Soul Fire | -7°C                   |
| Soul Campfire            | -10°C                  |
| Blue Ice                 | -15°C                  |
| Soul Fire (Direct)       | -16°C                  |

***

#### Armor Stats

While most armor provides a baseline of protection, these sets offer specific thermal regulation (Per Piece / Full Set):

* Netherite Armor: +0.75°C / +3°C
* Iron, Gold & Diamond: +1.25°C / +5°C
* Leather Armor: +5°C / +20°C


---

# 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://chicraft.gitbook.io/intro/guideline/enviroment/temperature.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.
