Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed CC-BY-NC-ND-4.0
Published last month
Updated last month
🩸 All entities Bleed when getting hit by something
A mod of my Easycraft modpack <3
bleedConfig.json
{
"modEnable": true,
"minDamageToGetBleed": 1,
"bleedingDamage": 2.0,
"bleedingDamageScaleWithHostileMobsHealth": true,
"bleedingDamageScaleByPercentOfHostileMobsHealth": 1.0,
"maxBleedingDamageForHostileMobs": 20.0,
"bleedingDamageDecreaseByArmor": false,
"doesSneakingReduceBleedingDamage": true,
"bleedingDamageReducedWhileSneaking": 0.5,
"bleedingChance": 0.5,
"bleedingChanceDecreaseByArmor": true,
"bleedingDurationInTick": 200,
"bleedingCheckInterval": 40,
"blacklistMobs": [
"minecraft:skeleton",
"caligo:strow",
"minecraft:iron_golem"
]
}