Geyser/connector/src/main/java/org/geysermc/connector/network/translators/bedrock/entity
Camotoy 96db37c14c
Fix bucket interactions on creative mode (#1369)
* Fix bucket interactions on creative mode

Bedrock uses the BLOCK_INTERACT enum of BedrockActionTranslator to truly indicate if a bucket should be used or not. In order to hook into this, we need to delay the bucket placing by about 5 milliseconds - this gives us time to cancel the interaction if needed.

Bucket sounds will now not play in this case as well.
2020-10-12 20:02:41 -04:00
..
player Fix bucket interactions on creative mode (#1369) 2020-10-12 20:02:41 -04:00
BedrockEntityEventTranslator.java Add support for client side settings (#1035) 2020-08-08 17:41:12 -05:00