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

Cannot drop multiple totems of undying with custom loot table

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • 1.17.1
    • None
    • Unconfirmed
    • (Unassigned)

      In a custom loot table containing the following, a mob assigned this loot table will drop only one totem of undying. Drops of multiples for other items works correctly.

       

      {
      "pools":
      [
      {
      "rolls": 1,
      "entries":
      [
      {
      "type": "item",
      "name": "minecraft:totem_of_undying",
      "weight": 1,
      "functions":
      [
      {
      "function": "set_count",
      "count":

      { "min": 3, "max": 4 }

      }
      ]
      }
      ]
      }
      ]
      }

            Unassigned Unassigned
            Jack Jones Jack Jones
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: