mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +00:00
Added 1.3 blocks to isTranslucent.
This commit is contained in:
parent
ad4213e1e3
commit
38a1d8fcc1
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user