Skip to content

Commit

Permalink
fix 1.19 tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Feb 15, 2024
1 parent 47cec93 commit 05a51f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appFabricArchive/1.19.4/src/main/java/legendarium/Main.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package legendarium;

import legendarium.init.ItemGroups;
import legendarium.init.Items;
import net.fabricmc.api.ModInitializer;

Expand All @@ -9,5 +10,6 @@ public class Main implements ModInitializer {
@Override
public void onInitialize() {
Items.register();
ItemGroups.forceClassLoad();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ public class ItemGroups {

private ItemGroups() {
}

public static void forceClassLoad() {
}
}

0 comments on commit 05a51f3

Please sign in to comment.