Fix custom blocks not regenerating with mmocore.

This commit is contained in:
Ethan 2021-03-08 23:28:50 -05:00
parent a7bdf4f210
commit b3478393f9

View File

@ -40,7 +40,7 @@ public class MMOItemsBlockType implements BlockType {
@Override
public void regenerate(RegeneratingBlock regeneratingBlock) {
place(regeneratingBlock);
}
@Override