1. 497c77d Remap prismarine bricks and dark prismarine by Shevchik · 6 years ago
  2. 7f98dfc Implement trade select for < 1.13 by Shevchik · 6 years ago
  3. 6c7dff6 Register banners manually in preflattening blockdata instead of mapping by Shevchik · 6 years ago
  4. 1676d6b Add noopstopsound for < 1.13 by Shevchik · 6 years ago
  5. 04ca3ff Remap quartz pillar by Shevchik · 6 years ago
  6. 099510d Update ISSUE_TEMPLATE.md by Shevchik · 6 years ago
  7. 90fe1db Fix and cleanup skulls remapping by Shevchik · 6 years ago
  8. a940c8a Fix entity animation remapping by Shevchik · 6 years ago
  9. e04680c Update spigot via running paperclip build and copying the file instead by Shevchik · 6 years ago
  10. 65dbae6 Fix entity tracker max tracking range by Shevchik · 6 years ago
  11. 390b587 Merge pull request #992 from ProtocolSupport/nms-changes by Shevchik · 6 years ago
  12. eef6516 Change to spigot-1.13.2-2.jar by MrPowerGamerBR · 6 years ago
  13. 4ca127e Updates due to Spigot's NMS changes by MrPowerGamerBR · 6 years ago
  14. 69ec137 Merge pull request #987 from magicus/magicus-rename-specate-typo by 7kasper · 6 years ago
  15. 2c905ba Fix typo "Specate" -> "Spectate". by Magnus Ihse Bursie · 6 years ago
  16. 44a3773 Merge pull request #983 from magicus/magicus-master-prepare-for-integ-middle-packet-create by 7kasper · 6 years ago
  17. bfc4da3 Refactor the MiddleBlocks to have a create() method, which is called by the constructor. by Magnus Ihse Bursie · 6 years ago
  18. 86c3ebc Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 6 years ago
  19. 3e51db8 Rethrow EOFSignal by Shevchik · 6 years ago
  20. 7f28c6f Add trapped_chest tile entity type for future remaps. by 7kasper · 6 years ago
  21. 5f4215a Update i18n by Shevchik · 6 years ago
  22. ca4d3ef Use ArrayMap for storing tile entity by blockdata remaps. by Shevchik · 6 years ago
  23. 8c2cec5 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 6 years ago
  24. be89eaf Fix spoofed data parser init by Shevchik · 6 years ago
  25. 4345355 Merge pull request #963 from magicus/magicus-master-fix-spigot-mirror-again by 7kasper · 6 years ago
  26. 83dc26f Once more, update mirror. This time hopefully it will stay for a while. :-) by Magnus Ihse Bursie · 6 years ago
  27. c87c52c Merge pull request #960 from magicus/magicus-master-fix-findbugs-issue by 7kasper · 6 years ago
  28. 688ef28 Trivial FindBug fix that got lost in the splitup between master and mcpenew. by Magnus Ihse Bursie · 6 years ago
  29. 20575ca Other findbugs thingies. by 7kasper · 6 years ago
  30. a89cf54 Actual spigot link fix. by 7kasper · 6 years ago
  31. 9b0d3df Fix spigot link & Small findbugs thing. by 7kasper · 6 years ago
  32. 160ab2a Remap Iron Nugget to Gold Nugget for pre-1.11.1 clients by MrPowerGamerBR · 6 years ago
  33. dab4aa3 Remap banners. Improvide code for skulls remapping. by Shevchik · 6 years ago
  34. 2438ba4 Fix chunk and tile packets order by Shevchik · 6 years ago
  35. 3b4bf89 Merge pull request #934 from ProtocolSupport/tileblockdatacache by Shevchik · 6 years ago
  36. cb7375d Remove block from cache when block no longer needs blockdata for tile remapping. by Shevchik · 6 years ago
  37. 8f92104 Make from legacy blockdata to tile use int blockdata by Shevchik · 6 years ago
  38. ab75693 Wrong native types map. We dont use trove. by Shevchik · 6 years ago
  39. 569b083 Use a single map for storing remappers for easier maintaining of by Shevchik · 6 years ago
  40. df711b3 Make legacy nbt remapper use int blockstate for remapping instead of by Shevchik · 6 years ago
  41. 1f6ce88 Create a separate class for tile entity which holds position and type by Shevchik · 6 years ago
  42. 0969bb0 Cleanup by Shevchik · 6 years ago
  43. 733ed31 Inline PositionMap to tiledatacache. Fix some other problems related to by Shevchik · 6 years ago
  44. 8094e0c Merge branch 'master' into tileblockdatacache by Shevchik · 6 years ago
  45. 855ff32 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 6 years ago
  46. e30a025 Reset deflater/inflater before recycling. by Shevchik · 6 years ago
  47. 41eae2d Merge pull request #913 from phase/bone-block-to-cobblestone by 7kasper · 6 years ago
  48. a5935ab Remap to double slab. by 7kasper · 6 years ago
  49. e1159bb Merge pull request #941 from Brokkonaut/fix-writeable-books by 7kasper · 6 years ago
  50. b35b492 Merge pull request #942 from Brokkonaut/fix-bungeecoord by Shevchik · 6 years ago
  51. 101e602 Revert "Hopefully fix bungee channel." by Brokkonaut · 6 years ago
  52. 6a14cb6 Fixes writeable books showing no content by Brokkonaut · 6 years ago
  53. 43b0467 Remap dragon breath to exploding particles to fix #187 by 7kasper · 6 years ago
  54. ac0eb2a Should fix lilypad BB and thus #737 by 7kasper · 6 years ago
  55. 9635921 Apply soundremapper to custom sound too. Should fix #855 by 7kasper · 6 years ago
  56. 36b5b5d Hopefully fix bungee channel. by 7kasper · 6 years ago
  57. 02231ff Remap pickles and eggs to cake for BoundingBox :D by 7kasper · 6 years ago
  58. 321d063 I forgot a comma. by 7kasper · 6 years ago
  59. b56ed4e beep boop by 7kasper · 6 years ago
  60. 7c1c0ec Removed weird import. by 7kasper · 6 years ago
  61. 6d5d835 Better remapper structure for tiles. by 7kasper · 6 years ago
  62. 9c896cf Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git into tileblockdatacache by 7kasper · 6 years ago
  63. f91a37f Created PositionMap, extracted localmaps, optimised localcoord. by 7kasper · 6 years ago
  64. 9589d0e Improve 1.8 chunk queue by Shevchik · 6 years ago
  65. 8d0df29 Removed unnecessary stuff. by 7kasper · 6 years ago
  66. 9018a50 Refactor cache part of tileremapper. by 7kasper · 6 years ago
  67. 40bbde9 Add chunk and local position. Fixed packet order for state->tile. by 7kasper · 6 years ago
  68. 2d938a8 Made it somewhat functional :/ by 7kasper · 6 years ago
  69. e88d9ae Rewrite of tile remapping code. Should work now. by 7kasper · 6 years ago
  70. e40d826 Rewriting tileremapper. - Player Connection + BlockData by 7kasper · 6 years ago
  71. 1edc265 Do the same for skipping registry by Shevchik · 6 years ago
  72. c3dbd6a Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 6 years ago
  73. a969311 Create remapping registry tables on registry init by Shevchik · 6 years ago
  74. 74082cc Add ability for tileremappers to access blockstates (& more) by 7kasper · 6 years ago
  75. 70b3768 Merge pull request #926 from Brokkonaut/fix-pickitem by Shevchik · 6 years ago
  76. da96707 Fix PickItem by Brokkonaut · 6 years ago
  77. 581ab88 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 6 years ago
  78. 73d2d51 Fix potions remap by Shevchik · 6 years ago
  79. a0fbad2 Merge pull request #925 from Brokkonaut/fix-traders-1.13-1.13.1 by Shevchik · 6 years ago
  80. b3eca2d Fix traders in 1.13 and 1.13.1 by Brokkonaut · 6 years ago
  81. ef0a484 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 6 years ago
  82. 57b4169 Merge pull request #924 from Brokkonaut/fix-EntityEffectAdd-1.10+ by Shevchik · 6 years ago
  83. 950112c Since 1.10 EntityEffectAdd has a flags bit field instead of a boolean by Brokkonaut · 6 years ago
  84. 3fc9d66 Merge pull request #923 from Brokkonaut/update-1-13-2 by 7kasper · 6 years ago
  85. 949d4d7 Remove recipes packet caching by Brokkonaut · 6 years ago
  86. 43010bd Correctly declare enum values by Brokkonaut · 6 years ago
  87. c03bdd3 Some cleanup of the previous commit by Brokkonaut · 6 years ago
  88. 3d58d51 Update to 1.13.2 by Brokkonaut · 6 years ago
  89. 357ca5d Merge pull request #921 from Brokkonaut/fix-bungeecord-channel by Shevchik · 6 years ago
  90. 8258d3e Fix sending messages to BungeeCord channel by Brokkonaut · 6 years ago
  91. 2dbe7c2 Fix some entity remappers using wrong indexes. Cleanup by Shevchik · 6 years ago
  92. 9dddb09 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 6 years ago
  93. 7803601 Fix ageable metadata remapper. Make some fields final. by Shevchik · 6 years ago
  94. ed129f3 Fix lama meta remap. by 7kasper · 6 years ago
  95. 4d57a54 Merge pull request #918 from ProtocolSupport/struct-pr by 7kasper · 6 years ago
  96. cde355d Made it actually work :D by 7kasper · 6 years ago
  97. 053d2fa Added structure block support. by 7kasper · 6 years ago
  98. 213c3f8 Merge pull request #915 from zedwick/1_13_block_mappings by 7kasper · 6 years ago
  99. 220335b preflatteningblockiddata for oak_wood, spruce_wood, birch_wood, jungle_wood, acacia_wood and dark_oak_wood. Updates LegacyBlockData to map nether_brick_fence, red_mushroom_block, stone_slab, brick_slab, stone_brick_slab, nether_brick_slab, quartz_slab and purpur_slab. by Zedadias Wick · 6 years ago
  100. 29ec2af Change Bone Block mapping to Cobblestone by Jadon Fowler · 6 years ago