mirror of
https://github.com/songoda/EpicFarming.git
synced 2024-11-27 21:15:28 +01:00
beetroot fixed
This commit is contained in:
parent
acd4f9e97a
commit
1a4e7e8635
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user