Also apply crop-growth to fully grown stems creating "fruit".

This commit is contained in:
wizjany 2019-05-27 20:51:28 -04:00
parent 029f867a41
commit a29afe8cc1

View File

@ -1159,7 +1159,9 @@ public static boolean isCrop(Material type) {
|| type == Material.POTATOES
|| type == Material.BEETROOTS
|| type == Material.MELON_STEM
|| type == Material.PUMPKIN_STEM;
|| type == Material.PUMPKIN_STEM
|| type == Material.PUMPKIN
|| type == Material.MELON;
}
/**