Skip to content

Commit

Permalink
fix: Fix compile error in NeoForge
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Dec 25, 2023
1 parent 361dc63 commit e45603b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ public String getModName(String modId) {
public void initialize(String modId, Runnable initializer) {
((NeoForgeBalmItems) items).register();
((NeoForgeBalmEntities) entities).register();
((NeoForgeBalmWorldGen) worldGen).register();
((NeoForgeBalmStats) stats).register();

initializer.run();
Expand Down

0 comments on commit e45603b

Please sign in to comment.