🌿 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 (such as villagers, iron golems, guards, etc.) when using area-of-effect or ranged attacks. It also blocks attacks between pets and summons with the same owner due to friendly fire or accidental aggression.
⚙️ Features
- ✅ Prevents damage to specific mobs when wearing Philia Amulet
- ✅ Blocks friendly fire between pets/summons with the same owner
- ✅ Configurable via
PhiliaAmuletConfig.tomlfile - ✅ Compatible with mods using
Tameable,OwnableEntity, orMagicSummonclasses/interfaces
🧪 How It Works
- When you damage a mob: if you're wearing Philia Amulet and the mob is on the whitelist, damage is canceled.
- If the attacker and victim share the same owner (e.g., both summoned by the same player), damage is canceled, preventing unnecessary aggression or AI conflicts between friendly mobs.
🔧 Configuration
Configuration file path:
<minecraft_folder>/config/PhiliaAmuletConfig.toml
You can customize the following parameters:
| Configuration Parameter | Description |
|---|---|
| Entity Whitelist | List of entity IDs protected by the amulet |
No Melee Damage Protection |
Allow melee combat to bypass amulet protection (default: false) |
Pets are friendly to each other |
Prevent damage between pets/summons with the same owner (default: true) |
📦 Installation
- Install Forge
- Download this mod and place it in the
mods/folder - Required mods:
- Curios API — required for amulet slot support
🛠️ Compatibility
| Supported Mod | Description |
|---|---|
| Iron's Spells 'n Spellbooks | Supports summoned mobs |
| Goety | Supports skeleton minions, undead servants, etc. |
| Curios | Required for amulet equipment slot |
Mods with TameableAnimal, OwnableEntity, Projectile, AreaEffectCloud |
Auto-compatible |