Skip to content

Commit

Permalink
Add missing status effects to Potions & Effects
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick <[email protected]>
  • Loading branch information
CoWinkKeyDinkInc committed Oct 12, 2023
1 parent f8dd03e commit f6e490f
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions docs/reference/items/potions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -404,13 +404,7 @@ Multiple effects can be applied to a potion.
</td>
</tr>
<tr>
<td>Confusion</td>
<td>
<label>confusion</label>
</td>
</tr>
<tr>
<td>Fast Digging</td>
<td>Haste</td>
<td>
<label>fast_digging</label>
</td>
Expand All @@ -422,17 +416,29 @@ Multiple effects can be applied to a potion.
</td>
</tr>
<tr>
<td>Saturation</td>
<td>Hunger</td>
<td>
<label>saturation</label>
<label>hunger</label>
</td>
</tr>
<tr>
<td>Slow Digging</td>
<td>Mining Fatigue</td>
<td>
<label>slow_digging</label>
</td>
</tr>
<tr>
<td>Nausea</td>
<td>
<label>confusion</label>
</td>
</tr>
<tr>
<td>Saturation</td>
<td>
<label>saturation</label>
</td>
</tr>
<tr>
<td>Wither</td>
<td>
Expand Down

0 comments on commit f6e490f

Please sign in to comment.