From b74e7b1eb3869977434d418abe3ef167de17861a Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 25 Sep 2023 10:24:53 +0100 Subject: [PATCH] cleanup --- docs/effects/all-effects/give_food.md | 1 - docs/effects/all-effects/give_saturation.md | 1 - 2 files changed, 2 deletions(-) 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