Community listing page, reviews here may not be monitored by the author.
Game Stages Conditions
No reviews yet
Adds a condition predicate to be used in data-driven files
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Adds extra features or content to an existing mod.
Features a progression system with stages or gates that must be unlocked.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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)

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:

Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers