Compatibility
Minecraft: Java Edition
1.20.2
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed AGPL-3.0-or-later
Published 11 months ago
Updated 11 months ago
Most of you probably know that pillagers can wear banners on their head. But why only those sneaky little mobs?
This mod allows the server to configure what mobs the user can put items on, and what items specifically.
This is all configurable, once the server starts for the first time the config is automatically generated. This is an example config:
{
"allowedEntities": [
"pillager"
],
"allowedItems": [
"minecraft:grass_block"
]
}