-
Notifications
You must be signed in to change notification settings - Fork 3
Wither Skeleton
Charly Bollinger edited this page Oct 25, 2024
·
8 revisions
Wither Skeletons can spawn baby.
-> In EXTENSIONS mod! 🧩
- Wither Skeletons have a 20% chance to spawn baby.
- They are 2x smaller, like any baby mob, so they can walk under 2 blocks height.
Wither Skeletons can spawn with a Bow.
- Wither Skeletons have a 25% chance to spawn holding a Bow instead of a Sword.
Babies can't hold Bows, so the chances actually drop back to 20% if babies are enabled. - Arrows shot by Wither Skeletons are on fire (this is a Minecraft feature).
Wither Skeletons spawn with an Iron Sword.
Wither Skeletons hold an Iron Sword instead of a Stone Sword.
It has 5% chance to drop, 2x more than Wither Skulls.
The configuration of the Wither Skeleton can be found in .minecraft/config/sihywtcamd/skeletons.json
and .minecraft/config/sihywtcamd_extensions/skeletons.json
.
-
baby: [true|false]
to enable/disable spawn of baby wither skeletons (EXTENSIONS) 🧩 -
bow: [true|false]
to enable/disable bows for wither skeletons -
ironSword: [true|false]
to enable/disable netherite swords for wither skeletons