Skip to content

Commit

Permalink
fancy up init message
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Sep 6, 2024
1 parent bab8938 commit 3d23e67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/src/main/java/com/railwayteam/railways/Railways.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import com.railwayteam.railways.registry.CRCommands;
import com.railwayteam.railways.registry.CRPackets;
import com.railwayteam.railways.util.Utils;
import com.simibubi.create.Create;
import com.simibubi.create.foundation.data.CreateRegistrate;
import com.simibubi.create.foundation.item.ItemDescription;
import com.simibubi.create.foundation.item.KineticStats;
Expand Down Expand Up @@ -90,7 +91,7 @@ private static void migrateConfig(Path path, Function<String, String> converter)
}

public static void init() {
LOGGER.info("Steam 'n' Rails {} v{} built from commit hash: {}, is initializing", Loader.getFormatted(), VERSION, BuildParameters.GIT_COMMIT);
LOGGER.info("{} v{} initializing! Commit hash: {} Create version: {} on platform: {}", NAME, VERSION, BuildParameters.GIT_COMMIT, Create.VERSION, Loader.getFormatted());

Path configDir = Utils.configDir();
Path clientConfigDir = configDir.resolve(MODID + "-client.toml");
Expand Down

0 comments on commit 3d23e67

Please sign in to comment.