Skip to content

Commit 66abb9d

Browse files
authored
fix missing param
1 parent f08c826 commit 66abb9d

File tree

1 file changed

+1
-1
lines changed
  • wiki/items/first-item

1 file changed

+1
-1
lines changed

wiki/items/first-item/en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Because of a change in 1.19.3, you can't add items to item groups using only [Qu
7777
```java
7878
public class ExampleModItems {
7979
// ...
80-
public static void register() {
80+
public static void register(ModContainer mod) {
8181
//...
8282
ItemGroupEvents.modifyEntriesEvent(ItemGroups.INGREDIENTS).register(entries -> {
8383
entries.addItem(EXAMPLE_ITEM);

0 commit comments

Comments
 (0)