Skip to content

Commit eb86679

Browse files
committed
update
1 parent 202745a commit eb86679

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

docs/epicachievements/configuration/03-tasks/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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** |

docs/epicachievements/configuration/04-conditions.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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` |

docs/epicachievements/placeholders/internal-placeholders.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)