File Details
Fear of Anything - 1.20.1 - 4.0.0
- R
- Jan 7, 2026
- 112.98 KB
- 13
- 1.20.1
- Forge
File Name
firefearmod-4.0.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
v4.0.0 Major Update!
Changelog:
- Fixed a bug where the multi-trauma profiles do not work as intended; now they do.
- Support the latest version of Sound Attract.
- Support Item & Block Attraction. The lure item will override fear.
- Supporting complex logic like
HEALTH_PERCENT,IS_DAY,IS_RAINING, andY_LEVEL.{ "group_id": "example:scared_when_hurt", "conditions": [ { "type": "health_percent", "max": 0.5 }, { "type": "is_raining", "value": true } ], "stages": [ ... ] }Example datapacks at:
+ https://github.com/Sylsatra/firefearmod/tree/4.0.0-1.20.1/datapacks/example_lure_showcase
This one showcases that the Item & Block Attraction item will override zombie's fear of the player.
+ https://github.com/Sylsatra/firefearmod/tree/4.0.0-1.20.1/datapacks/example_multiprofile
This one showcases that the cow will flee at different speed depending on the source, fire = 1.6x; player = 1.0x.

