Geyser/connector/src/main/java/org/geysermc/connector/network
Camotoy 988fd66a85
Fix boat movement on land (#1668)
* Fix boat movement on land

1.16.100 appears to now take advantage of two newer entity metadata properties, IS_BUOYANT and BUOYANCY_DATA. Without the former, moving on land will not work properly. With the former and without the latter, moving in water no longer works.

* Use offset kind of
2020-12-15 13:09:40 -05:00
..
remote Merge branch 'master' into plugin (should fix building) 2020-01-18 16:46:07 -06:00
session Fix boat movement on land (#1668) 2020-12-15 13:09:40 -05:00
translators Fix boat movement on land (#1668) 2020-12-15 13:09:40 -05:00
BedrockProtocol.java Change default protocol version to 422 (#1640) 2020-12-09 11:30:59 -05:00
ConnectorServerEventHandler.java Added IGeyserPingPassthrough#getPingInformation(InetSocketAddress) to make logging of the pinging IPs possible (#1633) 2020-12-07 14:04:50 -05:00
LoggingPacketHandler.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
QueryPacketHandler.java Change version in query to use a more informative string (#1635) 2020-12-09 15:14:12 -05:00
UpstreamPacketHandler.java Change default protocol version to 422 (#1640) 2020-12-09 11:30:59 -05:00