Geyser/connector/src/main/java/org/geysermc/connector/network/translators
RednedEpic 70031c65e7 Handle keepalives better (Closes #965)
Bedrock cuts off the last 3 digits consistently every time, meaning that the keepalive returned from bedrock is never fully accurate. However, if we multiply the value by 1000, then divide by 1000 when sending back to java, the proper value is returned.
2020-12-12 00:45:41 -06:00
..
bedrock Handle keepalives better (Closes #965) 2020-12-12 00:45:41 -06:00
chat Add check to fix NONE team color causing an NPE (#1602) 2020-11-28 15:10:19 +00: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 Handle keepalives better (Closes #965) 2020-12-12 00:45:41 -06: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