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

Incorrect loot table for Armor Stands

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • Minecraft 19w13b, Minecraft 19w14a, Minecraft 19w14b, Minecraft 1.14 Pre-Release 1, Minecraft 1.14 Pre-Release 2, Minecraft 1.14 Pre-Release 3, Minecraft 1.14 Pre-Release 4, Minecraft 1.14 Pre-Release 5, Minecraft 1.14, Minecraft 1.14.1 Pre-Release 1, Minecraft 1.14.1 Pre-Release 2, Minecraft 1.14.1, Minecraft 1.14.2 Pre-Release 1
    • Confirmed
    • Loot tables

      the current look table for Armor Stand entities looks like this;

      {
       "type": "minecraft:entity"
      }

      When it should likely look like this:

      {
       "type": "minecraft:entity",
        "pools": [
         {
         "rolls": 1.0,
         "entries": [
          {
           "type": "minecraft:item",
           "name": "minecraft:armor_stand"
          }
         ],
         "conditions": [
          {
          "condition": "minecraft:damage_source_properties",
          "properties": {
           "type": {
            "bypasses_invulnerability": false
           }
          }
         }
        ]
       }
       ]
      }

      Currently armor stand entities dropping armor stand items is built-in, even though it likely shouldn't be.

       

            Unassigned Unassigned
            MukiTanuki MukiTanuki
            Votes:
            12 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: