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
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.

