Update Conditions authored by Phillip's avatar Phillip
...@@ -136,6 +136,7 @@ Conditions ...@@ -136,6 +136,7 @@ Conditions
| [Distance](/conditions/distance) | Compare | Whether the distance between the caster and target is within the given range | | [Distance](/conditions/distance) | Compare | Whether the distance between the caster and target is within the given range |
| [DistanceFromSpawn](/conditions/distancefromspawn) | Location | Whether the distance from the world's spawn point to the target is within the given range | | [DistanceFromSpawn](/conditions/distancefromspawn) | Location | Whether the distance from the world's spawn point to the target is within the given range |
| [Dusk](/conditions/dusk) | Location | If the time is dusk, from 14000 to 18000 in-game time. | | [Dusk](/conditions/dusk) | Location | If the time is dusk, from 14000 to 18000 in-game time. |
| [EnchantingLevel](/conditions/enchantingLevel) | Entity | Checks the entity experience level |
| [EnderDragonPhase](/conditions/EnderDragonPhase) | Entity | Checks if the ender dragon is in a phase or phases | | [EnderDragonPhase](/conditions/EnderDragonPhase) | Entity | Checks if the ender dragon is in a phase or phases |
| [EntityType](/conditions/entitytype) | Entity | Tests the entity type of the target | | [EntityType](/conditions/entitytype) | Entity | Tests the entity type of the target |
| [Faction](/conditions/faction) | Entity | Tests for the targets faction | | [Faction](/conditions/faction) | Entity | Tests for the targets faction |
...@@ -239,4 +240,4 @@ More Examples ...@@ -239,4 +240,4 @@ More Examples
- effect:particles{p=flame;a=20;hS=3;vS=1;s=0;y=2} - effect:particles{p=flame;a=20;hS=3;vS=1;s=0;y=2}
- potion{t=HARM;d=1;l=1} - potion{t=HARM;d=1;l=1}
[1] Not all conditions may be applicable everywhere. [1] Not all conditions may be applicable everywhere.
\ No newline at end of file