Enable Beetroot I think

This commit is contained in:
t00thpick1
2016-06-19 17:33:43 -04:00
parent 11aa126b80
commit 70de0ba00b
5 changed files with 9 additions and 1 deletions

View File

@ -149,6 +149,7 @@ public final class BlockUtils {
case CARROT:
case POTATO:
case BEETROOT_BLOCK:
return blockState.getRawData() == CropState.RIPE.getData();
case CROPS: