Closed cech12 closed 2 years ago
When a bucket breaks because of the break temperature or or reaching the max durability, no breaking sound is played.
The cause is that in the fluid handler the player context is missing and the damageByOne method is called with a null player.
damageByOne
null
Will be released in version 0.5.3.0
When a bucket breaks because of the break temperature or or reaching the max durability, no breaking sound is played.
The cause is that in the fluid handler the player context is missing and the
damageByOne
method is called with anull
player.