diff --git a/docs/effects/all-effects/give_food.md b/docs/effects/all-effects/give_food.md index 9a9bddc382..d1f8de8fa7 100644 --- a/docs/effects/all-effects/give_food.md +++ b/docs/effects/all-effects/give_food.md @@ -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) ``` \ No newline at end of file diff --git a/docs/effects/all-effects/give_saturation.md b/docs/effects/all-effects/give_saturation.md index 508f458dea..b4a6c9bd91 100644 --- a/docs/effects/all-effects/give_saturation.md +++ b/docs/effects/all-effects/give_saturation.md @@ -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) ``` \ No newline at end of file