Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-09 21:10:05 +01:00
Added 1.3 blocks to isTranslucent.
Dieser Commit ist enthalten in:
Ursprung
ad4213e1e3
Commit
38a1d8fcc1
@ -916,6 +916,15 @@ public enum BlockType {
|
|||||||
isTranslucent.add(BlockID.ENCHANTMENT_TABLE);
|
isTranslucent.add(BlockID.ENCHANTMENT_TABLE);
|
||||||
isTranslucent.add(BlockID.BREWING_STAND);
|
isTranslucent.add(BlockID.BREWING_STAND);
|
||||||
isTranslucent.add(BlockID.CAULDRON);
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren