mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-02 17:32:03 +01:00
SPIGOT-6656: CauldronLevelChangeEvent is not fired correctly when dripstone fills the cauldron
By: md_5 <git@md-5.net>
This commit is contained in:
parent
581806d851
commit
ba6c523bf3
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ public class CauldronLevelChangeEvent extends BlockEvent implements Cancellable
|
|||
*/
|
||||
EVAPORATE,
|
||||
/**
|
||||
* Filling due to natural fluid sources, eg rain.
|
||||
* Filling due to natural fluid sources, eg rain or dripstone.
|
||||
*/
|
||||
NATURAL_FILL,
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue