1. 6371b77 Prepare hackery for 1.16.4 by KennyTV · 4 years, 10 months ago
  2. 03ba058 Rewrite areaeffectcloud in 1.13->1.13.1 by KennyTV · 4 years, 10 months ago
  3. 750c5ed Fix falling_dust ID in ParticleMappings by connorhartley · 4 years, 10 months ago
  4. 14afb88 Update README.md by Seanoo1 · 4 years, 10 months ago
  5. ab78855 Update LICENSE to 2020 by Kim Hallberg · 4 years, 10 months ago
  6. b8c204b Rewrite area effect cloud data Fixes #2082 by KennyTV · 4 years, 10 months ago
  7. 52f5427 Automated particle rewriting by KennyTV · 4 years, 10 months ago
  8. e502f2c Clarify error in BlockChangeRecord1_16_2 by KennyTV · 4 years, 11 months ago
  9. 8d904ca Update BungeeCord version to 1.16-R0.4-SNAPSHOT (#2083) by terrarier2111 · 4 years, 11 months ago
  10. 9a6b066 Update BungeePlugin.java (#2080) by terrarier2111 · 4 years, 11 months ago
  11. 5f1472a Merge branch 'dev' into master by KennyTV · 4 years, 11 months ago
  12. 9dff193 Minor cleanup in 1.13->1.13.1 protocol by KennyTV · 4 years, 11 months ago
  13. 9b2c332 3.1.1 Release, 1.16.3 support by KennyTV · 4 years, 11 months ago 3.1.1
  14. df9508f Make mapping loading considerably faster by KennyTV · 4 years, 11 months ago
  15. 414f561 Use FU collections in ChunkSection, pre-size palette by KennyTV · 4 years, 11 months ago
  16. 074edf1 Fix falling block id rewrite by KennyTV · 4 years, 11 months ago
  17. a0a229f Make pipeline fail-safe limit changeable ☠ by KennyTV · 4 years, 11 months ago
  18. ebdadf0 Fix version name by KennyTV · 4 years, 11 months ago
  19. 5b09536 1.16.3-rc1 by KennyTV · 4 years, 11 months ago
  20. 1ea548f Avoid List creation and collection reversal in transforming by KennyTV · 4 years, 11 months ago
  21. b7bf993 Warn with unmapped id when missing by KennyTV · 4 years, 11 months ago
  22. a709382 Fix NPE by KennyTV · 4 years, 11 months ago
  23. d36def8 Abstract mapping loading by KennyTV · 4 years, 11 months ago
  24. 074af0e Fix typo in config by KennyTV · 4 years, 11 months ago
  25. b6358cf Merge pull request #2052 from UnicraftNetwork/IOB-1.13-at-recipe-request-fix by Nassim · 4 years, 11 months ago
  26. f53a692 Fix IOB in 1.13 recipe request by BGMP · 4 years, 11 months ago
  27. 78bb5f1 Fix IOB in 1.13 recipe request Fixes #2039 by KennyTV · 4 years, 11 months ago
  28. 28219a3 Merge pull request #2038 from RaphiMC/master by Nassim · 4 years, 11 months ago
  29. cae5122 Applied suggestions for PR by RK_01 · 4 years, 11 months ago
  30. 0070485 fixed 1.9 -> 1.8 enderman held item metadata translation by RaphiMC · 4 years, 11 months ago
  31. 4b6b904 Merge pull request #2031 from RednedEpic/fix/inventory-workaround by Nassim · 4 years, 11 months ago
  32. 7e03da6 Rework inventory workaround to cancel animation if in an open inventory by RednedEpic · 4 years, 11 months ago
  33. b209eb3 Merge pull request #2030 from Jo0001/patch-2 by Nassim · 4 years, 11 months ago
  34. be31c70 Use https for GitHub issue link by Jo0001 · 4 years, 11 months ago
  35. 13ee674 Merge pull request #2028 from astei/optimize/improve-inlining-transform by Nassim · 4 years, 11 months ago
  36. d31310a Fix bad ProtocolPipeline changes by Andrew Steinborn · 4 years, 11 months ago
  37. 1afed86 Merge pull request #2011 from astei/optimize/improve-inlining-transform by Nassim · 4 years, 11 months ago
  38. 95d56c9 Merge pull request #2026 from frengor/master by Nassim · 4 years, 11 months ago
  39. 2dcd832 Fix Wrong AutoTeam Color by frengor · 4 years, 11 months ago
  40. f54bb79 Revert "Fix 1.13 component rewriter npe" by KennyTV · 4 years, 11 months ago
  41. 1b862d0 Fix 1.13 component rewriter npe by KennyTV · 4 years, 11 months ago
  42. fc7a739 Make several tweaks to Protocol to improve inlining and performance on hot paths by Andrew Steinborn · 4 years, 11 months ago
  43. be6e086 Add note to 1.9 update sign packet creation by KennyTV · 4 years, 11 months ago
  44. 5e70b54 Merge pull request #2007 from connorhartley/1.16-inventory-open-fix by Nassim · 4 years, 11 months ago
  45. f3d8b47 Use ClientboundPackets1_16#CLOSE_WINDOW instead of byte for packet ID by connorhartley · 4 years, 11 months ago
  46. d3cadaf Close the open inventory before opening a new one on 1.16 by connorhartley · 4 years, 11 months ago
  47. 83a49a6 Merge pull request #2003 from connorhartley/chatitemrewriter-fix by Nassim · 4 years, 11 months ago
  48. a4920a2 Ensure normal keys that end with numbers dont get matched and replaced by connorhartley · 4 years, 11 months ago
  49. 37170a2 Fix parsing of custom recipes Fixes #1995 by KennyTV · 4 years, 11 months ago
  50. c6c5b94 Merge pull request #2002 from astei/optimize/113-1122-chatrewriter by Nassim · 4 years, 11 months ago
  51. 338b879 Remove useless URL detection and event addition from 1.13->1.12.2 ChatRewriter by Andrew Steinborn · 4 years, 11 months ago
  52. 7163d38 Rewrite statistics category ids by KennyTV · 4 years, 12 months ago
  53. b0fc931 Fix empty compound reading by KennyTV · 4 years, 12 months ago
  54. 0ec1116 Rewrite block/item/entity ids in statistics by KennyTV · 4 years, 12 months ago
  55. e45c82e Merge remote-tracking branch 'origin/dev' into master by KennyTV · 4 years, 12 months ago
  56. cb4c4b2 Merge pull request #1988 from RaphiMC/dev by Myles · 4 years, 12 months ago
  57. acfdbc5 slight code changes for PR by RaphiMC · 4 years, 12 months ago
  58. 70d08df fixed 1.13 -> 1.12.2 statistics remapping by RK_01 · 4 years, 12 months ago
  59. dfc4652 added 1.12 -> 1.11.1 achievement message translation by RK_01 · 4 years, 12 months ago
  60. a2ac867 Merge pull request #1986 from Jo0001/patch-1 by Myles · 4 years, 12 months ago
  61. 9c61135 Link to ViaSetup by Jo0001 · 4 years, 12 months ago
  62. f7951e7 Fix falling block 1.16.1->1.16.2 remapping Fixes #1985 by KennyTV · 4 years, 12 months ago
  63. d375092 Merge pull request #1980 from creeper123123321/backtosnapshot by Nassim · 4 years, 12 months ago
  64. 7d0b728 version badge by creeper123123321 · 4 years, 12 months ago
  65. 53d22dc back to snapshot by creeper123123321 · 4 years, 12 months ago
  66. 6060954 3.1.0 Release - 1.16.2 support by KennyTV · 4 years, 12 months ago 3.1.0
  67. ff8a27d Fix multi block change not being sent by KennyTV · 4 years, 12 months ago
  68. 617abe2 Merge pull request #1977 from RaphiMC/dev by Nassim · 4 years, 12 months ago
  69. 93c84b1 minor code improvements by Koppe · 4 years, 12 months ago
  70. 0b17b81 fixed 1.11 -> 1.10.2 potion data remapping by Koppe · 4 years, 12 months ago
  71. 6a7a92a Remove ClientChunk from 1.14+ chunk types by KennyTV · 4 years, 12 months ago
  72. 31f7bde Some MetadataRewriter cleanup by KennyTV · 4 years, 12 months ago
  73. da77c32 1.16.2-rc2 by KennyTV · 4 years, 12 months ago
  74. 421453d Fix 1.8->1.9 ender dragon sound Fixes #1943 by KennyTV · 4 years, 12 months ago
  75. fa4d44b Update rc1 mappings by KennyTV · 4 years, 12 months ago
  76. 7c8b56b 1.16.2-rc1 by KennyTV · 4 years, 12 months ago
  77. f6fec5b 1.16.2-pre3 (almost) The Nether does not have its custom fog, no idea why yet by KennyTV · 4 years, 12 months ago
  78. ea0f911 Accept plain strings for components Addresses #1968 by KennyTV · 4 years, 12 months ago
  79. cf7d49a 1.16.2-pre2 by KennyTV · 4 years, 12 months ago
  80. 03733d2 Merge remote-tracking branch 'origin/master' into dev by KennyTV · 4 years, 12 months ago
  81. 2dd688f Merge pull request #1963 from KennyTV/master by Myles · 4 years, 12 months ago
  82. 8165e55 Update Issue Template by KennyTV · 4 years, 12 months ago
  83. e5464c8 Merge pull request #1960 from creeper123123321/patch-6 by Nassim · 4 years, 12 months ago
  84. f70b9a8 Update javassist and gson by creeper123123321 · 4 years, 12 months ago
  85. c31f728 Merge pull request #1955 from Jo0001/patch-1 by Myles · 4 years, 12 months ago
  86. 0a51937 Disable blank issues ;) by Jo0001 · 4 years, 12 months ago
  87. 2b50f6c Merge branch 'master' into dev by KennyTV · 4 years, 12 months ago
  88. be2ba2b Fix Chat meta type Fixes #1949 by KennyTV · 4 years, 12 months ago
  89. 5051e7e Merge pull request #1947 from creeper123123321/patch-5 by Myles · 4 years, 12 months ago
  90. a42aa4b use velocity snapshots repo by creeper123123321 · 4 years, 12 months ago
  91. 3d22258 update velocity repo by creeper123123321 · 4 years, 12 months ago
  92. 8fe1648 Explain chatrewriter changes by creeper123123321 · 4 years, 12 months ago
  93. 4921124 1.16.2-Pre1 by KennyTV · 4 years, 12 months ago
  94. 89c503d Print erroneous json if parsing fails by KennyTV · 4 years, 12 months ago
  95. c326bb7 Merge remote-tracking branch 'origin/master' into dev by KennyTV · 5 years ago
  96. 50024b0 fix global palette value by Gerrygames · 5 years ago
  97. 5503a33 Check for register/unregister channels with long names by KennyTV · 5 years ago
  98. 076c5e5 Merge pull request #1927 from creeper123123321/patch-4 by Nassim · 5 years ago
  99. 01d5343 Remove "API" from name in fabric.mod.json by creeper123123321 · 5 years ago
  100. 48f8412 20w30a by KennyTV · 5 years ago