mirror of
https://github.com/songoda/EpicFarming.git
synced 2024-11-30 22:43:35 +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()) {
|
switch(cropData.getState()) {
|
||||||
case SEEDED:
|
case SEEDED:
|
||||||
if (material == Material.BEETROOT)
|
if (material == Material.BEETROOTS)
|
||||||
cropData.setState(CropState.VERY_SMALL);
|
cropData.setState(CropState.VERY_SMALL);
|
||||||
else
|
else
|
||||||
cropData.setState(CropState.GERMINATED);
|
cropData.setState(CropState.GERMINATED);
|
||||||
|
Loading…
Reference in New Issue
Block a user