Mineuniverse
Log in Register
Mods

Game Stages Conditions

Adds a condition predicate to be used in data-driven files
by Quarris
Download Claim this project
85,911 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons Server Utility

Game Stage Conditions

Adds a condition predicate to be used in data-driven files such as loot tables, so that certain aspects trigger based on the stage that the player has.
Useful for loot tables if you want to generate items for players based on the progress that they are at.

Recommended Lootr
Requires Game Stages

Example for stage1 and stage2 and default (in case no stage is applied)
Json loot table
v Written copy-paste helping text version of the image below v

{  
  "type": "minecraft:chest",  
  "pools": [  
    {  
      "rolls": 1,  
      "entries": [  
        {  
          "type": "minecraft:alternatives",  
          "children": [  
            {  
              "type": "minecraft:loot_table",
              "name": "minecraft:chests/end_city_treasure",
              "conditions": [
                {
                  "condition": "gamestageconditions:stage",
                  "stage": "stage_2"
                }
              ]
            },
            {
              "type": "minecraft:loot_table",
              "name": "minecraft:chests/ruined_portal",
              "conditions": [
                {
                  "condition": "gamestageconditions:stage",
                  "stage": "stage_1"
                }
              ]
            },
            {
              "type": "minecraft:loot_table",
              "name": "minecraft:chests/jungle_temple"
            }
          ]
        }
      ]
    }
  ]
}

Since v1.2 there are also Triggers that you can apply to advancements and such:

Gamestage Added Trigger Example Gamestage Removed Trigger Example

gamestageconditions-1.19.2-3.0.jar
MC 1.19.2, Forge
Release 2023-10-18 Get

More from Quarris

Trade Stages
997
Aether Repairables
9,815
Rebirth of the Mobs
963,631
Eidolon Data Recipes
763,654
Builder's Flight
705
TFC Alloy Calculator
67,445

You Might Also Like

APTweaks: Items (11.x Classic)
Item clustering (fallen blocks, experience orbs, ...) and garbage cleanup.
9,884,514
VanillaDeathChest (Fabric)
Places containers when players die that contain their items.
994,762
Styled Nicknames
Simple, but configurable nicknaming mod allowing your server's players (and admins) to change their nickname with full formatting support
989,499
Tiquality
Make server lag the problem of the source player.
99,489
Blame (Fabric)
Those gosh darn crashlogs not saying which worldgen feature is crashing!
99,012
Weathering with You
Forecast Minecraft weather with a radar or a hat!
98,579