

Social Distance for Minecraft
This modification is specifically designed for modpacks and limits players' ability to easily eliminate bosses from a distance. It establishes a protective zone around certain creatures, preventing damage from being inflicted from afar.
Parameter Configuration
The default configuration file contains the following parameters:
{
"show_message": true,
"message_overlay": true,
"distance_config": {
"minecraft:wither": 32.0,
"minecraft:warden": 32.0
}
}
To add a new boss to the list of protected creatures, you need to add an entry to the "distance_config" section. The entry key specifies the entity identifier (namespace:path), and the value determines the radius of the "social distance" (floating-point number) within which players can attack the target.
Error Reporting
If you discover errors or have suggestions for improving functionality, report them on the project discussion page.