Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-248710

"All chunks are saved" message only lists folder name, not dimension ID

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • None
    • 1.18.1, 1.18.2 Pre-release 1
    • None
    • Confirmed
    • (Unassigned)

      When shutting closing a world, or using save-all, the log will list 2 messages per dimension:

      Saving chunks for level 'ServerLevel[LEVELNAME]'/NAMESPACE:ID
      ThreadedAnvilChunkStorage (FOLDERNAME): All chunks are saved

      The first message is correct as it properly lists the dimension's full ID, the second one, however will only list the folder name.
      This means that for the following dimensions, the "FOLDERNAME" will be:

      • Overworld: LEVELNAME
      • The Nether: DIM-1
      • The End: DIM1
      • Custom dimension: ID, without namespace

      This is both inconsistent, and confusing, mainly when there's multiple dimensions added with the same name (but different namespace), the messages look identical.

      Example:

      [15:21:46] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Luigi's Mansion]'/minecraft:overworld
      [15:21:49] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Luigi's Mansion]'/minecraft:the_nether
      [15:21:49] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Luigi's Mansion]'/minecraft:the_end
      [15:21:49] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Luigi's Mansion]'/luigis_mansion:normal
      [15:21:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (Luigi's Mansion): All chunks are saved
      [15:21:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
      [15:21:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
      [15:21:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (normal): All chunks are saved
      [15:21:55] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved

            Unassigned Unassigned
            jirauser71590 user-f2760 (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: