Advertisement
Guest User

Untitled

a guest
Feb 7th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if(stopEndermenGrief){
  2. Iterator it = GameData.getBlockRegistry().iterator();
  3.  
  4. while(it.hasNext()){
  5. Block block = (Block)it.next();
  6. EntityEnderman.setCarriable(block,false);
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement