File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,15 @@ You can find them in the table below:
2727 | ` EXPERIENCE ` | Gain experience levels | | 1.8 |
2828 | ` HARVEST ` | Harvest a block | ` blocks ` ` crop_age ` | 1.16 |
2929 | ` FISH ` | Catch an item while fishing | ` items ` | 1.8 |
30+ | ` INTERACT ` | Right click on a block | ` blocks ` | 1.8 |
3031 | ` JUMP ` | Jump | | 1.12 | ** Yes** |
3132 | ` KILL ` | Kill an entity | ` entities ` ` is_hostile ` | 1.8 |
3233 | ` MILK ` | Milk an entity | | 1.8 |
3334 | ` PICKUP ` | Pickup an item | ` items ` | 1.8 |
3435 | ` PLACE ` | Place a block | ` blocks ` ` crop_age ` | 1.8 |
3536 | ` PLAYTIME ` | Play for a certain amount of time (in ** seconds** ) | | 1.8 |
3637 | ` SHEAR ` | Shear an entity | ` entities ` ` is_hostile ` | 1.8 |
38+ | ` SHOOT ` | Shoot a projectile with a bow/crossbow | | 1.8 |
3739 | ` SMELT ` | Smelt an item | ` items ` | 1.8 |
3840 | ` TAME ` | Tame an entity | ` entities ` ` is_hostile ` | 1.8 |
3941 | ` TRADE ` | Trade with a villager | ` items ` | 1.16 | ** Yes** |
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ Supported by all types of achievements.
6565|----------------------|-------------------------------------------------------------------------------------------------------------------|--------------------------|
6666| `game_modes` | Allowed game modes | `game-modes` |
6767| `worlds` | Allowed worlds | `worlds` |
68+ | `biomes` | Allowed biomes | `biomes` |
6869| `has_item` | Requires the player to have an item in their inventory | `items` |
6970| `has_held` | Requires the player to have an item in hand | `items` |
7071| `has_equipped` | Requires the player to have an item equipped | `items` |
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ import TabItem from '@theme/TabItem';
5151 | ` {tier_rewards} ` | The list of rewards |
5252 | ` {tier_progress_percentage} ` | The percentage of progress in the tier |
5353 | ` {tier_progress_bar} ` | A progress bar that displays the current tier progress |
54+ | ` {tier_unlock_percentage} ` | The percentage of players that have unlocked the tier |
5455
5556 ### Reward Level Placeholders
5657
You can’t perform that action at this time.
0 commit comments