1. f8df323 "fix" trade list by Gerrygames · 7 years ago
  2. f9d957a 19w11a by Gerrygames · 7 years ago
  3. 53ca96f Fix particles by KennyTV · 7 years ago
  4. f8895c7 Try to fix particles by KennyTV · 7 years ago
  5. 15fec93 Fix minecart data by KennyTV · 7 years ago
  6. 64d2de0 Fix Minecart typo (thanks KennyTV) by Myles · 7 years ago
  7. ad1cd2c Merge pull request #1208 from KennyTV/dev by Myles · 7 years ago
  8. 687de97 Use read instead of passthrough by KennyTV · 7 years ago
  9. 9d0331e Add option to truncate edited books with more than 50 pages by KennyTV · 7 years ago
  10. ca863ba Merge pull request #1207 from KennyTV/dev by Myles · 7 years ago
  11. b9a2279 Merge pull request #1206 from ViaVersion/master by Myles · 7 years ago
  12. 9a91250 Fix books by KennyTV · 7 years ago
  13. 6b313cb Fix 1.9 chunk missing blocks, update travis badge url by creeper123123321 · 7 years ago
  14. a4de84b Merge pull request #1204 from Gerrygames/1.14 by Myles · 7 years ago
  15. 31550bd 19w09a by Gerrygames · 7 years ago
  16. 8283816 Fix team remove by creeper123123321 · 7 years ago
  17. 44be8b3 unnecessary cancel when auto-team is disabled by creeper123123321 · 7 years ago
  18. f46a2bb Bungee auto-team, bump BungeeCord version, workaround for block connections by creeper123123321 · 7 years ago
  19. 96366aa Fix NPE when block connection is disabled by creeper123123321 · 7 years ago
  20. fd8879b Merge branch 'master' into dev by Myles · 7 years ago
  21. d962ef0 workaround packet order for team packets by creeper123123321 · 7 years ago
  22. 75d7ffb Should be 15 by creeper123123321 · 7 years ago
  23. 0b5c173 Send multi block change on chunk updates, use separate for loops by creeper123123321 · 7 years ago
  24. 1921b46 19w08b by Gerrygames · 7 years ago
  25. bccf90b fix horse armor by Gerrygames · 7 years ago
  26. deebc83 still send animation by Gerrygames · 7 years ago
  27. a319df6 fix use/leave bed by Gerrygames · 7 years ago
  28. ab5eb2c 19w08a metadata changes by Gerrygames · 7 years ago
  29. 3de06c2 19w08a by Gerrygames · 7 years ago
  30. 11b2515 Remove uuid tracking by creeper123123321 · 7 years ago
  31. 35bb80d firework boost, set metatype to the newer class by creeper123123321 · 7 years ago
  32. 7859f5e Cleanup ConnectionData#update and fix doors by creeper123123321 · 7 years ago
  33. d1007bb 19w07a by Gerrygames · 7 years ago
  34. 891f8b1 Shift 4 bits to left in chunk unloading by creeper123123321 · 7 years ago
  35. 7856716 Warn instead of blowing up everything by creeper123123321 · 7 years ago
  36. 4eb4b2c Use ByteBuf#order, more sanity check on block entity handler by creeper123123321 · 7 years ago
  37. 1be617c Merge branch 'master' into dev by Myles · 7 years ago
  38. f1743e5 Merge pull request #1186 from creeper123123321/tabdelay by Myles · 7 years ago
  39. ae3434c Fix duplicate packet registering by creeper123123321 · 7 years ago
  40. 63b743f Use only one task for tab completing by creeper123123321 · 7 years ago
  41. d9c25b1 Merge master by KennyTV · 7 years ago
  42. 6c18fdb Merge pull request #1156 from creeper123123321/master by Myles · 7 years ago
  43. cd00938 Merge pull request #1187 from creeper123123321/snowygrass by Myles · 7 years ago
  44. d66c2f2 Connect grass block to snow by creeper123123321 · 7 years ago
  45. bce3593 Tab delaying by creeper123123321 · 7 years ago
  46. 9a92d18 Fix typo by creeper123123321 · 7 years ago
  47. a203c17 Fix reddust, particle metadata rewriting, translations by creeper123123321 · 7 years ago
  48. 8c543ee 19w06a by Gerrygames · 7 years ago
  49. bafa6ed Fix some stair and lever connections by KennyTV · 7 years ago
  50. a27e439 remove 1.14 object type (Mojang removed objcet trype in 19w05a) by Gerrygames · 7 years ago
  51. 91d9f99 19w05a by Gerrygames · 7 years ago
  52. e9198e7 Arrow and firework metadata rewriting, remap ocelot to cat for now by creeper123123321 · 7 years ago
  53. 25d1b08 19w04b by creeper123123321 · 7 years ago
  54. 50395da Fix item deserializing by creeper123123321 · 7 years ago
  55. 44330c9 19w04a by Gerrygames · 7 years ago
  56. b7f72bf 19w04a by Gerrygames · 7 years ago
  57. f6d7976 Use old ids and byte[] + NibbleArray for block connections by creeper123123321 · 7 years ago
  58. f45a727 remove short array used for checking if array is empty by creeper123123321 · 7 years ago
  59. d5f65ec don't create chunksection on remove by creeper123123321 · 7 years ago
  60. 2285c45 fixed encodeblockpos, use map<long, short[]> by creeper123123321 · 7 years ago
  61. 1930849 store constructor by creeper123123321 · 7 years ago
  62. 1325d53 Don't use netty collections by creeper123123321 · 7 years ago
  63. fa1b56a use short by creeper123123321 · 7 years ago
  64. de11f1f trying to optimize blockconnectionstorage by creeper123123321 · 7 years ago
  65. 8e47497 Use keyset instead of entryset by KennyTV · 7 years ago
  66. 7f7dcff Forgot to assign a value by KennyTV · 7 years ago
  67. 9d8a2a9 Don't cycle through mappings in every connection handler by KennyTV · 7 years ago
  68. 880df7a Remove unmapped blockconnection data by KennyTV · 7 years ago
  69. 17c5849 fix powered levers by Gerrygames · 7 years ago
  70. ff0ec98 fix the fix for stone slab mapping by Gerrygames · 7 years ago
  71. 553e56f fix stone slab mapping by Gerrygames · 7 years ago
  72. bea5d39 19w03c by Gerrygames · 7 years ago
  73. f6932e0 fix lever mapping by Gerrygames · 7 years ago
  74. 605e63e fix fence connections to stairs, remove waterlogged blocks from stair data by Gerrygames · 7 years ago
  75. 7102214 19w03a by Gerrygames · 7 years ago
  76. e60447e Merge pull request #1154 from creeper123123321/dev by Myles · 7 years ago
  77. 77a57d2 Merge branch 'master' into dev by Myles · 7 years ago
  78. 20654b0 Add convenience config options by KennyTV · 7 years ago
  79. 8d77891 not tested villager metadata rewriting by creeper123123321 · 7 years ago
  80. bea7466 19w02a by Gerrygames · 7 years ago
  81. 6b7bf84 Merge branch 'master' into dev by Myles · 7 years ago
  82. 200ccfd Use HTTPS for update checking by Myles · 7 years ago
  83. 933e8cb set auto-team to false on join packet by creeper123123321 · 7 years ago
  84. daac2ba Resend viaversion team when removed from the current team by creeper123123321 · 7 years ago
  85. cd7774f Use ProtocolInfo#getServerProtocolVersion for block connection, use bungee and velocity version if not ported by creeper123123321 · 7 years ago
  86. 1f72ddb Fix lore by creeper123123321 · 7 years ago
  87. c88655a fix player digging by creeper123123321 · 7 years ago
  88. a27efd9 oops by creeper123123321 · 7 years ago
  89. 9a26ac3 send signs tags by creeper123123321 · 7 years ago
  90. 7f50734 fix book signing and opening in 18w50a by Gerrygames · 7 years ago
  91. c21003e CanPlaceOn, CanDestroy by creeper123123321 · 7 years ago
  92. 284a462 18w50a by Gerrygames · 7 years ago
  93. eaa8e05 Fix mappings, fixing shift click on furnaces by creeper123123321 · 7 years ago
  94. 0c5f5c6 remove debug by creeper123123321 · 7 years ago
  95. 7c6118b facepalm by creeper123123321 · 7 years ago
  96. 7fe99c9 clicking in recipe doesn't work by creeper123123321 · 7 years ago
  97. d6c4c18 still not working by creeper123123321 · 7 years ago
  98. 649676e trying recipes, currently not working by creeper123123321 · 7 years ago
  99. 98c0985 Merge branch 'master' into dev by Myles · 7 years ago
  100. ba78171 Fix chunk writing by creeper123123321 · 7 years ago