Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-35962

Some mobs seems to ignore loot tables

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • None
    • 1.5.0.14
    • None
    • Unconfirmed
    • Windows

      Today I've tried changing bats loot tables just by adding rabbit hide to the drops. But the bats drop absolutely nothing.

      Edit: After a little messing around with loot tables I can confirm that those mobs ignore their respective loot table

      • Bat
      • Endermite

      Loot table

      {
          "pools": [
              {
                  "rolls": 1,
                  "entries": [
                      {
                          "type": "item",
                          "name": "minecraft:rabbit_hide",
                          "weight": 1,
                          "functions": [
                              {
                                  "function": "set_count",
                                  "count": {
                                      "min": 0,
                                      "max": 1
                                  }
                              },
                              {
                                  "function": "looting_enchant",
                                  "count": {
                                      "min": 0,
                                      "max": 1
                                  }
                              }
                          ]
                      }
                  ],
                  "conditions": [
                      {
                          "condition": "killed_by_player_or_pets"
                      }
                  ]
              }
          ]
      }
      

            insane96mcp Insane96MCP
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: