SkeletonsHurtWither

Skeletons can now hurt withers

File Details

Forge 1.0

  • R
  • Jul 5, 2021
  • 7.16 KB
  • 239
  • 1.16.5
  • Forge

File Name

skeletonshurtwither-1.16.5-1.0.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:skeletonshurtwither-497764:3377555")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

This mod works a different way than the Fabric one.

With that version, only one wither can be damaged by skeletons at the time.

 

Firstly, you need to make the wither attack the entity you want, which will set its health to the maximum and set it as the saved entity.

Secondly, make skeletons attack the wither and if the wither dies, another wither can be set.

 

I was not able to create this forge version for all withers and skeletons, sorry.