promotional bannermobile promotional banner

Realistic Blood FX

Realistic blood particle effects for Minecraft Bedrock. Automatic hit splatter and death blood pools, optimized for performance and mobile compatibility.
a_dramatic_promotional_game_splash_image_with_a_da_1.png

a_dramatic_promotional_game_splash_image_with_a_da_1.png

a_dramatic_dark_minecraft_style_promotional_scene_2_batch_1.png

a_dramatic_dark_minecraft_style_promotional_scene_2_batch_1.png

a_dramatic_cinematic_game_themed_promotional_imag_3_batch_2.png

a_dramatic_cinematic_game_themed_promotional_imag_3_batch_2.png

BloodFX-Sm.jpg

BloodFX-Sm.jpg

BloodFX-CurseForge-3.png

BloodFX-CurseForge-3.png

BloodFX-CurseForge-1.png

BloodFX-CurseForge-1.png

Description

Realistic Blood FX  v2.1.0

Realistic Blood FX enhances combat in Minecraft Bedrock Edition with dynamic blood particles, temporary ground splatters, death pools, and a new reactive Blood Screen system.

Hits feel more noticeable without permanently covering the world in effects. Blood appears around damaged entities, can reach nearby solid ground, fades automatically, and scales depending on the situation.

The addon is designed for survival worlds, multiplayer servers, combat addons, and weapon packs while keeping the effects temporary and performance-friendly.

Blood Screen

Players can now receive a dynamic first-person Blood Screen effect when taking damage or reaching low health.

The Blood Screen supports three intensity modes:

  • LOW – subtle screen effects
  • MEDIUM – balanced default intensity
  • HIGH – stronger and more visible effects

Each mode uses multiple blood stages that become progressively stronger as the player's health decreases.

Taking damage also creates a short splash effect on the screen. This temporary hit effect fades away automatically while the persistent low-health Blood Screen remains visible underneath when required.

The Blood Screen can also be disabled through the BloodFX settings.

Dynamic Blood Effects

When supported players, animals, or mobs take damage, blood particles and splashes can appear around the impact area.

Blood reaching a valid solid surface can create temporary ground splatters.

The amount and appearance of blood varies naturally to prevent every hit from looking identical.

Death Pools

Defeated entities can leave behind a larger temporary blood pool.

Pool size depends on the size of the entity:

  • Small animals and mobs create smaller pools
  • Normal mobs create medium-sized pools
  • Large entities create larger pools
  • Players receive a larger and more noticeable death pool

All pools disappear automatically after a short period.

Smart Placement

Blood effects are designed to avoid unrealistic placement whenever possible.

Ground effects avoid vegetation such as grass, flowers, and similar plants, helping prevent blood pools from floating above blocks or appearing incorrectly on foliage.

Flying creatures also avoid creating ground effects while they are too far above the surface.

Features

  • Dynamic blood particles when entities take damage
  • Temporary blood splashes on solid ground
  • Different death-pool sizes depending on entity size
  • Larger blood pools for player deaths
  • Dynamic first-person Blood Screen
  • LOW, MEDIUM and HIGH Blood Screen modes
  • Multiple Blood Screen intensity stages
  • Separate temporary hit-splash effect
  • Smoothly fading screen effects
  • Persistent Blood Screen at low health
  • Blood Screen can be disabled
  • Temporary effects that automatically disappear
  • Smart ground placement
  • Avoids grass, flowers and similar vegetation
  • No permanent blood left in the world
  • Automatic operation during normal gameplay
  • Multiplayer-friendly design
  • Optimized textures and lightweight effects
  • Compatible with many combat and weapon addons

Installation & Setup

Installation

  1. Download the BloodFX .mcaddon file.
  2. Open the downloaded file with Minecraft Bedrock Edition.
  3. Minecraft will automatically import the included packs.
  4. Open the settings of your world.
  5. Activate the BloodFX Behavior Pack.
  6. Activate the BloodFX Resource Pack.
  7. Start or restart the world.

Both packs are required for all BloodFX features and textures to work correctly.

First Start

BloodFX works automatically after the Behavior Pack and Resource Pack have been activated.

You do not need to manually enable blood effects every time you enter the world.

BloodFX Settings Menu

BloodFX includes an in-game settings menu.

Open the menu with:

/function blood/set

From the settings menu you can configure the BloodFX effects for your world.

Blood Screen Settings

The Blood Screen has multiple intensity options:

OFF
Disables the first-person Blood Screen completely.

LOW
Uses lighter blood coverage and the weakest temporary hit splash.

MEDIUM
Balanced Blood Screen intensity with a stronger hit splash.

HIGH
Provides the strongest Blood Screen and hit splash effects.

The selected mode also controls how strongly blood appears on the screen as the player's health decreases.

Dedicated Server Installation

BloodFX can also be installed on a Minecraft Bedrock Dedicated Server.

1. Rename the Addon

Download the .mcaddon file and rename the file extension:

BloodFX-2.1a.mcaddon

to:

BloodFX-2.1a.zip

Extract the ZIP file.

Inside you will find:

BP – Behavior Pack
RP – Resource Pack

2. Copy the Packs to Your Server

Copy the BP folder to:

behavior_packs/BloodFX-BP

Copy the RP folder to:

resource_packs/BloodFX-RP

You can rename the folders to BloodFX-BP and BloodFX-RP for easier identification.

3. Find the Pack UUIDs

Open:

behavior_packs/BloodFX-BP/manifest.json

Find the UUID and version inside the header section:

"header": {
    "uuid": "YOUR-BEHAVIOR-PACK-UUID",
    "version": [2, 1, 3]
}

Then open:

resource_packs/BloodFX-RP/manifest.json

and find the Resource Pack UUID and version:

"header": {
    "uuid": "YOUR-RESOURCE-PACK-UUID",
    "version": [2, 1, 3]
}

Important: Always use the UUID and version from the header section. Do not use the module UUID.

4. Add the Behavior Pack to the World

Open your world folder:

worlds/YOUR_WORLD/

Create or edit:

world_behavior_packs.json

Add:

[
    {
        "pack_id": "YOUR-BEHAVIOR-PACK-UUID",
        "version": [2, 1, 3]
    }
]

5. Add the Resource Pack to the World

In the same world folder, create or edit:

world_resource_packs.json

Add:

[
    {
        "pack_id": "YOUR-RESOURCE-PACK-UUID",
        "version": [2, 1, 3]
    }
]

6. Existing Packs

If your server already uses other addons, do not delete the existing entries.

Add BloodFX as another entry:

[
    {
        "pack_id": "EXISTING-PACK-UUID",
        "version": [1, 0, 0]
    },
    {
        "pack_id": "BLOODFX-PACK-UUID",
        "version": [2, 1, 3]
    }
]

Remember to include a comma between entries.

7. Restart the Server

Completely stop and restart the Bedrock Dedicated Server.

During startup, check the server log. BloodFX should appear in the Pack Stack.

If the log reports:

Configured pack ... was not found and was ignored

check that:

  • The UUID exactly matches the header.uuid from manifest.json.
  • The version exactly matches the header.version.
  • BP is located inside behavior_packs.
  • RP is located inside resource_packs.
  • The correct world folder was edited.

Updating BloodFX

When updating BloodFX, always check the new manifest.json files.

If the internal pack version has changed, update the version in both:

world_behavior_packs.json

and:

world_resource_packs.json

The version in these files must match the version in the corresponding pack's manifest.json.

Player Menu Access

Server operators can control whether normal players are allowed to open the BloodFX settings menu.

Open the BloodFX settings with:

/function blood/set

Operators will see an additional Player Menu Access option:

  • ALLOW PLAYERS – normal players can open their personal BloodFX settings.
  • OP ONLY – only server operators can open the BloodFX settings menu.

The Player Menu Access option is only visible to operators.

Normal players never see this administrative setting.

When player access is disabled, normal players who try to open /function blood/set will receive a short message informing them that the BloodFX settings are restricted to operators.

This allows server owners to decide whether players may customize their own Blood Screen settings or whether all BloodFX configuration should remain under administrator control.

Multiplayer / Dedicated Servers

BloodFX can also be used on Minecraft Bedrock Dedicated Servers.

Make sure both the Behavior Pack and Resource Pack are assigned to the world.

Players joining the server need the Resource Pack in order to see the custom BloodFX textures and Blood Screen effects.

Updating BloodFX

When installing a newer BloodFX version:

  1. Stop or leave the world.
  2. Replace the previous BloodFX packs with the new version.
  3. Make sure both the new Behavior Pack and Resource Pack are active.
  4. Restart the world or server.

If Minecraft continues to display textures from an older version, remove the old BloodFX Resource Pack from the device and import the current version again.

5. If the Client have the old texture, pls delet the old addon in the client (Minecraft Settings)

Compatibility

Designed for Minecraft Bedrock Edition.

Realistic Blood FX can be used alongside many survival, combat, weapon, mob, and gameplay addons.

For the full visual experience, both the Behavior Pack and Resource Pack must be enabled.

The Realistic Blood FX Team

profile avatar
  • 7
    Followers
  • 10
    Projects
  • 11.5K
    Downloads

More from LightscribeView all