Makes player heads enchantable on an anvil!
Fun fact: in vanilla Creative mode, you can actuslly enchant anything with any enchantment on an anvil. Anyone want iron ore with Sharpness 5, Unbreaking and Fortune 3?
A config file is automatically created in .minecraft/config/enchantableheads_config.properties
with the magic of LiteConfig!
Example contents (scroll right for comments):
allow_helmet_enchantments=true # Allow helmet enchantments to be used
allow_chestplate_enchantments=false # Allow chestplate enchantments to be used
allow_leggings_enchantments=false # Allow leggings enchantments to be used
allow_boots_enchantments=false # Allow boots enchantments to be used
allow_general_armor_enchantments=true # Allow general armor enchantments to be used
allow_non_armor_enchantments=false # Allow non-armor enchantments to be used