SPIGOT-6656: CauldronLevelChangeEvent is not fired correctly when dripstone fills the cauldron

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2021-07-18 10:14:43 +10:00
parent 581806d851
commit ba6c523bf3

View File

@ -157,7 +157,7 @@ public class CauldronLevelChangeEvent extends BlockEvent implements Cancellable
*/ */
EVAPORATE, EVAPORATE,
/** /**
* Filling due to natural fluid sources, eg rain. * Filling due to natural fluid sources, eg rain or dripstone.
*/ */
NATURAL_FILL, NATURAL_FILL,
/** /**