Decursio Team Wiki
  • The Official Decursio Team Wiki
  • Modpacks
    • Decursio Project: Expert
      • General Info
        • Frequently Asked Questions
          • VR
          • GUI & Visuals
          • Gameplay
          • No Release?
        • Mod Distribution (WIP)
        • Modified Features (WIP)
        • Tips (WIP)
      • Mechanics
        • Quests
        • Ages
        • Gated Features
        • Mob Difficulty
        • Chunk Claiming/Loading
        • Player Health
        • Player Nutrition (PR 26+)
        • Seasons/Agriculture (WIP)
        • Dimensions (WIP)
        • Boss Fights (WIP)
        • Endgame (WIP)
      • Guides
        • Ore Gen
        • The First Day
        • Making Charcoal
        • The Pit Kiln
        • Ore Kilns
        • Construction Paste Processing (WIP)
        • Leather Working (WIP)
        • Making Iron
        • Armors (WIP)
        • Resourceful Bees (WIP)
        • Eidolon & Rituals (WIP)
        • Create Rotational Power Generators (WIP)
  • mods
    • Decursio Stages
      • Generating the mod's files
      • decursio_stages folder
      • The Stage/Restriction file
        • How to make a stage
        • Restrictions
      • Possible Configuration Examples
      • Debug Feature
      • In-Game Commands
      • FAQ
    • [DISCONTINUED ] T.H.I.S.
      • 1.16.5
        • Understanding Stages/Restrictions
        • Creating stages
        • Creating restrictions
          • Restriction Data
          • Settings
        • Final Example
        • Integrations
          • Improved Mobs
      • 1.18-1.19.2
        • Understanding Stages/Restrictions
        • Creating stages
        • Creating restrictions
          • Restriction Data
          • Settings
        • Final Example
    • Pickable Health Orbs
      • Locating the orbs folder
      • Modifying already existing orbs
      • Creating custom orbs
        • Orbs Data
Powered by GitBook
On this page

Was this helpful?

  1. mods

Decursio Stages

Official Wiki for Decursio Stages

PreviousCreate Rotational Power Generators (WIP)NextGenerating the mod's files

Last updated 8 months ago

Was this helpful?

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

!!! VERY IMPORTANT !!!

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 or another questing mod. The main stage distribution system this mod provides is represented by in-game commands. You're meant to give these to the player as quest rewards. Custom 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.

Next, we'll see .

FTBQuests
commands
KubeJS
how this mod can be used
Page cover image