Advertisement
Guest User

Endermen block allowed list

a guest
Sep 18th, 2011
856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. field_35186_b = new boolean[256];
  2.  
  3. field_35186_b[Block.stone.blockID] = true;
  4.  
  5. field_35186_b[Block.grass.blockID] = true;
  6.  
  7. field_35186_b[Block.dirt.blockID] = true;
  8.  
  9. field_35186_b[Block.cobblestone.blockID] = true;
  10.  
  11. field_35186_b[Block.planks.blockID] = true;
  12.  
  13. field_35186_b[Block.sand.blockID] = true;
  14.  
  15. field_35186_b[Block.gravel.blockID] = true;
  16.  
  17. field_35186_b[Block.oreGold.blockID] = true;
  18.  
  19. field_35186_b[Block.oreIron.blockID] = true;
  20.  
  21. field_35186_b[Block.oreCoal.blockID] = true;
  22.  
  23. field_35186_b[Block.wood.blockID] = true;
  24.  
  25. field_35186_b[Block.leaves.blockID] = true;
  26.  
  27. field_35186_b[Block.sponge.blockID] = true;
  28.  
  29. field_35186_b[Block.glass.blockID] = true;
  30.  
  31. field_35186_b[Block.oreLapis.blockID] = true;
  32.  
  33. field_35186_b[Block.blockLapis.blockID] = true;
  34.  
  35. field_35186_b[Block.sandStone.blockID] = true;
  36.  
  37. field_35186_b[Block.cloth.blockID] = true;
  38.  
  39. field_35186_b[Block.plantYellow.blockID] = true;
  40.  
  41. field_35186_b[Block.plantRed.blockID] = true;
  42.  
  43. field_35186_b[Block.mushroomBrown.blockID] = true;
  44.  
  45. field_35186_b[Block.mushroomRed.blockID] = true;
  46.  
  47. field_35186_b[Block.blockGold.blockID] = true;
  48.  
  49. field_35186_b[Block.blockSteel.blockID] = true;
  50.  
  51. field_35186_b[Block.brick.blockID] = true;
  52.  
  53. field_35186_b[Block.tnt.blockID] = true;
  54.  
  55. field_35186_b[Block.bookShelf.blockID] = true;
  56.  
  57. field_35186_b[Block.cobblestoneMossy.blockID] = true;
  58.  
  59. field_35186_b[Block.oreDiamond.blockID] = true;
  60.  
  61. field_35186_b[Block.blockDiamond.blockID] = true;
  62.  
  63. field_35186_b[Block.workbench.blockID] = true;
  64.  
  65. field_35186_b[Block.oreRedstone.blockID] = true;
  66.  
  67. field_35186_b[Block.oreRedstoneGlowing.blockID] = true;
  68.  
  69. field_35186_b[Block.ice.blockID] = true;
  70.  
  71. field_35186_b[Block.cactus.blockID] = true;
  72.  
  73. field_35186_b[Block.blockClay.blockID] = true;
  74.  
  75. field_35186_b[Block.pumpkin.blockID] = true;
  76.  
  77. field_35186_b[Block.netherrack.blockID] = true;
  78.  
  79. field_35186_b[Block.slowSand.blockID] = true;
  80.  
  81. field_35186_b[Block.glowStone.blockID] = true;
  82.  
  83. field_35186_b[Block.pumpkinLantern.blockID] = true;
  84.  
  85. field_35186_b[Block.field_35285_bn.blockID] = true;
  86.  
  87. field_35186_b[Block.field_35286_bo.blockID] = true;
  88.  
  89. field_35186_b[Block.field_35287_bp.blockID] = true;
  90.  
  91. field_35186_b[Block.field_35281_bs.blockID] = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement