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

Breeze looting enchant is inconsistent with all other loot tables

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Awaiting Response
    • None
    • 24w11a
    • None
    • Plausible
    • Loot tables
    • Normal
    • Expansion B

      The breeze uses the following loot item function for its breeze rods:

      {
        "function": "minecraft:looting_enchant",
        "count": { "min": 1, "max": 2 }
      }
      

      While all other (46) loot tables that use the looting_enchant function, use the following configuration:

      {
        "function": "minecraft:looting_enchant",
        "count": { "min": 0, "max": 1 }
      }
      

      Relates to MC-269369

            Unassigned Unassigned
            Misoloo [Helper] Misode
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: