Geyser/connector/src/main/java/org/geysermc/connector/network/translators/block
RednedEpic 79185fabb5 Only send block sounds when a block is being placed
Previously, any time a block was clicked whether it be with a block in the hand or not, a sound would play. This checks if the item in the players hand is indeed a block as well as the same block in the UpdateBlockPacket, and properly plays the packet.
2020-04-23 01:01:33 -05:00
..
entity Fix javadoc related errors 2020-04-22 01:03:46 -05:00
BlockStateValues.java Fix javadoc related errors 2020-04-22 01:03:46 -05:00
BlockTranslator.java Only send block sounds when a block is being placed 2020-04-23 01:01:33 -05:00