Blood Drip Trail - ZenarchistCode/ZenModPack GitHub Wiki

image

What Is This?

This mod adds persistent blood drips when players are bleeding, making them trackable.

The blood drips persist between server restarts etc like any object in-game.

The chance of blood drips and the time persistence of them is configurable.

Config Example:

{
    "CONFIG_VERSION": "1",
    "BloodDropChanceStationary": 0.25, // Chance of spawning a blood drip when player is standing still
    "BloodDropChanceMoving": 0.949999988079071, // Chance of spawning a blood drip while moving
    "BloodDropPersistence": 1800.0 // How long a blood drop will last persistence-wise (in seconds)
}

Master Config

To disable this mod set "ZenBloodDrips": 0 in %server_profile/Zenarchist/Utilities/ZenModPackConfig.json