Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(stopEndermenGrief){
- Iterator it = GameData.getBlockRegistry().iterator();
- while(it.hasNext()){
- Block block = (Block)it.next();
- EntityEnderman.setCarriable(block,false);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement