Mob fear

Quick rating

Mob fear

No reviews yet

The more you kill, the more targeted you become!

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
mob-fear-1.0.0.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

image

Mob Fear

A Minecraft Fabric mod that makes mobs react to player dominance. As you hunt and kill mobs, they learn to fear you!

Features

Kill Tracking

The mod tracks how many of each mob type you've killed. Your reputation builds up separately for each hostile mob type.

Hesitation (5+ kills)

After killing 5 or more of a specific mob type, nearby mobs of that type become hesitant:

  • Move slower (Slowness II effect)
  • Attack less effectively (Weakness effect)
  • Display subtle smoke particle effects

Terror (10+ kills)

After killing 10 or more of a specific mob type, those mobs are terrified of you:

  • When close (within 6 blocks), they freeze in fear (Slowness IV)
  • When further away, they actively flee from you
  • They refuse to target you
  • Display soul particle effects showing their terror

Low Health Vulnerability

When your health drops below 30%:

  • All nearby hostile mobs sense your weakness
  • They become more aggressive: 30% faster movement and 50% more damage
  • They display angry villager particles
  • This overrides any fear they might have of you

Death Reset

When you die, your dominance fades:

  • All kill counts reset to zero
  • Mobs no longer fear you
  • You must rebuild your reputation from scratch

Mechanics

Threshold Effect Visual
5 kills Hesitation (slow, weak) Smoke particles
10 kills Flee behavior Soul particles
Player < 30% HP Mob aggression boost Angry villager particles
Player death All counts reset -
  • Fear effects work within a 16-block radius
  • Each mob type is tracked separately (killing zombies doesn't affect skeleton behavior)
  • Works on all hostile mobs

Requirements

  • Minecraft 1.21.1
  • Fabric Loader 0.16.0+
  • Fabric API
  • Java 21+

Installation

  1. Install Fabric Loader for Minecraft 1.21.1
  2. Download and install Fabric API
  3. Download mob-fear-1.0.0.jar from the releases
  4. Place the JAR file in your mods folder
  5. Launch Minecraft with the Fabric profile

Building from Source

git clone https://github.com/Simplifine-gamedev/mob-fear.git
cd mob-fear
./gradlew build

The compiled JAR will be in build/libs/.

How It Works

The mod uses Fabric's entity events to track when you kill mobs. It stores kill counts per player (by UUID) and per mob type. Every server tick, it checks nearby hostile mobs and applies appropriate effects based on your kill count for that mob type and your current health percentage.

Status effects are used for the speed/damage modifications:

  • Slowness for hesitation/freeze effects
  • Weakness for reduced attack power
  • Speed for fleeing behavior

Attribute modifiers are used for the aggression boost when the player is at low health.

Tips

  • Focus on one mob type to quickly build up fear
  • Be careful when your health is low - mobs will sense your weakness
  • Don't die if you want to maintain your dominance!
  • The fear system makes farming specific mobs easier over time

License

MIT License - Feel free to use, modify, and distribute.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works