Added 1.3 blocks to isTranslucent.

This commit is contained in:
TomyLobo 2012-08-13 23:23:50 +02:00
parent ad4213e1e3
commit 38a1d8fcc1

View File

@ -916,6 +916,15 @@ public enum BlockType {
isTranslucent.add(BlockID.ENCHANTMENT_TABLE);
isTranslucent.add(BlockID.BREWING_STAND);
isTranslucent.add(BlockID.CAULDRON);
isTranslucent.add(BlockID.WOODEN_STEP);
isTranslucent.add(BlockID.COCOA_PLANT);
isTranslucent.add(BlockID.SANDSTONE_STAIRS);
isTranslucent.add(BlockID.ENDER_CHEST);
isTranslucent.add(BlockID.TRIPWIRE_HOOK);
isTranslucent.add(BlockID.TRIPWIRE);
isTranslucent.add(BlockID.SPRUCE_WOOD_STAIRS);
isTranslucent.add(BlockID.BIRCH_WOOD_STAIRS);
isTranslucent.add(BlockID.JUNGLE_WOOD_STAIRS);
}
/**