We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08c826 commit 66abb9dCopy full SHA for 66abb9d
wiki/items/first-item/en.md
@@ -77,7 +77,7 @@ Because of a change in 1.19.3, you can't add items to item groups using only [Qu
77
```java
78
public class ExampleModItems {
79
// ...
80
- public static void register() {
+ public static void register(ModContainer mod) {
81
//...
82
ItemGroupEvents.modifyEntriesEvent(ItemGroups.INGREDIENTS).register(entries -> {
83
entries.addItem(EXAMPLE_ITEM);
0 commit comments