I wanted to change the villager's drops but discovered they don't have a loot table. Other creatures who don't drop anything (like the bat) still have loot tables so I don't see why the villagers don't.
EDIT: a workaround I've found is to use the entitydata command. The following command assumes you already have a loot table in custom/entities called villager.json: /entitydata @e[type=Villager,tag=!processed] {DeathLootTable:"custom:entities/villager",Tags:["processed"]}
Affects:
villagerfixed in 16w38aender dragon
vex
Linked issues
is duplicated by 2
relates to 3
Comments 9
From: MC-109062
Yes this is a problem see http://minecraft.gamepedia.com/index.php?title=Loot_table§ion=5#List_of_loot_tables then scroll down to Vex. It is saying there is one.
This confirms Vexes should have one when they don't
The Illusioner (Illusion_illager) does not have a loot table either, although both the evocation and vindication illagers do, as does the vex and ender dragon. Affects 17w16a.
Confirmed