Pillager Banners
Have you ever wondered why pillagers in Minecraft can wear banners on their heads while other mobs are denied this privilege? This mod addresses exactly that issue!
Pillager Banners provides a convenient extension that allows the server to configure the ability to place items on the heads of various creatures. The server owner can specify which specific mobs can wear items and what particular items are allowed for equipping.
All configuration is performed automatically during the first server startup. Here's an example configuration file:
{
"allowedEntities": [
"pillager"
],
"allowedItems": [
"minecraft:grass_block"
]
}