# Christmas

<figure><img src="/files/i2OmHa3jVZDYdrfvStpX" alt=""><figcaption></figcaption></figure>

Presents spawn underneath trees in villages during Christmas and contain loot that can be configured in the [events.yml](/configuration/events-and-custom-events.md). Each village has a maximum of one tree with presents underneath. Present locations are stored in the data.yml and are removed on chunk load after Christmas has ended, ensuring that players can't encounter them later.

<figure><img src="/files/qUpyUlncahgrROjwQSQ1" alt=""><figcaption></figcaption></figure>

Colored particles appear during the night creating an atmosphere that feels like Christmas. Spruce trees have random leaves replaced with terracotta blocks representing Christmas decorations. These blocks are client-side only meaning that the world itself doesn't change and that the terracotta blocks won't drop any items. The Christmas trees are only available on Minecraft versions 1.20 and later for performance reasons.

Everything can be configured in the [events.yml](/configuration/events-and-custom-events.md) file.


---

# 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://wiki.realisticseasons.com/events/christmas.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.
