Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Sep 25, 2023
1 parent 5522be3 commit b74e7b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/effects/all-effects/give_food.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ Gives the player food
- id: give_food
args:
amount: 2 # The amount of food to give/take (allows negative values)
respect-vanilla-limits: true # (Optional, defaults to false) if the added food should respect vanilla minimum food (0) and maximum food (20)
...other config (eg triggers, filters, mutators, etc)
```
1 change: 0 additions & 1 deletion docs/effects/all-effects/give_saturation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ Gives the player saturation
- id: give_saturation
args:
amount: 1.0 # The amount of saturation to give/take (allows negative values)
respect-vanilla-limits: true # (Optional, defaults to false) if the added saturation should respect vanilla minimum saturation (0.0) and maximum saturation (20.0 or player's current food level, whichever is lower)
...other config (eg triggers, filters, mutators, etc)
```

0 comments on commit b74e7b1

Please sign in to comment.