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

Maps Have Limited Dimensions They Can Identify

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • Minecraft 1.6.4
    • Windows 7
    • Unconfirmed
    • Survival

      ItemEmptyMap line 29

      mapdata.dimension = (byte)par2World.provider.dimensionId;

      A map's saved dimension ID is downcast from an int, to a byte, then saved back to an int. For no apparent reason, which causes unwanted effects when mods are installed.

      Basically this limits maps to working in no more than 256 dimensions.

      I have attached some screenshots (using Mystcraft to get a dimension 256). Both maps are treated as being overworld maps even though I created the one in the Mystcraft dimension.

      (I attempted to search this issue, but "map" shows up in basically every crash report ever, which makes it very difficult).

        1. map-dim256.png
          map-dim256.png
          363 kB
        2. map-dim256-overworld.png
          map-dim256-overworld.png
          475 kB
        3. map-overworld.png
          map-overworld.png
          360 kB

            Unassigned Unassigned
            draco18s Draco Silverwing
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: