Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fixed wrong event method call
Browse files Browse the repository at this point in the history
  • Loading branch information
JR1811 committed Nov 10, 2023
1 parent b230086 commit 3bb9f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public void onInitialize() {
ModBlockEntities.registerBlockEntityTypes();
ModItems.initialize();
ModSounds.initializeSounds();
ModEvents.registerAllEvents();
ModEvents.registerCommon();
ModParticles.initialize();
TextUtil.initializeAllTextFunctions();

Expand Down

0 comments on commit 3bb9f40

Please sign in to comment.