Add sweet berry bush to crop list.

This commit is contained in:
wizjany 2020-09-26 22:16:19 -04:00
parent 746b630d01
commit 60b16fc4c7
1 changed files with 2 additions and 1 deletions

View File

@ -1287,7 +1287,8 @@ public final class Materials {
|| type == Material.CACTUS
|| type == Material.SUGAR_CANE
|| type == Material.BAMBOO
|| type == Material.BAMBOO_SAPLING;
|| type == Material.BAMBOO_SAPLING
|| type == Material.SWEET_BERRY_BUSH;
}
/**