Smelly allows you to make any mob steal items from your inventory in a very configurable way. You can even stop mobs stealing items from you by wearing pants! Everything can be changed in the config:
# A list of strings contaning mob information about what items can they get or movement speed of the mob when chasing the player around. Format: mobid|items|speed. (mobID can be duplicate)
# Items can be:
# * The word breeding: That will use mobs breeding items
# * An oredictionary entry: That will use all the items (Example: oreIron)
# * A list of item ids separated by coma: modid:itemid:meta. Meta can be *, then it will ignore the metadata of the item (Example: minecraft:wool:7 or minecraft:stone)
# Examples:
# minecraft:cow|breeding|1.0
# minecraft:pig|minecraft:carrot|1.0# Defaults:
# minecraft:chicken|breeding|1.0
# minecraft:mooshroom|breeding|1.0
# minecraft:cow|breeding|1.0
# minecraft:ocelot|breeding|1.0
# minecraft:pig|breeding|1.0
# minecraft:parrot|breeding|1.0
# minecraft:rabbit|breeding|1.0
# minecraft:sheep|breeding|1.0
# minecraft:wolf|breeding|1.0
# minecraft:villager|minecraft:emerald|0.75

