This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I am trying to make a sword that withers any mobs that is hit with it. Does anyone know how to do this? Please help!
P.S. I am using the latest version of forge for Minecraft 1.8.
Bump
Please inspect the source code next time. After 30 seconds I found a hitEntity method in the Sword class that has the params you need. I hope you know how to apply a potion effect.
I am trying to make a sword that withers any mobs that is hit with it. Does anyone know how to do this? Please help!
P.S. I am using the latest version of forge for Minecraft 1.8.
Bump
Please inspect the source code next time. After 30 seconds I found a hitEntity method in the Sword class that has the params you need. I hope you know how to apply a potion effect.