# Datapack Guide

In recent Minecraft versions more and more content is defined through .json files in datapacks. We support this movement and try to make as many features as possible data-driven. <br>

This section of the wiki explains all the currently available data registries and how to use them to create custom content.

{% hint style="danger" %}
This is not a general tutorial on datapacks. If you're unfamiliar with the concept please see the [Minecraft Wiki page](https://minecraft.wiki/w/Data_pack) on datapacks first.
{% endhint %}

{% content-ref url="/pages/hDNe0smd0tL4bTRrTmJN" %}
[Hephaestus Forge Rituals](/external-mods/forbidden-and-arcanus/wiki/datapack-guide/hephaestus-forge-rituals.md)
{% endcontent-ref %}

{% content-ref url="/pages/VwSVobKPl3TkIdPPEECA" %}
[Magic Circles](/external-mods/forbidden-and-arcanus/wiki/datapack-guide/magic-circles.md)
{% endcontent-ref %}

{% content-ref url="/pages/rNxxMXhIqhbfuYjlUR3C" %}
[Enhancers](/external-mods/forbidden-and-arcanus/wiki/datapack-guide/enhancers.md)
{% endcontent-ref %}

{% content-ref url="/pages/t0MT6Li33hEkfR5hgluL" %}
[Item Modifiers](/external-mods/forbidden-and-arcanus/wiki/datapack-guide/item-modifiers.md)
{% endcontent-ref %}


---

# 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.valhelsia.net/external-mods/forbidden-and-arcanus/wiki/datapack-guide.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.
