Added ender chest to list of blocks that should not cause ability activation

This commit is contained in:
h31ix 2012-09-30 12:45:23 -04:00
parent e29484e14b
commit 1f4a828297

View File

@ -83,6 +83,7 @@ public class BlockChecks {
case CAKE_BLOCK:
case CHEST:
case DISPENSER:
case ENDER_CHEST:
case ENCHANTMENT_TABLE:
case FENCE_GATE:
case FURNACE: