Meta-Conditions
12 pages in this section.
- All Of Passes when every listed condition passes.
- And Checks whether all of the provided conditions are fulfilled.
- Any Of Passes when at least one listed condition passes.
- Chance Generates a random number between 0.0 and 1.0 and checks if it's less than a specified value.
- Constant Provides a constant state where it's either true or false.
- Invert There is no meta condition to invert the results of another condition.
- Minecraft Version Checks the Minecraft version the game is running.
- Mod Loaded Checks whether another mod is installed, optionally at a given version.
- Nothing Tests nothing, and always passes.
- Offset Tests a block condition at a position offset from this one.
- Or Checks whether any (one or more) of the provided conditions are fulfilled.
- Random Chance Passes with a given probability.