Civcraft / Citadel

Do not open issues here; open them on the maintained fork @ DevotedMC
https://github.com/DevotedMC/Citadel
BSD 3-Clause "New" or "Revised" License
6 stars 23 forks source link

Crop reinforcement can be bypassed with bucket #198

Open Maxopoly opened 8 years ago

Maxopoly commented 8 years ago

Directly bucketing the crop will break it, because the reinforcement is only checked in that spot and crops get their reinforcement from the soil.

redmag3 commented 7 years ago

might explain why there is significant break lag when harvesting crops quickly in a "sweeping" motion on a group you're a part of, or trying to break multiple sugarcane with each hit.

ProgrammerDan commented 7 years ago

Been tearing Citadel's database apart, it probably doesn't help that reinforcement breaks are triggering three queries right now... a delete, an update, then a delete .... sigh.