-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
When beetroot is fully grown, this isnt returning true.
Tried BEETROOT and BEETROOT_BLOCK
if(b.getType() == Material.BEETROOT_BLOCK){ if(b.getData() == CropState.RIPE.getData()){ } }
I've created a pull request into bukkit/master