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