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.

File Details

Fear of Anything - 1.20.1 - 4.1.0

  • R
  • Jan 8, 2026
  • 121.59 KB
  • 23
  • 1.20.1
  • Forge

File Name

firefearmod-4.1.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:fear-of-anything-1212919:7432660")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.