Skip to content

Commit

Permalink
Change mod initialization logging
Browse files Browse the repository at this point in the history
  • Loading branch information
xYundy committed Mar 22, 2024
1 parent ddae8cc commit a3993fa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ public class SquaredAdditions implements ModInitializer {

@Override
public void onInitialize() {
LOGGER.info("SquaredAdditions initialization started!");
ModItems.registerModItems();
LOGGER.info("SquaredAdditions initialized!");
LOGGER.info("SquaredAdditions initialization completed!");
}
}

0 comments on commit a3993fa

Please sign in to comment.