Geyser/connector/src/main/java/org/geysermc/connector/network/translators
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
..
bedrock Fix boat movement on land (#1668) 2020-12-15 13:09:40 -05:00
chat Update Adventure and fix some legacy hover events (#1681) 2020-12-15 11:24:02 -05:00
collision Fix inconsistencies with movement and position (#699) 2020-11-20 14:56:39 -05:00
effect Area cloud fixes (#684) 2020-10-08 18:33:36 -04:00
inventory Change default protocol version to 422 (#1640) 2020-12-09 11:30:59 -05:00
item Change default protocol version to 422 (#1640) 2020-12-09 11:30:59 -05:00
java Fix boat movement on land (#1668) 2020-12-15 13:09:40 -05:00
sound Fix bucket interactions on creative mode (#1369) 2020-10-12 20:02:41 -04:00
world Custom skull block support (#683) 2020-12-04 16:55:24 -05:00
BiomeTranslator.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
EntityIdentifierRegistry.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
ItemRemapper.java Implement Updated Item Translator (#388) 2020-04-22 16:26:16 -05:00
PacketTranslator.java Update license headers 2020-01-08 21:05:42 -06:00
PacketTranslatorRegistry.java Add Fabric as a platform type (#1376) 2020-10-07 18:51:36 -04:00
Translator.java Begin making translators annotation based 2020-03-23 23:03:33 -05:00