Add support for new 1.5 inventory blocks.

This commit is contained in:
GJ 2013-03-16 12:22:22 -04:00
parent b0d609e9a3
commit 42bc5065df

View File

@ -93,6 +93,9 @@ public final class BlockUtils {
case WORKBENCH:
case BEACON:
case ANVIL:
case DROPPER:
case HOPPER:
case TRAPPED_CHEST:
return false;
default: