Advertisement
juicyCoder

Untitled

Feb 22nd, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. AAC v4 Crazy Spawn Custom Module
  2.  
  3.  
  4. //private int i;
  5.  
  6. if(mc.thePlayer.getHealth() == 0){
  7. i=1;
  8. this.time.reset();
  9. }
  10. if (i==1) {
  11. if(this.time.isDelayComplete(50)){
  12. if(!mc.thePlayer.isDead && mc.thePlayer.isEntityAlive()){
  13. mc.thePlayer.motionY = 8; // aka 1 - 10;
  14. i=0;
  15.  
  16.  
  17. }
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement