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

Loot Table function exploration_map uses case insensitive StructureType, which is different from /locate command

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 21w14a
    • None
    • Confirmed
    • (Unassigned)

      The following loot table gives one an exploration map of buried treasure.
      The "destination" should be "buried_treasure" but not "Buried_Treasure", since the command /locate uses "buried_treasure" but not "Buried_Treasure", for consistency.

      {
        "pools": [
          {
            "rolls": 1,
            "entries": [
              {
                "type": "minecraft:item",
                "name": "minecraft:map",
                "functions": [
                  {
                    "function": "minecraft:exploration_map",
                    "destination": "Buried_Treasure"
                  }
                ]
              }
            ]
          }
        ]
      }

            Unassigned Unassigned
            ruhuasiyu wayne
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              CHK: