Geyser/connector/src/main/java/org/geysermc/connector
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
..
bootstrap Add support for client side settings (#1035) 2020-08-08 17:41:12 -05:00
command Add settings command for settings menu as it broke in the settings screen in 1.16.100 2020-12-12 01:45:54 -06:00
common Move PlatformType to common module 2020-11-14 17:49:56 -06:00
configuration Add a config option for toggling showing coordinates (#1645) 2020-12-10 11:13:36 -05:00
dump Move PlatformType to common module 2020-11-14 17:49:56 -06:00
entity Fix boat movement on land (#1668) 2020-12-15 13:09:40 -05:00
inventory Pick block improvements (#1265) 2020-09-14 20:52:16 -04:00
metrics Move all json to Jackson instead of a mix of 2 libraries (#302) 2020-04-20 15:10:30 -05:00
network Fix boat movement on land (#1668) 2020-12-15 13:09:40 -05:00
ping Added IGeyserPingPassthrough#getPingInformation(InetSocketAddress) to make logging of the pinging IPs possible (#1633) 2020-12-07 14:04:50 -05:00
scoreboard Fix more scoreboard crashing and oddities (#1665) 2020-12-14 18:22:31 -05:00
skin Custom skull block support (#683) 2020-12-04 16:55:24 -05:00
utils Add settings command for settings menu as it broke in the settings screen in 1.16.100 2020-12-12 01:45:54 -06:00
FloodgateKeyLoader.java Scoreboard improvements (#1166) 2020-08-28 10:47:52 -05:00
GeyserConnector.java Change version in query to use a more informative string (#1635) 2020-12-09 15:14:12 -05:00
GeyserLogger.java Scoreboard improvements (#1166) 2020-08-28 10:47:52 -05:00