Homepage » Minecraft Mods » Anger Management Mod (1.16.5, 1.15.2) – Pigmen Calm When A Player Die
Anger Management Mod (1.16.5, 1.15.2) – Pigmen Calm When A Player Die
17,040
views ❘
August 11, 2022
❘ Author: Lothrazar
❘ Available for: Forge
Anger Management Mod (1.16.5, 1.15.2) does two things:
It can cause Pigmen to become peaceful and calm when a nearby player dies, ending the cycle.
And it can make Pigmen aggro on players when they mine certain blocks, with a percentage chance.
You can customize and disable anything in the config file: angermanagement.cfg
Show Spoiler
# Configuration file
angermanagement {
anger {
# List of blocks that will cause anger when mined. [default: [minecraft:quartz_ore], [minecraft:chest], [tconstruct:ore], [cyclicmagic:nether_gold_ore], [cyclicmagic:nether_diamond_ore], [cyclicmagic:nether_emerald_ore], [mysticalagriculture:nether_inferium_ore]]
S:blocksMined <
minecraft:quartz_ore
minecraft:chest
tconstruct:ore
cyclicmagic:nether_gold_ore
cyclicmagic:nether_diamond_ore
cyclicmagic:nether_emerald_ore
mysticalagriculture:nether_inferium_ore
>
# What percent (%) chance that mining will aggro something nearby (0 to disable) [range: 0 ~ 100, default: 25]
I:percentChanceAnger=25
# Horizontal range to look and find things to anger [range: 0 ~ 128, default: 16]
I:rangeAngerHorizontal=16
# Vertical range to look and find things to anger [range: 0 ~ 128, default: 3]
I:rangeAngerVertical=3
}
calm {
# Pigmen will become calm when a nearby player dies [default: true]
B:calmingOnDeathEnabled=true
# Horizontal range to look and find things to calm when player dies [range: 0 ~ 128, default: 16]
I:rangeCalmingHorizontal=16
# Vertical range to look and find things to calm when player dies [range: 0 ~ 128, default: 3]
I:rangeCalmingVertical=3
}
}
Screenshots:
Pigmen calm when you die, and might rage when you mine certain blocks.