Skip to content

Commit

Permalink
forgot one...
Browse files Browse the repository at this point in the history
  • Loading branch information
glowredman committed Jan 14, 2024
1 parent 3b56d83 commit 2fcc964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/myname/mymodid/CommonProxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void preInit(FMLPreInitializationEvent event) {
Config.synchronizeConfiguration(event.getSuggestedConfigurationFile());

MyMod.LOG.info(Config.greeting);
MyMod.LOG.info("I am " + Tags.MODNAME + " at version " + Tags.VERSION);
MyMod.LOG.info("I am MyMod at version " + Tags.VERSION);
}

// load "Do your mod setup. Build whatever data structures you care about. Register recipes." (Remove if not needed)
Expand Down

0 comments on commit 2fcc964

Please sign in to comment.