Disable Creeper Prime Explosion Animation

Discussion in 'Plugin Development' started by John Cameron, Jun 1, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    John Cameron

    Hello all!
    How do I disable the exploding animation right before it explodes.
    Like the creeper gets all big when about to explode, how to cancel it?

    Thanks! :D
     
  2. Offline

    DSH105

    Listen to the EntityTargetEvent and cancel it for Creepers :)

    Or you could extend EntityCreeper and remove that function. But that's a bit much for what you're after.
     
Thread Status:
Not open for further replies.

Share This Page