mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-08 07:27:39 +01:00
Fixed comp with MMOCore
This commit is contained in:
parent
af0e158746
commit
3ed88704f4
BIN
lib/MMOCore.jar
BIN
lib/MMOCore.jar
Binary file not shown.
@ -43,4 +43,9 @@ public class MMOItemsBlockType implements BlockType {
|
||||
public String generateKey() {
|
||||
return "mmoitems-custom-block-" + id;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean breakRestrictions(Block block) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user