mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-03 23:07:40 +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
@ -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,
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user