Skip to content

Commit

Permalink
fix missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai authored May 14, 2024
1 parent f08c826 commit 66abb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/items/first-item/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Because of a change in 1.19.3, you can't add items to item groups using only [Qu
```java
public class ExampleModItems {
// ...
public static void register() {
public static void register(ModContainer mod) {
//...
ItemGroupEvents.modifyEntriesEvent(ItemGroups.INGREDIENTS).register(entries -> {
entries.addItem(EXAMPLE_ITEM);
Expand Down

1 comment on commit 66abb9d

@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://b4898641.developer-wiki.pages.dev

Please sign in to comment.