▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Simple Blood
Simple Blood

Simple Blood

Adds simple blood particles.

973
12

# Simple Blood


Fabric Client Mod Menu Issues


Adds simple blood particles.


When entities take damage, they bleed proportionally to the amount dealt. Weak hits create small, short splashes, while heavy hits result in dramatic blood bursts. Entities at low health slowly drip blood, and killing blows trigger larger death bursts.


Support me on Ko-fi

Report Issue
Suggest Feature

Features

Hit Burst + Death Burst + Bloodstains


Blood in different colors

Blood in different colors

Iron Golem Debris Particles

Iron Golem Debris Particles

Underwater Blood Fog

Underwater Blood Fog

Everything's configurable

Everything's Configurable

...and many more features!


Configuration

All effects are fully customizable through Mod Menu.


For Mod Developers

Simple Blood provides an API to customize blood behavior for your mod's entities.

import com.bloodmod.BloodModAPI;
import net.minecraft.util.Identifier;

// In your mod's initialization:
BloodModAPI.registerEntityBlood(
    Identifier.of("yourmod", "custom_mob"),
    new BloodModAPI.BloodSettings()
        .setColor(0xFF0000)              // Custom blood color
        .setCanBleed(true)               // Enable/disable bleeding
        .setCanDripAtLowHealth(true)     // Low health dripping
        .setTransformToStains(true)      // Stains/fog transformation
);

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Клиент

Создатели

Детали

Лицензия:GPL-3.0-only
Опубликован:1 месяц назад
Обновлён:1 месяц назад
Главная