This time for sure

This commit is contained in:
abel1502 2025-05-18 15:04:25 +03:00
parent 92b9ab2369
commit 7c135c4a33
No known key found for this signature in database
GPG Key ID: 076926596A536338

View File

@ -170,6 +170,8 @@ public class ItemToolAbility extends ItemTool implements IDepthRockTool, IGUIPro
preset.areaAbility.onDig(preset.areaAbilityLevel, world, x, y, z, player, this);
preset.harvestAbility.postHarvestAll(preset.harvestAbilityLevel, world, player);
return true;
}
return false;