1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-27 03:04:44 +02:00

Don't active skills on shulker blocks Fixes

This commit is contained in:
t00thpick1
2018-04-07 13:32:59 -04:00
parent 2e120abe3a
commit 875db44afd

@ -88,6 +88,7 @@ public final class BlockUtils {
case JUNGLE_FENCE :
case SPRUCE_FENCE :
case ARMOR_STAND :
case SHULKER_SHELL:
return false;
default :