Mojira Archive
MCPE-35962

Some mobs seems to ignore loot tables

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"
                }
            ]
        }
    ]
}

Cannot Reproduce

Insane96MCP

2018-07-21, 10:58 AM

2019-07-23, 02:26 PM

2019-07-23, 02:26 PM

0

1

Unconfirmed

1.5.0.14

-