1. cfba494 More updates by Chris Hennick · 6 years ago
  2. 521ce07 Implement KeyedBossBar by Chris Hennick · 6 years ago
  3. 4438431 Update BlockTallGrass and DiggingHandler by Chris Hennick · 6 years ago
  4. 1e5df3d Stub out some missing new methods by Chris Hennick · 6 years ago
  5. a38a109 Update remaining biome names by Chris Hennick · 6 years ago
  6. f722acf More updated biome names, and restore deleted BiomeHeight class by Chris Hennick · 6 years ago
  7. 82c4165 Partial update to 1.13.2 for biomes etc. by Chris Hennick · 6 years ago
  8. 0cb80da Merge branch 'dev' into 1.13, and partial bug fixes by Chris Hennick · 6 years ago
  9. d4812fe Command i18n through /testforblocks, and associated refactors (#1035) by Chris Hennick · 6 years ago
  10. d6ed91c Localize /testfor by Chris Hennick · 6 years ago
  11. 83ce4ab Replace redundant immutable empty list with Collections.emptyList() by Chris Hennick · 6 years ago
  12. 7c941fe use dns_port constant by mastercoms · 6 years ago
  13. c4653f9 fix imports and types by mastercoms · 6 years ago
  14. 478d0b1 Fix Pythonic syntax for comment by mastercoms · 6 years ago
  15. 512ba7e Implement slime blocks pushing and proper handling of non-movable blocks by pistons (#1017) by Nikita Medvedev · 6 years ago
  16. d486808 fix DNS resolution issues by mastercoms · 6 years ago
  17. 7e6da83 Replace ad-hoc Validator class with Java Predicate (#1034) by Marcos Del Sol Vives · 6 years ago
  18. 62537b5 Revert "Use Collections.emptyList()" by Chris Hennick · 6 years ago
  19. 0c1ec07 Use Collections.emptyList() by Chris Hennick · 6 years ago
  20. 8b2bdb2 Azure: JDK 11 and code coverage (#1032) by Gareth Coles · 6 years ago
  21. f8938f8 i18nize and refactor GlowstoneCommand (#1026) by Chris Hennick · 6 years ago
  22. 0dc70b3 Reduce some duplication in networking-related code (#1028) by kashike · 6 years ago
  23. 7a2cb23 supply a consumer with each 'cut' when splitting experience (#1027) by kashike · 6 years ago
  24. 58f8aa4 Use constants for gamerule names (#1029) by kashike · 6 years ago
  25. a9445ff Finish localizing TellrawCommand by Chris Hennick · 6 years ago
  26. 9424a9e Finish localizing SetBlockCommand by Chris Hennick · 6 years ago
  27. 669ad8d Item amount decrement is now applied on block place (fixes #1012) (#1022) by Jacob G · 6 years ago
  28. b5cc02a Regional difficulty (#1019) by VaiTon · 6 years ago
  29. 8124225 Revert "Animal feeding fixes:" by Chris Hennick · 6 years ago
  30. 6680d94 Revert "Implements love mode duration and particle emission." by Chris Hennick · 6 years ago
  31. 54c3ff3 Implements love mode duration and particle emission. by Chris Hennick · 6 years ago
  32. b98953e Animal feeding fixes: by Chris Hennick · 6 years ago
  33. 04ccbda Simplify computeGrowthAmount by Chris Hennick · 6 years ago
  34. 3192c0f Implemented statistic tracking (#1021) by VaiTon · 6 years ago
  35. 6710673 Implements missing events (#1018) by VaiTon · 6 years ago
  36. 7951f06 Implement BlockPistonRetractEvent firing (#1014) by Nikita Medvedev · 6 years ago
  37. b2b0720 Merge branch 'dev' into 1.13 by mastercoms · 6 years ago
  38. 55b43af Implement BlockPistonExtendEvent (#1013) by Nikita Medvedev · 6 years ago
  39. a133cfa Implement Player locale Setting (#1011) by heisluft · 6 years ago
  40. 015daf7 RegionFile fixes and improvements (#997) by Andrew Steinborn · 6 years ago
  41. 867df01 i18nize /pardonip, /playsound and /say (#1004) by Chris Hennick · 6 years ago
  42. 0b55ac3 Localize achievement names (#1005) by Chris Hennick · 6 years ago
  43. 46780de [i18n] Partially i18nize all remaining commands (#1003) by Chris Hennick · 6 years ago
  44. 3146ae7 This cast must be explicit when using the JDK 11 compiler. by Chris Hennick · 6 years ago
  45. c993dd1 i18n: Commands E-O (#1001) by Chris Hennick · 6 years ago
  46. 57c7b28 Update built-in JAR license (2019) by Momo · 6 years ago
  47. 8241f28 Make System.out and System.err non-auto-flushing, but flush them every tick. by Chris Hennick · 6 years ago
  48. d9edea4 Refactor EnchantCommand by Chris Hennick · 6 years ago
  49. e856bd3 i18nize /deop and /difficulty; extract out LocalizedEnumNames (#1000) by Chris Hennick · 6 years ago
  50. 9615bd9 i18n refactor: include Locale and ResourceBundle as CommandMessages members (#999) by Chris Hennick · 6 years ago
  51. f31979d Merge remote-tracking branch 'origin/dev' into dev by Chris Hennick · 6 years ago
  52. af166e7 Handle null in getLocale() May fix #998 by Chris Hennick · 6 years ago
  53. 2e8ce31 Don't even calculate possible physics during world load by momothereal · 6 years ago
  54. b4ad19f Skip physic updates during world generation/initialization by momothereal · 6 years ago
  55. 28b480e Merge remote-tracking branch 'origin/dev' into dev by Chris Hennick · 6 years ago
  56. 8dd2dce Fix #994 by Chris Hennick · 6 years ago
  57. d1bedb0 i18nize /clone, /defaultgamemode, /gamemode (#989) by Chris Hennick · 6 years ago
  58. c414a64 Optimization: don't fire a task if it has no handlers by Chris Hennick · 6 years ago
  59. 80eb03a Revert "Limit of 64 threads per scheduler (may fix #994)" by Chris Hennick · 6 years ago
  60. 5ed4969 Refactor for shallower nesting by Chris Hennick · 6 years ago
  61. 249f660 Fix an exception from SugarCaneDecorator in holey worlds by Chris Hennick · 6 years ago
  62. e0db761 Limit of 64 threads per scheduler (may fix #994) by Chris Hennick · 6 years ago
  63. b263563 BlockLiquid minor optimizations by Chris Hennick · 6 years ago
  64. abdcc14 Fix some javadoc warnings by Chris Hennick · 6 years ago
  65. a16a106 Fix a javadoc error by Chris Hennick · 6 years ago
  66. 90a4832 Mark a few strings NON-NLS by Chris Hennick · 6 years ago
  67. 133f9e6 Mark a few members @NonNls by Chris Hennick · 6 years ago
  68. d1a03a0 Implement the substatistics system (#985) by Florent Clarret · 6 years ago
  69. aa1f9dc Use 1.13 list formatting (#991) by Chris Hennick · 6 years ago
  70. f4de5f6 Implements some missing events (#986) by VaiTon · 6 years ago
  71. bebb1ac Inline a method that's only used once by Chris Hennick · 6 years ago
  72. e8fede7 Simplify `prettyPrint(Entity[])` by Chris Hennick · 6 years ago
  73. e533168 Mark a few remaining non-NLS strings in ItemIds by Chris Hennick · 6 years ago
  74. 2d71144 Loot file paths are `@NonNls` by Chris Hennick · 6 years ago
  75. 1cda736 Statistic IDs are `@NonNls` by Chris Hennick · 6 years ago
  76. ca87a20 Item IDs are `@NonNls` by Chris Hennick · 6 years ago
  77. 472830f Localize /ban, /ban-ip, /banlist, /clear (#988) by Chris Hennick · 6 years ago
  78. ca98c5f Localize BanCommand (#987) by Chris Hennick · 6 years ago
  79. 2e5eafd Pathfinding Base (#924) by Daniel V · 6 years ago
  80. 43271a9 Command localization, step 1 (#981) by Chris Hennick · 6 years ago
  81. 17600c7 feat(event): implement the PlayerStatisticIncrementEvent (#984) by Florent Clarret · 6 years ago
  82. e90fccc feat(event): implement the PlayerLevelChangeEvent (#983) by Florent Clarret · 6 years ago
  83. 8786280 [WIP] implement getters/setter in GlowPlayerProfile (#980) by crashdemons · 6 years ago
  84. 840c20b Fix invalid bed placement. (#973) by Connor E · 6 years ago
  85. be40956 Use resolved UUID we just checked instead of completablefuture string... (#979) by crashdemons · 6 years ago
  86. e7b4a20 Fix #977 (#978) by Chris Hennick · 6 years ago
  87. afcfe1c Fixes #847 (#976) by John Lehmann · 6 years ago
  88. 262218f Fixes Guardian/ElderGuardian API #968 (#970) by John Lehmann · 6 years ago
  89. bc77c36 Double plant type updates, fixes to item system by mastercoms · 6 years ago
  90. 3af8344 WIP BlockDoublePlant update to 1.13 by mastercoms · 6 years ago
  91. bdde7d8 Update BlockSponge, more double plant stuff, Vex and fix stone by mastercoms · 6 years ago
  92. dd82721 Update BlockStone to 1.13 by mastercoms · 6 years ago
  93. 0244883 Update DoublePlantDecorator and some more populators to 1.13 by mastercoms · 6 years ago
  94. 223ee80 Update OrePopulator to 1.13 by mastercoms · 6 years ago
  95. b86c8af Update ForestPopulator to 1.13 by mastercoms · 6 years ago
  96. 24ecdbb [WIP] 1.13 Un-flattening (#960) by Momo · 6 years ago
  97. 26c2a90 Merge branch 'dev' into 1.13 by Chris Hennick · 6 years ago
  98. a12eebb [i18n] Localizable map for GameMode decoding (#967) by Chris Hennick · 6 years ago
  99. ae1a970 [i18n] more messages (#966) by Chris Hennick · 6 years ago
  100. f08e125 Target 1.13.1 by mastercoms · 6 years ago