mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
Add support for new 1.5 inventory blocks.
This commit is contained in:
parent
b0d609e9a3
commit
42bc5065df
@ -93,6 +93,9 @@ public final class BlockUtils {
|
|||||||
case WORKBENCH:
|
case WORKBENCH:
|
||||||
case BEACON:
|
case BEACON:
|
||||||
case ANVIL:
|
case ANVIL:
|
||||||
|
case DROPPER:
|
||||||
|
case HOPPER:
|
||||||
|
case TRAPPED_CHEST:
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user