Skip to content

Commit

Permalink
Merge pull request #78 from Xeracle/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo in food/en.md
  • Loading branch information
ix0rai authored Jan 20, 2024
2 parents b3f3759 + b137291 commit e753bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/items/food/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This tutorial will assume that you already understand [Creating your First Item](first-item)

Adding a `FoodComponent` to an item's settings makes that item food. A `FoodComponent` can be created using a `FoodComponent.Bulder`. Try reading the inline documentation (Javadocs) of the builder to understand what's going on here, or continue reading for an explanation:
Adding a `FoodComponent` to an item's settings makes that item food. A `FoodComponent` can be created using a `FoodComponent.Builder`. Try reading the inline documentation (Javadocs) of the builder to understand what's going on here, or continue reading for an explanation:

```java
public static final Item EXAMPLE_FOOD = new Item(new QuiltItemSettings().food(
Expand Down

1 comment on commit e753bfa

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://2e990519.developer-wiki.pages.dev

Please sign in to comment.