# Decursio Stages

This is a mod that adds stages to Minecraft 1.20.1 Forge (for the moment). A mod pack developer may use these stages to gate certain features. This mod mainly uses JSON files to create the stages and the restrictions. Some level of understanding for the JSON formatting is required in order to use this mod, so this wiki won't cover the basics.

As of this moment, version 0.0.3 of Decursio Stages, can gate the following features:

* items
* blocks
* dimensions
* containers (chests, backpacks, barrels, crates and so on)
* structures
* mobs

<details>

<summary>!!! VERY IMPORTANT !!!</summary>

The stages and restrictions created with this mod can be dynamically loaded and refreshed in the game, without restarts.

It is highly recommended to use this mod with [FTBQuests](https://www.curseforge.com/minecraft/mc-mods/ftb-quests-forge) or another questing mod. The main stage distribution system this mod provides is represented by in-game commands. You're meant to give these [commands](/wiki/mods/decursio-stages/in-game-commands.md) to the player as quest rewards. Custom [KubeJS](https://www.curseforge.com/minecraft/mc-mods/kubejs) scripts can also be used for more specific interactions, but the main idea is that you need a separate mod to add your stages to the player.

</details>

Next, we'll see [how this mod can be used](/wiki/mods/decursio-stages/generating-the-mods-files.md).


---

# 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://decursio-team-1.gitbook.io/wiki/mods/decursio-stages.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.
