Skip to content

Commit

Permalink
Fix meat (#187)
Browse files Browse the repository at this point in the history
* Meat method removal in food.md

* fix food method

* Remove duplicate line in table

---------

Co-authored-by: Miroma <[email protected]>
  • Loading branch information
pypro485 and its-miroma authored Oct 17, 2024
1 parent 4eb11b9 commit aa4c86c
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. |
| `meat` | Declares your item as meat. Carnivorous entities, such as wolves, will be able to eat it. |
| `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 aa4c86c

Please sign in to comment.