Description
๐ฟ PhiLia Amulet
๐ A Minecraft mod that prevents friendly fire between you and your pets, summons, or friendly mobs.
๐งญ Overview
PhiLia Amulet is a lightweight and configurable Minecraft mod (Forge) that prevents unintentional damage to certain mobs (like villagers, iron golems, guard villagers, etc.) when using area-of-effect or ranged attacks. It also blocks pets and summons with the same owner from attacking each other due to friendly fire or accidental aggression.
โ๏ธ Features
- โ Prevents you from damaging specific mobs when wearing the Philia Amulet
- โ Blocks friendly fire between pets/summons with the same owner
- โ
Configurable via
PhiliaAmuletConfig.toml - โ
Compatible with mods using
Tameable,OwnableEntity, orMagicSummonclass/interface
๐งช How It Works
-
When you hurt a mob: If you’re wearing the Philia Amulet, and the mob is whitelisted, damage is canceled.
-
If the attacker and the victim share the same owner (e.g. both summoned by the same player), damage is canceled, thus preventing unnecessary aggression or AI conflict between friendly mobs.
๐ง Configuration
Config file path<minecraft_folder>/config/PhiliaAmuletConfig.toml
You can customize the following options:
| Config Option | Description |
|---|---|
Entity Whitelist |
List of entity IDs protected by the amulet |
No Self-Harm |
You can not hurt yourself (default: false) |
| No Melee Damage Protection | Allow melee damage to bypass amulet protection (default: false) |
| Pets are friendly to whitelisted mobs | Prevent damage between pets/summons with same owner (default: true) |
| Pets are friendly to each other | Disable damage between pets or summons which have the same owner (default: true) |
๐ฆ Installation
- Install Forge
- Download this mod and place it into the
mods/folder - Necessary mods:
- Curios API – Required for amulet slot support
๐ ๏ธ Compatibility
| Supported Mod | Description |
|---|---|
| Iron's Spells 'n Spellbooks | Supports its summoned mobs |
| Goety | Supports skeleton minions, undead servants, etc. |
| Curios | Required for amulet equipment slot |
Mods with TameableAnimal, OwnableEntity, Projectile, AreaEffectCloud |
Auto-compatible |


