promotional bannermobile promotional banner

Fear of Anything

This mod makes selected mobs flee from configurable blocks and items. Customize which entities are affected, what they fear, and optimize performance with cooldowns, proximity checks, and fire-related settings for better efficiency.
Back to Files

Fear of Anything - 1.20.1 - 4.1.0

File namefirefearmod-4.1.0.jar
Uploader
SylsatraSylsatra
Uploaded
Jan 8, 2026
Downloads
26
Size
121.6 KB
Mod Loaders
Forge
File ID
7432660
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:fear-of-anything-1212919:7432660")

Learn more about Curse Maven

What's new

v4.1.0

Changelog:

  • Added more conditions to the trauma datapacks:
    + mutual_vision: in combine with fear_override, when using together, the mob will only fear if the player/mob with the fear_override is looking at it. If not mentioned, it will be false.
    {
      "type": "item",
      "id": "minecraft:diamond_sword",
      "fear_override": true,
      "mutual_vision": true
    }

    + temptation or is_tempted_by: when using with the Item & Block Attraction mod, the item with temptation or is_tempted_by will bypass the fear. For example: a cow is fear of the player, the player is holding an item with "temptation", the cow will follow the player holding the item.
    {
      "type": "item",
      "id": "minecraft:wheat",
      "temptation": true
    }

     

  • Fixed some bugs from the previous version.

This mod has no additional files