Skip to content
Charly Bollinger edited this page Jan 19, 2024 · 1 revision

Wither

💖 Increased Health

Withers' health is slightly increased.

Description

Withers' health is 1.33x its old health.
It now has 400 of health (200 hearts).

⛈️ Stormy Weather

As long as a Wither is alive, it will be raining and thundering.

Description

If a Wither is in a loaded chunk, the weather turns to rain and thunder.
It stops 2s after the last Wither is killed.

💥 Explosion

Withers summon a big explosion when half health.

Description

When they are half health, Withers summon the same explosion as when they spawn.
A Wither can summon this explosion only once, even if it regens and fall back to half health.

💀​ Reinforcements Call

Withers summon Wither Skeletons when half health.

Description

When they are half health, Withers summon 3 to 5 Wither Skeletons around them depending on local difficulty.
A Wither can summon reinforcements only once, even if it regens and fall back to half health.
Note that less Wither Skeletons can spawn if it didn't find a valid spawn position.

Configuration

The configuration of the Wither can be found in .minecraft/config/sihywtcamd/bosses.json.
Every Wither change is server-side. This means you don't need the mod on the client to enable these.

  • increasedHealth: [true|false] to enable/disable increased withers' health
  • stormyWeather: [true|false] to enable/disable withers' weather change
  • explosion: [true|false] to enable/disable withers' explosion
  • skeletonsSpawn: [true|false] to enable/disable withers' reinforcements call
Clone this wiki locally