Add nether warts to crop list.

Closes #1669.
This commit is contained in:
wizjany 2020-11-17 18:35:55 -05:00
parent 8350267b10
commit d313f2caad
1 changed files with 2 additions and 1 deletions

View File

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