Commits
md_5 authored 6b1594cb519
897 897 | case PURPUR_BLOCK: |
898 898 | case PURPUR_PILLAR: |
899 899 | case PURPUR_STAIRS: |
900 900 | case PURPUR_DOUBLE_SLAB: |
901 901 | case PURPUR_SLAB: |
902 902 | case END_BRICKS: |
903 903 | case GRASS_PATH: |
904 904 | case STRUCTURE_BLOCK: |
905 905 | case COMMAND_REPEATING: |
906 906 | case COMMAND_CHAIN: |
907 + | case FROSTED_ICE: |
907 908 | return true; |
908 909 | default: |
909 910 | return false; |
910 911 | } |
911 912 | } |
912 913 | |
913 914 | /** |
914 915 | * Check if the material is a block and does not block any light |
915 916 | * |
916 917 | * @return True if this material is a block and does not block any light |