# 0: Adding new skull textures

All Skull Textures must be taken from <https://minecraft-heads.com/>

When you have the Skull you want, scroll to the 'Other' section and copy the Minecraft-URL hash

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

Navigate to the `Skins.java` enum in your IDE

Find the Food region

At the end of the region, add a new enum value, name it to match the head selected and copy in the has to the constructor argument.

Above this new value, paste the URL of the head from the website.

If this the final record in the enum, you will need to add a semi-colon at the end, if there isn't one already and replace the semi colon from the previous value with a comma.

Your final entry should end up looking like the following:

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


---

# 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://docs.sefiraat.dev/cultivation/developers/adding-food-items-via-pr/0-adding-new-skull-textures.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.
