Guest User

Untitled

a guest
Feb 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.49 KB | None | 0 0
  1.      field_35186_b = new boolean[256];
  2.         field_35186_b[Block.stone.blockID] = true;
  3.         field_35186_b[Block.grass.blockID] = true;
  4.         field_35186_b[Block.dirt.blockID] = true;
  5.         field_35186_b[Block.cobblestone.blockID] = true;
  6.         field_35186_b[Block.planks.blockID] = true;
  7.         field_35186_b[Block.sand.blockID] = true;
  8.         field_35186_b[Block.gravel.blockID] = true;
  9.         field_35186_b[Block.oreGold.blockID] = true;
  10.         field_35186_b[Block.oreIron.blockID] = true;
  11.         field_35186_b[Block.oreCoal.blockID] = true;
  12.         field_35186_b[Block.wood.blockID] = true;
  13.         field_35186_b[Block.leaves.blockID] = true;
  14.         field_35186_b[Block.sponge.blockID] = true;
  15.         field_35186_b[Block.glass.blockID] = true;
  16.         field_35186_b[Block.oreLapis.blockID] = true;
  17.         field_35186_b[Block.blockLapis.blockID] = true;
  18.         field_35186_b[Block.sandStone.blockID] = true;
  19.         field_35186_b[Block.cloth.blockID] = true;
  20.         field_35186_b[Block.plantYellow.blockID] = true;
  21.         field_35186_b[Block.plantRed.blockID] = true;
  22.         field_35186_b[Block.mushroomBrown.blockID] = true;
  23.         field_35186_b[Block.mushroomRed.blockID] = true;
  24.         field_35186_b[Block.blockGold.blockID] = true;
  25.         field_35186_b[Block.blockSteel.blockID] = true;
  26.         field_35186_b[Block.brick.blockID] = true;
  27.         field_35186_b[Block.tnt.blockID] = true;
  28.         field_35186_b[Block.bookShelf.blockID] = true;
  29.         field_35186_b[Block.cobblestoneMossy.blockID] = true;
  30.         field_35186_b[Block.oreDiamond.blockID] = true;
  31.         field_35186_b[Block.blockDiamond.blockID] = true;
  32.         field_35186_b[Block.workbench.blockID] = true;
  33.         field_35186_b[Block.oreRedstone.blockID] = true;
  34.         field_35186_b[Block.oreRedstoneGlowing.blockID] = true;
  35.         field_35186_b[Block.ice.blockID] = true;
  36.         field_35186_b[Block.cactus.blockID] = true;
  37.         field_35186_b[Block.blockClay.blockID] = true;
  38.         field_35186_b[Block.pumpkin.blockID] = true;
  39.         field_35186_b[Block.netherrack.blockID] = true;
  40.         field_35186_b[Block.slowSand.blockID] = true;
  41.         field_35186_b[Block.glowStone.blockID] = true;
  42.         field_35186_b[Block.pumpkinLantern.blockID] = true;
  43.         field_35186_b[Block.field_35285_bn.blockID] = true;
  44.         field_35186_b[Block.field_35286_bo.blockID] = true;
  45.         field_35186_b[Block.field_35287_bp.blockID] = true;
  46.         field_35186_b[Block.field_35281_bs.blockID] = true;
  47.     }
Add Comment
Please, Sign In to add comment