1. b35bef5 Move tile entity nbt type and position addition to tile remapper by Shevchik · 2 years, 12 months ago
  2. cc01d41 Calculate protocol version order automatically by Shevchik · 2 years, 12 months ago
  3. 8bf497e Fix api-version by Shevchik · 2 years, 12 months ago
  4. 05b053a Remove backup jenkins by Shevchik · 2 years, 12 months ago
  5. 99524c7 Update to 1.18 by Shevchik · 2 years, 12 months ago
  6. 75454fa Fix fake enchantment lvl tag type by Shevchik · 2 years, 12 months ago
  7. 9b2acb7 Fix itemstack legacy format registry entries package name by Shevchik · 2 years, 12 months ago
  8. 5d58393 Fix panda flags metadata on 1.17+ by Shevchik · 2 years, 12 months ago
  9. 01b44d8 Set 1.17.1-3-dev version by Shevchik · 2 years, 12 months ago
  10. aed0189 Set release version by Shevchik · 3 years ago
  11. 05b7689 Fix < 1.7 client settings view distance read by Shevchik · 3 years ago
  12. efe02ee Always use a single connection profile instance and delegate to real profile by Shevchik · 3 years ago
  13. 49e5f5a Misc cleanups by Shevchik · 3 years ago
  14. c5697ab Depend on buildprocessor using jitpack by Shevchik · 3 years ago
  15. ab528df Update buildprocessor. Move generated resource directory to build directory. by Shevchik · 3 years ago
  16. c3f9696 Use manualgradledependencysupplier from gradle plugin portal by Shevchik · 3 years ago
  17. 0f9343c Improve chunk light updates for < 1.14 by Shevchik · 3 years ago
  18. 5470c07 Improve non full chunk updates for < 1.14 by Shevchik · 3 years ago
  19. f8e98a1 Fix arrow object data by Shevchik · 3 years, 1 month ago
  20. 3143e40 Use paper api where applicable by Shevchik · 3 years, 1 month ago
  21. 1d3d34d Use api gson instead of shading one by Shevchik · 3 years, 1 month ago
  22. 040d437 Gradle 7.2. Update paper api to 1.17.1. Separate compile and test by Shevchik · 3 years, 1 month ago
  23. 05ef509 Refactor network by Shevchik · 3 years, 1 month ago
  24. 8264c9a Fix inventory shift-click on < 1.17 by Shevchik · 3 years, 1 month ago
  25. 7e4c830 Fix legacy inventory state id emulation again by Shevchik · 3 years, 1 month ago
  26. 9959340 Fix legacy inventory state id emulation by Shevchik · 3 years, 1 month ago
  27. 1f584ba Use correct sound type for block place sound emulation by Shevchik · 3 years, 1 month ago
  28. edebc19 Fix more inventory desyncs by Shevchik · 3 years, 1 month ago
  29. ce24924 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport/ by Shevchik · 3 years, 2 months ago
  30. cea1b57 Reimplement on ground status packet by Shevchik · 3 years, 2 months ago
  31. 36d7ee5 Merge pull request #1361 from xiarandolph/patch-1 by Shevchik · 3 years, 2 months ago
  32. b8feeef Fix TitleClear packet missing Reset field by Randolph Xia · 3 years, 2 months ago
  33. 5fe4567 Use String instead of Enchantment instance in LegacyEnchantmentId by BuildTools · 3 years, 2 months ago
  34. e9a7e1f Filter non existing enchantments from itemstack. Add fake enchant if by BuildTools · 3 years, 2 months ago
  35. d32c2ee Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport/ by shevchik · 3 years, 2 months ago
  36. 9da3115 Merge pull request #1359 from pkt77/master by Shevchik · 3 years, 2 months ago
  37. fed6e26 Map colors <1.17 by pkt77 · 3 years, 3 months ago
  38. fa223d8 Do server side chat component translation only if translation key exists by shevchik · 3 years, 3 months ago
  39. 7bc8702 Implement difficulty change/lock packets by Shevchik · 3 years, 3 months ago
  40. ad67e7d Refactor reflection utils by Shevchik · 3 years, 3 months ago
  41. 3dedf42 Fix encapsulated info read by Shevchik · 3 years, 4 months ago
  42. a98977e Fix hover action serializer not being able to handle air(null) itemstack by shevchik · 3 years, 4 months ago
  43. b6aa007 Fix parrot variant on 1.17 by Shevchik · 3 years, 4 months ago
  44. 92a1cc4 Fix 1.17 by Shevchik · 3 years, 4 months ago
  45. f6d5a50 Dev version by Shevchik · 3 years, 4 months ago
  46. 223096a Set release version by Shevchik · 3 years, 4 months ago
  47. 7d1d415 Move and rename some util methods by Shevchik · 3 years, 4 months ago
  48. 4bb3a4e Use legacy inventory transactions also for synching inventory state id by Shevchik · 3 years, 4 months ago
  49. 14a99e8 Move entity data cache update to decode by Shevchik · 3 years, 4 months ago
  50. 46abd19 Fix book edit by Shevchik · 3 years, 5 months ago
  51. 245c327 Fix shulker metadata by Shevchik · 3 years, 5 months ago
  52. 3b57ae4 Make NetworkEntityTransformHelper#transformTypeFormat return by Shevchik · 3 years, 5 months ago
  53. 08e7b4c Skip handling entity metadata is legacy entity type is NONE by Shevchik · 3 years, 5 months ago
  54. 385bcc3 Refactor chunk handling by Shevchik · 3 years, 5 months ago
  55. 2dffa9c Fix vibration and dust_transition particle serialization by Shevchik · 3 years, 5 months ago
  56. 28ef615 Completely remove ReadableNetworkEntityMetadatObject by Shevchik · 3 years, 5 months ago
  57. 8d112cb Fix missing vibration packet register by Shevchik · 3 years, 5 months ago
  58. 786eb76 Fix resource packs for real by Shevchik · 3 years, 5 months ago
  59. cd16167 Fix resourcepack packet encoding for 1.17+ by Shevchik · 3 years, 5 months ago
  60. bc6767f Refactor playerlist code by Shevchik · 3 years, 5 months ago
  61. 88030d8 Move entity cache add to the read method by Shevchik · 3 years, 5 months ago
  62. 3fbd9c9 Update README by Shevchik · 3 years, 5 months ago
  63. a7a3ebd Cleanup by Shevchik · 3 years, 5 months ago
  64. 0c8dc91 Fix missing vibration packet id mapping by Shevchik · 3 years, 5 months ago
  65. 56b5b4f Fix missing actionbar packet id mapping by Shevchik · 3 years, 5 months ago
  66. 350533f Initial update to 1.17.1 by Shevchik · 3 years, 5 months ago
  67. c36a0f5 Fix block change multi chunk section encode by Shevchik · 3 years, 5 months ago
  68. b9c990f Calculate global palette bits per block instead of hardcoding it by Shevchik · 3 years, 5 months ago
  69. 57d0386 Update locale resources. Remove locale list generate task and move by Shevchik · 3 years, 5 months ago
  70. d3cf3a8 Skip running tests on jitpack by Shevchik · 3 years, 5 months ago
  71. 5abbf42 Disallow sending blocking packet sends in event loop. Create and use by Shevchik · 3 years, 5 months ago
  72. 252768d Prevent block updates from being sent for invalid sections for 1.16.5- by Shevchik · 3 years, 5 months ago
  73. b3d9246 Fix missing super#handle call by Shevchik · 3 years, 5 months ago
  74. 92d540a Move limitedheight abstract middle packets to correct package by Shevchik · 3 years, 5 months ago
  75. ab6fe35 Fix missing blockdata remap in multiblockchange for 1.16+. Skip multi by Shevchik · 3 years, 5 months ago
  76. 88e3b92 Use Map#entry instead of AbstractMap.SimpleEntry#new by Shevchik · 3 years, 5 months ago
  77. eafe538 Fix disconnect after handling handshake sometimes producing error by Shevchik · 3 years, 5 months ago
  78. 97e4208 Refactor send packets with listener code by Shevchik · 3 years, 5 months ago
  79. 1f9aec7 Fix firework user metadata mapping by Shevchik · 3 years, 5 months ago
  80. 9035ec0 Refactor middle entity data packets by Shevchik · 3 years, 5 months ago
  81. 17e541c Last try to make jitpack work by Shevchik · 3 years, 5 months ago
  82. 9646bad Escape quotes. Add java install echo. by Shevchik · 3 years, 5 months ago
  83. cc53446 Attempt to install sdkman manually for jitpack by Shevchik · 3 years, 5 months ago
  84. 72ba9e8 Change packet api behaviour by Shevchik · 3 years, 5 months ago
  85. 6880909 Use sdkman to make jitpack use java 16 by Shevchik · 3 years, 5 months ago
  86. 67a49a3 Ignore non existing entity destroy when handling passenger stack by Shevchik · 3 years, 5 months ago
  87. 949b324 Use a single armor stand network entity type definition which uses a by Shevchik · 3 years, 5 months ago
  88. 9fa72e6 Get EntityPlayer instance from PlayerConnection and call by Shevchik · 3 years, 5 months ago
  89. 63d86ea Use single string style by Shevchik · 3 years, 5 months ago
  90. 485beaf Use openjdk16 for jitpack.io by Shevchik · 3 years, 5 months ago
  91. b49538f Use paper api version to 1.17 by Shevchik · 3 years, 5 months ago
  92. c00261d Implement entity tags rewrite by Shevchik · 3 years, 5 months ago
  93. 4ed567d Rename serializer to codec by Shevchik · 3 years, 5 months ago
  94. 20e26ed Move network entity metadata object reading to deserializer by Shevchik · 3 years, 5 months ago
  95. ab287ec Use seprate StartGame impl for 1.17 by Shevchik · 3 years, 5 months ago
  96. ea524d9 Remove CLIENTBOUND_ and SERVERBOUND_ prefix from PacketType by Shevchik · 3 years, 5 months ago
  97. 446d6ce Init default sheep metadata in goat -> sheep mapping by Shevchik · 3 years, 5 months ago
  98. 25cecab Split PacketType to ClientBound and ServerBound by Shevchik · 3 years, 5 months ago
  99. 4e84075 Map dolphin and trutle to spider too by Shevchik · 3 years, 5 months ago
  100. 590fd33 Map axolotl to dolphin/spider instead of squid by Shevchik · 3 years, 5 months ago