1. 204a81b Add 1.17 to legacy api package ProtocolVersion by KennyTV · 4 years, 2 months ago
  2. b940eca Fix meta warning by KennyTV · 4 years, 2 months ago
  3. 15cbc96 Shorten metadata error message by KennyTV · 4 years, 2 months ago
  4. b5e5b46 Update adventure to 4.8.0 release by KennyTV · 4 years, 2 months ago
  5. 42b6a13 Bump to 4.0.1-SNAPSHOT by KennyTV · 4 years, 2 months ago
  6. 4074352 4.0.0 Release 🚀 by KennyTV · 4 years, 2 months ago 4.0.0
  7. f909b55 1.17-rc2 by KennyTV · 4 years, 2 months ago
  8. 593aa75 Put the other filled 1.17 tags into the diff file by KennyTV · 4 years, 2 months ago
  9. 24efb48 Add method to load extra tags from diff files by KennyTV · 4 years, 2 months ago
  10. 38b3f40 Add Java version warning by KennyTV · 4 years, 2 months ago
  11. d89f916 Cleanup 1.17 entity rewriter, fix DataItem amount check by KennyTV · 4 years, 2 months ago
  12. 62278f2 Update gson, junit, and checker-qual by KennyTV · 4 years, 2 months ago
  13. 72be978 Update issue template by KennyTV · 4 years, 2 months ago
  14. 666f3d6 Explain "left-handed-handling" option (#2512) by creeper123123321 · 4 years, 2 months ago
  15. 8e7606e 1.17-rc1 by KennyTV · 4 years, 2 months ago
  16. 2b8c508 Make Item an interface, more OOP for the ItemRewriter by KennyTV · 4 years, 2 months ago
  17. 05f9fc1 1.17-pre5 by KennyTV · 4 years, 2 months ago
  18. fc1450f Slightly more OOP, move registerPackets out of Protocol constructor by KennyTV · 4 years, 2 months ago
  19. e1072a8 Fix docs by KennyTV · 4 years, 2 months ago
  20. 3290d4a Expose lateBind field in ViaVersionPlugin by KennyTV · 4 years, 2 months ago
  21. b2855c2 F by KennyTV · 4 years, 2 months ago
  22. fec777b Don't wrap direct type mappers by KennyTV · 4 years, 2 months ago
  23. 7b1f9c1 Produce less overhead in packet handler registering by KennyTV · 4 years, 2 months ago
  24. a8b3444 1.17-pre4 by KennyTV · 4 years, 2 months ago
  25. 6839334 Fix confirmation id encoding, remove old send methods by KennyTV · 4 years, 2 months ago
  26. d7e3aa7 Whoops by KennyTV · 4 years, 2 months ago
  27. 48436e7 Go through the rest of the send usages by KennyTV · 4 years, 2 months ago
  28. eaa58af Minor changes by KennyTV · 4 years, 2 months ago
  29. 57cf180 Fix 1.9 block entity data send by KennyTV · 4 years, 2 months ago
  30. 104fa4e Optimize protocol path finding by KennyTV · 4 years, 2 months ago
  31. 4011aee 1.17-pre3 by KennyTV · 4 years, 2 months ago
  32. 37fd69f Make packet send methods use the current thread by default by KennyTV · 4 years, 2 months ago
  33. 3fb1255 Send entity destroy on current thread by KennyTV · 4 years, 2 months ago
  34. 7925fd2 Fix shulker meta handling by KennyTV · 4 years, 2 months ago
  35. 199324e 1.17-pre2 by KennyTV · 4 years, 2 months ago
  36. d5cac99 Reorder Type instances by KennyTV · 4 years, 2 months ago
  37. 3618914 Add method to get Protocol by supported versions, some cleanup by KennyTV · 4 years, 2 months ago
  38. ff140c4 Add/change comments by KennyTV · 4 years, 2 months ago
  39. 016b8f1 Correct ClientboundPackets1_9_3 packetid comments (#2503) by RK_01 · 4 years, 2 months ago
  40. 0d31054 Fix view distance update packet in 1.13->1.14 by KennyTV · 4 years, 2 months ago
  41. 8beedff Fix project root build/libs dir not being cleaned by KennyTV · 4 years, 2 months ago
  42. 4ef862e Correct packet id comment (#2501) by RK_01 · 4 years, 2 months ago
  43. 53642e9 1.17-pre1 by KennyTV · 4 years, 2 months ago
  44. fd9dab8 Replace inventory ack by using 1.17 ping packets by KennyTV · 4 years, 2 months ago
  45. 703978e Don't require UserConnection holding class in stored objects by KennyTV · 4 years, 2 months ago
  46. 7195319 Update adventure by KennyTV · 4 years, 2 months ago
  47. 2d0a597 Make Metadata fully type safe, remove "Discontinued" meta types by KennyTV · 4 years, 2 months ago
  48. bc89f57 Slightly improve metadata iteration, remove redundant MetaHandlerEvent index by KennyTV · 4 years, 2 months ago
  49. 57769c5 Make metadata (almost) fail-safe by KennyTV · 4 years, 2 months ago
  50. a6b4b16 Add Missing Translation Mapping (#2484) by LemonCaramel · 4 years, 2 months ago
  51. 3a1e364 Refactor entity tracking and meta handling by KennyTV · 4 years, 2 months ago
  52. 0363802 Make proper sources jar (#2495) by Jason · 4 years, 2 months ago
  53. d5f5678 Silence doclint by jmp · 4 years, 2 months ago
  54. cbf71e2 Only add javadoc jar to common and api by jmp · 4 years, 2 months ago
  55. e2d9e44 Build script improvements by jmp · 4 years, 2 months ago
  56. 2d2a5fa Fill "needs tool" tags Fixes #2493 by KennyTV · 4 years, 2 months ago
  57. 6053319 Fix typo in DumpSubCmd (#2492) by RK_01 · 4 years, 2 months ago
  58. 15a5d51 Don't cast ChannelInitializer type to SocketChannel by KennyTV · 4 years, 2 months ago
  59. 8bcd8fd Add apiVersion to ViaAPI, some jd by KennyTV · 4 years, 2 months ago
  60. 9484526 Fix README build command (gradlew) (#2489) by Kamillaova · 4 years, 2 months ago
  61. ab1cc79 Fix enchantment parsing or lvl integers by KennyTV · 4 years, 2 months ago
  62. 1fe76db Add more jd to Chunk, ChunkSection, and ChunkSectionLight by KennyTV · 4 years, 2 months ago
  63. cf2adab Make ChunkSection an interface, don't allocate light arrays if not needed by KennyTV · 4 years, 2 months ago
  64. 04fedd2 Add comments by KennyTV · 4 years, 2 months ago
  65. c172091 21w20a by KennyTV · 4 years, 2 months ago
  66. 16ba5aa Run some optipng (#2482) by creeper123123321 · 4 years, 2 months ago
  67. 5fa2c78 Add missing mineable tag entries Fixes #2481 by KennyTV · 4 years, 2 months ago
  68. c5a3381 Update fabric.mod.json (#2480) by creeper123123321 · 4 years, 2 months ago
  69. 01d79e2 Fix non-full chunk sending to 1.17 clients by KennyTV · 4 years, 2 months ago
  70. 576682e Handle invalid uuid int array Closes #2475 by KennyTV · 4 years, 2 months ago
  71. 54b0345 Fix PS compatibility on Java 8 💩 by KennyTV · 4 years, 2 months ago
  72. 4f9f325 Fix PS compatibility on Java 16 by KennyTV · 4 years, 2 months ago
  73. 1538ff5 Expand unsupported software checks by KennyTV · 4 years, 2 months ago
  74. f17fb83 add internal getInputBuffer() (#2472) by creeper123123321 · 4 years, 2 months ago
  75. 84c064f Fix legacy hover deserialization, add snapshot suffix to version by KennyTV · 4 years, 2 months ago
  76. 7b5b79f Update Gradle to 7.0.1 by KennyTV · 4 years, 2 months ago
  77. 2588c6e 21w19a (probably) by KennyTV · 4 years, 3 months ago
  78. 2df57bc Fix 1.14->1.15 meta ordering issue Closes #2467 by KennyTV · 4 years, 3 months ago
  79. efeaef3 Update shadow plugin by KennyTV · 4 years, 3 months ago
  80. cb7a725 Make UnsupportedSoftware hold a list of class names by KennyTV · 4 years, 3 months ago
  81. fe3f247 21w18a by KennyTV · 4 years, 3 months ago
  82. 096415c Don't inject if inactive (#2461) by Juan Cruz Linsalata · 4 years, 3 months ago
  83. af0cf1d Rename PacketType methods by KennyTV · 4 years, 3 months ago
  84. d183d76 Remove platform bulk chunk transformers by KennyTV · 4 years, 3 months ago
  85. 44e928d Update copyright scopes by KennyTV · 4 years, 3 months ago
  86. 89127ca If possible, user Paper internal injection method by KennyTV · 4 years, 3 months ago
  87. ab93e08 Rename platform task implementations by KennyTV · 4 years, 3 months ago
  88. 96b5051 Use primitive long in task methods by KennyTV · 4 years, 3 months ago
  89. 9e59ef4 Hold the rest of the primitive Type instances under their actual class by KennyTV · 4 years, 3 months ago
  90. 0074683 ProtocolInfo is not a StoredObject by KennyTV · 4 years, 3 months ago
  91. 8e15b6d 21w17a by KennyTV · 4 years, 3 months ago
  92. cad3583 Rename outgoing->clientbound, incoming->serverbound by KennyTV · 4 years, 3 months ago
  93. a2b3906 Move bossbar to new legacy package, since it only works on <1.9 by KennyTV · 4 years, 3 months ago
  94. cadb5ec Rename abstract Protocol to AbstractProtocol by KennyTV · 4 years, 3 months ago
  95. 95e2067 Clean up ProtocolPipeline by KennyTV · 4 years, 3 months ago
  96. f1c8d27 Reformat imports by KennyTV · 4 years, 3 months ago
  97. 318c49c More interfaces, keep ProtocolRegistry.SERVER_PROTOCOL legacy api by KennyTV · 4 years, 3 months ago
  98. d4bc31d Always create ProtocolInfo, store mappings as int[] by KennyTV · 4 years, 3 months ago
  99. 30d122e Create some fancy interfaces by KennyTV · 4 years, 3 months ago
  100. 49d3860 Add ProtocolVersion to legacy api by KennyTV · 4 years, 3 months ago