1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-02 01:36:26 +02:00

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

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