beetroot fixed

This commit is contained in:
Brianna O'Keefe 2018-11-04 00:37:24 -05:00
parent acd4f9e97a
commit 1a4e7e8635

View File

@ -64,7 +64,7 @@ public class GrowthTask extends BukkitRunnable {
switch(cropData.getState()) {
case SEEDED:
if (material == Material.BEETROOT)
if (material == Material.BEETROOTS)
cropData.setState(CropState.VERY_SMALL);
else
cropData.setState(CropState.GERMINATED);