Fixed animation for harvesting willow branches

This commit is contained in:
RiL
2023-03-21 04:13:08 +00:00
committed by Ryan
parent 7ec901297b
commit 0cb814d26e
@@ -52,7 +52,7 @@ class CropHarvester : OptionHandler() {
return true
}
var requiredItem = when(fPatch.type){
PatchType.HERB -> Items.SECATEURS_5329
PatchType.HERB, PatchType.TREE -> Items.SECATEURS_5329
else -> Items.SPADE_952
}
if(requiredItem == Items.SECATEURS_5329){