How to make a stage
The heart of the mod - stages
Last updated
The heart of the mod - stages
Last updated
Inside the restrictions
folder you have to create a JSON file. The name of the file is not relevant, but we recommend using the same name as the stage you wanna create. In this JSON file we'll define BOTH a stage and the restriction's associated with the said stage.
Here's how you can create a stage called magic
:
Create the JSON file
Inside the magic.json file add the following data:
Congrats! Now you have a stage. Yes, the process is that simple.
This can be done even while you're in game. Just use the /decstages reload
command in-game in order to update your changes.
Well, now you have a stage.. what's next? Unfortunately, this new stage doesn't do much by itself. Let's make some restrictions for it!