tweaks to start up msg

This commit is contained in:
nossr50
2025-03-09 15:49:26 -07:00
parent 6ad9d97236
commit b2bf29cae2
2 changed files with 3 additions and 1 deletions

View File

@ -141,7 +141,8 @@ public class PotionConfig extends LegacyConfigLoader {
int totalPotions = potionsLoaded + incompatible + failures;
mcMMO.p.getLogger().info("Loaded " + potionsLoaded + "/" + totalPotions + " Alchemy potions.");
mcMMO.p.getLogger().info("Loaded " + potionsLoaded + " of " + totalPotions + " Alchemy potions.");
if (incompatible > 0) {
mcMMO.p.getLogger().info("Skipped " + incompatible + " Alchemy potions that require a newer" +
" Minecraft game version.");