Skip to content

Commit

Permalink
Remove duplicate line in table
Browse files Browse the repository at this point in the history
  • Loading branch information
its-miroma committed Oct 15, 2024
1 parent 4e880cf commit b26788d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion develop/items/food.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ The `FoodComponent.Builder` class has many methods that allow you to modify what
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `nutrition` | Sets the amount of hunger points your item will replenish. |
| `saturationModifier` | Sets the amount of saturation points your item will add. |
| `saturationModifier` | Sets the amount of saturation points your item will add. | |
| `alwaysEdible` | Allows your item to be eaten regardless of hunger level. |
| `snack` | Declares your item as a snack. |
| `statusEffect` | Adds a status effect when you eat your item. Usually a status effect instance and chance is passed to this method, where chance is a decimal percentage (`1f = 100%`) |
Expand Down

0 comments on commit b26788d

Please sign in to comment.