Advertisement
xdreamz

LITV121

Sep 10th, 2020
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 165.57 KB | None | 0 0
  1. =======================
  2. LITV 1.20 --> LITV 1.21
  3. =======================
  4.  
  5. Added:
  6. - Roguelike Dungeons - Fnar Edition
  7. - YUNG's Better Mineshafts (Forge)
  8.  
  9. Updated:
  10. AppleCore (AppleCore-mc1.12.2-3.3.0.jar --> AppleCore-mc1.12.2-3.4.0.jar):
  11. AppleCore-mc1.12.2-3.4.0.jar:
  12. * Fix the permissions of the /hunger command being unnecessarily high ([#151](https://github.com/squeek502/AppleCore/pull/151))
  13. * API: Add ExhaustionEvent.GetExhaustionCap (see [#152](https://github.com/squeek502/AppleCore/issues/152))
  14. * - Allows modifying the cap on the exhaustion level field of FoodStats, which in vanilla is capped at 40.
  15.  
  16. AppleSkin (AppleSkin-mc1.12-1.0.9.jar --> AppleSkin-mc1.12-1.0.14.jar):
  17. AppleSkin-mc1.12-1.0.14.jar:
  18. * Food overlay now works for food in off hand ([#65](https://github.com/squeek502/AppleSkin/pull/65))
  19. * Clamp exhaustion to stop it from drawing outside the hunger bar in some situations ([#66](https://github.com/squeek502/AppleSkin/issues/66))
  20.  
  21. Building Gadgets (BuildingGadgets-2.8.3.jar --> BuildingGadgets-2.8.4.jar):
  22. BuildingGadgets-2.8.4.jar:
  23. [2.8.4 - 1.12.2] - 2020-07-15
  24. Note: This is just a patch release, nothing has been changed dramtically but some mods will require it.
  25. Added
  26. * Added an API like interface for mods (Like [Builder's Bags](https://www.curseforge.com/minecraft/mc-mods/builders-bag)) that require more control over the inventory management side of our systems. [#494](https://github.com/Direwolf20-MC/BuildingGadgets/pull/494) [@Tschipp](https://github.com/Tschipp)
  27. Changed
  28. * Updated dependencies
  29.  
  30. Controlling (Controlling-3.0.9 --> Controlling-3.0.10):
  31. Controlling-3.0.10:
  32. updated Polish lang
  33.  
  34. CraftTweaker (CraftTweaker2-1.12-4.1.20.574.jar --> CraftTweaker2-1.12-4.1.20.586.jar):
  35. CraftTweaker2-1.12-4.1.20.586.jar:
  36. Current version: unspecified
  37. * [added a setting to entitylivinghurtevent close #1051](https://github.com/CraftTweaker/CraftTweaker/commit/4d9e91e563b8bce2b22db24a7f83e1d6c01b6da5) - Jared - Mon Aug 24 04:33:25 2020
  38. * [added a way to get entities in a specific area of the world](https://github.com/CraftTweaker/CraftTweaker/commit/eecc3610738861315101bae091327c93aef06235) - Jared - Thu Aug 20 01:34:43 2020
  39. * [logError not logWarning](https://github.com/CraftTweaker/CraftTweaker/commit/5abb18eba3d817f56ba9b48cf6ba781a79e5e172) - eutropius225 - Wed Aug 19 15:30:15 2020
  40. * [Add IWorld#getPickedBlock(IBlockPos,IRayTraceResult,IPlayer)](https://github.com/CraftTweaker/CraftTweaker/commit/bfaa05cf3e3e580511cdb859a3078e7424c4dd27) - eutropius225 - Wed Aug 19 15:28:49 2020
  41. * [added IPlayer#changeDimension](https://github.com/CraftTweaker/CraftTweaker/commit/b58df912453d59fa9014e857f061bd0d18db179c) - Jared - Sat Aug 15 02:22:23 2020
  42. * [Add IBlockDefinition#getStateFromMeta(int)](https://github.com/CraftTweaker/CraftTweaker/commit/3a2425d391bbaa5142855f1c93b5593f02cae85c) - eutropius225 - Sun Jul 26 20:06:03 2020
  43. * [Use forge methods for giving items instead of a custom broken one](https://github.com/CraftTweaker/CraftTweaker/commit/fa3e8f8685f835cc0abc23c536f3d554995097f4) - Jared - Sun Jul 5 23:01:29 2020
  44. * [Update the interface as well for oredict changes..](https://github.com/CraftTweaker/CraftTweaker/commit/8122bcada9b335bec3bbf883290e35c27a5b3eec) - Jared - Sun Jul 5 03:57:20 2020
  45. * [Made addAll() varargs for oredicts](https://github.com/CraftTweaker/CraftTweaker/commit/009b3a8d8abe47069437984b36fa525a543edf35) - Jared - Sun Jul 5 03:54:24 2020
  46. * [Changed how block defintions convert creative tabs](https://github.com/CraftTweaker/CraftTweaker/commit/093129ba0f0ca8c525725f8d235359f01574a64d) - Jared - Sat Jul 4 06:01:15 2020
  47. * [added a way to see if an entity is on the ground or not](https://github.com/CraftTweaker/CraftTweaker/commit/96db59c83eab3a124b63fae7b8819df645ceabf2) - Jared - Sun Jun 28 09:01:49 2020
  48. * [Updated ZenScript](https://github.com/CraftTweaker/CraftTweaker/commit/2a235cc0eb80caa2b4c07e4c490fe273d9896db9) - kindlich - Sun May 31 21:49:25 2020
  49. * [Updated ZS: Fixes for Captures and allow Function Types to be used as Members in functions/classes](https://github.com/CraftTweaker/CraftTweaker/commit/5f9db0ba226c2d935dd8b4629bc343966b62ced3) - kindlich - Wed May 27 16:53:26 2020
  50. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/b47fd2ceeb8ca6b958d653f053e417cb63a009bb) - kindlich - Sat May 16 12:50:05 2020
  51. * [actually use the update json, thanks forge](https://github.com/CraftTweaker/CraftTweaker/commit/a9441dee16193fc0f3e4655dbd348e47e2e55163) - Jared - Thu May 14 23:46:16 2020
  52. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/24ef754e8a1cc5e79b8be3709575cdb8af73bc1f) - kindlich - Wed May 13 15:44:12 2020
  53. * [thanks forge for having an incorrect mdk](https://github.com/CraftTweaker/CraftTweaker/commit/da62d9a28f63b370c38d9b9efc9b4ed6a2533844) - Jared - Tue May 12 18:39:50 2020
  54. * [put update tracker in the right build.gradle file](https://github.com/CraftTweaker/CraftTweaker/commit/24f7bf3de9199f7450f8b1fea02e430d1a6eb733) - Jared - Tue May 12 15:46:55 2020
  55. * [and this one...](https://github.com/CraftTweaker/CraftTweaker/commit/480335a890e9437559351ba836e6b4eae368e311) - Jared - Tue May 12 15:43:06 2020
  56. * [Would be good to actually call the url...](https://github.com/CraftTweaker/CraftTweaker/commit/16d72770e30d8ff4f846dda8cce03f9c7ce021c0) - Jared - Tue May 12 15:40:35 2020
  57. * [ We are still pushing some builds, may as well add the update tracker](https://github.com/CraftTweaker/CraftTweaker/commit/739e63b7e4d5150fe7a1e26a75302b794dc39d8c) - Jared - Tue May 12 15:35:04 2020
  58. * [added a way to get a liquid using a string, game#getLiquid close #970](https://github.com/CraftTweaker/CraftTweaker/commit/3a68c5aca6bbf8adae8ee97c944b1e39bbc3a5a7) - Jared - Tue May 12 15:21:53 2020
  59. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/7f0ca9f7b63b9acfffd772ae6e77ea4a46d7ca88) - kindlich - Mon May 11 20:49:54 2020
  60. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/e237a00b71678a99e5f72eaece5638e55d33f78c) - kindlich - Sun May 10 21:08:44 2020
  61. * [Make right-click-block-event properly cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/88d6d7697745b563cbeba77619cd8d0758673ec7) - Jon McManus - Mon Apr 13 03:08:15 2020
  62. * [Add a patreon thank you at the start of the log](https://github.com/CraftTweaker/CraftTweaker/commit/a2fa4486f93c4bbc03a238c01a4db38c11ef2311) - Jared - Sat Apr 11 06:35:47 2020
  63. * [Rename ProjectileImpactEvent to IProjectileImpactEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/c1ace7e4b519c3116afc52441bd106d76458629e) - Jon McManus - Sat Apr 11 06:24:39 2020
  64. * [Unify some class/interface names.](https://github.com/CraftTweaker/CraftTweaker/commit/8dfe9bab14eeef0ad363b7812a64a3278ff2990c) - Jon McManus - Sat Apr 11 06:00:39 2020
  65. * [releases are beta by default](https://github.com/CraftTweaker/CraftTweaker/commit/bc8cf9f1f3ce482d83fa9599f3b656b2d84bddea) - Jared - Sat Apr 11 05:44:57 2020
  66. * [Fix typo.](https://github.com/CraftTweaker/CraftTweaker/commit/07b604568b9bd83117b12c1e9b4b650d2f039d46) - Jon McManus - Sat Apr 11 05:35:02 2020
  67. * [Address issues raised by Kindlich.](https://github.com/CraftTweaker/CraftTweaker/commit/e2d34b682c6454f21226990ace3b6b0676a1dfc3) - Jon McManus - Sat Apr 11 05:30:25 2020
  68. * [fix jenkins file](https://github.com/CraftTweaker/CraftTweaker/commit/5d76d7c032a532c1c1698c82f841201a34ee0451) - Jared - Sat Apr 11 05:27:01 2020
  69. * [updated jenkins file to gen changelog and push to curse](https://github.com/CraftTweaker/CraftTweaker/commit/c9905a10830e5ffa02811d54eeb9a0122cd4ce84) - Jared - Sat Apr 11 05:22:53 2020
  70. * [Allow access to the cancellation result.](https://github.com/CraftTweaker/CraftTweaker/commit/bfa7c162c4e3c1c88d9c5d42f5154e0ef45090bf) - Jon McManus - Thu Apr 2 03:43:03 2020
  71. * [Remove RightClickEmpty, it only fires on the client side.](https://github.com/CraftTweaker/CraftTweaker/commit/4c02dc9e7293aec2cd3a393f849a850a6e85fd12) - Jon McManus - Thu Apr 2 02:56:47 2020
  72. * [Add missing clear calls.](https://github.com/CraftTweaker/CraftTweaker/commit/d49e2b6ab80fca81034c23a764c14ba168e0d888) - Jon McManus - Mon Mar 16 11:06:27 2020
  73. * [Unify allow/deny/default into a single string result as per other systems.](https://github.com/CraftTweaker/CraftTweaker/commit/62b16c15d7404623d07d64e3a0e3a43607d0d90a) - Jon McManus - Mon Mar 16 11:00:30 2020
  74. * [Fix rename failure.](https://github.com/CraftTweaker/CraftTweaker/commit/e265a7d75305a1c8cd1a101446aa1e3e57446464) - Jon McManus - Sun Mar 15 12:46:35 2020
  75. * [More indentations fixes.](https://github.com/CraftTweaker/CraftTweaker/commit/6307b19336769fc8d2c68bad76b01ec1fb24ad48) - Jon McManus - Sun Mar 15 12:37:25 2020
  76. * [Fix indents.](https://github.com/CraftTweaker/CraftTweaker/commit/0b65de669044c354cc31dfa283970c547a248b29) - Jon McManus - Sun Mar 15 12:35:21 2020
  77. * [This event is also cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/d421ddbeca86e4e0a6f958eb0fcc9933dce5b46d) - Jon McManus - Sun Mar 15 05:34:06 2020
  78. * [EntityMount is cancelable; limit EnchantmentLevelSet to 0-30.](https://github.com/CraftTweaker/CraftTweaker/commit/eabe1e14ae0d8d4137fe9fddcc4405d1e4dababc) - Jon McManus - Sun Mar 15 05:29:00 2020
  79. * [It's already a getter.](https://github.com/CraftTweaker/CraftTweaker/commit/aa16ccb607abe765b80f4d35a4212619eaba2f7b) - Jon McManus - Sun Mar 15 05:15:28 2020
  80. * [Back-port curseforge_gradle support from 1.14.](https://github.com/CraftTweaker/CraftTweaker/commit/5ff47f69089d144a3a2878c57ac0dc7dc67aa5bd) - Jon McManus - Sun Mar 15 02:06:06 2020
  81. * [Implement an "isItemBlock" functionality for IItemStacks.](https://github.com/CraftTweaker/CraftTweaker/commit/ecbfbd06fa8f9b63c915280e8a50a968a11dbd25) - Jon McManus - Sat Mar 14 23:53:34 2020
  82. * [Final exorcism of things.](https://github.com/CraftTweaker/CraftTweaker/commit/69cf45122f927d3fbe151484e05b2bc8e7e27b7e) - Jon McManus - Sat Mar 14 12:24:52 2020
  83. * [Screw the Terrain Generation bus.](https://github.com/CraftTweaker/CraftTweaker/commit/cc55805d91ea2e3563fafc897a8b7751b724fcfc) - Jon McManus - Sat Mar 14 12:09:29 2020
  84. * [Add hand and ItemStack handlers for PlayerInteractEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/199ac07b1c996c9436b362f79c2afae440f50a35) - Jon McManus - Sat Mar 14 11:54:29 2020
  85. * [Fix some minor issues.](https://github.com/CraftTweaker/CraftTweaker/commit/9a996c183d7540e43a88b62e9a753ed5a1dead59) - Jon McManus - Sat Mar 14 11:37:13 2020
  86. * [Some minor tweaks.](https://github.com/CraftTweaker/CraftTweaker/commit/3c21a121c0a7588b05dab22e2e378e65c448504b) - Jon McManus - Sat Mar 14 10:24:04 2020
  87. * [Fix CropGrowEvent names.](https://github.com/CraftTweaker/CraftTweaker/commit/34df2d7318b7a85b09a26d8f42b767232e18c7fd) - Jon McManus - Fri Mar 13 02:35:26 2020
  88. * [publish JEI support to maven](https://github.com/CraftTweaker/CraftTweaker/commit/9beca9982fcbf04bf71f2edd0a6147cda278ca20) - Jared - Wed Mar 11 06:25:33 2020
  89. * [Whoops.](https://github.com/CraftTweaker/CraftTweaker/commit/5cb19adbc99cf187fb571f90afcb18c671861f01) - Jon McManus - Sun Mar 8 07:33:51 2020
  90. * [ProjectileImpactEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/2ba9f393d69e3cd85ff98bb4a8287b632cca4ea4) - Jon McManus - Sun Mar 8 06:13:53 2020
  91. * [PotionBrewEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/d4e5f004a34e445acd082a7f81b112a6de605a0e) - Jon McManus - Sun Mar 8 05:08:07 2020
  92. * [Sleeping Checks.](https://github.com/CraftTweaker/CraftTweaker/commit/b4fea8e2a07605c72a99d14123c26e75d7c83ef8) - Jon McManus - Sun Mar 8 04:36:33 2020
  93. * [SaplingGrowTreeEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/96bda23d9e870acd2a7cc83b14c0f9e0e6e57f35) - Jon McManus - Sun Mar 8 04:16:39 2020
  94. * [PlayerRightClickItemEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/a7fa3217df42bcd8aa17e40a6a65f0938ac76f7b) - Jon McManus - Sun Mar 8 03:31:24 2020
  95. * [RightClickEmptyEvent, not every PlayerInteractEvent is cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/4182e45d2f77cd04710e255ef9877c22ebe3cc7e) - Jon McManus - Sun Mar 8 03:25:08 2020
  96. * [Oops.](https://github.com/CraftTweaker/CraftTweaker/commit/7b28d3f2c71123f9c4bcc3cb6e86a59abbb84b60) - Jon McManus - Sun Mar 8 03:07:54 2020
  97. * [PlayerLeftClickBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/eb040be4bbccd0f20a42ec423ba35d5cb2ef27aa) - Jon McManus - Sun Mar 8 03:06:38 2020
  98. * [Player Visibility Event.](https://github.com/CraftTweaker/CraftTweaker/commit/6675f78846d47c3ae1918d35a5cd4db1d9dff191) - Jon McManus - Sun Mar 8 02:59:52 2020
  99. * [PlayerItemPickupEvent](https://github.com/CraftTweaker/CraftTweaker/commit/e6b41bbd2d9241b190436fd0c6267e1765f0eeb2) - Jon McManus - Sun Mar 8 01:43:00 2020
  100. * [PlayerContainerClose event.](https://github.com/CraftTweaker/CraftTweaker/commit/471a4cb891b7344bd2585ca83ddcac57f74a2b48) - Jon McManus - Sat Mar 7 13:30:45 2020
  101. * [Minecart events.](https://github.com/CraftTweaker/CraftTweaker/commit/b8324039e8216d54585ed58e1b807e5f494ff5d1) - Jon McManus - Sat Mar 7 13:08:03 2020
  102. * [Remove ItemTooltipEvent?](https://github.com/CraftTweaker/CraftTweaker/commit/7b99eaa64b14fa2ae0d8dbee830a5c17b853b433) - Jon McManus - Sat Mar 7 13:07:42 2020
  103. * [LootingLevelEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0ae1180bc2c7495fad1c83c9016b95548d1d6972) - Jon McManus - Sat Mar 7 12:46:57 2020
  104. * [LivingKnockBackEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/7f19f82dcc1f057b7ac620c39d1c30c59a984091) - Jon McManus - Sat Mar 7 12:42:41 2020
  105. * [LivingExperienceDropEvent](https://github.com/CraftTweaker/CraftTweaker/commit/bcc1148fa39784b39860e55006226a92189cca14) - Jon McManus - Sat Mar 7 12:34:02 2020
  106. * [LivingDestroyBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0e22bb1b3c245bbf2e7ce8ee85e091a339706b49) - Jon McManus - Sat Mar 7 12:28:10 2020
  107. * [ItemTooltipEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/4291f0d8099d9dea49bdc4fda8ef585cca30cb6d) - Jon McManus - Sat Mar 7 12:22:13 2020
  108. * [EntityTravelToDimensionEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0863d1f222e9f7643f7c9e7d044684e626006e04) - Jon McManus - Sat Mar 7 12:13:38 2020
  109. * [MobGriefing.](https://github.com/CraftTweaker/CraftTweaker/commit/cb201918b44e33475989a473f3fdf0cdc1294f5e) - Jon McManus - Sat Mar 7 12:06:28 2020
  110. * [BlockPlace event.](https://github.com/CraftTweaker/CraftTweaker/commit/1363e9560aaab43ff848ccc0cd330ea860cc6270) - Jon McManus - Sat Mar 7 11:57:02 2020
  111. * [CropGrowth events.](https://github.com/CraftTweaker/CraftTweaker/commit/c3b58552b18e4c5bf300ebb7905debb4c04dc280) - Jon McManus - Sat Mar 7 11:42:29 2020
  112. * [ItemFishedEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/25d7fbc4f79f73a378f19ef69defea699fdc620d) - Jon McManus - Sat Mar 7 11:28:55 2020
  113. * [Explosion events.](https://github.com/CraftTweaker/CraftTweaker/commit/46a5bc70dedb540ba0c5c8831e950fe1b391c29b) - Jon McManus - Sat Mar 7 11:08:01 2020
  114. * [EntityMountEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/dba7af5a258cd5b6541e001e479ed295b84f0c16) - Jon McManus - Sat Mar 7 10:35:32 2020
  115. * [EnchantmentLevelSet event.](https://github.com/CraftTweaker/CraftTweaker/commit/c5be1a93ca7e94a17b9deccd3730dac5b52d1f88) - Jon McManus - Sat Mar 7 10:25:28 2020
  116. * [Critical Hit event.](https://github.com/CraftTweaker/CraftTweaker/commit/94f86720174c5bafbf2e072d5c12295e10021534) - Jon McManus - Sat Mar 7 09:54:49 2020
  117. * [Implement BlockEvent.FarmlandTrampleEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/142336a50295a0bff12a60908fecc2245579de7d) - Jon McManus - Sat Mar 7 09:28:42 2020
  118. * [First in additional events: AnimalTameEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/53062a88f76c9e2b57c33239d9887a5d6b67b733) - Jon McManus - Sat Mar 7 09:20:24 2020
  119.  
  120. CraftTweaker2-1.12-4.1.20.585.jar:
  121. Current version: unspecified
  122. * [added a way to get entities in a specific area of the world](https://github.com/CraftTweaker/CraftTweaker/commit/eecc3610738861315101bae091327c93aef06235) - Jared - Thu Aug 20 01:34:43 2020
  123. * [logError not logWarning](https://github.com/CraftTweaker/CraftTweaker/commit/5abb18eba3d817f56ba9b48cf6ba781a79e5e172) - eutropius225 - Wed Aug 19 15:30:15 2020
  124. * [Add IWorld#getPickedBlock(IBlockPos,IRayTraceResult,IPlayer)](https://github.com/CraftTweaker/CraftTweaker/commit/bfaa05cf3e3e580511cdb859a3078e7424c4dd27) - eutropius225 - Wed Aug 19 15:28:49 2020
  125. * [added IPlayer#changeDimension](https://github.com/CraftTweaker/CraftTweaker/commit/b58df912453d59fa9014e857f061bd0d18db179c) - Jared - Sat Aug 15 02:22:23 2020
  126. * [Add IBlockDefinition#getStateFromMeta(int)](https://github.com/CraftTweaker/CraftTweaker/commit/3a2425d391bbaa5142855f1c93b5593f02cae85c) - eutropius225 - Sun Jul 26 20:06:03 2020
  127. * [Use forge methods for giving items instead of a custom broken one](https://github.com/CraftTweaker/CraftTweaker/commit/fa3e8f8685f835cc0abc23c536f3d554995097f4) - Jared - Sun Jul 5 23:01:29 2020
  128. * [Update the interface as well for oredict changes..](https://github.com/CraftTweaker/CraftTweaker/commit/8122bcada9b335bec3bbf883290e35c27a5b3eec) - Jared - Sun Jul 5 03:57:20 2020
  129. * [Made addAll() varargs for oredicts](https://github.com/CraftTweaker/CraftTweaker/commit/009b3a8d8abe47069437984b36fa525a543edf35) - Jared - Sun Jul 5 03:54:24 2020
  130. * [Changed how block defintions convert creative tabs](https://github.com/CraftTweaker/CraftTweaker/commit/093129ba0f0ca8c525725f8d235359f01574a64d) - Jared - Sat Jul 4 06:01:15 2020
  131. * [added a way to see if an entity is on the ground or not](https://github.com/CraftTweaker/CraftTweaker/commit/96db59c83eab3a124b63fae7b8819df645ceabf2) - Jared - Sun Jun 28 09:01:49 2020
  132. * [Updated ZenScript](https://github.com/CraftTweaker/CraftTweaker/commit/2a235cc0eb80caa2b4c07e4c490fe273d9896db9) - kindlich - Sun May 31 21:49:25 2020
  133. * [Updated ZS: Fixes for Captures and allow Function Types to be used as Members in functions/classes](https://github.com/CraftTweaker/CraftTweaker/commit/5f9db0ba226c2d935dd8b4629bc343966b62ced3) - kindlich - Wed May 27 16:53:26 2020
  134. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/b47fd2ceeb8ca6b958d653f053e417cb63a009bb) - kindlich - Sat May 16 12:50:05 2020
  135. * [actually use the update json, thanks forge](https://github.com/CraftTweaker/CraftTweaker/commit/a9441dee16193fc0f3e4655dbd348e47e2e55163) - Jared - Thu May 14 23:46:16 2020
  136. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/24ef754e8a1cc5e79b8be3709575cdb8af73bc1f) - kindlich - Wed May 13 15:44:12 2020
  137. * [thanks forge for having an incorrect mdk](https://github.com/CraftTweaker/CraftTweaker/commit/da62d9a28f63b370c38d9b9efc9b4ed6a2533844) - Jared - Tue May 12 18:39:50 2020
  138. * [put update tracker in the right build.gradle file](https://github.com/CraftTweaker/CraftTweaker/commit/24f7bf3de9199f7450f8b1fea02e430d1a6eb733) - Jared - Tue May 12 15:46:55 2020
  139. * [and this one...](https://github.com/CraftTweaker/CraftTweaker/commit/480335a890e9437559351ba836e6b4eae368e311) - Jared - Tue May 12 15:43:06 2020
  140. * [Would be good to actually call the url...](https://github.com/CraftTweaker/CraftTweaker/commit/16d72770e30d8ff4f846dda8cce03f9c7ce021c0) - Jared - Tue May 12 15:40:35 2020
  141. * [ We are still pushing some builds, may as well add the update tracker](https://github.com/CraftTweaker/CraftTweaker/commit/739e63b7e4d5150fe7a1e26a75302b794dc39d8c) - Jared - Tue May 12 15:35:04 2020
  142. * [added a way to get a liquid using a string, game#getLiquid close #970](https://github.com/CraftTweaker/CraftTweaker/commit/3a68c5aca6bbf8adae8ee97c944b1e39bbc3a5a7) - Jared - Tue May 12 15:21:53 2020
  143. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/7f0ca9f7b63b9acfffd772ae6e77ea4a46d7ca88) - kindlich - Mon May 11 20:49:54 2020
  144. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/e237a00b71678a99e5f72eaece5638e55d33f78c) - kindlich - Sun May 10 21:08:44 2020
  145. * [Make right-click-block-event properly cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/88d6d7697745b563cbeba77619cd8d0758673ec7) - Jon McManus - Mon Apr 13 03:08:15 2020
  146. * [Add a patreon thank you at the start of the log](https://github.com/CraftTweaker/CraftTweaker/commit/a2fa4486f93c4bbc03a238c01a4db38c11ef2311) - Jared - Sat Apr 11 06:35:47 2020
  147. * [Rename ProjectileImpactEvent to IProjectileImpactEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/c1ace7e4b519c3116afc52441bd106d76458629e) - Jon McManus - Sat Apr 11 06:24:39 2020
  148. * [Unify some class/interface names.](https://github.com/CraftTweaker/CraftTweaker/commit/8dfe9bab14eeef0ad363b7812a64a3278ff2990c) - Jon McManus - Sat Apr 11 06:00:39 2020
  149. * [releases are beta by default](https://github.com/CraftTweaker/CraftTweaker/commit/bc8cf9f1f3ce482d83fa9599f3b656b2d84bddea) - Jared - Sat Apr 11 05:44:57 2020
  150. * [Fix typo.](https://github.com/CraftTweaker/CraftTweaker/commit/07b604568b9bd83117b12c1e9b4b650d2f039d46) - Jon McManus - Sat Apr 11 05:35:02 2020
  151. * [Address issues raised by Kindlich.](https://github.com/CraftTweaker/CraftTweaker/commit/e2d34b682c6454f21226990ace3b6b0676a1dfc3) - Jon McManus - Sat Apr 11 05:30:25 2020
  152. * [fix jenkins file](https://github.com/CraftTweaker/CraftTweaker/commit/5d76d7c032a532c1c1698c82f841201a34ee0451) - Jared - Sat Apr 11 05:27:01 2020
  153. * [updated jenkins file to gen changelog and push to curse](https://github.com/CraftTweaker/CraftTweaker/commit/c9905a10830e5ffa02811d54eeb9a0122cd4ce84) - Jared - Sat Apr 11 05:22:53 2020
  154. * [Allow access to the cancellation result.](https://github.com/CraftTweaker/CraftTweaker/commit/bfa7c162c4e3c1c88d9c5d42f5154e0ef45090bf) - Jon McManus - Thu Apr 2 03:43:03 2020
  155. * [Remove RightClickEmpty, it only fires on the client side.](https://github.com/CraftTweaker/CraftTweaker/commit/4c02dc9e7293aec2cd3a393f849a850a6e85fd12) - Jon McManus - Thu Apr 2 02:56:47 2020
  156. * [Add missing clear calls.](https://github.com/CraftTweaker/CraftTweaker/commit/d49e2b6ab80fca81034c23a764c14ba168e0d888) - Jon McManus - Mon Mar 16 11:06:27 2020
  157. * [Unify allow/deny/default into a single string result as per other systems.](https://github.com/CraftTweaker/CraftTweaker/commit/62b16c15d7404623d07d64e3a0e3a43607d0d90a) - Jon McManus - Mon Mar 16 11:00:30 2020
  158. * [Fix rename failure.](https://github.com/CraftTweaker/CraftTweaker/commit/e265a7d75305a1c8cd1a101446aa1e3e57446464) - Jon McManus - Sun Mar 15 12:46:35 2020
  159. * [More indentations fixes.](https://github.com/CraftTweaker/CraftTweaker/commit/6307b19336769fc8d2c68bad76b01ec1fb24ad48) - Jon McManus - Sun Mar 15 12:37:25 2020
  160. * [Fix indents.](https://github.com/CraftTweaker/CraftTweaker/commit/0b65de669044c354cc31dfa283970c547a248b29) - Jon McManus - Sun Mar 15 12:35:21 2020
  161. * [This event is also cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/d421ddbeca86e4e0a6f958eb0fcc9933dce5b46d) - Jon McManus - Sun Mar 15 05:34:06 2020
  162. * [EntityMount is cancelable; limit EnchantmentLevelSet to 0-30.](https://github.com/CraftTweaker/CraftTweaker/commit/eabe1e14ae0d8d4137fe9fddcc4405d1e4dababc) - Jon McManus - Sun Mar 15 05:29:00 2020
  163. * [It's already a getter.](https://github.com/CraftTweaker/CraftTweaker/commit/aa16ccb607abe765b80f4d35a4212619eaba2f7b) - Jon McManus - Sun Mar 15 05:15:28 2020
  164. * [Back-port curseforge_gradle support from 1.14.](https://github.com/CraftTweaker/CraftTweaker/commit/5ff47f69089d144a3a2878c57ac0dc7dc67aa5bd) - Jon McManus - Sun Mar 15 02:06:06 2020
  165. * [Implement an "isItemBlock" functionality for IItemStacks.](https://github.com/CraftTweaker/CraftTweaker/commit/ecbfbd06fa8f9b63c915280e8a50a968a11dbd25) - Jon McManus - Sat Mar 14 23:53:34 2020
  166. * [Final exorcism of things.](https://github.com/CraftTweaker/CraftTweaker/commit/69cf45122f927d3fbe151484e05b2bc8e7e27b7e) - Jon McManus - Sat Mar 14 12:24:52 2020
  167. * [Screw the Terrain Generation bus.](https://github.com/CraftTweaker/CraftTweaker/commit/cc55805d91ea2e3563fafc897a8b7751b724fcfc) - Jon McManus - Sat Mar 14 12:09:29 2020
  168. * [Add hand and ItemStack handlers for PlayerInteractEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/199ac07b1c996c9436b362f79c2afae440f50a35) - Jon McManus - Sat Mar 14 11:54:29 2020
  169. * [Fix some minor issues.](https://github.com/CraftTweaker/CraftTweaker/commit/9a996c183d7540e43a88b62e9a753ed5a1dead59) - Jon McManus - Sat Mar 14 11:37:13 2020
  170. * [Some minor tweaks.](https://github.com/CraftTweaker/CraftTweaker/commit/3c21a121c0a7588b05dab22e2e378e65c448504b) - Jon McManus - Sat Mar 14 10:24:04 2020
  171. * [Fix CropGrowEvent names.](https://github.com/CraftTweaker/CraftTweaker/commit/34df2d7318b7a85b09a26d8f42b767232e18c7fd) - Jon McManus - Fri Mar 13 02:35:26 2020
  172. * [publish JEI support to maven](https://github.com/CraftTweaker/CraftTweaker/commit/9beca9982fcbf04bf71f2edd0a6147cda278ca20) - Jared - Wed Mar 11 06:25:33 2020
  173. * [Whoops.](https://github.com/CraftTweaker/CraftTweaker/commit/5cb19adbc99cf187fb571f90afcb18c671861f01) - Jon McManus - Sun Mar 8 07:33:51 2020
  174. * [ProjectileImpactEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/2ba9f393d69e3cd85ff98bb4a8287b632cca4ea4) - Jon McManus - Sun Mar 8 06:13:53 2020
  175. * [PotionBrewEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/d4e5f004a34e445acd082a7f81b112a6de605a0e) - Jon McManus - Sun Mar 8 05:08:07 2020
  176. * [Sleeping Checks.](https://github.com/CraftTweaker/CraftTweaker/commit/b4fea8e2a07605c72a99d14123c26e75d7c83ef8) - Jon McManus - Sun Mar 8 04:36:33 2020
  177. * [SaplingGrowTreeEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/96bda23d9e870acd2a7cc83b14c0f9e0e6e57f35) - Jon McManus - Sun Mar 8 04:16:39 2020
  178. * [PlayerRightClickItemEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/a7fa3217df42bcd8aa17e40a6a65f0938ac76f7b) - Jon McManus - Sun Mar 8 03:31:24 2020
  179. * [RightClickEmptyEvent, not every PlayerInteractEvent is cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/4182e45d2f77cd04710e255ef9877c22ebe3cc7e) - Jon McManus - Sun Mar 8 03:25:08 2020
  180. * [Oops.](https://github.com/CraftTweaker/CraftTweaker/commit/7b28d3f2c71123f9c4bcc3cb6e86a59abbb84b60) - Jon McManus - Sun Mar 8 03:07:54 2020
  181. * [PlayerLeftClickBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/eb040be4bbccd0f20a42ec423ba35d5cb2ef27aa) - Jon McManus - Sun Mar 8 03:06:38 2020
  182. * [Player Visibility Event.](https://github.com/CraftTweaker/CraftTweaker/commit/6675f78846d47c3ae1918d35a5cd4db1d9dff191) - Jon McManus - Sun Mar 8 02:59:52 2020
  183. * [PlayerItemPickupEvent](https://github.com/CraftTweaker/CraftTweaker/commit/e6b41bbd2d9241b190436fd0c6267e1765f0eeb2) - Jon McManus - Sun Mar 8 01:43:00 2020
  184. * [PlayerContainerClose event.](https://github.com/CraftTweaker/CraftTweaker/commit/471a4cb891b7344bd2585ca83ddcac57f74a2b48) - Jon McManus - Sat Mar 7 13:30:45 2020
  185. * [Minecart events.](https://github.com/CraftTweaker/CraftTweaker/commit/b8324039e8216d54585ed58e1b807e5f494ff5d1) - Jon McManus - Sat Mar 7 13:08:03 2020
  186. * [Remove ItemTooltipEvent?](https://github.com/CraftTweaker/CraftTweaker/commit/7b99eaa64b14fa2ae0d8dbee830a5c17b853b433) - Jon McManus - Sat Mar 7 13:07:42 2020
  187. * [LootingLevelEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0ae1180bc2c7495fad1c83c9016b95548d1d6972) - Jon McManus - Sat Mar 7 12:46:57 2020
  188. * [LivingKnockBackEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/7f19f82dcc1f057b7ac620c39d1c30c59a984091) - Jon McManus - Sat Mar 7 12:42:41 2020
  189. * [LivingExperienceDropEvent](https://github.com/CraftTweaker/CraftTweaker/commit/bcc1148fa39784b39860e55006226a92189cca14) - Jon McManus - Sat Mar 7 12:34:02 2020
  190. * [LivingDestroyBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0e22bb1b3c245bbf2e7ce8ee85e091a339706b49) - Jon McManus - Sat Mar 7 12:28:10 2020
  191. * [ItemTooltipEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/4291f0d8099d9dea49bdc4fda8ef585cca30cb6d) - Jon McManus - Sat Mar 7 12:22:13 2020
  192. * [EntityTravelToDimensionEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0863d1f222e9f7643f7c9e7d044684e626006e04) - Jon McManus - Sat Mar 7 12:13:38 2020
  193. * [MobGriefing.](https://github.com/CraftTweaker/CraftTweaker/commit/cb201918b44e33475989a473f3fdf0cdc1294f5e) - Jon McManus - Sat Mar 7 12:06:28 2020
  194. * [BlockPlace event.](https://github.com/CraftTweaker/CraftTweaker/commit/1363e9560aaab43ff848ccc0cd330ea860cc6270) - Jon McManus - Sat Mar 7 11:57:02 2020
  195. * [CropGrowth events.](https://github.com/CraftTweaker/CraftTweaker/commit/c3b58552b18e4c5bf300ebb7905debb4c04dc280) - Jon McManus - Sat Mar 7 11:42:29 2020
  196. * [ItemFishedEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/25d7fbc4f79f73a378f19ef69defea699fdc620d) - Jon McManus - Sat Mar 7 11:28:55 2020
  197. * [Explosion events.](https://github.com/CraftTweaker/CraftTweaker/commit/46a5bc70dedb540ba0c5c8831e950fe1b391c29b) - Jon McManus - Sat Mar 7 11:08:01 2020
  198. * [EntityMountEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/dba7af5a258cd5b6541e001e479ed295b84f0c16) - Jon McManus - Sat Mar 7 10:35:32 2020
  199. * [EnchantmentLevelSet event.](https://github.com/CraftTweaker/CraftTweaker/commit/c5be1a93ca7e94a17b9deccd3730dac5b52d1f88) - Jon McManus - Sat Mar 7 10:25:28 2020
  200. * [Critical Hit event.](https://github.com/CraftTweaker/CraftTweaker/commit/94f86720174c5bafbf2e072d5c12295e10021534) - Jon McManus - Sat Mar 7 09:54:49 2020
  201. * [Implement BlockEvent.FarmlandTrampleEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/142336a50295a0bff12a60908fecc2245579de7d) - Jon McManus - Sat Mar 7 09:28:42 2020
  202. * [First in additional events: AnimalTameEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/53062a88f76c9e2b57c33239d9887a5d6b67b733) - Jon McManus - Sat Mar 7 09:20:24 2020
  203.  
  204. CraftTweaker2-1.12-4.1.20.584.jar:
  205. Current version: unspecified
  206. * [logError not logWarning](https://github.com/CraftTweaker/CraftTweaker/commit/5abb18eba3d817f56ba9b48cf6ba781a79e5e172) - eutropius225 - Wed Aug 19 15:30:15 2020
  207. * [Add IWorld#getPickedBlock(IBlockPos,IRayTraceResult,IPlayer)](https://github.com/CraftTweaker/CraftTweaker/commit/bfaa05cf3e3e580511cdb859a3078e7424c4dd27) - eutropius225 - Wed Aug 19 15:28:49 2020
  208. * [added IPlayer#changeDimension](https://github.com/CraftTweaker/CraftTweaker/commit/b58df912453d59fa9014e857f061bd0d18db179c) - Jared - Sat Aug 15 02:22:23 2020
  209. * [Add IBlockDefinition#getStateFromMeta(int)](https://github.com/CraftTweaker/CraftTweaker/commit/3a2425d391bbaa5142855f1c93b5593f02cae85c) - eutropius225 - Sun Jul 26 20:06:03 2020
  210. * [Use forge methods for giving items instead of a custom broken one](https://github.com/CraftTweaker/CraftTweaker/commit/fa3e8f8685f835cc0abc23c536f3d554995097f4) - Jared - Sun Jul 5 23:01:29 2020
  211. * [Update the interface as well for oredict changes..](https://github.com/CraftTweaker/CraftTweaker/commit/8122bcada9b335bec3bbf883290e35c27a5b3eec) - Jared - Sun Jul 5 03:57:20 2020
  212. * [Made addAll() varargs for oredicts](https://github.com/CraftTweaker/CraftTweaker/commit/009b3a8d8abe47069437984b36fa525a543edf35) - Jared - Sun Jul 5 03:54:24 2020
  213. * [Changed how block defintions convert creative tabs](https://github.com/CraftTweaker/CraftTweaker/commit/093129ba0f0ca8c525725f8d235359f01574a64d) - Jared - Sat Jul 4 06:01:15 2020
  214. * [added a way to see if an entity is on the ground or not](https://github.com/CraftTweaker/CraftTweaker/commit/96db59c83eab3a124b63fae7b8819df645ceabf2) - Jared - Sun Jun 28 09:01:49 2020
  215. * [Updated ZenScript](https://github.com/CraftTweaker/CraftTweaker/commit/2a235cc0eb80caa2b4c07e4c490fe273d9896db9) - kindlich - Sun May 31 21:49:25 2020
  216. * [Updated ZS: Fixes for Captures and allow Function Types to be used as Members in functions/classes](https://github.com/CraftTweaker/CraftTweaker/commit/5f9db0ba226c2d935dd8b4629bc343966b62ced3) - kindlich - Wed May 27 16:53:26 2020
  217. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/b47fd2ceeb8ca6b958d653f053e417cb63a009bb) - kindlich - Sat May 16 12:50:05 2020
  218. * [actually use the update json, thanks forge](https://github.com/CraftTweaker/CraftTweaker/commit/a9441dee16193fc0f3e4655dbd348e47e2e55163) - Jared - Thu May 14 23:46:16 2020
  219. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/24ef754e8a1cc5e79b8be3709575cdb8af73bc1f) - kindlich - Wed May 13 15:44:12 2020
  220. * [thanks forge for having an incorrect mdk](https://github.com/CraftTweaker/CraftTweaker/commit/da62d9a28f63b370c38d9b9efc9b4ed6a2533844) - Jared - Tue May 12 18:39:50 2020
  221. * [put update tracker in the right build.gradle file](https://github.com/CraftTweaker/CraftTweaker/commit/24f7bf3de9199f7450f8b1fea02e430d1a6eb733) - Jared - Tue May 12 15:46:55 2020
  222. * [and this one...](https://github.com/CraftTweaker/CraftTweaker/commit/480335a890e9437559351ba836e6b4eae368e311) - Jared - Tue May 12 15:43:06 2020
  223. * [Would be good to actually call the url...](https://github.com/CraftTweaker/CraftTweaker/commit/16d72770e30d8ff4f846dda8cce03f9c7ce021c0) - Jared - Tue May 12 15:40:35 2020
  224. * [ We are still pushing some builds, may as well add the update tracker](https://github.com/CraftTweaker/CraftTweaker/commit/739e63b7e4d5150fe7a1e26a75302b794dc39d8c) - Jared - Tue May 12 15:35:04 2020
  225. * [added a way to get a liquid using a string, game#getLiquid close #970](https://github.com/CraftTweaker/CraftTweaker/commit/3a68c5aca6bbf8adae8ee97c944b1e39bbc3a5a7) - Jared - Tue May 12 15:21:53 2020
  226. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/7f0ca9f7b63b9acfffd772ae6e77ea4a46d7ca88) - kindlich - Mon May 11 20:49:54 2020
  227. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/e237a00b71678a99e5f72eaece5638e55d33f78c) - kindlich - Sun May 10 21:08:44 2020
  228. * [Make right-click-block-event properly cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/88d6d7697745b563cbeba77619cd8d0758673ec7) - Jon McManus - Mon Apr 13 03:08:15 2020
  229. * [Add a patreon thank you at the start of the log](https://github.com/CraftTweaker/CraftTweaker/commit/a2fa4486f93c4bbc03a238c01a4db38c11ef2311) - Jared - Sat Apr 11 06:35:47 2020
  230. * [Rename ProjectileImpactEvent to IProjectileImpactEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/c1ace7e4b519c3116afc52441bd106d76458629e) - Jon McManus - Sat Apr 11 06:24:39 2020
  231. * [Unify some class/interface names.](https://github.com/CraftTweaker/CraftTweaker/commit/8dfe9bab14eeef0ad363b7812a64a3278ff2990c) - Jon McManus - Sat Apr 11 06:00:39 2020
  232. * [releases are beta by default](https://github.com/CraftTweaker/CraftTweaker/commit/bc8cf9f1f3ce482d83fa9599f3b656b2d84bddea) - Jared - Sat Apr 11 05:44:57 2020
  233. * [Fix typo.](https://github.com/CraftTweaker/CraftTweaker/commit/07b604568b9bd83117b12c1e9b4b650d2f039d46) - Jon McManus - Sat Apr 11 05:35:02 2020
  234. * [Address issues raised by Kindlich.](https://github.com/CraftTweaker/CraftTweaker/commit/e2d34b682c6454f21226990ace3b6b0676a1dfc3) - Jon McManus - Sat Apr 11 05:30:25 2020
  235. * [fix jenkins file](https://github.com/CraftTweaker/CraftTweaker/commit/5d76d7c032a532c1c1698c82f841201a34ee0451) - Jared - Sat Apr 11 05:27:01 2020
  236. * [updated jenkins file to gen changelog and push to curse](https://github.com/CraftTweaker/CraftTweaker/commit/c9905a10830e5ffa02811d54eeb9a0122cd4ce84) - Jared - Sat Apr 11 05:22:53 2020
  237. * [Allow access to the cancellation result.](https://github.com/CraftTweaker/CraftTweaker/commit/bfa7c162c4e3c1c88d9c5d42f5154e0ef45090bf) - Jon McManus - Thu Apr 2 03:43:03 2020
  238. * [Remove RightClickEmpty, it only fires on the client side.](https://github.com/CraftTweaker/CraftTweaker/commit/4c02dc9e7293aec2cd3a393f849a850a6e85fd12) - Jon McManus - Thu Apr 2 02:56:47 2020
  239. * [Add missing clear calls.](https://github.com/CraftTweaker/CraftTweaker/commit/d49e2b6ab80fca81034c23a764c14ba168e0d888) - Jon McManus - Mon Mar 16 11:06:27 2020
  240. * [Unify allow/deny/default into a single string result as per other systems.](https://github.com/CraftTweaker/CraftTweaker/commit/62b16c15d7404623d07d64e3a0e3a43607d0d90a) - Jon McManus - Mon Mar 16 11:00:30 2020
  241. * [Fix rename failure.](https://github.com/CraftTweaker/CraftTweaker/commit/e265a7d75305a1c8cd1a101446aa1e3e57446464) - Jon McManus - Sun Mar 15 12:46:35 2020
  242. * [More indentations fixes.](https://github.com/CraftTweaker/CraftTweaker/commit/6307b19336769fc8d2c68bad76b01ec1fb24ad48) - Jon McManus - Sun Mar 15 12:37:25 2020
  243. * [Fix indents.](https://github.com/CraftTweaker/CraftTweaker/commit/0b65de669044c354cc31dfa283970c547a248b29) - Jon McManus - Sun Mar 15 12:35:21 2020
  244. * [This event is also cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/d421ddbeca86e4e0a6f958eb0fcc9933dce5b46d) - Jon McManus - Sun Mar 15 05:34:06 2020
  245. * [EntityMount is cancelable; limit EnchantmentLevelSet to 0-30.](https://github.com/CraftTweaker/CraftTweaker/commit/eabe1e14ae0d8d4137fe9fddcc4405d1e4dababc) - Jon McManus - Sun Mar 15 05:29:00 2020
  246. * [It's already a getter.](https://github.com/CraftTweaker/CraftTweaker/commit/aa16ccb607abe765b80f4d35a4212619eaba2f7b) - Jon McManus - Sun Mar 15 05:15:28 2020
  247. * [Back-port curseforge_gradle support from 1.14.](https://github.com/CraftTweaker/CraftTweaker/commit/5ff47f69089d144a3a2878c57ac0dc7dc67aa5bd) - Jon McManus - Sun Mar 15 02:06:06 2020
  248. * [Implement an "isItemBlock" functionality for IItemStacks.](https://github.com/CraftTweaker/CraftTweaker/commit/ecbfbd06fa8f9b63c915280e8a50a968a11dbd25) - Jon McManus - Sat Mar 14 23:53:34 2020
  249. * [Final exorcism of things.](https://github.com/CraftTweaker/CraftTweaker/commit/69cf45122f927d3fbe151484e05b2bc8e7e27b7e) - Jon McManus - Sat Mar 14 12:24:52 2020
  250. * [Screw the Terrain Generation bus.](https://github.com/CraftTweaker/CraftTweaker/commit/cc55805d91ea2e3563fafc897a8b7751b724fcfc) - Jon McManus - Sat Mar 14 12:09:29 2020
  251. * [Add hand and ItemStack handlers for PlayerInteractEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/199ac07b1c996c9436b362f79c2afae440f50a35) - Jon McManus - Sat Mar 14 11:54:29 2020
  252. * [Fix some minor issues.](https://github.com/CraftTweaker/CraftTweaker/commit/9a996c183d7540e43a88b62e9a753ed5a1dead59) - Jon McManus - Sat Mar 14 11:37:13 2020
  253. * [Some minor tweaks.](https://github.com/CraftTweaker/CraftTweaker/commit/3c21a121c0a7588b05dab22e2e378e65c448504b) - Jon McManus - Sat Mar 14 10:24:04 2020
  254. * [Fix CropGrowEvent names.](https://github.com/CraftTweaker/CraftTweaker/commit/34df2d7318b7a85b09a26d8f42b767232e18c7fd) - Jon McManus - Fri Mar 13 02:35:26 2020
  255. * [publish JEI support to maven](https://github.com/CraftTweaker/CraftTweaker/commit/9beca9982fcbf04bf71f2edd0a6147cda278ca20) - Jared - Wed Mar 11 06:25:33 2020
  256. * [Whoops.](https://github.com/CraftTweaker/CraftTweaker/commit/5cb19adbc99cf187fb571f90afcb18c671861f01) - Jon McManus - Sun Mar 8 07:33:51 2020
  257. * [ProjectileImpactEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/2ba9f393d69e3cd85ff98bb4a8287b632cca4ea4) - Jon McManus - Sun Mar 8 06:13:53 2020
  258. * [PotionBrewEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/d4e5f004a34e445acd082a7f81b112a6de605a0e) - Jon McManus - Sun Mar 8 05:08:07 2020
  259. * [Sleeping Checks.](https://github.com/CraftTweaker/CraftTweaker/commit/b4fea8e2a07605c72a99d14123c26e75d7c83ef8) - Jon McManus - Sun Mar 8 04:36:33 2020
  260. * [SaplingGrowTreeEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/96bda23d9e870acd2a7cc83b14c0f9e0e6e57f35) - Jon McManus - Sun Mar 8 04:16:39 2020
  261. * [PlayerRightClickItemEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/a7fa3217df42bcd8aa17e40a6a65f0938ac76f7b) - Jon McManus - Sun Mar 8 03:31:24 2020
  262. * [RightClickEmptyEvent, not every PlayerInteractEvent is cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/4182e45d2f77cd04710e255ef9877c22ebe3cc7e) - Jon McManus - Sun Mar 8 03:25:08 2020
  263. * [Oops.](https://github.com/CraftTweaker/CraftTweaker/commit/7b28d3f2c71123f9c4bcc3cb6e86a59abbb84b60) - Jon McManus - Sun Mar 8 03:07:54 2020
  264. * [PlayerLeftClickBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/eb040be4bbccd0f20a42ec423ba35d5cb2ef27aa) - Jon McManus - Sun Mar 8 03:06:38 2020
  265. * [Player Visibility Event.](https://github.com/CraftTweaker/CraftTweaker/commit/6675f78846d47c3ae1918d35a5cd4db1d9dff191) - Jon McManus - Sun Mar 8 02:59:52 2020
  266. * [PlayerItemPickupEvent](https://github.com/CraftTweaker/CraftTweaker/commit/e6b41bbd2d9241b190436fd0c6267e1765f0eeb2) - Jon McManus - Sun Mar 8 01:43:00 2020
  267. * [PlayerContainerClose event.](https://github.com/CraftTweaker/CraftTweaker/commit/471a4cb891b7344bd2585ca83ddcac57f74a2b48) - Jon McManus - Sat Mar 7 13:30:45 2020
  268. * [Minecart events.](https://github.com/CraftTweaker/CraftTweaker/commit/b8324039e8216d54585ed58e1b807e5f494ff5d1) - Jon McManus - Sat Mar 7 13:08:03 2020
  269. * [Remove ItemTooltipEvent?](https://github.com/CraftTweaker/CraftTweaker/commit/7b99eaa64b14fa2ae0d8dbee830a5c17b853b433) - Jon McManus - Sat Mar 7 13:07:42 2020
  270. * [LootingLevelEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0ae1180bc2c7495fad1c83c9016b95548d1d6972) - Jon McManus - Sat Mar 7 12:46:57 2020
  271. * [LivingKnockBackEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/7f19f82dcc1f057b7ac620c39d1c30c59a984091) - Jon McManus - Sat Mar 7 12:42:41 2020
  272. * [LivingExperienceDropEvent](https://github.com/CraftTweaker/CraftTweaker/commit/bcc1148fa39784b39860e55006226a92189cca14) - Jon McManus - Sat Mar 7 12:34:02 2020
  273. * [LivingDestroyBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0e22bb1b3c245bbf2e7ce8ee85e091a339706b49) - Jon McManus - Sat Mar 7 12:28:10 2020
  274. * [ItemTooltipEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/4291f0d8099d9dea49bdc4fda8ef585cca30cb6d) - Jon McManus - Sat Mar 7 12:22:13 2020
  275. * [EntityTravelToDimensionEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0863d1f222e9f7643f7c9e7d044684e626006e04) - Jon McManus - Sat Mar 7 12:13:38 2020
  276. * [MobGriefing.](https://github.com/CraftTweaker/CraftTweaker/commit/cb201918b44e33475989a473f3fdf0cdc1294f5e) - Jon McManus - Sat Mar 7 12:06:28 2020
  277. * [BlockPlace event.](https://github.com/CraftTweaker/CraftTweaker/commit/1363e9560aaab43ff848ccc0cd330ea860cc6270) - Jon McManus - Sat Mar 7 11:57:02 2020
  278. * [CropGrowth events.](https://github.com/CraftTweaker/CraftTweaker/commit/c3b58552b18e4c5bf300ebb7905debb4c04dc280) - Jon McManus - Sat Mar 7 11:42:29 2020
  279. * [ItemFishedEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/25d7fbc4f79f73a378f19ef69defea699fdc620d) - Jon McManus - Sat Mar 7 11:28:55 2020
  280. * [Explosion events.](https://github.com/CraftTweaker/CraftTweaker/commit/46a5bc70dedb540ba0c5c8831e950fe1b391c29b) - Jon McManus - Sat Mar 7 11:08:01 2020
  281. * [EntityMountEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/dba7af5a258cd5b6541e001e479ed295b84f0c16) - Jon McManus - Sat Mar 7 10:35:32 2020
  282. * [EnchantmentLevelSet event.](https://github.com/CraftTweaker/CraftTweaker/commit/c5be1a93ca7e94a17b9deccd3730dac5b52d1f88) - Jon McManus - Sat Mar 7 10:25:28 2020
  283. * [Critical Hit event.](https://github.com/CraftTweaker/CraftTweaker/commit/94f86720174c5bafbf2e072d5c12295e10021534) - Jon McManus - Sat Mar 7 09:54:49 2020
  284. * [Implement BlockEvent.FarmlandTrampleEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/142336a50295a0bff12a60908fecc2245579de7d) - Jon McManus - Sat Mar 7 09:28:42 2020
  285. * [First in additional events: AnimalTameEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/53062a88f76c9e2b57c33239d9887a5d6b67b733) - Jon McManus - Sat Mar 7 09:20:24 2020
  286.  
  287. CraftTweaker2-1.12-4.1.20.583.jar:
  288. Current version: unspecified
  289. * [added IPlayer#changeDimension](https://github.com/CraftTweaker/CraftTweaker/commit/b58df912453d59fa9014e857f061bd0d18db179c) - Jared - Sat Aug 15 02:22:23 2020
  290. * [Add IBlockDefinition#getStateFromMeta(int)](https://github.com/CraftTweaker/CraftTweaker/commit/3a2425d391bbaa5142855f1c93b5593f02cae85c) - eutropius225 - Sun Jul 26 20:06:03 2020
  291. * [Use forge methods for giving items instead of a custom broken one](https://github.com/CraftTweaker/CraftTweaker/commit/fa3e8f8685f835cc0abc23c536f3d554995097f4) - Jared - Sun Jul 5 23:01:29 2020
  292. * [Update the interface as well for oredict changes..](https://github.com/CraftTweaker/CraftTweaker/commit/8122bcada9b335bec3bbf883290e35c27a5b3eec) - Jared - Sun Jul 5 03:57:20 2020
  293. * [Made addAll() varargs for oredicts](https://github.com/CraftTweaker/CraftTweaker/commit/009b3a8d8abe47069437984b36fa525a543edf35) - Jared - Sun Jul 5 03:54:24 2020
  294. * [Changed how block defintions convert creative tabs](https://github.com/CraftTweaker/CraftTweaker/commit/093129ba0f0ca8c525725f8d235359f01574a64d) - Jared - Sat Jul 4 06:01:15 2020
  295. * [added a way to see if an entity is on the ground or not](https://github.com/CraftTweaker/CraftTweaker/commit/96db59c83eab3a124b63fae7b8819df645ceabf2) - Jared - Sun Jun 28 09:01:49 2020
  296. * [Updated ZenScript](https://github.com/CraftTweaker/CraftTweaker/commit/2a235cc0eb80caa2b4c07e4c490fe273d9896db9) - kindlich - Sun May 31 21:49:25 2020
  297. * [Updated ZS: Fixes for Captures and allow Function Types to be used as Members in functions/classes](https://github.com/CraftTweaker/CraftTweaker/commit/5f9db0ba226c2d935dd8b4629bc343966b62ced3) - kindlich - Wed May 27 16:53:26 2020
  298. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/b47fd2ceeb8ca6b958d653f053e417cb63a009bb) - kindlich - Sat May 16 12:50:05 2020
  299. * [actually use the update json, thanks forge](https://github.com/CraftTweaker/CraftTweaker/commit/a9441dee16193fc0f3e4655dbd348e47e2e55163) - Jared - Thu May 14 23:46:16 2020
  300. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/24ef754e8a1cc5e79b8be3709575cdb8af73bc1f) - kindlich - Wed May 13 15:44:12 2020
  301. * [thanks forge for having an incorrect mdk](https://github.com/CraftTweaker/CraftTweaker/commit/da62d9a28f63b370c38d9b9efc9b4ed6a2533844) - Jared - Tue May 12 18:39:50 2020
  302. * [put update tracker in the right build.gradle file](https://github.com/CraftTweaker/CraftTweaker/commit/24f7bf3de9199f7450f8b1fea02e430d1a6eb733) - Jared - Tue May 12 15:46:55 2020
  303. * [and this one...](https://github.com/CraftTweaker/CraftTweaker/commit/480335a890e9437559351ba836e6b4eae368e311) - Jared - Tue May 12 15:43:06 2020
  304. * [Would be good to actually call the url...](https://github.com/CraftTweaker/CraftTweaker/commit/16d72770e30d8ff4f846dda8cce03f9c7ce021c0) - Jared - Tue May 12 15:40:35 2020
  305. * [ We are still pushing some builds, may as well add the update tracker](https://github.com/CraftTweaker/CraftTweaker/commit/739e63b7e4d5150fe7a1e26a75302b794dc39d8c) - Jared - Tue May 12 15:35:04 2020
  306. * [added a way to get a liquid using a string, game#getLiquid close #970](https://github.com/CraftTweaker/CraftTweaker/commit/3a68c5aca6bbf8adae8ee97c944b1e39bbc3a5a7) - Jared - Tue May 12 15:21:53 2020
  307. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/7f0ca9f7b63b9acfffd772ae6e77ea4a46d7ca88) - kindlich - Mon May 11 20:49:54 2020
  308. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/e237a00b71678a99e5f72eaece5638e55d33f78c) - kindlich - Sun May 10 21:08:44 2020
  309. * [Make right-click-block-event properly cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/88d6d7697745b563cbeba77619cd8d0758673ec7) - Jon McManus - Mon Apr 13 03:08:15 2020
  310. * [Add a patreon thank you at the start of the log](https://github.com/CraftTweaker/CraftTweaker/commit/a2fa4486f93c4bbc03a238c01a4db38c11ef2311) - Jared - Sat Apr 11 06:35:47 2020
  311. * [Rename ProjectileImpactEvent to IProjectileImpactEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/c1ace7e4b519c3116afc52441bd106d76458629e) - Jon McManus - Sat Apr 11 06:24:39 2020
  312. * [Unify some class/interface names.](https://github.com/CraftTweaker/CraftTweaker/commit/8dfe9bab14eeef0ad363b7812a64a3278ff2990c) - Jon McManus - Sat Apr 11 06:00:39 2020
  313. * [releases are beta by default](https://github.com/CraftTweaker/CraftTweaker/commit/bc8cf9f1f3ce482d83fa9599f3b656b2d84bddea) - Jared - Sat Apr 11 05:44:57 2020
  314. * [Fix typo.](https://github.com/CraftTweaker/CraftTweaker/commit/07b604568b9bd83117b12c1e9b4b650d2f039d46) - Jon McManus - Sat Apr 11 05:35:02 2020
  315. * [Address issues raised by Kindlich.](https://github.com/CraftTweaker/CraftTweaker/commit/e2d34b682c6454f21226990ace3b6b0676a1dfc3) - Jon McManus - Sat Apr 11 05:30:25 2020
  316. * [fix jenkins file](https://github.com/CraftTweaker/CraftTweaker/commit/5d76d7c032a532c1c1698c82f841201a34ee0451) - Jared - Sat Apr 11 05:27:01 2020
  317. * [updated jenkins file to gen changelog and push to curse](https://github.com/CraftTweaker/CraftTweaker/commit/c9905a10830e5ffa02811d54eeb9a0122cd4ce84) - Jared - Sat Apr 11 05:22:53 2020
  318. * [Allow access to the cancellation result.](https://github.com/CraftTweaker/CraftTweaker/commit/bfa7c162c4e3c1c88d9c5d42f5154e0ef45090bf) - Jon McManus - Thu Apr 2 03:43:03 2020
  319. * [Remove RightClickEmpty, it only fires on the client side.](https://github.com/CraftTweaker/CraftTweaker/commit/4c02dc9e7293aec2cd3a393f849a850a6e85fd12) - Jon McManus - Thu Apr 2 02:56:47 2020
  320. * [Add missing clear calls.](https://github.com/CraftTweaker/CraftTweaker/commit/d49e2b6ab80fca81034c23a764c14ba168e0d888) - Jon McManus - Mon Mar 16 11:06:27 2020
  321. * [Unify allow/deny/default into a single string result as per other systems.](https://github.com/CraftTweaker/CraftTweaker/commit/62b16c15d7404623d07d64e3a0e3a43607d0d90a) - Jon McManus - Mon Mar 16 11:00:30 2020
  322. * [Fix rename failure.](https://github.com/CraftTweaker/CraftTweaker/commit/e265a7d75305a1c8cd1a101446aa1e3e57446464) - Jon McManus - Sun Mar 15 12:46:35 2020
  323. * [More indentations fixes.](https://github.com/CraftTweaker/CraftTweaker/commit/6307b19336769fc8d2c68bad76b01ec1fb24ad48) - Jon McManus - Sun Mar 15 12:37:25 2020
  324. * [Fix indents.](https://github.com/CraftTweaker/CraftTweaker/commit/0b65de669044c354cc31dfa283970c547a248b29) - Jon McManus - Sun Mar 15 12:35:21 2020
  325. * [This event is also cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/d421ddbeca86e4e0a6f958eb0fcc9933dce5b46d) - Jon McManus - Sun Mar 15 05:34:06 2020
  326. * [EntityMount is cancelable; limit EnchantmentLevelSet to 0-30.](https://github.com/CraftTweaker/CraftTweaker/commit/eabe1e14ae0d8d4137fe9fddcc4405d1e4dababc) - Jon McManus - Sun Mar 15 05:29:00 2020
  327. * [It's already a getter.](https://github.com/CraftTweaker/CraftTweaker/commit/aa16ccb607abe765b80f4d35a4212619eaba2f7b) - Jon McManus - Sun Mar 15 05:15:28 2020
  328. * [Back-port curseforge_gradle support from 1.14.](https://github.com/CraftTweaker/CraftTweaker/commit/5ff47f69089d144a3a2878c57ac0dc7dc67aa5bd) - Jon McManus - Sun Mar 15 02:06:06 2020
  329. * [Implement an "isItemBlock" functionality for IItemStacks.](https://github.com/CraftTweaker/CraftTweaker/commit/ecbfbd06fa8f9b63c915280e8a50a968a11dbd25) - Jon McManus - Sat Mar 14 23:53:34 2020
  330. * [Final exorcism of things.](https://github.com/CraftTweaker/CraftTweaker/commit/69cf45122f927d3fbe151484e05b2bc8e7e27b7e) - Jon McManus - Sat Mar 14 12:24:52 2020
  331. * [Screw the Terrain Generation bus.](https://github.com/CraftTweaker/CraftTweaker/commit/cc55805d91ea2e3563fafc897a8b7751b724fcfc) - Jon McManus - Sat Mar 14 12:09:29 2020
  332. * [Add hand and ItemStack handlers for PlayerInteractEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/199ac07b1c996c9436b362f79c2afae440f50a35) - Jon McManus - Sat Mar 14 11:54:29 2020
  333. * [Fix some minor issues.](https://github.com/CraftTweaker/CraftTweaker/commit/9a996c183d7540e43a88b62e9a753ed5a1dead59) - Jon McManus - Sat Mar 14 11:37:13 2020
  334. * [Some minor tweaks.](https://github.com/CraftTweaker/CraftTweaker/commit/3c21a121c0a7588b05dab22e2e378e65c448504b) - Jon McManus - Sat Mar 14 10:24:04 2020
  335. * [Fix CropGrowEvent names.](https://github.com/CraftTweaker/CraftTweaker/commit/34df2d7318b7a85b09a26d8f42b767232e18c7fd) - Jon McManus - Fri Mar 13 02:35:26 2020
  336. * [publish JEI support to maven](https://github.com/CraftTweaker/CraftTweaker/commit/9beca9982fcbf04bf71f2edd0a6147cda278ca20) - Jared - Wed Mar 11 06:25:33 2020
  337. * [Whoops.](https://github.com/CraftTweaker/CraftTweaker/commit/5cb19adbc99cf187fb571f90afcb18c671861f01) - Jon McManus - Sun Mar 8 07:33:51 2020
  338. * [ProjectileImpactEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/2ba9f393d69e3cd85ff98bb4a8287b632cca4ea4) - Jon McManus - Sun Mar 8 06:13:53 2020
  339. * [PotionBrewEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/d4e5f004a34e445acd082a7f81b112a6de605a0e) - Jon McManus - Sun Mar 8 05:08:07 2020
  340. * [Sleeping Checks.](https://github.com/CraftTweaker/CraftTweaker/commit/b4fea8e2a07605c72a99d14123c26e75d7c83ef8) - Jon McManus - Sun Mar 8 04:36:33 2020
  341. * [SaplingGrowTreeEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/96bda23d9e870acd2a7cc83b14c0f9e0e6e57f35) - Jon McManus - Sun Mar 8 04:16:39 2020
  342. * [PlayerRightClickItemEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/a7fa3217df42bcd8aa17e40a6a65f0938ac76f7b) - Jon McManus - Sun Mar 8 03:31:24 2020
  343. * [RightClickEmptyEvent, not every PlayerInteractEvent is cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/4182e45d2f77cd04710e255ef9877c22ebe3cc7e) - Jon McManus - Sun Mar 8 03:25:08 2020
  344. * [Oops.](https://github.com/CraftTweaker/CraftTweaker/commit/7b28d3f2c71123f9c4bcc3cb6e86a59abbb84b60) - Jon McManus - Sun Mar 8 03:07:54 2020
  345. * [PlayerLeftClickBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/eb040be4bbccd0f20a42ec423ba35d5cb2ef27aa) - Jon McManus - Sun Mar 8 03:06:38 2020
  346. * [Player Visibility Event.](https://github.com/CraftTweaker/CraftTweaker/commit/6675f78846d47c3ae1918d35a5cd4db1d9dff191) - Jon McManus - Sun Mar 8 02:59:52 2020
  347. * [PlayerItemPickupEvent](https://github.com/CraftTweaker/CraftTweaker/commit/e6b41bbd2d9241b190436fd0c6267e1765f0eeb2) - Jon McManus - Sun Mar 8 01:43:00 2020
  348. * [PlayerContainerClose event.](https://github.com/CraftTweaker/CraftTweaker/commit/471a4cb891b7344bd2585ca83ddcac57f74a2b48) - Jon McManus - Sat Mar 7 13:30:45 2020
  349. * [Minecart events.](https://github.com/CraftTweaker/CraftTweaker/commit/b8324039e8216d54585ed58e1b807e5f494ff5d1) - Jon McManus - Sat Mar 7 13:08:03 2020
  350. * [Remove ItemTooltipEvent?](https://github.com/CraftTweaker/CraftTweaker/commit/7b99eaa64b14fa2ae0d8dbee830a5c17b853b433) - Jon McManus - Sat Mar 7 13:07:42 2020
  351. * [LootingLevelEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0ae1180bc2c7495fad1c83c9016b95548d1d6972) - Jon McManus - Sat Mar 7 12:46:57 2020
  352. * [LivingKnockBackEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/7f19f82dcc1f057b7ac620c39d1c30c59a984091) - Jon McManus - Sat Mar 7 12:42:41 2020
  353. * [LivingExperienceDropEvent](https://github.com/CraftTweaker/CraftTweaker/commit/bcc1148fa39784b39860e55006226a92189cca14) - Jon McManus - Sat Mar 7 12:34:02 2020
  354. * [LivingDestroyBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0e22bb1b3c245bbf2e7ce8ee85e091a339706b49) - Jon McManus - Sat Mar 7 12:28:10 2020
  355. * [ItemTooltipEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/4291f0d8099d9dea49bdc4fda8ef585cca30cb6d) - Jon McManus - Sat Mar 7 12:22:13 2020
  356. * [EntityTravelToDimensionEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0863d1f222e9f7643f7c9e7d044684e626006e04) - Jon McManus - Sat Mar 7 12:13:38 2020
  357. * [MobGriefing.](https://github.com/CraftTweaker/CraftTweaker/commit/cb201918b44e33475989a473f3fdf0cdc1294f5e) - Jon McManus - Sat Mar 7 12:06:28 2020
  358. * [BlockPlace event.](https://github.com/CraftTweaker/CraftTweaker/commit/1363e9560aaab43ff848ccc0cd330ea860cc6270) - Jon McManus - Sat Mar 7 11:57:02 2020
  359. * [CropGrowth events.](https://github.com/CraftTweaker/CraftTweaker/commit/c3b58552b18e4c5bf300ebb7905debb4c04dc280) - Jon McManus - Sat Mar 7 11:42:29 2020
  360. * [ItemFishedEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/25d7fbc4f79f73a378f19ef69defea699fdc620d) - Jon McManus - Sat Mar 7 11:28:55 2020
  361. * [Explosion events.](https://github.com/CraftTweaker/CraftTweaker/commit/46a5bc70dedb540ba0c5c8831e950fe1b391c29b) - Jon McManus - Sat Mar 7 11:08:01 2020
  362. * [EntityMountEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/dba7af5a258cd5b6541e001e479ed295b84f0c16) - Jon McManus - Sat Mar 7 10:35:32 2020
  363. * [EnchantmentLevelSet event.](https://github.com/CraftTweaker/CraftTweaker/commit/c5be1a93ca7e94a17b9deccd3730dac5b52d1f88) - Jon McManus - Sat Mar 7 10:25:28 2020
  364. * [Critical Hit event.](https://github.com/CraftTweaker/CraftTweaker/commit/94f86720174c5bafbf2e072d5c12295e10021534) - Jon McManus - Sat Mar 7 09:54:49 2020
  365. * [Implement BlockEvent.FarmlandTrampleEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/142336a50295a0bff12a60908fecc2245579de7d) - Jon McManus - Sat Mar 7 09:28:42 2020
  366. * [First in additional events: AnimalTameEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/53062a88f76c9e2b57c33239d9887a5d6b67b733) - Jon McManus - Sat Mar 7 09:20:24 2020
  367.  
  368. CraftTweaker2-1.12-4.1.20.582.jar:
  369. Current version: unspecified
  370. * [Add IBlockDefinition#getStateFromMeta(int)](https://github.com/CraftTweaker/CraftTweaker/commit/3a2425d391bbaa5142855f1c93b5593f02cae85c) - eutropius225 - Sun Jul 26 20:06:03 2020
  371. * [Use forge methods for giving items instead of a custom broken one](https://github.com/CraftTweaker/CraftTweaker/commit/fa3e8f8685f835cc0abc23c536f3d554995097f4) - Jared - Sun Jul 5 23:01:29 2020
  372. * [Update the interface as well for oredict changes..](https://github.com/CraftTweaker/CraftTweaker/commit/8122bcada9b335bec3bbf883290e35c27a5b3eec) - Jared - Sun Jul 5 03:57:20 2020
  373. * [Made addAll() varargs for oredicts](https://github.com/CraftTweaker/CraftTweaker/commit/009b3a8d8abe47069437984b36fa525a543edf35) - Jared - Sun Jul 5 03:54:24 2020
  374. * [Changed how block defintions convert creative tabs](https://github.com/CraftTweaker/CraftTweaker/commit/093129ba0f0ca8c525725f8d235359f01574a64d) - Jared - Sat Jul 4 06:01:15 2020
  375. * [added a way to see if an entity is on the ground or not](https://github.com/CraftTweaker/CraftTweaker/commit/96db59c83eab3a124b63fae7b8819df645ceabf2) - Jared - Sun Jun 28 09:01:49 2020
  376. * [Updated ZenScript](https://github.com/CraftTweaker/CraftTweaker/commit/2a235cc0eb80caa2b4c07e4c490fe273d9896db9) - kindlich - Sun May 31 21:49:25 2020
  377. * [Updated ZS: Fixes for Captures and allow Function Types to be used as Members in functions/classes](https://github.com/CraftTweaker/CraftTweaker/commit/5f9db0ba226c2d935dd8b4629bc343966b62ced3) - kindlich - Wed May 27 16:53:26 2020
  378. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/b47fd2ceeb8ca6b958d653f053e417cb63a009bb) - kindlich - Sat May 16 12:50:05 2020
  379. * [actually use the update json, thanks forge](https://github.com/CraftTweaker/CraftTweaker/commit/a9441dee16193fc0f3e4655dbd348e47e2e55163) - Jared - Thu May 14 23:46:16 2020
  380. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/24ef754e8a1cc5e79b8be3709575cdb8af73bc1f) - kindlich - Wed May 13 15:44:12 2020
  381. * [thanks forge for having an incorrect mdk](https://github.com/CraftTweaker/CraftTweaker/commit/da62d9a28f63b370c38d9b9efc9b4ed6a2533844) - Jared - Tue May 12 18:39:50 2020
  382. * [put update tracker in the right build.gradle file](https://github.com/CraftTweaker/CraftTweaker/commit/24f7bf3de9199f7450f8b1fea02e430d1a6eb733) - Jared - Tue May 12 15:46:55 2020
  383. * [and this one...](https://github.com/CraftTweaker/CraftTweaker/commit/480335a890e9437559351ba836e6b4eae368e311) - Jared - Tue May 12 15:43:06 2020
  384. * [Would be good to actually call the url...](https://github.com/CraftTweaker/CraftTweaker/commit/16d72770e30d8ff4f846dda8cce03f9c7ce021c0) - Jared - Tue May 12 15:40:35 2020
  385. * [ We are still pushing some builds, may as well add the update tracker](https://github.com/CraftTweaker/CraftTweaker/commit/739e63b7e4d5150fe7a1e26a75302b794dc39d8c) - Jared - Tue May 12 15:35:04 2020
  386. * [added a way to get a liquid using a string, game#getLiquid close #970](https://github.com/CraftTweaker/CraftTweaker/commit/3a68c5aca6bbf8adae8ee97c944b1e39bbc3a5a7) - Jared - Tue May 12 15:21:53 2020
  387. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/7f0ca9f7b63b9acfffd772ae6e77ea4a46d7ca88) - kindlich - Mon May 11 20:49:54 2020
  388. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/e237a00b71678a99e5f72eaece5638e55d33f78c) - kindlich - Sun May 10 21:08:44 2020
  389. * [Make right-click-block-event properly cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/88d6d7697745b563cbeba77619cd8d0758673ec7) - Jon McManus - Mon Apr 13 03:08:15 2020
  390. * [Add a patreon thank you at the start of the log](https://github.com/CraftTweaker/CraftTweaker/commit/a2fa4486f93c4bbc03a238c01a4db38c11ef2311) - Jared - Sat Apr 11 06:35:47 2020
  391. * [Rename ProjectileImpactEvent to IProjectileImpactEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/c1ace7e4b519c3116afc52441bd106d76458629e) - Jon McManus - Sat Apr 11 06:24:39 2020
  392. * [Unify some class/interface names.](https://github.com/CraftTweaker/CraftTweaker/commit/8dfe9bab14eeef0ad363b7812a64a3278ff2990c) - Jon McManus - Sat Apr 11 06:00:39 2020
  393. * [releases are beta by default](https://github.com/CraftTweaker/CraftTweaker/commit/bc8cf9f1f3ce482d83fa9599f3b656b2d84bddea) - Jared - Sat Apr 11 05:44:57 2020
  394. * [Fix typo.](https://github.com/CraftTweaker/CraftTweaker/commit/07b604568b9bd83117b12c1e9b4b650d2f039d46) - Jon McManus - Sat Apr 11 05:35:02 2020
  395. * [Address issues raised by Kindlich.](https://github.com/CraftTweaker/CraftTweaker/commit/e2d34b682c6454f21226990ace3b6b0676a1dfc3) - Jon McManus - Sat Apr 11 05:30:25 2020
  396. * [fix jenkins file](https://github.com/CraftTweaker/CraftTweaker/commit/5d76d7c032a532c1c1698c82f841201a34ee0451) - Jared - Sat Apr 11 05:27:01 2020
  397. * [updated jenkins file to gen changelog and push to curse](https://github.com/CraftTweaker/CraftTweaker/commit/c9905a10830e5ffa02811d54eeb9a0122cd4ce84) - Jared - Sat Apr 11 05:22:53 2020
  398. * [Allow access to the cancellation result.](https://github.com/CraftTweaker/CraftTweaker/commit/bfa7c162c4e3c1c88d9c5d42f5154e0ef45090bf) - Jon McManus - Thu Apr 2 03:43:03 2020
  399. * [Remove RightClickEmpty, it only fires on the client side.](https://github.com/CraftTweaker/CraftTweaker/commit/4c02dc9e7293aec2cd3a393f849a850a6e85fd12) - Jon McManus - Thu Apr 2 02:56:47 2020
  400. * [Add missing clear calls.](https://github.com/CraftTweaker/CraftTweaker/commit/d49e2b6ab80fca81034c23a764c14ba168e0d888) - Jon McManus - Mon Mar 16 11:06:27 2020
  401. * [Unify allow/deny/default into a single string result as per other systems.](https://github.com/CraftTweaker/CraftTweaker/commit/62b16c15d7404623d07d64e3a0e3a43607d0d90a) - Jon McManus - Mon Mar 16 11:00:30 2020
  402. * [Fix rename failure.](https://github.com/CraftTweaker/CraftTweaker/commit/e265a7d75305a1c8cd1a101446aa1e3e57446464) - Jon McManus - Sun Mar 15 12:46:35 2020
  403. * [More indentations fixes.](https://github.com/CraftTweaker/CraftTweaker/commit/6307b19336769fc8d2c68bad76b01ec1fb24ad48) - Jon McManus - Sun Mar 15 12:37:25 2020
  404. * [Fix indents.](https://github.com/CraftTweaker/CraftTweaker/commit/0b65de669044c354cc31dfa283970c547a248b29) - Jon McManus - Sun Mar 15 12:35:21 2020
  405. * [This event is also cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/d421ddbeca86e4e0a6f958eb0fcc9933dce5b46d) - Jon McManus - Sun Mar 15 05:34:06 2020
  406. * [EntityMount is cancelable; limit EnchantmentLevelSet to 0-30.](https://github.com/CraftTweaker/CraftTweaker/commit/eabe1e14ae0d8d4137fe9fddcc4405d1e4dababc) - Jon McManus - Sun Mar 15 05:29:00 2020
  407. * [It's already a getter.](https://github.com/CraftTweaker/CraftTweaker/commit/aa16ccb607abe765b80f4d35a4212619eaba2f7b) - Jon McManus - Sun Mar 15 05:15:28 2020
  408. * [Back-port curseforge_gradle support from 1.14.](https://github.com/CraftTweaker/CraftTweaker/commit/5ff47f69089d144a3a2878c57ac0dc7dc67aa5bd) - Jon McManus - Sun Mar 15 02:06:06 2020
  409. * [Implement an "isItemBlock" functionality for IItemStacks.](https://github.com/CraftTweaker/CraftTweaker/commit/ecbfbd06fa8f9b63c915280e8a50a968a11dbd25) - Jon McManus - Sat Mar 14 23:53:34 2020
  410. * [Final exorcism of things.](https://github.com/CraftTweaker/CraftTweaker/commit/69cf45122f927d3fbe151484e05b2bc8e7e27b7e) - Jon McManus - Sat Mar 14 12:24:52 2020
  411. * [Screw the Terrain Generation bus.](https://github.com/CraftTweaker/CraftTweaker/commit/cc55805d91ea2e3563fafc897a8b7751b724fcfc) - Jon McManus - Sat Mar 14 12:09:29 2020
  412. * [Add hand and ItemStack handlers for PlayerInteractEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/199ac07b1c996c9436b362f79c2afae440f50a35) - Jon McManus - Sat Mar 14 11:54:29 2020
  413. * [Fix some minor issues.](https://github.com/CraftTweaker/CraftTweaker/commit/9a996c183d7540e43a88b62e9a753ed5a1dead59) - Jon McManus - Sat Mar 14 11:37:13 2020
  414. * [Some minor tweaks.](https://github.com/CraftTweaker/CraftTweaker/commit/3c21a121c0a7588b05dab22e2e378e65c448504b) - Jon McManus - Sat Mar 14 10:24:04 2020
  415. * [Fix CropGrowEvent names.](https://github.com/CraftTweaker/CraftTweaker/commit/34df2d7318b7a85b09a26d8f42b767232e18c7fd) - Jon McManus - Fri Mar 13 02:35:26 2020
  416. * [publish JEI support to maven](https://github.com/CraftTweaker/CraftTweaker/commit/9beca9982fcbf04bf71f2edd0a6147cda278ca20) - Jared - Wed Mar 11 06:25:33 2020
  417. * [Whoops.](https://github.com/CraftTweaker/CraftTweaker/commit/5cb19adbc99cf187fb571f90afcb18c671861f01) - Jon McManus - Sun Mar 8 07:33:51 2020
  418. * [ProjectileImpactEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/2ba9f393d69e3cd85ff98bb4a8287b632cca4ea4) - Jon McManus - Sun Mar 8 06:13:53 2020
  419. * [PotionBrewEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/d4e5f004a34e445acd082a7f81b112a6de605a0e) - Jon McManus - Sun Mar 8 05:08:07 2020
  420. * [Sleeping Checks.](https://github.com/CraftTweaker/CraftTweaker/commit/b4fea8e2a07605c72a99d14123c26e75d7c83ef8) - Jon McManus - Sun Mar 8 04:36:33 2020
  421. * [SaplingGrowTreeEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/96bda23d9e870acd2a7cc83b14c0f9e0e6e57f35) - Jon McManus - Sun Mar 8 04:16:39 2020
  422. * [PlayerRightClickItemEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/a7fa3217df42bcd8aa17e40a6a65f0938ac76f7b) - Jon McManus - Sun Mar 8 03:31:24 2020
  423. * [RightClickEmptyEvent, not every PlayerInteractEvent is cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/4182e45d2f77cd04710e255ef9877c22ebe3cc7e) - Jon McManus - Sun Mar 8 03:25:08 2020
  424. * [Oops.](https://github.com/CraftTweaker/CraftTweaker/commit/7b28d3f2c71123f9c4bcc3cb6e86a59abbb84b60) - Jon McManus - Sun Mar 8 03:07:54 2020
  425. * [PlayerLeftClickBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/eb040be4bbccd0f20a42ec423ba35d5cb2ef27aa) - Jon McManus - Sun Mar 8 03:06:38 2020
  426. * [Player Visibility Event.](https://github.com/CraftTweaker/CraftTweaker/commit/6675f78846d47c3ae1918d35a5cd4db1d9dff191) - Jon McManus - Sun Mar 8 02:59:52 2020
  427. * [PlayerItemPickupEvent](https://github.com/CraftTweaker/CraftTweaker/commit/e6b41bbd2d9241b190436fd0c6267e1765f0eeb2) - Jon McManus - Sun Mar 8 01:43:00 2020
  428. * [PlayerContainerClose event.](https://github.com/CraftTweaker/CraftTweaker/commit/471a4cb891b7344bd2585ca83ddcac57f74a2b48) - Jon McManus - Sat Mar 7 13:30:45 2020
  429. * [Minecart events.](https://github.com/CraftTweaker/CraftTweaker/commit/b8324039e8216d54585ed58e1b807e5f494ff5d1) - Jon McManus - Sat Mar 7 13:08:03 2020
  430. * [Remove ItemTooltipEvent?](https://github.com/CraftTweaker/CraftTweaker/commit/7b99eaa64b14fa2ae0d8dbee830a5c17b853b433) - Jon McManus - Sat Mar 7 13:07:42 2020
  431. * [LootingLevelEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0ae1180bc2c7495fad1c83c9016b95548d1d6972) - Jon McManus - Sat Mar 7 12:46:57 2020
  432. * [LivingKnockBackEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/7f19f82dcc1f057b7ac620c39d1c30c59a984091) - Jon McManus - Sat Mar 7 12:42:41 2020
  433. * [LivingExperienceDropEvent](https://github.com/CraftTweaker/CraftTweaker/commit/bcc1148fa39784b39860e55006226a92189cca14) - Jon McManus - Sat Mar 7 12:34:02 2020
  434. * [LivingDestroyBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0e22bb1b3c245bbf2e7ce8ee85e091a339706b49) - Jon McManus - Sat Mar 7 12:28:10 2020
  435. * [ItemTooltipEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/4291f0d8099d9dea49bdc4fda8ef585cca30cb6d) - Jon McManus - Sat Mar 7 12:22:13 2020
  436. * [EntityTravelToDimensionEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0863d1f222e9f7643f7c9e7d044684e626006e04) - Jon McManus - Sat Mar 7 12:13:38 2020
  437. * [MobGriefing.](https://github.com/CraftTweaker/CraftTweaker/commit/cb201918b44e33475989a473f3fdf0cdc1294f5e) - Jon McManus - Sat Mar 7 12:06:28 2020
  438. * [BlockPlace event.](https://github.com/CraftTweaker/CraftTweaker/commit/1363e9560aaab43ff848ccc0cd330ea860cc6270) - Jon McManus - Sat Mar 7 11:57:02 2020
  439. * [CropGrowth events.](https://github.com/CraftTweaker/CraftTweaker/commit/c3b58552b18e4c5bf300ebb7905debb4c04dc280) - Jon McManus - Sat Mar 7 11:42:29 2020
  440. * [ItemFishedEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/25d7fbc4f79f73a378f19ef69defea699fdc620d) - Jon McManus - Sat Mar 7 11:28:55 2020
  441. * [Explosion events.](https://github.com/CraftTweaker/CraftTweaker/commit/46a5bc70dedb540ba0c5c8831e950fe1b391c29b) - Jon McManus - Sat Mar 7 11:08:01 2020
  442. * [EntityMountEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/dba7af5a258cd5b6541e001e479ed295b84f0c16) - Jon McManus - Sat Mar 7 10:35:32 2020
  443. * [EnchantmentLevelSet event.](https://github.com/CraftTweaker/CraftTweaker/commit/c5be1a93ca7e94a17b9deccd3730dac5b52d1f88) - Jon McManus - Sat Mar 7 10:25:28 2020
  444. * [Critical Hit event.](https://github.com/CraftTweaker/CraftTweaker/commit/94f86720174c5bafbf2e072d5c12295e10021534) - Jon McManus - Sat Mar 7 09:54:49 2020
  445. * [Implement BlockEvent.FarmlandTrampleEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/142336a50295a0bff12a60908fecc2245579de7d) - Jon McManus - Sat Mar 7 09:28:42 2020
  446. * [First in additional events: AnimalTameEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/53062a88f76c9e2b57c33239d9887a5d6b67b733) - Jon McManus - Sat Mar 7 09:20:24 2020
  447.  
  448. CraftTweaker2-1.12-4.1.20.581.jar:
  449. Current version: unspecified
  450. * [Use forge methods for giving items instead of a custom broken one](https://github.com/CraftTweaker/CraftTweaker/commit/fa3e8f8685f835cc0abc23c536f3d554995097f4) - Jared - Sun Jul 5 23:01:29 2020
  451. * [Update the interface as well for oredict changes..](https://github.com/CraftTweaker/CraftTweaker/commit/8122bcada9b335bec3bbf883290e35c27a5b3eec) - Jared - Sun Jul 5 03:57:20 2020
  452. * [Made addAll() varargs for oredicts](https://github.com/CraftTweaker/CraftTweaker/commit/009b3a8d8abe47069437984b36fa525a543edf35) - Jared - Sun Jul 5 03:54:24 2020
  453. * [Changed how block defintions convert creative tabs](https://github.com/CraftTweaker/CraftTweaker/commit/093129ba0f0ca8c525725f8d235359f01574a64d) - Jared - Sat Jul 4 06:01:15 2020
  454. * [added a way to see if an entity is on the ground or not](https://github.com/CraftTweaker/CraftTweaker/commit/96db59c83eab3a124b63fae7b8819df645ceabf2) - Jared - Sun Jun 28 09:01:49 2020
  455. * [Updated ZenScript](https://github.com/CraftTweaker/CraftTweaker/commit/2a235cc0eb80caa2b4c07e4c490fe273d9896db9) - kindlich - Sun May 31 21:49:25 2020
  456. * [Updated ZS: Fixes for Captures and allow Function Types to be used as Members in functions/classes](https://github.com/CraftTweaker/CraftTweaker/commit/5f9db0ba226c2d935dd8b4629bc343966b62ced3) - kindlich - Wed May 27 16:53:26 2020
  457. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/b47fd2ceeb8ca6b958d653f053e417cb63a009bb) - kindlich - Sat May 16 12:50:05 2020
  458. * [actually use the update json, thanks forge](https://github.com/CraftTweaker/CraftTweaker/commit/a9441dee16193fc0f3e4655dbd348e47e2e55163) - Jared - Thu May 14 23:46:16 2020
  459. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/24ef754e8a1cc5e79b8be3709575cdb8af73bc1f) - kindlich - Wed May 13 15:44:12 2020
  460. * [thanks forge for having an incorrect mdk](https://github.com/CraftTweaker/CraftTweaker/commit/da62d9a28f63b370c38d9b9efc9b4ed6a2533844) - Jared - Tue May 12 18:39:50 2020
  461. * [put update tracker in the right build.gradle file](https://github.com/CraftTweaker/CraftTweaker/commit/24f7bf3de9199f7450f8b1fea02e430d1a6eb733) - Jared - Tue May 12 15:46:55 2020
  462. * [and this one...](https://github.com/CraftTweaker/CraftTweaker/commit/480335a890e9437559351ba836e6b4eae368e311) - Jared - Tue May 12 15:43:06 2020
  463. * [Would be good to actually call the url...](https://github.com/CraftTweaker/CraftTweaker/commit/16d72770e30d8ff4f846dda8cce03f9c7ce021c0) - Jared - Tue May 12 15:40:35 2020
  464. * [ We are still pushing some builds, may as well add the update tracker](https://github.com/CraftTweaker/CraftTweaker/commit/739e63b7e4d5150fe7a1e26a75302b794dc39d8c) - Jared - Tue May 12 15:35:04 2020
  465. * [added a way to get a liquid using a string, game#getLiquid close #970](https://github.com/CraftTweaker/CraftTweaker/commit/3a68c5aca6bbf8adae8ee97c944b1e39bbc3a5a7) - Jared - Tue May 12 15:21:53 2020
  466. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/7f0ca9f7b63b9acfffd772ae6e77ea4a46d7ca88) - kindlich - Mon May 11 20:49:54 2020
  467. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/e237a00b71678a99e5f72eaece5638e55d33f78c) - kindlich - Sun May 10 21:08:44 2020
  468. * [Make right-click-block-event properly cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/88d6d7697745b563cbeba77619cd8d0758673ec7) - Jon McManus - Mon Apr 13 03:08:15 2020
  469. * [Add a patreon thank you at the start of the log](https://github.com/CraftTweaker/CraftTweaker/commit/a2fa4486f93c4bbc03a238c01a4db38c11ef2311) - Jared - Sat Apr 11 06:35:47 2020
  470. * [Rename ProjectileImpactEvent to IProjectileImpactEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/c1ace7e4b519c3116afc52441bd106d76458629e) - Jon McManus - Sat Apr 11 06:24:39 2020
  471. * [Unify some class/interface names.](https://github.com/CraftTweaker/CraftTweaker/commit/8dfe9bab14eeef0ad363b7812a64a3278ff2990c) - Jon McManus - Sat Apr 11 06:00:39 2020
  472. * [releases are beta by default](https://github.com/CraftTweaker/CraftTweaker/commit/bc8cf9f1f3ce482d83fa9599f3b656b2d84bddea) - Jared - Sat Apr 11 05:44:57 2020
  473. * [Fix typo.](https://github.com/CraftTweaker/CraftTweaker/commit/07b604568b9bd83117b12c1e9b4b650d2f039d46) - Jon McManus - Sat Apr 11 05:35:02 2020
  474. * [Address issues raised by Kindlich.](https://github.com/CraftTweaker/CraftTweaker/commit/e2d34b682c6454f21226990ace3b6b0676a1dfc3) - Jon McManus - Sat Apr 11 05:30:25 2020
  475. * [fix jenkins file](https://github.com/CraftTweaker/CraftTweaker/commit/5d76d7c032a532c1c1698c82f841201a34ee0451) - Jared - Sat Apr 11 05:27:01 2020
  476. * [updated jenkins file to gen changelog and push to curse](https://github.com/CraftTweaker/CraftTweaker/commit/c9905a10830e5ffa02811d54eeb9a0122cd4ce84) - Jared - Sat Apr 11 05:22:53 2020
  477. * [Allow access to the cancellation result.](https://github.com/CraftTweaker/CraftTweaker/commit/bfa7c162c4e3c1c88d9c5d42f5154e0ef45090bf) - Jon McManus - Thu Apr 2 03:43:03 2020
  478. * [Remove RightClickEmpty, it only fires on the client side.](https://github.com/CraftTweaker/CraftTweaker/commit/4c02dc9e7293aec2cd3a393f849a850a6e85fd12) - Jon McManus - Thu Apr 2 02:56:47 2020
  479. * [Add missing clear calls.](https://github.com/CraftTweaker/CraftTweaker/commit/d49e2b6ab80fca81034c23a764c14ba168e0d888) - Jon McManus - Mon Mar 16 11:06:27 2020
  480. * [Unify allow/deny/default into a single string result as per other systems.](https://github.com/CraftTweaker/CraftTweaker/commit/62b16c15d7404623d07d64e3a0e3a43607d0d90a) - Jon McManus - Mon Mar 16 11:00:30 2020
  481. * [Fix rename failure.](https://github.com/CraftTweaker/CraftTweaker/commit/e265a7d75305a1c8cd1a101446aa1e3e57446464) - Jon McManus - Sun Mar 15 12:46:35 2020
  482. * [More indentations fixes.](https://github.com/CraftTweaker/CraftTweaker/commit/6307b19336769fc8d2c68bad76b01ec1fb24ad48) - Jon McManus - Sun Mar 15 12:37:25 2020
  483. * [Fix indents.](https://github.com/CraftTweaker/CraftTweaker/commit/0b65de669044c354cc31dfa283970c547a248b29) - Jon McManus - Sun Mar 15 12:35:21 2020
  484. * [This event is also cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/d421ddbeca86e4e0a6f958eb0fcc9933dce5b46d) - Jon McManus - Sun Mar 15 05:34:06 2020
  485. * [EntityMount is cancelable; limit EnchantmentLevelSet to 0-30.](https://github.com/CraftTweaker/CraftTweaker/commit/eabe1e14ae0d8d4137fe9fddcc4405d1e4dababc) - Jon McManus - Sun Mar 15 05:29:00 2020
  486. * [It's already a getter.](https://github.com/CraftTweaker/CraftTweaker/commit/aa16ccb607abe765b80f4d35a4212619eaba2f7b) - Jon McManus - Sun Mar 15 05:15:28 2020
  487. * [Back-port curseforge_gradle support from 1.14.](https://github.com/CraftTweaker/CraftTweaker/commit/5ff47f69089d144a3a2878c57ac0dc7dc67aa5bd) - Jon McManus - Sun Mar 15 02:06:06 2020
  488. * [Implement an "isItemBlock" functionality for IItemStacks.](https://github.com/CraftTweaker/CraftTweaker/commit/ecbfbd06fa8f9b63c915280e8a50a968a11dbd25) - Jon McManus - Sat Mar 14 23:53:34 2020
  489. * [Final exorcism of things.](https://github.com/CraftTweaker/CraftTweaker/commit/69cf45122f927d3fbe151484e05b2bc8e7e27b7e) - Jon McManus - Sat Mar 14 12:24:52 2020
  490. * [Screw the Terrain Generation bus.](https://github.com/CraftTweaker/CraftTweaker/commit/cc55805d91ea2e3563fafc897a8b7751b724fcfc) - Jon McManus - Sat Mar 14 12:09:29 2020
  491. * [Add hand and ItemStack handlers for PlayerInteractEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/199ac07b1c996c9436b362f79c2afae440f50a35) - Jon McManus - Sat Mar 14 11:54:29 2020
  492. * [Fix some minor issues.](https://github.com/CraftTweaker/CraftTweaker/commit/9a996c183d7540e43a88b62e9a753ed5a1dead59) - Jon McManus - Sat Mar 14 11:37:13 2020
  493. * [Some minor tweaks.](https://github.com/CraftTweaker/CraftTweaker/commit/3c21a121c0a7588b05dab22e2e378e65c448504b) - Jon McManus - Sat Mar 14 10:24:04 2020
  494. * [Fix CropGrowEvent names.](https://github.com/CraftTweaker/CraftTweaker/commit/34df2d7318b7a85b09a26d8f42b767232e18c7fd) - Jon McManus - Fri Mar 13 02:35:26 2020
  495. * [publish JEI support to maven](https://github.com/CraftTweaker/CraftTweaker/commit/9beca9982fcbf04bf71f2edd0a6147cda278ca20) - Jared - Wed Mar 11 06:25:33 2020
  496. * [Whoops.](https://github.com/CraftTweaker/CraftTweaker/commit/5cb19adbc99cf187fb571f90afcb18c671861f01) - Jon McManus - Sun Mar 8 07:33:51 2020
  497. * [ProjectileImpactEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/2ba9f393d69e3cd85ff98bb4a8287b632cca4ea4) - Jon McManus - Sun Mar 8 06:13:53 2020
  498. * [PotionBrewEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/d4e5f004a34e445acd082a7f81b112a6de605a0e) - Jon McManus - Sun Mar 8 05:08:07 2020
  499. * [Sleeping Checks.](https://github.com/CraftTweaker/CraftTweaker/commit/b4fea8e2a07605c72a99d14123c26e75d7c83ef8) - Jon McManus - Sun Mar 8 04:36:33 2020
  500. * [SaplingGrowTreeEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/96bda23d9e870acd2a7cc83b14c0f9e0e6e57f35) - Jon McManus - Sun Mar 8 04:16:39 2020
  501. * [PlayerRightClickItemEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/a7fa3217df42bcd8aa17e40a6a65f0938ac76f7b) - Jon McManus - Sun Mar 8 03:31:24 2020
  502. * [RightClickEmptyEvent, not every PlayerInteractEvent is cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/4182e45d2f77cd04710e255ef9877c22ebe3cc7e) - Jon McManus - Sun Mar 8 03:25:08 2020
  503. * [Oops.](https://github.com/CraftTweaker/CraftTweaker/commit/7b28d3f2c71123f9c4bcc3cb6e86a59abbb84b60) - Jon McManus - Sun Mar 8 03:07:54 2020
  504. * [PlayerLeftClickBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/eb040be4bbccd0f20a42ec423ba35d5cb2ef27aa) - Jon McManus - Sun Mar 8 03:06:38 2020
  505. * [Player Visibility Event.](https://github.com/CraftTweaker/CraftTweaker/commit/6675f78846d47c3ae1918d35a5cd4db1d9dff191) - Jon McManus - Sun Mar 8 02:59:52 2020
  506. * [PlayerItemPickupEvent](https://github.com/CraftTweaker/CraftTweaker/commit/e6b41bbd2d9241b190436fd0c6267e1765f0eeb2) - Jon McManus - Sun Mar 8 01:43:00 2020
  507. * [PlayerContainerClose event.](https://github.com/CraftTweaker/CraftTweaker/commit/471a4cb891b7344bd2585ca83ddcac57f74a2b48) - Jon McManus - Sat Mar 7 13:30:45 2020
  508. * [Minecart events.](https://github.com/CraftTweaker/CraftTweaker/commit/b8324039e8216d54585ed58e1b807e5f494ff5d1) - Jon McManus - Sat Mar 7 13:08:03 2020
  509. * [Remove ItemTooltipEvent?](https://github.com/CraftTweaker/CraftTweaker/commit/7b99eaa64b14fa2ae0d8dbee830a5c17b853b433) - Jon McManus - Sat Mar 7 13:07:42 2020
  510. * [LootingLevelEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0ae1180bc2c7495fad1c83c9016b95548d1d6972) - Jon McManus - Sat Mar 7 12:46:57 2020
  511. * [LivingKnockBackEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/7f19f82dcc1f057b7ac620c39d1c30c59a984091) - Jon McManus - Sat Mar 7 12:42:41 2020
  512. * [LivingExperienceDropEvent](https://github.com/CraftTweaker/CraftTweaker/commit/bcc1148fa39784b39860e55006226a92189cca14) - Jon McManus - Sat Mar 7 12:34:02 2020
  513. * [LivingDestroyBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0e22bb1b3c245bbf2e7ce8ee85e091a339706b49) - Jon McManus - Sat Mar 7 12:28:10 2020
  514. * [ItemTooltipEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/4291f0d8099d9dea49bdc4fda8ef585cca30cb6d) - Jon McManus - Sat Mar 7 12:22:13 2020
  515. * [EntityTravelToDimensionEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0863d1f222e9f7643f7c9e7d044684e626006e04) - Jon McManus - Sat Mar 7 12:13:38 2020
  516. * [MobGriefing.](https://github.com/CraftTweaker/CraftTweaker/commit/cb201918b44e33475989a473f3fdf0cdc1294f5e) - Jon McManus - Sat Mar 7 12:06:28 2020
  517. * [BlockPlace event.](https://github.com/CraftTweaker/CraftTweaker/commit/1363e9560aaab43ff848ccc0cd330ea860cc6270) - Jon McManus - Sat Mar 7 11:57:02 2020
  518. * [CropGrowth events.](https://github.com/CraftTweaker/CraftTweaker/commit/c3b58552b18e4c5bf300ebb7905debb4c04dc280) - Jon McManus - Sat Mar 7 11:42:29 2020
  519. * [ItemFishedEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/25d7fbc4f79f73a378f19ef69defea699fdc620d) - Jon McManus - Sat Mar 7 11:28:55 2020
  520. * [Explosion events.](https://github.com/CraftTweaker/CraftTweaker/commit/46a5bc70dedb540ba0c5c8831e950fe1b391c29b) - Jon McManus - Sat Mar 7 11:08:01 2020
  521. * [EntityMountEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/dba7af5a258cd5b6541e001e479ed295b84f0c16) - Jon McManus - Sat Mar 7 10:35:32 2020
  522. * [EnchantmentLevelSet event.](https://github.com/CraftTweaker/CraftTweaker/commit/c5be1a93ca7e94a17b9deccd3730dac5b52d1f88) - Jon McManus - Sat Mar 7 10:25:28 2020
  523. * [Critical Hit event.](https://github.com/CraftTweaker/CraftTweaker/commit/94f86720174c5bafbf2e072d5c12295e10021534) - Jon McManus - Sat Mar 7 09:54:49 2020
  524. * [Implement BlockEvent.FarmlandTrampleEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/142336a50295a0bff12a60908fecc2245579de7d) - Jon McManus - Sat Mar 7 09:28:42 2020
  525. * [First in additional events: AnimalTameEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/53062a88f76c9e2b57c33239d9887a5d6b67b733) - Jon McManus - Sat Mar 7 09:20:24 2020
  526.  
  527. CraftTweaker2-1.12-4.1.20.580.jar:
  528. Current version: unspecified
  529. * [Update the interface as well for oredict changes..](https://github.com/CraftTweaker/CraftTweaker/commit/8122bcada9b335bec3bbf883290e35c27a5b3eec) - Jared - Sun Jul 5 03:57:20 2020
  530. * [Made addAll() varargs for oredicts](https://github.com/CraftTweaker/CraftTweaker/commit/009b3a8d8abe47069437984b36fa525a543edf35) - Jared - Sun Jul 5 03:54:24 2020
  531. * [Changed how block defintions convert creative tabs](https://github.com/CraftTweaker/CraftTweaker/commit/093129ba0f0ca8c525725f8d235359f01574a64d) - Jared - Sat Jul 4 06:01:15 2020
  532. * [added a way to see if an entity is on the ground or not](https://github.com/CraftTweaker/CraftTweaker/commit/96db59c83eab3a124b63fae7b8819df645ceabf2) - Jared - Sun Jun 28 09:01:49 2020
  533. * [Updated ZenScript](https://github.com/CraftTweaker/CraftTweaker/commit/2a235cc0eb80caa2b4c07e4c490fe273d9896db9) - kindlich - Sun May 31 21:49:25 2020
  534. * [Updated ZS: Fixes for Captures and allow Function Types to be used as Members in functions/classes](https://github.com/CraftTweaker/CraftTweaker/commit/5f9db0ba226c2d935dd8b4629bc343966b62ced3) - kindlich - Wed May 27 16:53:26 2020
  535. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/b47fd2ceeb8ca6b958d653f053e417cb63a009bb) - kindlich - Sat May 16 12:50:05 2020
  536. * [actually use the update json, thanks forge](https://github.com/CraftTweaker/CraftTweaker/commit/a9441dee16193fc0f3e4655dbd348e47e2e55163) - Jared - Thu May 14 23:46:16 2020
  537. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/24ef754e8a1cc5e79b8be3709575cdb8af73bc1f) - kindlich - Wed May 13 15:44:12 2020
  538. * [thanks forge for having an incorrect mdk](https://github.com/CraftTweaker/CraftTweaker/commit/da62d9a28f63b370c38d9b9efc9b4ed6a2533844) - Jared - Tue May 12 18:39:50 2020
  539. * [put update tracker in the right build.gradle file](https://github.com/CraftTweaker/CraftTweaker/commit/24f7bf3de9199f7450f8b1fea02e430d1a6eb733) - Jared - Tue May 12 15:46:55 2020
  540. * [and this one...](https://github.com/CraftTweaker/CraftTweaker/commit/480335a890e9437559351ba836e6b4eae368e311) - Jared - Tue May 12 15:43:06 2020
  541. * [Would be good to actually call the url...](https://github.com/CraftTweaker/CraftTweaker/commit/16d72770e30d8ff4f846dda8cce03f9c7ce021c0) - Jared - Tue May 12 15:40:35 2020
  542. * [ We are still pushing some builds, may as well add the update tracker](https://github.com/CraftTweaker/CraftTweaker/commit/739e63b7e4d5150fe7a1e26a75302b794dc39d8c) - Jared - Tue May 12 15:35:04 2020
  543. * [added a way to get a liquid using a string, game#getLiquid close #970](https://github.com/CraftTweaker/CraftTweaker/commit/3a68c5aca6bbf8adae8ee97c944b1e39bbc3a5a7) - Jared - Tue May 12 15:21:53 2020
  544. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/7f0ca9f7b63b9acfffd772ae6e77ea4a46d7ca88) - kindlich - Mon May 11 20:49:54 2020
  545. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/e237a00b71678a99e5f72eaece5638e55d33f78c) - kindlich - Sun May 10 21:08:44 2020
  546. * [Make right-click-block-event properly cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/88d6d7697745b563cbeba77619cd8d0758673ec7) - Jon McManus - Mon Apr 13 03:08:15 2020
  547. * [Add a patreon thank you at the start of the log](https://github.com/CraftTweaker/CraftTweaker/commit/a2fa4486f93c4bbc03a238c01a4db38c11ef2311) - Jared - Sat Apr 11 06:35:47 2020
  548. * [Rename ProjectileImpactEvent to IProjectileImpactEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/c1ace7e4b519c3116afc52441bd106d76458629e) - Jon McManus - Sat Apr 11 06:24:39 2020
  549. * [Unify some class/interface names.](https://github.com/CraftTweaker/CraftTweaker/commit/8dfe9bab14eeef0ad363b7812a64a3278ff2990c) - Jon McManus - Sat Apr 11 06:00:39 2020
  550. * [releases are beta by default](https://github.com/CraftTweaker/CraftTweaker/commit/bc8cf9f1f3ce482d83fa9599f3b656b2d84bddea) - Jared - Sat Apr 11 05:44:57 2020
  551. * [Fix typo.](https://github.com/CraftTweaker/CraftTweaker/commit/07b604568b9bd83117b12c1e9b4b650d2f039d46) - Jon McManus - Sat Apr 11 05:35:02 2020
  552. * [Address issues raised by Kindlich.](https://github.com/CraftTweaker/CraftTweaker/commit/e2d34b682c6454f21226990ace3b6b0676a1dfc3) - Jon McManus - Sat Apr 11 05:30:25 2020
  553. * [fix jenkins file](https://github.com/CraftTweaker/CraftTweaker/commit/5d76d7c032a532c1c1698c82f841201a34ee0451) - Jared - Sat Apr 11 05:27:01 2020
  554. * [updated jenkins file to gen changelog and push to curse](https://github.com/CraftTweaker/CraftTweaker/commit/c9905a10830e5ffa02811d54eeb9a0122cd4ce84) - Jared - Sat Apr 11 05:22:53 2020
  555. * [Allow access to the cancellation result.](https://github.com/CraftTweaker/CraftTweaker/commit/bfa7c162c4e3c1c88d9c5d42f5154e0ef45090bf) - Jon McManus - Thu Apr 2 03:43:03 2020
  556. * [Remove RightClickEmpty, it only fires on the client side.](https://github.com/CraftTweaker/CraftTweaker/commit/4c02dc9e7293aec2cd3a393f849a850a6e85fd12) - Jon McManus - Thu Apr 2 02:56:47 2020
  557. * [Add missing clear calls.](https://github.com/CraftTweaker/CraftTweaker/commit/d49e2b6ab80fca81034c23a764c14ba168e0d888) - Jon McManus - Mon Mar 16 11:06:27 2020
  558. * [Unify allow/deny/default into a single string result as per other systems.](https://github.com/CraftTweaker/CraftTweaker/commit/62b16c15d7404623d07d64e3a0e3a43607d0d90a) - Jon McManus - Mon Mar 16 11:00:30 2020
  559. * [Fix rename failure.](https://github.com/CraftTweaker/CraftTweaker/commit/e265a7d75305a1c8cd1a101446aa1e3e57446464) - Jon McManus - Sun Mar 15 12:46:35 2020
  560. * [More indentations fixes.](https://github.com/CraftTweaker/CraftTweaker/commit/6307b19336769fc8d2c68bad76b01ec1fb24ad48) - Jon McManus - Sun Mar 15 12:37:25 2020
  561. * [Fix indents.](https://github.com/CraftTweaker/CraftTweaker/commit/0b65de669044c354cc31dfa283970c547a248b29) - Jon McManus - Sun Mar 15 12:35:21 2020
  562. * [This event is also cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/d421ddbeca86e4e0a6f958eb0fcc9933dce5b46d) - Jon McManus - Sun Mar 15 05:34:06 2020
  563. * [EntityMount is cancelable; limit EnchantmentLevelSet to 0-30.](https://github.com/CraftTweaker/CraftTweaker/commit/eabe1e14ae0d8d4137fe9fddcc4405d1e4dababc) - Jon McManus - Sun Mar 15 05:29:00 2020
  564. * [It's already a getter.](https://github.com/CraftTweaker/CraftTweaker/commit/aa16ccb607abe765b80f4d35a4212619eaba2f7b) - Jon McManus - Sun Mar 15 05:15:28 2020
  565. * [Back-port curseforge_gradle support from 1.14.](https://github.com/CraftTweaker/CraftTweaker/commit/5ff47f69089d144a3a2878c57ac0dc7dc67aa5bd) - Jon McManus - Sun Mar 15 02:06:06 2020
  566. * [Implement an "isItemBlock" functionality for IItemStacks.](https://github.com/CraftTweaker/CraftTweaker/commit/ecbfbd06fa8f9b63c915280e8a50a968a11dbd25) - Jon McManus - Sat Mar 14 23:53:34 2020
  567. * [Final exorcism of things.](https://github.com/CraftTweaker/CraftTweaker/commit/69cf45122f927d3fbe151484e05b2bc8e7e27b7e) - Jon McManus - Sat Mar 14 12:24:52 2020
  568. * [Screw the Terrain Generation bus.](https://github.com/CraftTweaker/CraftTweaker/commit/cc55805d91ea2e3563fafc897a8b7751b724fcfc) - Jon McManus - Sat Mar 14 12:09:29 2020
  569. * [Add hand and ItemStack handlers for PlayerInteractEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/199ac07b1c996c9436b362f79c2afae440f50a35) - Jon McManus - Sat Mar 14 11:54:29 2020
  570. * [Fix some minor issues.](https://github.com/CraftTweaker/CraftTweaker/commit/9a996c183d7540e43a88b62e9a753ed5a1dead59) - Jon McManus - Sat Mar 14 11:37:13 2020
  571. * [Some minor tweaks.](https://github.com/CraftTweaker/CraftTweaker/commit/3c21a121c0a7588b05dab22e2e378e65c448504b) - Jon McManus - Sat Mar 14 10:24:04 2020
  572. * [Fix CropGrowEvent names.](https://github.com/CraftTweaker/CraftTweaker/commit/34df2d7318b7a85b09a26d8f42b767232e18c7fd) - Jon McManus - Fri Mar 13 02:35:26 2020
  573. * [publish JEI support to maven](https://github.com/CraftTweaker/CraftTweaker/commit/9beca9982fcbf04bf71f2edd0a6147cda278ca20) - Jared - Wed Mar 11 06:25:33 2020
  574. * [Whoops.](https://github.com/CraftTweaker/CraftTweaker/commit/5cb19adbc99cf187fb571f90afcb18c671861f01) - Jon McManus - Sun Mar 8 07:33:51 2020
  575. * [ProjectileImpactEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/2ba9f393d69e3cd85ff98bb4a8287b632cca4ea4) - Jon McManus - Sun Mar 8 06:13:53 2020
  576. * [PotionBrewEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/d4e5f004a34e445acd082a7f81b112a6de605a0e) - Jon McManus - Sun Mar 8 05:08:07 2020
  577. * [Sleeping Checks.](https://github.com/CraftTweaker/CraftTweaker/commit/b4fea8e2a07605c72a99d14123c26e75d7c83ef8) - Jon McManus - Sun Mar 8 04:36:33 2020
  578. * [SaplingGrowTreeEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/96bda23d9e870acd2a7cc83b14c0f9e0e6e57f35) - Jon McManus - Sun Mar 8 04:16:39 2020
  579. * [PlayerRightClickItemEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/a7fa3217df42bcd8aa17e40a6a65f0938ac76f7b) - Jon McManus - Sun Mar 8 03:31:24 2020
  580. * [RightClickEmptyEvent, not every PlayerInteractEvent is cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/4182e45d2f77cd04710e255ef9877c22ebe3cc7e) - Jon McManus - Sun Mar 8 03:25:08 2020
  581. * [Oops.](https://github.com/CraftTweaker/CraftTweaker/commit/7b28d3f2c71123f9c4bcc3cb6e86a59abbb84b60) - Jon McManus - Sun Mar 8 03:07:54 2020
  582. * [PlayerLeftClickBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/eb040be4bbccd0f20a42ec423ba35d5cb2ef27aa) - Jon McManus - Sun Mar 8 03:06:38 2020
  583. * [Player Visibility Event.](https://github.com/CraftTweaker/CraftTweaker/commit/6675f78846d47c3ae1918d35a5cd4db1d9dff191) - Jon McManus - Sun Mar 8 02:59:52 2020
  584. * [PlayerItemPickupEvent](https://github.com/CraftTweaker/CraftTweaker/commit/e6b41bbd2d9241b190436fd0c6267e1765f0eeb2) - Jon McManus - Sun Mar 8 01:43:00 2020
  585. * [PlayerContainerClose event.](https://github.com/CraftTweaker/CraftTweaker/commit/471a4cb891b7344bd2585ca83ddcac57f74a2b48) - Jon McManus - Sat Mar 7 13:30:45 2020
  586. * [Minecart events.](https://github.com/CraftTweaker/CraftTweaker/commit/b8324039e8216d54585ed58e1b807e5f494ff5d1) - Jon McManus - Sat Mar 7 13:08:03 2020
  587. * [Remove ItemTooltipEvent?](https://github.com/CraftTweaker/CraftTweaker/commit/7b99eaa64b14fa2ae0d8dbee830a5c17b853b433) - Jon McManus - Sat Mar 7 13:07:42 2020
  588. * [LootingLevelEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0ae1180bc2c7495fad1c83c9016b95548d1d6972) - Jon McManus - Sat Mar 7 12:46:57 2020
  589. * [LivingKnockBackEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/7f19f82dcc1f057b7ac620c39d1c30c59a984091) - Jon McManus - Sat Mar 7 12:42:41 2020
  590. * [LivingExperienceDropEvent](https://github.com/CraftTweaker/CraftTweaker/commit/bcc1148fa39784b39860e55006226a92189cca14) - Jon McManus - Sat Mar 7 12:34:02 2020
  591. * [LivingDestroyBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0e22bb1b3c245bbf2e7ce8ee85e091a339706b49) - Jon McManus - Sat Mar 7 12:28:10 2020
  592. * [ItemTooltipEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/4291f0d8099d9dea49bdc4fda8ef585cca30cb6d) - Jon McManus - Sat Mar 7 12:22:13 2020
  593. * [EntityTravelToDimensionEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0863d1f222e9f7643f7c9e7d044684e626006e04) - Jon McManus - Sat Mar 7 12:13:38 2020
  594. * [MobGriefing.](https://github.com/CraftTweaker/CraftTweaker/commit/cb201918b44e33475989a473f3fdf0cdc1294f5e) - Jon McManus - Sat Mar 7 12:06:28 2020
  595. * [BlockPlace event.](https://github.com/CraftTweaker/CraftTweaker/commit/1363e9560aaab43ff848ccc0cd330ea860cc6270) - Jon McManus - Sat Mar 7 11:57:02 2020
  596. * [CropGrowth events.](https://github.com/CraftTweaker/CraftTweaker/commit/c3b58552b18e4c5bf300ebb7905debb4c04dc280) - Jon McManus - Sat Mar 7 11:42:29 2020
  597. * [ItemFishedEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/25d7fbc4f79f73a378f19ef69defea699fdc620d) - Jon McManus - Sat Mar 7 11:28:55 2020
  598. * [Explosion events.](https://github.com/CraftTweaker/CraftTweaker/commit/46a5bc70dedb540ba0c5c8831e950fe1b391c29b) - Jon McManus - Sat Mar 7 11:08:01 2020
  599. * [EntityMountEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/dba7af5a258cd5b6541e001e479ed295b84f0c16) - Jon McManus - Sat Mar 7 10:35:32 2020
  600. * [EnchantmentLevelSet event.](https://github.com/CraftTweaker/CraftTweaker/commit/c5be1a93ca7e94a17b9deccd3730dac5b52d1f88) - Jon McManus - Sat Mar 7 10:25:28 2020
  601. * [Critical Hit event.](https://github.com/CraftTweaker/CraftTweaker/commit/94f86720174c5bafbf2e072d5c12295e10021534) - Jon McManus - Sat Mar 7 09:54:49 2020
  602. * [Implement BlockEvent.FarmlandTrampleEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/142336a50295a0bff12a60908fecc2245579de7d) - Jon McManus - Sat Mar 7 09:28:42 2020
  603. * [First in additional events: AnimalTameEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/53062a88f76c9e2b57c33239d9887a5d6b67b733) - Jon McManus - Sat Mar 7 09:20:24 2020
  604.  
  605. CraftTweaker2-1.12-4.1.20.578.jar:
  606. Current version: unspecified
  607. * [Changed how block defintions convert creative tabs](https://github.com/CraftTweaker/CraftTweaker/commit/093129ba0f0ca8c525725f8d235359f01574a64d) - Jared - Sat Jul 4 06:01:15 2020
  608. * [added a way to see if an entity is on the ground or not](https://github.com/CraftTweaker/CraftTweaker/commit/96db59c83eab3a124b63fae7b8819df645ceabf2) - Jared - Sun Jun 28 09:01:49 2020
  609. * [Updated ZenScript](https://github.com/CraftTweaker/CraftTweaker/commit/2a235cc0eb80caa2b4c07e4c490fe273d9896db9) - kindlich - Sun May 31 21:49:25 2020
  610. * [Updated ZS: Fixes for Captures and allow Function Types to be used as Members in functions/classes](https://github.com/CraftTweaker/CraftTweaker/commit/5f9db0ba226c2d935dd8b4629bc343966b62ced3) - kindlich - Wed May 27 16:53:26 2020
  611. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/b47fd2ceeb8ca6b958d653f053e417cb63a009bb) - kindlich - Sat May 16 12:50:05 2020
  612. * [actually use the update json, thanks forge](https://github.com/CraftTweaker/CraftTweaker/commit/a9441dee16193fc0f3e4655dbd348e47e2e55163) - Jared - Thu May 14 23:46:16 2020
  613. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/24ef754e8a1cc5e79b8be3709575cdb8af73bc1f) - kindlich - Wed May 13 15:44:12 2020
  614. * [thanks forge for having an incorrect mdk](https://github.com/CraftTweaker/CraftTweaker/commit/da62d9a28f63b370c38d9b9efc9b4ed6a2533844) - Jared - Tue May 12 18:39:50 2020
  615. * [put update tracker in the right build.gradle file](https://github.com/CraftTweaker/CraftTweaker/commit/24f7bf3de9199f7450f8b1fea02e430d1a6eb733) - Jared - Tue May 12 15:46:55 2020
  616. * [and this one...](https://github.com/CraftTweaker/CraftTweaker/commit/480335a890e9437559351ba836e6b4eae368e311) - Jared - Tue May 12 15:43:06 2020
  617. * [Would be good to actually call the url...](https://github.com/CraftTweaker/CraftTweaker/commit/16d72770e30d8ff4f846dda8cce03f9c7ce021c0) - Jared - Tue May 12 15:40:35 2020
  618. * [ We are still pushing some builds, may as well add the update tracker](https://github.com/CraftTweaker/CraftTweaker/commit/739e63b7e4d5150fe7a1e26a75302b794dc39d8c) - Jared - Tue May 12 15:35:04 2020
  619. * [added a way to get a liquid using a string, game#getLiquid close #970](https://github.com/CraftTweaker/CraftTweaker/commit/3a68c5aca6bbf8adae8ee97c944b1e39bbc3a5a7) - Jared - Tue May 12 15:21:53 2020
  620. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/7f0ca9f7b63b9acfffd772ae6e77ea4a46d7ca88) - kindlich - Mon May 11 20:49:54 2020
  621. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/e237a00b71678a99e5f72eaece5638e55d33f78c) - kindlich - Sun May 10 21:08:44 2020
  622. * [Make right-click-block-event properly cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/88d6d7697745b563cbeba77619cd8d0758673ec7) - Jon McManus - Mon Apr 13 03:08:15 2020
  623. * [Add a patreon thank you at the start of the log](https://github.com/CraftTweaker/CraftTweaker/commit/a2fa4486f93c4bbc03a238c01a4db38c11ef2311) - Jared - Sat Apr 11 06:35:47 2020
  624. * [Rename ProjectileImpactEvent to IProjectileImpactEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/c1ace7e4b519c3116afc52441bd106d76458629e) - Jon McManus - Sat Apr 11 06:24:39 2020
  625. * [Unify some class/interface names.](https://github.com/CraftTweaker/CraftTweaker/commit/8dfe9bab14eeef0ad363b7812a64a3278ff2990c) - Jon McManus - Sat Apr 11 06:00:39 2020
  626. * [releases are beta by default](https://github.com/CraftTweaker/CraftTweaker/commit/bc8cf9f1f3ce482d83fa9599f3b656b2d84bddea) - Jared - Sat Apr 11 05:44:57 2020
  627. * [Fix typo.](https://github.com/CraftTweaker/CraftTweaker/commit/07b604568b9bd83117b12c1e9b4b650d2f039d46) - Jon McManus - Sat Apr 11 05:35:02 2020
  628. * [Address issues raised by Kindlich.](https://github.com/CraftTweaker/CraftTweaker/commit/e2d34b682c6454f21226990ace3b6b0676a1dfc3) - Jon McManus - Sat Apr 11 05:30:25 2020
  629. * [fix jenkins file](https://github.com/CraftTweaker/CraftTweaker/commit/5d76d7c032a532c1c1698c82f841201a34ee0451) - Jared - Sat Apr 11 05:27:01 2020
  630. * [updated jenkins file to gen changelog and push to curse](https://github.com/CraftTweaker/CraftTweaker/commit/c9905a10830e5ffa02811d54eeb9a0122cd4ce84) - Jared - Sat Apr 11 05:22:53 2020
  631. * [Allow access to the cancellation result.](https://github.com/CraftTweaker/CraftTweaker/commit/bfa7c162c4e3c1c88d9c5d42f5154e0ef45090bf) - Jon McManus - Thu Apr 2 03:43:03 2020
  632. * [Remove RightClickEmpty, it only fires on the client side.](https://github.com/CraftTweaker/CraftTweaker/commit/4c02dc9e7293aec2cd3a393f849a850a6e85fd12) - Jon McManus - Thu Apr 2 02:56:47 2020
  633. * [Add missing clear calls.](https://github.com/CraftTweaker/CraftTweaker/commit/d49e2b6ab80fca81034c23a764c14ba168e0d888) - Jon McManus - Mon Mar 16 11:06:27 2020
  634. * [Unify allow/deny/default into a single string result as per other systems.](https://github.com/CraftTweaker/CraftTweaker/commit/62b16c15d7404623d07d64e3a0e3a43607d0d90a) - Jon McManus - Mon Mar 16 11:00:30 2020
  635. * [Fix rename failure.](https://github.com/CraftTweaker/CraftTweaker/commit/e265a7d75305a1c8cd1a101446aa1e3e57446464) - Jon McManus - Sun Mar 15 12:46:35 2020
  636. * [More indentations fixes.](https://github.com/CraftTweaker/CraftTweaker/commit/6307b19336769fc8d2c68bad76b01ec1fb24ad48) - Jon McManus - Sun Mar 15 12:37:25 2020
  637. * [Fix indents.](https://github.com/CraftTweaker/CraftTweaker/commit/0b65de669044c354cc31dfa283970c547a248b29) - Jon McManus - Sun Mar 15 12:35:21 2020
  638. * [This event is also cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/d421ddbeca86e4e0a6f958eb0fcc9933dce5b46d) - Jon McManus - Sun Mar 15 05:34:06 2020
  639. * [EntityMount is cancelable; limit EnchantmentLevelSet to 0-30.](https://github.com/CraftTweaker/CraftTweaker/commit/eabe1e14ae0d8d4137fe9fddcc4405d1e4dababc) - Jon McManus - Sun Mar 15 05:29:00 2020
  640. * [It's already a getter.](https://github.com/CraftTweaker/CraftTweaker/commit/aa16ccb607abe765b80f4d35a4212619eaba2f7b) - Jon McManus - Sun Mar 15 05:15:28 2020
  641. * [Back-port curseforge_gradle support from 1.14.](https://github.com/CraftTweaker/CraftTweaker/commit/5ff47f69089d144a3a2878c57ac0dc7dc67aa5bd) - Jon McManus - Sun Mar 15 02:06:06 2020
  642. * [Implement an "isItemBlock" functionality for IItemStacks.](https://github.com/CraftTweaker/CraftTweaker/commit/ecbfbd06fa8f9b63c915280e8a50a968a11dbd25) - Jon McManus - Sat Mar 14 23:53:34 2020
  643. * [Final exorcism of things.](https://github.com/CraftTweaker/CraftTweaker/commit/69cf45122f927d3fbe151484e05b2bc8e7e27b7e) - Jon McManus - Sat Mar 14 12:24:52 2020
  644. * [Screw the Terrain Generation bus.](https://github.com/CraftTweaker/CraftTweaker/commit/cc55805d91ea2e3563fafc897a8b7751b724fcfc) - Jon McManus - Sat Mar 14 12:09:29 2020
  645. * [Add hand and ItemStack handlers for PlayerInteractEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/199ac07b1c996c9436b362f79c2afae440f50a35) - Jon McManus - Sat Mar 14 11:54:29 2020
  646. * [Fix some minor issues.](https://github.com/CraftTweaker/CraftTweaker/commit/9a996c183d7540e43a88b62e9a753ed5a1dead59) - Jon McManus - Sat Mar 14 11:37:13 2020
  647. * [Some minor tweaks.](https://github.com/CraftTweaker/CraftTweaker/commit/3c21a121c0a7588b05dab22e2e378e65c448504b) - Jon McManus - Sat Mar 14 10:24:04 2020
  648. * [Fix CropGrowEvent names.](https://github.com/CraftTweaker/CraftTweaker/commit/34df2d7318b7a85b09a26d8f42b767232e18c7fd) - Jon McManus - Fri Mar 13 02:35:26 2020
  649. * [publish JEI support to maven](https://github.com/CraftTweaker/CraftTweaker/commit/9beca9982fcbf04bf71f2edd0a6147cda278ca20) - Jared - Wed Mar 11 06:25:33 2020
  650. * [Whoops.](https://github.com/CraftTweaker/CraftTweaker/commit/5cb19adbc99cf187fb571f90afcb18c671861f01) - Jon McManus - Sun Mar 8 07:33:51 2020
  651. * [ProjectileImpactEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/2ba9f393d69e3cd85ff98bb4a8287b632cca4ea4) - Jon McManus - Sun Mar 8 06:13:53 2020
  652. * [PotionBrewEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/d4e5f004a34e445acd082a7f81b112a6de605a0e) - Jon McManus - Sun Mar 8 05:08:07 2020
  653. * [Sleeping Checks.](https://github.com/CraftTweaker/CraftTweaker/commit/b4fea8e2a07605c72a99d14123c26e75d7c83ef8) - Jon McManus - Sun Mar 8 04:36:33 2020
  654. * [SaplingGrowTreeEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/96bda23d9e870acd2a7cc83b14c0f9e0e6e57f35) - Jon McManus - Sun Mar 8 04:16:39 2020
  655. * [PlayerRightClickItemEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/a7fa3217df42bcd8aa17e40a6a65f0938ac76f7b) - Jon McManus - Sun Mar 8 03:31:24 2020
  656. * [RightClickEmptyEvent, not every PlayerInteractEvent is cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/4182e45d2f77cd04710e255ef9877c22ebe3cc7e) - Jon McManus - Sun Mar 8 03:25:08 2020
  657. * [Oops.](https://github.com/CraftTweaker/CraftTweaker/commit/7b28d3f2c71123f9c4bcc3cb6e86a59abbb84b60) - Jon McManus - Sun Mar 8 03:07:54 2020
  658. * [PlayerLeftClickBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/eb040be4bbccd0f20a42ec423ba35d5cb2ef27aa) - Jon McManus - Sun Mar 8 03:06:38 2020
  659. * [Player Visibility Event.](https://github.com/CraftTweaker/CraftTweaker/commit/6675f78846d47c3ae1918d35a5cd4db1d9dff191) - Jon McManus - Sun Mar 8 02:59:52 2020
  660. * [PlayerItemPickupEvent](https://github.com/CraftTweaker/CraftTweaker/commit/e6b41bbd2d9241b190436fd0c6267e1765f0eeb2) - Jon McManus - Sun Mar 8 01:43:00 2020
  661. * [PlayerContainerClose event.](https://github.com/CraftTweaker/CraftTweaker/commit/471a4cb891b7344bd2585ca83ddcac57f74a2b48) - Jon McManus - Sat Mar 7 13:30:45 2020
  662. * [Minecart events.](https://github.com/CraftTweaker/CraftTweaker/commit/b8324039e8216d54585ed58e1b807e5f494ff5d1) - Jon McManus - Sat Mar 7 13:08:03 2020
  663. * [Remove ItemTooltipEvent?](https://github.com/CraftTweaker/CraftTweaker/commit/7b99eaa64b14fa2ae0d8dbee830a5c17b853b433) - Jon McManus - Sat Mar 7 13:07:42 2020
  664. * [LootingLevelEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0ae1180bc2c7495fad1c83c9016b95548d1d6972) - Jon McManus - Sat Mar 7 12:46:57 2020
  665. * [LivingKnockBackEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/7f19f82dcc1f057b7ac620c39d1c30c59a984091) - Jon McManus - Sat Mar 7 12:42:41 2020
  666. * [LivingExperienceDropEvent](https://github.com/CraftTweaker/CraftTweaker/commit/bcc1148fa39784b39860e55006226a92189cca14) - Jon McManus - Sat Mar 7 12:34:02 2020
  667. * [LivingDestroyBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0e22bb1b3c245bbf2e7ce8ee85e091a339706b49) - Jon McManus - Sat Mar 7 12:28:10 2020
  668. * [ItemTooltipEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/4291f0d8099d9dea49bdc4fda8ef585cca30cb6d) - Jon McManus - Sat Mar 7 12:22:13 2020
  669. * [EntityTravelToDimensionEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0863d1f222e9f7643f7c9e7d044684e626006e04) - Jon McManus - Sat Mar 7 12:13:38 2020
  670. * [MobGriefing.](https://github.com/CraftTweaker/CraftTweaker/commit/cb201918b44e33475989a473f3fdf0cdc1294f5e) - Jon McManus - Sat Mar 7 12:06:28 2020
  671. * [BlockPlace event.](https://github.com/CraftTweaker/CraftTweaker/commit/1363e9560aaab43ff848ccc0cd330ea860cc6270) - Jon McManus - Sat Mar 7 11:57:02 2020
  672. * [CropGrowth events.](https://github.com/CraftTweaker/CraftTweaker/commit/c3b58552b18e4c5bf300ebb7905debb4c04dc280) - Jon McManus - Sat Mar 7 11:42:29 2020
  673. * [ItemFishedEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/25d7fbc4f79f73a378f19ef69defea699fdc620d) - Jon McManus - Sat Mar 7 11:28:55 2020
  674. * [Explosion events.](https://github.com/CraftTweaker/CraftTweaker/commit/46a5bc70dedb540ba0c5c8831e950fe1b391c29b) - Jon McManus - Sat Mar 7 11:08:01 2020
  675. * [EntityMountEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/dba7af5a258cd5b6541e001e479ed295b84f0c16) - Jon McManus - Sat Mar 7 10:35:32 2020
  676. * [EnchantmentLevelSet event.](https://github.com/CraftTweaker/CraftTweaker/commit/c5be1a93ca7e94a17b9deccd3730dac5b52d1f88) - Jon McManus - Sat Mar 7 10:25:28 2020
  677. * [Critical Hit event.](https://github.com/CraftTweaker/CraftTweaker/commit/94f86720174c5bafbf2e072d5c12295e10021534) - Jon McManus - Sat Mar 7 09:54:49 2020
  678. * [Implement BlockEvent.FarmlandTrampleEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/142336a50295a0bff12a60908fecc2245579de7d) - Jon McManus - Sat Mar 7 09:28:42 2020
  679. * [First in additional events: AnimalTameEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/53062a88f76c9e2b57c33239d9887a5d6b67b733) - Jon McManus - Sat Mar 7 09:20:24 2020
  680.  
  681. CraftTweaker2-1.12-4.1.20.577.jar:
  682. Current version: unspecified
  683. * [added a way to see if an entity is on the ground or not](https://github.com/CraftTweaker/CraftTweaker/commit/96db59c83eab3a124b63fae7b8819df645ceabf2) - Jared - Sun Jun 28 09:01:49 2020
  684. * [Updated ZenScript](https://github.com/CraftTweaker/CraftTweaker/commit/2a235cc0eb80caa2b4c07e4c490fe273d9896db9) - kindlich - Sun May 31 21:49:25 2020
  685. * [Updated ZS: Fixes for Captures and allow Function Types to be used as Members in functions/classes](https://github.com/CraftTweaker/CraftTweaker/commit/5f9db0ba226c2d935dd8b4629bc343966b62ced3) - kindlich - Wed May 27 16:53:26 2020
  686. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/b47fd2ceeb8ca6b958d653f053e417cb63a009bb) - kindlich - Sat May 16 12:50:05 2020
  687. * [actually use the update json, thanks forge](https://github.com/CraftTweaker/CraftTweaker/commit/a9441dee16193fc0f3e4655dbd348e47e2e55163) - Jared - Thu May 14 23:46:16 2020
  688. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/24ef754e8a1cc5e79b8be3709575cdb8af73bc1f) - kindlich - Wed May 13 15:44:12 2020
  689. * [thanks forge for having an incorrect mdk](https://github.com/CraftTweaker/CraftTweaker/commit/da62d9a28f63b370c38d9b9efc9b4ed6a2533844) - Jared - Tue May 12 18:39:50 2020
  690. * [put update tracker in the right build.gradle file](https://github.com/CraftTweaker/CraftTweaker/commit/24f7bf3de9199f7450f8b1fea02e430d1a6eb733) - Jared - Tue May 12 15:46:55 2020
  691. * [and this one...](https://github.com/CraftTweaker/CraftTweaker/commit/480335a890e9437559351ba836e6b4eae368e311) - Jared - Tue May 12 15:43:06 2020
  692. * [Would be good to actually call the url...](https://github.com/CraftTweaker/CraftTweaker/commit/16d72770e30d8ff4f846dda8cce03f9c7ce021c0) - Jared - Tue May 12 15:40:35 2020
  693. * [ We are still pushing some builds, may as well add the update tracker](https://github.com/CraftTweaker/CraftTweaker/commit/739e63b7e4d5150fe7a1e26a75302b794dc39d8c) - Jared - Tue May 12 15:35:04 2020
  694. * [added a way to get a liquid using a string, game#getLiquid close #970](https://github.com/CraftTweaker/CraftTweaker/commit/3a68c5aca6bbf8adae8ee97c944b1e39bbc3a5a7) - Jared - Tue May 12 15:21:53 2020
  695. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/7f0ca9f7b63b9acfffd772ae6e77ea4a46d7ca88) - kindlich - Mon May 11 20:49:54 2020
  696. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/e237a00b71678a99e5f72eaece5638e55d33f78c) - kindlich - Sun May 10 21:08:44 2020
  697. * [Make right-click-block-event properly cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/88d6d7697745b563cbeba77619cd8d0758673ec7) - Jon McManus - Mon Apr 13 03:08:15 2020
  698. * [Add a patreon thank you at the start of the log](https://github.com/CraftTweaker/CraftTweaker/commit/a2fa4486f93c4bbc03a238c01a4db38c11ef2311) - Jared - Sat Apr 11 06:35:47 2020
  699. * [Rename ProjectileImpactEvent to IProjectileImpactEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/c1ace7e4b519c3116afc52441bd106d76458629e) - Jon McManus - Sat Apr 11 06:24:39 2020
  700. * [Unify some class/interface names.](https://github.com/CraftTweaker/CraftTweaker/commit/8dfe9bab14eeef0ad363b7812a64a3278ff2990c) - Jon McManus - Sat Apr 11 06:00:39 2020
  701. * [releases are beta by default](https://github.com/CraftTweaker/CraftTweaker/commit/bc8cf9f1f3ce482d83fa9599f3b656b2d84bddea) - Jared - Sat Apr 11 05:44:57 2020
  702. * [Fix typo.](https://github.com/CraftTweaker/CraftTweaker/commit/07b604568b9bd83117b12c1e9b4b650d2f039d46) - Jon McManus - Sat Apr 11 05:35:02 2020
  703. * [Address issues raised by Kindlich.](https://github.com/CraftTweaker/CraftTweaker/commit/e2d34b682c6454f21226990ace3b6b0676a1dfc3) - Jon McManus - Sat Apr 11 05:30:25 2020
  704. * [fix jenkins file](https://github.com/CraftTweaker/CraftTweaker/commit/5d76d7c032a532c1c1698c82f841201a34ee0451) - Jared - Sat Apr 11 05:27:01 2020
  705. * [updated jenkins file to gen changelog and push to curse](https://github.com/CraftTweaker/CraftTweaker/commit/c9905a10830e5ffa02811d54eeb9a0122cd4ce84) - Jared - Sat Apr 11 05:22:53 2020
  706. * [Allow access to the cancellation result.](https://github.com/CraftTweaker/CraftTweaker/commit/bfa7c162c4e3c1c88d9c5d42f5154e0ef45090bf) - Jon McManus - Thu Apr 2 03:43:03 2020
  707. * [Remove RightClickEmpty, it only fires on the client side.](https://github.com/CraftTweaker/CraftTweaker/commit/4c02dc9e7293aec2cd3a393f849a850a6e85fd12) - Jon McManus - Thu Apr 2 02:56:47 2020
  708. * [Add missing clear calls.](https://github.com/CraftTweaker/CraftTweaker/commit/d49e2b6ab80fca81034c23a764c14ba168e0d888) - Jon McManus - Mon Mar 16 11:06:27 2020
  709. * [Unify allow/deny/default into a single string result as per other systems.](https://github.com/CraftTweaker/CraftTweaker/commit/62b16c15d7404623d07d64e3a0e3a43607d0d90a) - Jon McManus - Mon Mar 16 11:00:30 2020
  710. * [Fix rename failure.](https://github.com/CraftTweaker/CraftTweaker/commit/e265a7d75305a1c8cd1a101446aa1e3e57446464) - Jon McManus - Sun Mar 15 12:46:35 2020
  711. * [More indentations fixes.](https://github.com/CraftTweaker/CraftTweaker/commit/6307b19336769fc8d2c68bad76b01ec1fb24ad48) - Jon McManus - Sun Mar 15 12:37:25 2020
  712. * [Fix indents.](https://github.com/CraftTweaker/CraftTweaker/commit/0b65de669044c354cc31dfa283970c547a248b29) - Jon McManus - Sun Mar 15 12:35:21 2020
  713. * [This event is also cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/d421ddbeca86e4e0a6f958eb0fcc9933dce5b46d) - Jon McManus - Sun Mar 15 05:34:06 2020
  714. * [EntityMount is cancelable; limit EnchantmentLevelSet to 0-30.](https://github.com/CraftTweaker/CraftTweaker/commit/eabe1e14ae0d8d4137fe9fddcc4405d1e4dababc) - Jon McManus - Sun Mar 15 05:29:00 2020
  715. * [It's already a getter.](https://github.com/CraftTweaker/CraftTweaker/commit/aa16ccb607abe765b80f4d35a4212619eaba2f7b) - Jon McManus - Sun Mar 15 05:15:28 2020
  716. * [Back-port curseforge_gradle support from 1.14.](https://github.com/CraftTweaker/CraftTweaker/commit/5ff47f69089d144a3a2878c57ac0dc7dc67aa5bd) - Jon McManus - Sun Mar 15 02:06:06 2020
  717. * [Implement an "isItemBlock" functionality for IItemStacks.](https://github.com/CraftTweaker/CraftTweaker/commit/ecbfbd06fa8f9b63c915280e8a50a968a11dbd25) - Jon McManus - Sat Mar 14 23:53:34 2020
  718. * [Final exorcism of things.](https://github.com/CraftTweaker/CraftTweaker/commit/69cf45122f927d3fbe151484e05b2bc8e7e27b7e) - Jon McManus - Sat Mar 14 12:24:52 2020
  719. * [Screw the Terrain Generation bus.](https://github.com/CraftTweaker/CraftTweaker/commit/cc55805d91ea2e3563fafc897a8b7751b724fcfc) - Jon McManus - Sat Mar 14 12:09:29 2020
  720. * [Add hand and ItemStack handlers for PlayerInteractEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/199ac07b1c996c9436b362f79c2afae440f50a35) - Jon McManus - Sat Mar 14 11:54:29 2020
  721. * [Fix some minor issues.](https://github.com/CraftTweaker/CraftTweaker/commit/9a996c183d7540e43a88b62e9a753ed5a1dead59) - Jon McManus - Sat Mar 14 11:37:13 2020
  722. * [Some minor tweaks.](https://github.com/CraftTweaker/CraftTweaker/commit/3c21a121c0a7588b05dab22e2e378e65c448504b) - Jon McManus - Sat Mar 14 10:24:04 2020
  723. * [Fix CropGrowEvent names.](https://github.com/CraftTweaker/CraftTweaker/commit/34df2d7318b7a85b09a26d8f42b767232e18c7fd) - Jon McManus - Fri Mar 13 02:35:26 2020
  724. * [publish JEI support to maven](https://github.com/CraftTweaker/CraftTweaker/commit/9beca9982fcbf04bf71f2edd0a6147cda278ca20) - Jared - Wed Mar 11 06:25:33 2020
  725. * [Whoops.](https://github.com/CraftTweaker/CraftTweaker/commit/5cb19adbc99cf187fb571f90afcb18c671861f01) - Jon McManus - Sun Mar 8 07:33:51 2020
  726. * [ProjectileImpactEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/2ba9f393d69e3cd85ff98bb4a8287b632cca4ea4) - Jon McManus - Sun Mar 8 06:13:53 2020
  727. * [PotionBrewEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/d4e5f004a34e445acd082a7f81b112a6de605a0e) - Jon McManus - Sun Mar 8 05:08:07 2020
  728. * [Sleeping Checks.](https://github.com/CraftTweaker/CraftTweaker/commit/b4fea8e2a07605c72a99d14123c26e75d7c83ef8) - Jon McManus - Sun Mar 8 04:36:33 2020
  729. * [SaplingGrowTreeEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/96bda23d9e870acd2a7cc83b14c0f9e0e6e57f35) - Jon McManus - Sun Mar 8 04:16:39 2020
  730. * [PlayerRightClickItemEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/a7fa3217df42bcd8aa17e40a6a65f0938ac76f7b) - Jon McManus - Sun Mar 8 03:31:24 2020
  731. * [RightClickEmptyEvent, not every PlayerInteractEvent is cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/4182e45d2f77cd04710e255ef9877c22ebe3cc7e) - Jon McManus - Sun Mar 8 03:25:08 2020
  732. * [Oops.](https://github.com/CraftTweaker/CraftTweaker/commit/7b28d3f2c71123f9c4bcc3cb6e86a59abbb84b60) - Jon McManus - Sun Mar 8 03:07:54 2020
  733. * [PlayerLeftClickBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/eb040be4bbccd0f20a42ec423ba35d5cb2ef27aa) - Jon McManus - Sun Mar 8 03:06:38 2020
  734. * [Player Visibility Event.](https://github.com/CraftTweaker/CraftTweaker/commit/6675f78846d47c3ae1918d35a5cd4db1d9dff191) - Jon McManus - Sun Mar 8 02:59:52 2020
  735. * [PlayerItemPickupEvent](https://github.com/CraftTweaker/CraftTweaker/commit/e6b41bbd2d9241b190436fd0c6267e1765f0eeb2) - Jon McManus - Sun Mar 8 01:43:00 2020
  736. * [PlayerContainerClose event.](https://github.com/CraftTweaker/CraftTweaker/commit/471a4cb891b7344bd2585ca83ddcac57f74a2b48) - Jon McManus - Sat Mar 7 13:30:45 2020
  737. * [Minecart events.](https://github.com/CraftTweaker/CraftTweaker/commit/b8324039e8216d54585ed58e1b807e5f494ff5d1) - Jon McManus - Sat Mar 7 13:08:03 2020
  738. * [Remove ItemTooltipEvent?](https://github.com/CraftTweaker/CraftTweaker/commit/7b99eaa64b14fa2ae0d8dbee830a5c17b853b433) - Jon McManus - Sat Mar 7 13:07:42 2020
  739. * [LootingLevelEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0ae1180bc2c7495fad1c83c9016b95548d1d6972) - Jon McManus - Sat Mar 7 12:46:57 2020
  740. * [LivingKnockBackEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/7f19f82dcc1f057b7ac620c39d1c30c59a984091) - Jon McManus - Sat Mar 7 12:42:41 2020
  741. * [LivingExperienceDropEvent](https://github.com/CraftTweaker/CraftTweaker/commit/bcc1148fa39784b39860e55006226a92189cca14) - Jon McManus - Sat Mar 7 12:34:02 2020
  742. * [LivingDestroyBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0e22bb1b3c245bbf2e7ce8ee85e091a339706b49) - Jon McManus - Sat Mar 7 12:28:10 2020
  743. * [ItemTooltipEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/4291f0d8099d9dea49bdc4fda8ef585cca30cb6d) - Jon McManus - Sat Mar 7 12:22:13 2020
  744. * [EntityTravelToDimensionEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0863d1f222e9f7643f7c9e7d044684e626006e04) - Jon McManus - Sat Mar 7 12:13:38 2020
  745. * [MobGriefing.](https://github.com/CraftTweaker/CraftTweaker/commit/cb201918b44e33475989a473f3fdf0cdc1294f5e) - Jon McManus - Sat Mar 7 12:06:28 2020
  746. * [BlockPlace event.](https://github.com/CraftTweaker/CraftTweaker/commit/1363e9560aaab43ff848ccc0cd330ea860cc6270) - Jon McManus - Sat Mar 7 11:57:02 2020
  747. * [CropGrowth events.](https://github.com/CraftTweaker/CraftTweaker/commit/c3b58552b18e4c5bf300ebb7905debb4c04dc280) - Jon McManus - Sat Mar 7 11:42:29 2020
  748. * [ItemFishedEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/25d7fbc4f79f73a378f19ef69defea699fdc620d) - Jon McManus - Sat Mar 7 11:28:55 2020
  749. * [Explosion events.](https://github.com/CraftTweaker/CraftTweaker/commit/46a5bc70dedb540ba0c5c8831e950fe1b391c29b) - Jon McManus - Sat Mar 7 11:08:01 2020
  750. * [EntityMountEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/dba7af5a258cd5b6541e001e479ed295b84f0c16) - Jon McManus - Sat Mar 7 10:35:32 2020
  751. * [EnchantmentLevelSet event.](https://github.com/CraftTweaker/CraftTweaker/commit/c5be1a93ca7e94a17b9deccd3730dac5b52d1f88) - Jon McManus - Sat Mar 7 10:25:28 2020
  752. * [Critical Hit event.](https://github.com/CraftTweaker/CraftTweaker/commit/94f86720174c5bafbf2e072d5c12295e10021534) - Jon McManus - Sat Mar 7 09:54:49 2020
  753. * [Implement BlockEvent.FarmlandTrampleEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/142336a50295a0bff12a60908fecc2245579de7d) - Jon McManus - Sat Mar 7 09:28:42 2020
  754. * [First in additional events: AnimalTameEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/53062a88f76c9e2b57c33239d9887a5d6b67b733) - Jon McManus - Sat Mar 7 09:20:24 2020
  755.  
  756. CraftTweaker2-1.12-4.1.20.576.jar:
  757. Current version: unspecified
  758. * [Updated ZenScript](https://github.com/CraftTweaker/CraftTweaker/commit/2a235cc0eb80caa2b4c07e4c490fe273d9896db9) - kindlich - Sun May 31 21:49:25 2020
  759. * [Updated ZS: Fixes for Captures and allow Function Types to be used as Members in functions/classes](https://github.com/CraftTweaker/CraftTweaker/commit/5f9db0ba226c2d935dd8b4629bc343966b62ced3) - kindlich - Wed May 27 16:53:26 2020
  760. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/b47fd2ceeb8ca6b958d653f053e417cb63a009bb) - kindlich - Sat May 16 12:50:05 2020
  761. * [actually use the update json, thanks forge](https://github.com/CraftTweaker/CraftTweaker/commit/a9441dee16193fc0f3e4655dbd348e47e2e55163) - Jared - Thu May 14 23:46:16 2020
  762. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/24ef754e8a1cc5e79b8be3709575cdb8af73bc1f) - kindlich - Wed May 13 15:44:12 2020
  763. * [thanks forge for having an incorrect mdk](https://github.com/CraftTweaker/CraftTweaker/commit/da62d9a28f63b370c38d9b9efc9b4ed6a2533844) - Jared - Tue May 12 18:39:50 2020
  764. * [put update tracker in the right build.gradle file](https://github.com/CraftTweaker/CraftTweaker/commit/24f7bf3de9199f7450f8b1fea02e430d1a6eb733) - Jared - Tue May 12 15:46:55 2020
  765. * [and this one...](https://github.com/CraftTweaker/CraftTweaker/commit/480335a890e9437559351ba836e6b4eae368e311) - Jared - Tue May 12 15:43:06 2020
  766. * [Would be good to actually call the url...](https://github.com/CraftTweaker/CraftTweaker/commit/16d72770e30d8ff4f846dda8cce03f9c7ce021c0) - Jared - Tue May 12 15:40:35 2020
  767. * [ We are still pushing some builds, may as well add the update tracker](https://github.com/CraftTweaker/CraftTweaker/commit/739e63b7e4d5150fe7a1e26a75302b794dc39d8c) - Jared - Tue May 12 15:35:04 2020
  768. * [added a way to get a liquid using a string, game#getLiquid close #970](https://github.com/CraftTweaker/CraftTweaker/commit/3a68c5aca6bbf8adae8ee97c944b1e39bbc3a5a7) - Jared - Tue May 12 15:21:53 2020
  769. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/7f0ca9f7b63b9acfffd772ae6e77ea4a46d7ca88) - kindlich - Mon May 11 20:49:54 2020
  770. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/e237a00b71678a99e5f72eaece5638e55d33f78c) - kindlich - Sun May 10 21:08:44 2020
  771. * [Make right-click-block-event properly cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/88d6d7697745b563cbeba77619cd8d0758673ec7) - Jon McManus - Mon Apr 13 03:08:15 2020
  772. * [Add a patreon thank you at the start of the log](https://github.com/CraftTweaker/CraftTweaker/commit/a2fa4486f93c4bbc03a238c01a4db38c11ef2311) - Jared - Sat Apr 11 06:35:47 2020
  773. * [Rename ProjectileImpactEvent to IProjectileImpactEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/c1ace7e4b519c3116afc52441bd106d76458629e) - Jon McManus - Sat Apr 11 06:24:39 2020
  774. * [Unify some class/interface names.](https://github.com/CraftTweaker/CraftTweaker/commit/8dfe9bab14eeef0ad363b7812a64a3278ff2990c) - Jon McManus - Sat Apr 11 06:00:39 2020
  775. * [releases are beta by default](https://github.com/CraftTweaker/CraftTweaker/commit/bc8cf9f1f3ce482d83fa9599f3b656b2d84bddea) - Jared - Sat Apr 11 05:44:57 2020
  776. * [Fix typo.](https://github.com/CraftTweaker/CraftTweaker/commit/07b604568b9bd83117b12c1e9b4b650d2f039d46) - Jon McManus - Sat Apr 11 05:35:02 2020
  777. * [Address issues raised by Kindlich.](https://github.com/CraftTweaker/CraftTweaker/commit/e2d34b682c6454f21226990ace3b6b0676a1dfc3) - Jon McManus - Sat Apr 11 05:30:25 2020
  778. * [fix jenkins file](https://github.com/CraftTweaker/CraftTweaker/commit/5d76d7c032a532c1c1698c82f841201a34ee0451) - Jared - Sat Apr 11 05:27:01 2020
  779. * [updated jenkins file to gen changelog and push to curse](https://github.com/CraftTweaker/CraftTweaker/commit/c9905a10830e5ffa02811d54eeb9a0122cd4ce84) - Jared - Sat Apr 11 05:22:53 2020
  780. * [Allow access to the cancellation result.](https://github.com/CraftTweaker/CraftTweaker/commit/bfa7c162c4e3c1c88d9c5d42f5154e0ef45090bf) - Jon McManus - Thu Apr 2 03:43:03 2020
  781. * [Remove RightClickEmpty, it only fires on the client side.](https://github.com/CraftTweaker/CraftTweaker/commit/4c02dc9e7293aec2cd3a393f849a850a6e85fd12) - Jon McManus - Thu Apr 2 02:56:47 2020
  782. * [Add missing clear calls.](https://github.com/CraftTweaker/CraftTweaker/commit/d49e2b6ab80fca81034c23a764c14ba168e0d888) - Jon McManus - Mon Mar 16 11:06:27 2020
  783. * [Unify allow/deny/default into a single string result as per other systems.](https://github.com/CraftTweaker/CraftTweaker/commit/62b16c15d7404623d07d64e3a0e3a43607d0d90a) - Jon McManus - Mon Mar 16 11:00:30 2020
  784. * [Fix rename failure.](https://github.com/CraftTweaker/CraftTweaker/commit/e265a7d75305a1c8cd1a101446aa1e3e57446464) - Jon McManus - Sun Mar 15 12:46:35 2020
  785. * [More indentations fixes.](https://github.com/CraftTweaker/CraftTweaker/commit/6307b19336769fc8d2c68bad76b01ec1fb24ad48) - Jon McManus - Sun Mar 15 12:37:25 2020
  786. * [Fix indents.](https://github.com/CraftTweaker/CraftTweaker/commit/0b65de669044c354cc31dfa283970c547a248b29) - Jon McManus - Sun Mar 15 12:35:21 2020
  787. * [This event is also cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/d421ddbeca86e4e0a6f958eb0fcc9933dce5b46d) - Jon McManus - Sun Mar 15 05:34:06 2020
  788. * [EntityMount is cancelable; limit EnchantmentLevelSet to 0-30.](https://github.com/CraftTweaker/CraftTweaker/commit/eabe1e14ae0d8d4137fe9fddcc4405d1e4dababc) - Jon McManus - Sun Mar 15 05:29:00 2020
  789. * [It's already a getter.](https://github.com/CraftTweaker/CraftTweaker/commit/aa16ccb607abe765b80f4d35a4212619eaba2f7b) - Jon McManus - Sun Mar 15 05:15:28 2020
  790. * [Back-port curseforge_gradle support from 1.14.](https://github.com/CraftTweaker/CraftTweaker/commit/5ff47f69089d144a3a2878c57ac0dc7dc67aa5bd) - Jon McManus - Sun Mar 15 02:06:06 2020
  791. * [Implement an "isItemBlock" functionality for IItemStacks.](https://github.com/CraftTweaker/CraftTweaker/commit/ecbfbd06fa8f9b63c915280e8a50a968a11dbd25) - Jon McManus - Sat Mar 14 23:53:34 2020
  792. * [Final exorcism of things.](https://github.com/CraftTweaker/CraftTweaker/commit/69cf45122f927d3fbe151484e05b2bc8e7e27b7e) - Jon McManus - Sat Mar 14 12:24:52 2020
  793. * [Screw the Terrain Generation bus.](https://github.com/CraftTweaker/CraftTweaker/commit/cc55805d91ea2e3563fafc897a8b7751b724fcfc) - Jon McManus - Sat Mar 14 12:09:29 2020
  794. * [Add hand and ItemStack handlers for PlayerInteractEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/199ac07b1c996c9436b362f79c2afae440f50a35) - Jon McManus - Sat Mar 14 11:54:29 2020
  795. * [Fix some minor issues.](https://github.com/CraftTweaker/CraftTweaker/commit/9a996c183d7540e43a88b62e9a753ed5a1dead59) - Jon McManus - Sat Mar 14 11:37:13 2020
  796. * [Some minor tweaks.](https://github.com/CraftTweaker/CraftTweaker/commit/3c21a121c0a7588b05dab22e2e378e65c448504b) - Jon McManus - Sat Mar 14 10:24:04 2020
  797. * [Fix CropGrowEvent names.](https://github.com/CraftTweaker/CraftTweaker/commit/34df2d7318b7a85b09a26d8f42b767232e18c7fd) - Jon McManus - Fri Mar 13 02:35:26 2020
  798. * [publish JEI support to maven](https://github.com/CraftTweaker/CraftTweaker/commit/9beca9982fcbf04bf71f2edd0a6147cda278ca20) - Jared - Wed Mar 11 06:25:33 2020
  799. * [Whoops.](https://github.com/CraftTweaker/CraftTweaker/commit/5cb19adbc99cf187fb571f90afcb18c671861f01) - Jon McManus - Sun Mar 8 07:33:51 2020
  800. * [ProjectileImpactEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/2ba9f393d69e3cd85ff98bb4a8287b632cca4ea4) - Jon McManus - Sun Mar 8 06:13:53 2020
  801. * [PotionBrewEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/d4e5f004a34e445acd082a7f81b112a6de605a0e) - Jon McManus - Sun Mar 8 05:08:07 2020
  802. * [Sleeping Checks.](https://github.com/CraftTweaker/CraftTweaker/commit/b4fea8e2a07605c72a99d14123c26e75d7c83ef8) - Jon McManus - Sun Mar 8 04:36:33 2020
  803. * [SaplingGrowTreeEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/96bda23d9e870acd2a7cc83b14c0f9e0e6e57f35) - Jon McManus - Sun Mar 8 04:16:39 2020
  804. * [PlayerRightClickItemEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/a7fa3217df42bcd8aa17e40a6a65f0938ac76f7b) - Jon McManus - Sun Mar 8 03:31:24 2020
  805. * [RightClickEmptyEvent, not every PlayerInteractEvent is cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/4182e45d2f77cd04710e255ef9877c22ebe3cc7e) - Jon McManus - Sun Mar 8 03:25:08 2020
  806. * [Oops.](https://github.com/CraftTweaker/CraftTweaker/commit/7b28d3f2c71123f9c4bcc3cb6e86a59abbb84b60) - Jon McManus - Sun Mar 8 03:07:54 2020
  807. * [PlayerLeftClickBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/eb040be4bbccd0f20a42ec423ba35d5cb2ef27aa) - Jon McManus - Sun Mar 8 03:06:38 2020
  808. * [Player Visibility Event.](https://github.com/CraftTweaker/CraftTweaker/commit/6675f78846d47c3ae1918d35a5cd4db1d9dff191) - Jon McManus - Sun Mar 8 02:59:52 2020
  809. * [PlayerItemPickupEvent](https://github.com/CraftTweaker/CraftTweaker/commit/e6b41bbd2d9241b190436fd0c6267e1765f0eeb2) - Jon McManus - Sun Mar 8 01:43:00 2020
  810. * [PlayerContainerClose event.](https://github.com/CraftTweaker/CraftTweaker/commit/471a4cb891b7344bd2585ca83ddcac57f74a2b48) - Jon McManus - Sat Mar 7 13:30:45 2020
  811. * [Minecart events.](https://github.com/CraftTweaker/CraftTweaker/commit/b8324039e8216d54585ed58e1b807e5f494ff5d1) - Jon McManus - Sat Mar 7 13:08:03 2020
  812. * [Remove ItemTooltipEvent?](https://github.com/CraftTweaker/CraftTweaker/commit/7b99eaa64b14fa2ae0d8dbee830a5c17b853b433) - Jon McManus - Sat Mar 7 13:07:42 2020
  813. * [LootingLevelEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0ae1180bc2c7495fad1c83c9016b95548d1d6972) - Jon McManus - Sat Mar 7 12:46:57 2020
  814. * [LivingKnockBackEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/7f19f82dcc1f057b7ac620c39d1c30c59a984091) - Jon McManus - Sat Mar 7 12:42:41 2020
  815. * [LivingExperienceDropEvent](https://github.com/CraftTweaker/CraftTweaker/commit/bcc1148fa39784b39860e55006226a92189cca14) - Jon McManus - Sat Mar 7 12:34:02 2020
  816. * [LivingDestroyBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0e22bb1b3c245bbf2e7ce8ee85e091a339706b49) - Jon McManus - Sat Mar 7 12:28:10 2020
  817. * [ItemTooltipEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/4291f0d8099d9dea49bdc4fda8ef585cca30cb6d) - Jon McManus - Sat Mar 7 12:22:13 2020
  818. * [EntityTravelToDimensionEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0863d1f222e9f7643f7c9e7d044684e626006e04) - Jon McManus - Sat Mar 7 12:13:38 2020
  819. * [MobGriefing.](https://github.com/CraftTweaker/CraftTweaker/commit/cb201918b44e33475989a473f3fdf0cdc1294f5e) - Jon McManus - Sat Mar 7 12:06:28 2020
  820. * [BlockPlace event.](https://github.com/CraftTweaker/CraftTweaker/commit/1363e9560aaab43ff848ccc0cd330ea860cc6270) - Jon McManus - Sat Mar 7 11:57:02 2020
  821. * [CropGrowth events.](https://github.com/CraftTweaker/CraftTweaker/commit/c3b58552b18e4c5bf300ebb7905debb4c04dc280) - Jon McManus - Sat Mar 7 11:42:29 2020
  822. * [ItemFishedEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/25d7fbc4f79f73a378f19ef69defea699fdc620d) - Jon McManus - Sat Mar 7 11:28:55 2020
  823. * [Explosion events.](https://github.com/CraftTweaker/CraftTweaker/commit/46a5bc70dedb540ba0c5c8831e950fe1b391c29b) - Jon McManus - Sat Mar 7 11:08:01 2020
  824. * [EntityMountEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/dba7af5a258cd5b6541e001e479ed295b84f0c16) - Jon McManus - Sat Mar 7 10:35:32 2020
  825. * [EnchantmentLevelSet event.](https://github.com/CraftTweaker/CraftTweaker/commit/c5be1a93ca7e94a17b9deccd3730dac5b52d1f88) - Jon McManus - Sat Mar 7 10:25:28 2020
  826. * [Critical Hit event.](https://github.com/CraftTweaker/CraftTweaker/commit/94f86720174c5bafbf2e072d5c12295e10021534) - Jon McManus - Sat Mar 7 09:54:49 2020
  827. * [Implement BlockEvent.FarmlandTrampleEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/142336a50295a0bff12a60908fecc2245579de7d) - Jon McManus - Sat Mar 7 09:28:42 2020
  828. * [First in additional events: AnimalTameEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/53062a88f76c9e2b57c33239d9887a5d6b67b733) - Jon McManus - Sat Mar 7 09:20:24 2020
  829.  
  830. CraftTweaker2-1.12-4.1.20.575.jar:
  831. Current version: unspecified
  832. * [Updated ZS: Fixes for Captures and allow Function Types to be used as Members in functions/classes](https://github.com/CraftTweaker/CraftTweaker/commit/5f9db0ba226c2d935dd8b4629bc343966b62ced3) - kindlich - Wed May 27 16:53:26 2020
  833. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/b47fd2ceeb8ca6b958d653f053e417cb63a009bb) - kindlich - Sat May 16 12:50:05 2020
  834. * [actually use the update json, thanks forge](https://github.com/CraftTweaker/CraftTweaker/commit/a9441dee16193fc0f3e4655dbd348e47e2e55163) - Jared - Thu May 14 23:46:16 2020
  835. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/24ef754e8a1cc5e79b8be3709575cdb8af73bc1f) - kindlich - Wed May 13 15:44:12 2020
  836. * [thanks forge for having an incorrect mdk](https://github.com/CraftTweaker/CraftTweaker/commit/da62d9a28f63b370c38d9b9efc9b4ed6a2533844) - Jared - Tue May 12 18:39:50 2020
  837. * [put update tracker in the right build.gradle file](https://github.com/CraftTweaker/CraftTweaker/commit/24f7bf3de9199f7450f8b1fea02e430d1a6eb733) - Jared - Tue May 12 15:46:55 2020
  838. * [and this one...](https://github.com/CraftTweaker/CraftTweaker/commit/480335a890e9437559351ba836e6b4eae368e311) - Jared - Tue May 12 15:43:06 2020
  839. * [Would be good to actually call the url...](https://github.com/CraftTweaker/CraftTweaker/commit/16d72770e30d8ff4f846dda8cce03f9c7ce021c0) - Jared - Tue May 12 15:40:35 2020
  840. * [ We are still pushing some builds, may as well add the update tracker](https://github.com/CraftTweaker/CraftTweaker/commit/739e63b7e4d5150fe7a1e26a75302b794dc39d8c) - Jared - Tue May 12 15:35:04 2020
  841. * [added a way to get a liquid using a string, game#getLiquid close #970](https://github.com/CraftTweaker/CraftTweaker/commit/3a68c5aca6bbf8adae8ee97c944b1e39bbc3a5a7) - Jared - Tue May 12 15:21:53 2020
  842. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/7f0ca9f7b63b9acfffd772ae6e77ea4a46d7ca88) - kindlich - Mon May 11 20:49:54 2020
  843. * [Updated ZS](https://github.com/CraftTweaker/CraftTweaker/commit/e237a00b71678a99e5f72eaece5638e55d33f78c) - kindlich - Sun May 10 21:08:44 2020
  844. * [Make right-click-block-event properly cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/88d6d7697745b563cbeba77619cd8d0758673ec7) - Jon McManus - Mon Apr 13 03:08:15 2020
  845. * [Add a patreon thank you at the start of the log](https://github.com/CraftTweaker/CraftTweaker/commit/a2fa4486f93c4bbc03a238c01a4db38c11ef2311) - Jared - Sat Apr 11 06:35:47 2020
  846. * [Rename ProjectileImpactEvent to IProjectileImpactEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/c1ace7e4b519c3116afc52441bd106d76458629e) - Jon McManus - Sat Apr 11 06:24:39 2020
  847. * [Unify some class/interface names.](https://github.com/CraftTweaker/CraftTweaker/commit/8dfe9bab14eeef0ad363b7812a64a3278ff2990c) - Jon McManus - Sat Apr 11 06:00:39 2020
  848. * [releases are beta by default](https://github.com/CraftTweaker/CraftTweaker/commit/bc8cf9f1f3ce482d83fa9599f3b656b2d84bddea) - Jared - Sat Apr 11 05:44:57 2020
  849. * [Fix typo.](https://github.com/CraftTweaker/CraftTweaker/commit/07b604568b9bd83117b12c1e9b4b650d2f039d46) - Jon McManus - Sat Apr 11 05:35:02 2020
  850. * [Address issues raised by Kindlich.](https://github.com/CraftTweaker/CraftTweaker/commit/e2d34b682c6454f21226990ace3b6b0676a1dfc3) - Jon McManus - Sat Apr 11 05:30:25 2020
  851. * [fix jenkins file](https://github.com/CraftTweaker/CraftTweaker/commit/5d76d7c032a532c1c1698c82f841201a34ee0451) - Jared - Sat Apr 11 05:27:01 2020
  852. * [updated jenkins file to gen changelog and push to curse](https://github.com/CraftTweaker/CraftTweaker/commit/c9905a10830e5ffa02811d54eeb9a0122cd4ce84) - Jared - Sat Apr 11 05:22:53 2020
  853. * [Allow access to the cancellation result.](https://github.com/CraftTweaker/CraftTweaker/commit/bfa7c162c4e3c1c88d9c5d42f5154e0ef45090bf) - Jon McManus - Thu Apr 2 03:43:03 2020
  854. * [Remove RightClickEmpty, it only fires on the client side.](https://github.com/CraftTweaker/CraftTweaker/commit/4c02dc9e7293aec2cd3a393f849a850a6e85fd12) - Jon McManus - Thu Apr 2 02:56:47 2020
  855. * [Add missing clear calls.](https://github.com/CraftTweaker/CraftTweaker/commit/d49e2b6ab80fca81034c23a764c14ba168e0d888) - Jon McManus - Mon Mar 16 11:06:27 2020
  856. * [Unify allow/deny/default into a single string result as per other systems.](https://github.com/CraftTweaker/CraftTweaker/commit/62b16c15d7404623d07d64e3a0e3a43607d0d90a) - Jon McManus - Mon Mar 16 11:00:30 2020
  857. * [Fix rename failure.](https://github.com/CraftTweaker/CraftTweaker/commit/e265a7d75305a1c8cd1a101446aa1e3e57446464) - Jon McManus - Sun Mar 15 12:46:35 2020
  858. * [More indentations fixes.](https://github.com/CraftTweaker/CraftTweaker/commit/6307b19336769fc8d2c68bad76b01ec1fb24ad48) - Jon McManus - Sun Mar 15 12:37:25 2020
  859. * [Fix indents.](https://github.com/CraftTweaker/CraftTweaker/commit/0b65de669044c354cc31dfa283970c547a248b29) - Jon McManus - Sun Mar 15 12:35:21 2020
  860. * [This event is also cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/d421ddbeca86e4e0a6f958eb0fcc9933dce5b46d) - Jon McManus - Sun Mar 15 05:34:06 2020
  861. * [EntityMount is cancelable; limit EnchantmentLevelSet to 0-30.](https://github.com/CraftTweaker/CraftTweaker/commit/eabe1e14ae0d8d4137fe9fddcc4405d1e4dababc) - Jon McManus - Sun Mar 15 05:29:00 2020
  862. * [It's already a getter.](https://github.com/CraftTweaker/CraftTweaker/commit/aa16ccb607abe765b80f4d35a4212619eaba2f7b) - Jon McManus - Sun Mar 15 05:15:28 2020
  863. * [Back-port curseforge_gradle support from 1.14.](https://github.com/CraftTweaker/CraftTweaker/commit/5ff47f69089d144a3a2878c57ac0dc7dc67aa5bd) - Jon McManus - Sun Mar 15 02:06:06 2020
  864. * [Implement an "isItemBlock" functionality for IItemStacks.](https://github.com/CraftTweaker/CraftTweaker/commit/ecbfbd06fa8f9b63c915280e8a50a968a11dbd25) - Jon McManus - Sat Mar 14 23:53:34 2020
  865. * [Final exorcism of things.](https://github.com/CraftTweaker/CraftTweaker/commit/69cf45122f927d3fbe151484e05b2bc8e7e27b7e) - Jon McManus - Sat Mar 14 12:24:52 2020
  866. * [Screw the Terrain Generation bus.](https://github.com/CraftTweaker/CraftTweaker/commit/cc55805d91ea2e3563fafc897a8b7751b724fcfc) - Jon McManus - Sat Mar 14 12:09:29 2020
  867. * [Add hand and ItemStack handlers for PlayerInteractEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/199ac07b1c996c9436b362f79c2afae440f50a35) - Jon McManus - Sat Mar 14 11:54:29 2020
  868. * [Fix some minor issues.](https://github.com/CraftTweaker/CraftTweaker/commit/9a996c183d7540e43a88b62e9a753ed5a1dead59) - Jon McManus - Sat Mar 14 11:37:13 2020
  869. * [Some minor tweaks.](https://github.com/CraftTweaker/CraftTweaker/commit/3c21a121c0a7588b05dab22e2e378e65c448504b) - Jon McManus - Sat Mar 14 10:24:04 2020
  870. * [Fix CropGrowEvent names.](https://github.com/CraftTweaker/CraftTweaker/commit/34df2d7318b7a85b09a26d8f42b767232e18c7fd) - Jon McManus - Fri Mar 13 02:35:26 2020
  871. * [publish JEI support to maven](https://github.com/CraftTweaker/CraftTweaker/commit/9beca9982fcbf04bf71f2edd0a6147cda278ca20) - Jared - Wed Mar 11 06:25:33 2020
  872. * [Whoops.](https://github.com/CraftTweaker/CraftTweaker/commit/5cb19adbc99cf187fb571f90afcb18c671861f01) - Jon McManus - Sun Mar 8 07:33:51 2020
  873. * [ProjectileImpactEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/2ba9f393d69e3cd85ff98bb4a8287b632cca4ea4) - Jon McManus - Sun Mar 8 06:13:53 2020
  874. * [PotionBrewEvents.](https://github.com/CraftTweaker/CraftTweaker/commit/d4e5f004a34e445acd082a7f81b112a6de605a0e) - Jon McManus - Sun Mar 8 05:08:07 2020
  875. * [Sleeping Checks.](https://github.com/CraftTweaker/CraftTweaker/commit/b4fea8e2a07605c72a99d14123c26e75d7c83ef8) - Jon McManus - Sun Mar 8 04:36:33 2020
  876. * [SaplingGrowTreeEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/96bda23d9e870acd2a7cc83b14c0f9e0e6e57f35) - Jon McManus - Sun Mar 8 04:16:39 2020
  877. * [PlayerRightClickItemEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/a7fa3217df42bcd8aa17e40a6a65f0938ac76f7b) - Jon McManus - Sun Mar 8 03:31:24 2020
  878. * [RightClickEmptyEvent, not every PlayerInteractEvent is cancellable.](https://github.com/CraftTweaker/CraftTweaker/commit/4182e45d2f77cd04710e255ef9877c22ebe3cc7e) - Jon McManus - Sun Mar 8 03:25:08 2020
  879. * [Oops.](https://github.com/CraftTweaker/CraftTweaker/commit/7b28d3f2c71123f9c4bcc3cb6e86a59abbb84b60) - Jon McManus - Sun Mar 8 03:07:54 2020
  880. * [PlayerLeftClickBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/eb040be4bbccd0f20a42ec423ba35d5cb2ef27aa) - Jon McManus - Sun Mar 8 03:06:38 2020
  881. * [Player Visibility Event.](https://github.com/CraftTweaker/CraftTweaker/commit/6675f78846d47c3ae1918d35a5cd4db1d9dff191) - Jon McManus - Sun Mar 8 02:59:52 2020
  882. * [PlayerItemPickupEvent](https://github.com/CraftTweaker/CraftTweaker/commit/e6b41bbd2d9241b190436fd0c6267e1765f0eeb2) - Jon McManus - Sun Mar 8 01:43:00 2020
  883. * [PlayerContainerClose event.](https://github.com/CraftTweaker/CraftTweaker/commit/471a4cb891b7344bd2585ca83ddcac57f74a2b48) - Jon McManus - Sat Mar 7 13:30:45 2020
  884. * [Minecart events.](https://github.com/CraftTweaker/CraftTweaker/commit/b8324039e8216d54585ed58e1b807e5f494ff5d1) - Jon McManus - Sat Mar 7 13:08:03 2020
  885. * [Remove ItemTooltipEvent?](https://github.com/CraftTweaker/CraftTweaker/commit/7b99eaa64b14fa2ae0d8dbee830a5c17b853b433) - Jon McManus - Sat Mar 7 13:07:42 2020
  886. * [LootingLevelEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0ae1180bc2c7495fad1c83c9016b95548d1d6972) - Jon McManus - Sat Mar 7 12:46:57 2020
  887. * [LivingKnockBackEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/7f19f82dcc1f057b7ac620c39d1c30c59a984091) - Jon McManus - Sat Mar 7 12:42:41 2020
  888. * [LivingExperienceDropEvent](https://github.com/CraftTweaker/CraftTweaker/commit/bcc1148fa39784b39860e55006226a92189cca14) - Jon McManus - Sat Mar 7 12:34:02 2020
  889. * [LivingDestroyBlockEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0e22bb1b3c245bbf2e7ce8ee85e091a339706b49) - Jon McManus - Sat Mar 7 12:28:10 2020
  890. * [ItemTooltipEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/4291f0d8099d9dea49bdc4fda8ef585cca30cb6d) - Jon McManus - Sat Mar 7 12:22:13 2020
  891. * [EntityTravelToDimensionEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/0863d1f222e9f7643f7c9e7d044684e626006e04) - Jon McManus - Sat Mar 7 12:13:38 2020
  892. * [MobGriefing.](https://github.com/CraftTweaker/CraftTweaker/commit/cb201918b44e33475989a473f3fdf0cdc1294f5e) - Jon McManus - Sat Mar 7 12:06:28 2020
  893. * [BlockPlace event.](https://github.com/CraftTweaker/CraftTweaker/commit/1363e9560aaab43ff848ccc0cd330ea860cc6270) - Jon McManus - Sat Mar 7 11:57:02 2020
  894. * [CropGrowth events.](https://github.com/CraftTweaker/CraftTweaker/commit/c3b58552b18e4c5bf300ebb7905debb4c04dc280) - Jon McManus - Sat Mar 7 11:42:29 2020
  895. * [ItemFishedEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/25d7fbc4f79f73a378f19ef69defea699fdc620d) - Jon McManus - Sat Mar 7 11:28:55 2020
  896. * [Explosion events.](https://github.com/CraftTweaker/CraftTweaker/commit/46a5bc70dedb540ba0c5c8831e950fe1b391c29b) - Jon McManus - Sat Mar 7 11:08:01 2020
  897. * [EntityMountEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/dba7af5a258cd5b6541e001e479ed295b84f0c16) - Jon McManus - Sat Mar 7 10:35:32 2020
  898. * [EnchantmentLevelSet event.](https://github.com/CraftTweaker/CraftTweaker/commit/c5be1a93ca7e94a17b9deccd3730dac5b52d1f88) - Jon McManus - Sat Mar 7 10:25:28 2020
  899. * [Critical Hit event.](https://github.com/CraftTweaker/CraftTweaker/commit/94f86720174c5bafbf2e072d5c12295e10021534) - Jon McManus - Sat Mar 7 09:54:49 2020
  900. * [Implement BlockEvent.FarmlandTrampleEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/142336a50295a0bff12a60908fecc2245579de7d) - Jon McManus - Sat Mar 7 09:28:42 2020
  901. * [First in additional events: AnimalTameEvent.](https://github.com/CraftTweaker/CraftTweaker/commit/53062a88f76c9e2b57c33239d9887a5d6b67b733) - Jon McManus - Sat Mar 7 09:20:24 2020
  902.  
  903. Cyclops Core (CyclopsCore-1.12.2-1.6.4.jar --> CyclopsCore-1.12.2-1.6.6.jar):
  904. CyclopsCore-1.12.2-1.6.6.jar:
  905. As always, don't forget to backup your world before updating!
  906. Fixes:
  907. * Fix blur particles conflicting with other particles alpha
  908. Closes CyclopsMC/EverlastingAbilities#173
  909. Closes CyclopsMC/EverlastingAbilities#160
  910.  
  911. CyclopsCore-1.12.2-1.6.5.jar:
  912. As always, don't forget to backup your world before updating!
  913. Fixes:
  914. * Fix containers not opening from 8+ blocks
  915. Closes CyclopsMC/ColossalChests#136
  916. Closes CyclopsMC/IntegratedDynamics#842
  917. * Fix item-block conversion operators not always being correct
  918. This caused problems with certain types of leaves.
  919. Closes CyclopsMC/IntegratedDynamics#847
  920.  
  921. Dungeon Tactics (DungeonTactics-1.12.2-0.16.6.jar --> DungeonTactics-1.12.2-0.16.9.jar):
  922. DungeonTactics-1.12.2-0.16.9.jar:
  923. *Major bugfixes
  924. *Minor bugfixes
  925. +Dispensers can now be used to place blocks (Config to disable)
  926. +Added ability to right-click fences to vault over
  927. -'Only' works on two high fences
  928. -Needs three blocks above to be clear
  929. +Added Mystery Loot Bag
  930. -Picks from a loot table of different pools
  931. -Configurable through.json file
  932. +Quick Start Loot Bag
  933. -Creative 'only' item
  934. -Intended to give a selection of early-game items, to skip some grind
  935. -Configurable through.json file
  936. *Tweaked cost of Trinket Ring effects
  937. +Added config for chance that Spell Scroll will break on use
  938. +Added config for spell scroll cast cost
  939. *Fixed Portable Tunnelling Device with Smelting
  940. *Sunder spell is now less effective against boss mobs
  941. *Spell scroll cooldown is now tied to the cost of the spell (this does take Mage Affinity into account)
  942. *Fixed Soulgems/Brazier crash
  943. *Cleanup before 1.15.2
  944.  
  945. DungeonTactics-1.12.2-0.16.8.jar:
  946. *Updated a couple of lines in the in-game books
  947. +Added check to brazier if stored entity is valid to spawn
  948. +Added Grinder Block:-
  949. -Breaks blocks and grinds ores into dust
  950. -Drops items behind or into adjacent inventory
  951. -Doesn't use a tile entity, so can be pistoned
  952. *Code improvements
  953. *Fixed Mortar & Pestle duplication
  954.  
  955. DungeonTactics-1.12.2-0.16.7.jar:
  956. I just want to prefix this update by apologising for how long it has been since the last update, as there were some pretty big issues in the last version.
  957. I'm not going to explain myself, as my reasons are my own, but for those who have not pestered me for updates, I appreciate your patience.
  958. Secondly, I am still offering support for MC 1.12.2, but I will primarily be working on updating to the latest MC version in the coming updates.
  959. You will definitely need to delete your old config file, as a lot has changed.
  960. *Fixed concentrated Forging spell scroll affecting smelting output
  961. +Added Silver Ration
  962. +Added Blastcap mushroom - it looks burnable
  963. +Added various ore mushrooms
  964. +Added Mortar & Pestle
  965. *Altered Mushroom Stew recipe
  966. +Added various dusts and recipes (this includes a steel recipe)
  967. -Removed double cooked iron and associated config option (see previous)
  968. *Ore clusters can now be 'washed' in a cauldron to produce dust with a chance of a small bonus
  969. -Removed config to register clusters as dusts
  970. *Fixed config conflict between silver and mithril ore generation
  971. *Added Clubs. The 'bashy bashy' kind, not the 'unts unts wicky wah wah' kind
  972. -Swings a little slower than swords
  973. -Hits a little harder than swords
  974. -15% chance to disarm opponent
  975. *Set 3D Models to false by default
  976. *Code clean up
  977. *Fixed broken advancement localisation
  978. *Fixed possible crash when harvesting modded blocks
  979. *Updated loot tables (also fixes some relevant issues)
  980. *Updated in-game info books and fixed some typos and formatting
  981. *Stream-lined a bunch of code which makes me happy the same way blueberry muffins do
  982. +Added Brazier (decorative light source, heat source, good for ritual burning)
  983. +Added Soul Gems
  984. -Spawned about 100 Wither bosses...
  985. +Deleted test world
  986. +Added Soul Steal enchant (spell for filling Soul Gems)
  987. *Fixed missing textures
  988. *Fixed some naming errors
  989. *Hopefully fixed a crash caused by throwing knives
  990. +Dis mah Gnoooome STICK!
  991. *Possibly fixed crash on item pickup
  992. *Changed the way the Portable Tunnelling Device works
  993. *Added a buttload of config options to customise smelting outputs
  994. *Added config to adjust material repair items, to fix potential conflicts
  995.  
  996. FTB Library (FTBLib-5.4.7.0.jar --> FTBLib-5.4.7.2.jar):
  997. FTBLib-5.4.7.2.jar:
  998. No changelog available.
  999.  
  1000. FTB Money (FTBMoney-1.1.0.42.jar --> FTBMoney-1.2.0.47.jar):
  1001. FTBMoney-1.2.0.47.jar:
  1002. * Fixed curse slug - LatvianModder
  1003.  
  1004. FTBMoney-1.1.0.45.jar:
  1005. Fixed crash when editing shop
  1006.  
  1007. FTB Quests (FTBQuests-1.8.1.239.jar --> FTBQuests-1.9.0.12.jar):
  1008. FTBQuests-1.9.0.12.jar:
  1009. * Merge pull request #446 from xinyuan-liu/1.12 - Kristi?ns Mic?tis
  1010. * tiny style issue - xinyuan-liu
  1011. * use StandardCharsets.UTF_8 - xinyuan-liu
  1012. * fix SNBT file not read/write in UTF-8 - xinyuan-liu
  1013.  
  1014. FTBQuests-1.9.0.11.jar:
  1015. * Added Biome task - LatvianModder
  1016. * Added "OR Task Logic" quest option - LatvianModder
  1017. * Fixed i18n crash on server - LatvianModder
  1018.  
  1019. FTBQuests-1.9.0.10.jar:
  1020. * Possibly fixed FTBQuestsInventoryListener.detect crash - LatvianModder
  1021. * Added NBT support in Observation task. Use {...} in properties - LatvianModder
  1022.  
  1023. FTBQuests-1.9.0.9.jar:
  1024. * Added debug logging for progress changes, to hunt the .detect() bug easier - LatvianModder
  1025.  
  1026. FTBQuests-1.9.0.8.jar:
  1027. * Added Min Opened Quest Window Width setting for quests - LatvianModder
  1028. * Fixed invisible quests being visible from View Dependencies / Dependants buttons - LatvianModder
  1029. * Missing task and reward types will no longer disappear, but will be replaced with Custom Task / Reward. Optimized quest and task sending over network a bit more - LatvianModder
  1030. * Fixed spelling error - LatvianModder
  1031. * Changed dependencies to save as string list instead of int array - LatvianModder
  1032. * Changed arrow textures to be filled - LatvianModder
  1033. * Added /ftbquests generatechapterwithallitemsingame - LatvianModder
  1034. * SNBT format is now ordered, not key hash based - LatvianModder
  1035.  
  1036. FTBQuests-1.9.0.7.jar:
  1037. * Fixed SNBT breaking byte arrays (mostly affecting thermal mods) - LatvianModder
  1038.  
  1039. FTBQuests-1.9.0.6.jar:
  1040. * Added "Only Detect From Crafting" for Item Tasks - LatvianModder
  1041. * Added "Only visible in Editing Mode" setting for images, moved them to background - LatvianModder
  1042. * Added text editor, dependency list buttons in quest view, grid scale config - LatvianModder
  1043.  
  1044. FTBQuests-1.9.0.5.jar:
  1045. * SNBT format + bugfixes - LatvianModder
  1046.  
  1047. FTBQuests-1.9.0.4.jar:
  1048. * Major update! Changed file format from .nbt to .snbt, it should auto-convert. Back up your quests before updating, as it may break! - LatvianModder
  1049.  
  1050. FTBQuests-1.8.1.3.jar:
  1051. * Fixed Loot Crate Opener dupe bug - LatvianModder
  1052. * Moved Team Reward text to bottom of reward tooltip - LatvianModder
  1053. * Removed Quest Chest GUI - LatvianModder
  1054. * Fixed quests next to each other not letting mouse over them - LatvianModder
  1055. * Fixed team rewards not showing item tooltip - LatvianModder
  1056.  
  1057. FTBQuests-1.8.1.2.jar:
  1058. * Quest mouse collision now is calculated form the shape image. You can now add/remove custom shapes with themes - LatvianModder
  1059. * Moved wiki button to Settings. For custom wiki button, you must change the URL in theme. Reward Collector now properly works with most reward types - LatvianModder
  1060. * Added Reward Collector to replace terribly bad Quest Chest. Reward Collector will act as a small chest for repeatable quest rewards so automated blocks can extract them - LatvianModder
  1061. * Added QOL feature for repeatable quests - Holding shift and clicking on task will submit it + claim rewards. Holding shift+ctrl will do that for 16 times - LatvianModder
  1062. * Added Count in Item Reward, deprecation notice for Quest Chest - LatvianModder
  1063. * Better auto-completion check - LatvianModder
  1064.  
  1065. FTBQuests-1.8.1.1.jar:
  1066. No changelog available.
  1067.  
  1068. FTB Utilities (FTBUtilities-5.4.0.124.jar --> FTBUtilities-5.4.1.130.jar):
  1069. FTBUtilities-5.4.1.130.jar:
  1070. * Updated rank info links - LatvianModder
  1071.  
  1072. FTBUtilities-5.4.1.129.jar:
  1073. * Fixed FTB Backups dependency, badges giving a missing texture - LatvianModder
  1074.  
  1075. FTBUtilities-5.4.1.128.jar:
  1076. * Updated FTB Library CF ID - LatvianModder
  1077.  
  1078. Fairy Lights (fairylights-2.1.10-1.12.2 --> fairylights-2.1.11-1.12.2):
  1079. fairylights-2.1.11-1.12.2:
  1080. Fix crash when fasteners are removed by pistons ([#74](https://github.com/pau101/fairy-lights/issues/74))
  1081. Fix connections sometimes disappearing visually ([#75](https://github.com/pau101/Fairy-Lights/issues/75))
  1082.  
  1083. Future MC (Future MC 0.1.13 --> Future MC 1.12.2 0.2.4.1):
  1084. Future MC 1.12.2 0.2.4.1:
  1085. Version 0.2.4.1 - Bug fixes:
  1086. Barrel - Fixed an issue that made opening animations and sounds weird in multiplayer.
  1087. Future MC - Fixed a crash with Forge Gradle 3.0.
  1088. Smithing Table - Fixed a multiplayer error with sounds.
  1089. Stonecutter - No longer deletes items if Quark is not installed.
  1090. Trapdoors - Now craft properly.
  1091. Wood - Fixed ore dictionary entries for wood blocks (6 sided bark blocks).
  1092.  
  1093. Future MC 1.12.2 0.2.4.0:
  1094. Version 0.2.4 - Bug fixes and more mod compat:
  1095. *Smithing Table JEI Compatibility* - Recipes for the Smithing Table are now visible in JEI. Should reduce a bit of confusion.
  1096. *Composter Table JEI Compatibility* - Items now show their chance of adding a layer of compost in JEI.
  1097. *Pigstep* - New music disc from 1.16. Creative only at the moment
  1098. Ancient Debris - Fixed generation only occurring in areas with positive X coordinates. Fixes #159
  1099. Ancient Debris - Now appears in creative menu. Fixes #181
  1100. Bamboo - Added a biome check to world generation to fix it from spreading out of Jungle biomes. Fixes #177
  1101. Barrels - Now open like in 1.14.
  1102. Barrels - Contents now save properly. Fixes #175
  1103. Chains - Now use the sounds from 1.16.
  1104. Fish - No longer spawn in insane numbers. Fixes #137
  1105. Lanterns - Improved placement to work underneath hoppers and in a few other cases where it would previously fail. Fixes #178
  1106. Lanterns - Can now be placed underneath and on top of trapdoors.
  1107. Pam's Harvestcraft - Seeds are now compostable.
  1108. Pufferfish - No longer kicks you from server. Fixes #182
  1109. Netherite Tools - Adjusted values to match 1.16. Fixes #163
  1110. Smooth Stone - Now correctly gives 6 slabs instead of 3 when crafting. #158
  1111. Stonecutter - Mossy stone now crafts into Mossy stone wall instead of Cobblestone wall. Fixes #170
  1112. Stonecutter - Added a few missing recipes. Fixes #172
  1113. Stonecutter - Added recipes for Seared Bricks when Tinkers Construct is installed.
  1114. Sweet Berry Bush - No longer drops berries when broken in creative mode. Fixes #167
  1115.  
  1116. Future MC 1.12.2 2.4.0pre:
  1117. Version 0.2.4 - Bug fixes and more mod compat:
  1118. *Smithing Table JEI Compatibility* - Recipes for the Smithing Table are now visible in JEI. Should reduce a bit of confusion.
  1119. *Composter Table JEI Compatibility* - Items now show their chance of adding a layer of compost in JEI.
  1120. Bamboo - Added a biome check to world generation to fix it from spreading out of Jungle biomes. Fixes #177
  1121. Barrels - Now open like in 1.14.
  1122. Barrels - Contents now save properly. Fixes #175
  1123. Fish - No longer spawn in insane numbers when RandomTweaks is installed. Fixes #137
  1124. Lanterns - Adjusted placement to work underneath hoppers. Fixes #178
  1125. Lanterns - Can now be placed underneath and on top of trapdoors.
  1126. Pam's Harvestcraft - Seeds are now compostable.
  1127. Netherite Tools - Adjusted values to match 1.16. Fixes #163
  1128. Smooth Stone - Now correctly gives 6 slabs instead of 3 when crafting. #158
  1129. Stonecutter - Mossy stone now crafts into Mossy stone wall instead of Cobblestone wall. Fixes #170
  1130. Stonecutter - Added a few missing recipes. Fixes #172
  1131. Stonecutter - Added recipes for Seared Bricks when Tinkers Construct is installed.
  1132. Sweet Berry Bush - No longer drops berries when broken in creative mode. Fixes #167
  1133.  
  1134. Future MC 1.12.2 0.2.3.2:
  1135. Version 0.2.3.2 - Hotfix and more mod compat:
  1136. *Tinkers Construct Compat* - Tinkers axes can now strip logs
  1137. Netherite Block - Now has a crafting recipe. Fixes #151
  1138. Netherite - Fixed ore dictionary issues. Fixes #150
  1139. Fixed a server crash. Fixes #152
  1140. Quark Compat - Bark blocks are now strippable
  1141.  
  1142. Future MC 1.12.2 0.2.3.1:
  1143. Fix server crash
  1144. Hopefully fix ViveCraft crash
  1145.  
  1146. Future MC 1.12.2 0.2.3:
  1147. Version 0.2.3 - Bug fix + mod compatibility update:
  1148. *Actually Additions Compat* - Bees now seek out the Black Lotus for pollen and grow Canola, Flax, Rice, and Coffee crops.
  1149. *Better With Mods Compat* - Cauldrons now recognize campfires as a fire source.
  1150. *Fixed World Corruption* - When updating from 0.1.13, the world is no longer corrupted. Fixes #147
  1151. *Netherite Gear* - Lava resistant gear from 1.16 that is better than diamond.
  1152. *Pam's Harvestcraft Compatibility* - Bees now grow crops from Pam's Harvestcraft.
  1153. *Plants Compatibility* - Bees seek out the flowers from the Plants mod for pollen and grow the crops from Plants.
  1154. *Portuguese Translation* - Added Portuguese translation
  1155. *Smithing Table Functionality* - Smithing table can now be used to upgrade equipment. CraftTweaker compatibility!
  1156. Barrel, Blast Furnace, Smoker - Fixed a dupe glitch. Fixes #141
  1157. Bee - Fixed a crash with Beetroots. Fixes #142
  1158. Bee Nests - Changed default biome spawning to match 1.15.
  1159. Campfire - Fixed empty recipes not being removed.
  1160. Honey Blocks - No longer stick to slime blocks (even without Quark). Fixes #146
  1161. Lantern - Fixed placement a bit more to allow placement on trapdoors.
  1162. Soul Torch & Lantern - Changed names to match new snapshots.
  1163. Soul Torch - Fixed a particle that caused issues with mip maps.
  1164. Trapdoors - Now craftable without Quark. Fixes #145
  1165. Trapdoors - Added OreDictionary entries. Fixes #148
  1166. Wood blocks - Now strippable. Fixes #144
  1167.  
  1168. Future MC 1.12.2 0.2.2:
  1169. Version 0.2.2 - Bug fix update:
  1170. Bee - Fixed a crash with beetroots, pumpkins, and melons. Fixes #139
  1171. Composter - Optimized item rarity map and reduced memory footprint by 3 bytes per compostable item
  1172. Future MC - Fixed the old remapper.
  1173. Loom - Fixed a crash with banner pattern items
  1174. Stonecutter - Fixed a dupe glitch
  1175. Stonecutter - Fixed a glitch that allowed players to not take the entire output, deleting the remaining items
  1176.  
  1177. Future MC 1.12.2 0.2.1:
  1178. Version 0.2.1 - MAJOR UPDATE ALERT!!!! - New things:
  1179. *Banner Patterns* - Banner patterns can be used in the Loom.
  1180. *Bell* - Rings just like in 1.14. Creative only at the moment because villagers don't trade them.
  1181. *Cartography Table* - Decorative only.
  1182. *Chain* - Decorative block from 1.16
  1183. *Cod, Pufferfish, Salmon, Tropical Fish* - Fish mobs that spawn in the water! Fixes #110 and #115
  1184. *Config* - Completely redone. You will have to set all the options again.
  1185. Many options have been added to fine-tune Future MC for your needs.
  1186. *Fish Buckets* - Collect fish and relocate them with buckets!
  1187. *Loom Functionality* - Loom can be used to craft banners. Fixes #133
  1188. *Smooth Sandstone & Smooth Red Sandstone* - Decorative blocks from 1.14
  1189. *Trapdoors* - All vanilla wood variants have trapdoors now. Fixes #127
  1190. *Wood Blocks* - All vanilla wood and stripped wood variants have wood blocks (the ones with all six sides bark)
  1191. Bamboo - Fixed hitbox and added option for tight hitbox and fixed bug involving OptiFine.
  1192. Bee - Changed CraftTweaker to use IBlockState instead of IItemStack. Fixes #92
  1193. Bee - New AI! Fixes #102
  1194. Bee - Adjusted eye level. Fixes #104
  1195. Bee Nests - Simplified world gen config and added more default biomes.
  1196. Bee Nests - Now generate if there's flowers nearby. Fixes #101
  1197. Bee Nests & Beehives - Shears and bottles can now be used to collect honeycomb and honey.
  1198. Blast Furnace & Smoker - Added comparator output. Fixes
  1199. Blast Furnace & Smoker - Fixed CraftTweaker #80 and #72
  1200. Blast Furnace & Smoker - Now detect ores and foods from other mods.
  1201. Bounding Boxes Render Underwater - Fixes #132
  1202. Campfire - Now has particles and crafttweaker recipes work properly now. Fixes #116
  1203. Campfire - Renders sides properly when OptiFine is installed. Fixes #111
  1204. Campfire - Cooking items in creative mode no longer consumes them from your hotbar. Fixes #107
  1205. Campfire - No longer resets facing when ignited. Fixes #117
  1206. Future MC - Changed modid from "minecraftfuture" to "futuremc". This shouldn't break any of your old worlds, but you will need to fix your crafttweaker scripts.
  1207. Grindstone - No longer blocks light.
  1208. Honey Block - Fixed the piston mechanics. Fixes #126
  1209. Honey Bottle - Fixes #82
  1210. Internal Refactors - Fixes #79, #106, #113 (partially), #121, #128, #131, #138
  1211. Internal Refactors - Changed properties for many blocks to be more accurate to Minecraft 1.13+
  1212. Iron Golem - Can now be repaired with iron ingots.
  1213. Iron Golem - Now cracks as its health decreases.
  1214. Lantern - Fixed placement to allow for placing on iron bars and other thin blocks
  1215. Lantern - Adjusted sounds to match 1.14.
  1216. Legacy Bamboo Jungle - Removed from the mod. Worlds that had this biome will still have bamboo jungles from FutureMC, they will just show up as plains in F3.
  1217. Recipes - Changed recipe IDs to follow minecraft naming convention.
  1218. Sounds - Added subtitles for all sounds. Fixes #97
  1219. Stonecutter - Fixed a crash #78
  1220. Stonecutter - Fixed a few incorrect recipes
  1221. Stonecutter - Removes empty recipes during postInit. Fixes #76
  1222. Suspicious Stew - Supports custom potion effects. Fixes #124
  1223. Walls - Much more configurable, you can now disable individual types of walls.
  1224. Wither Rose - Now drops correctly.
  1225. Wither Rose - Now places on the correct blocks again.
  1226. Probably some other stuff that I forgot about.
  1227.  
  1228. Future MC 1.12.2 0.2.02:
  1229. Added Soul Soil to creative menu.
  1230. Fixed missing models to bark and stripped bark blocks.
  1231. Fixed missing crackle particles with the Campfire.
  1232. Fixed crash on startup if Forgelin was not installed.
  1233. Fixed missing translation keys.
  1234. Fixed Trident passing through entities.
  1235.  
  1236. Future MC 1.12.2 0.2.01:
  1237. Alpha version. Not really sure what's in here. It's been a while. Can tell you there's loom functionality.
  1238.  
  1239. Item Filters (ItemFilters-1.0.3.12.jar --> ItemFilters-1.0.4.2.jar):
  1240. ItemFilters-1.0.4.2.jar:
  1241. * Fixed repeating item { item { ... }} tags - LatvianModder
  1242.  
  1243. ItemFilters-1.0.4.1.jar:
  1244. No changelog available.
  1245.  
  1246. Just Enough Items (JEI) (jei_1.12.2-4.15.0.291.jar --> jei_1.12.2-4.16.1.301.jar):
  1247. Placeholder:
  1248. No changelog available.
  1249.  
  1250. LibraryEx (LibraryEx-1.12.2-1.1.2.jar --> LibraryEx-1.12.2-1.1.3.jar):
  1251. LibraryEx-1.12.2-1.1.3.jar:
  1252. Fixed a potential crash when reading biome configs
  1253.  
  1254. Living Enchantment (Living Enchantment 3.2.1 --> Living Enchantment 3.2.3):
  1255. Living Enchantment 3.2.3:
  1256. Fixed an issue with armor damage reduction calculation where it would be INSANELY high for low levels.
  1257.  
  1258. Living Enchantment 3.2.2:
  1259. Added some error catching to personality messages. Herobrine will announce any errors it encounters trying to talk.
  1260. Modified armor damage reduction calculations. It should be less... ridiculous now.
  1261.  
  1262. Login Shield (Login_Shield-1.12.2-3-g7c6e7ac.jar --> Login_Shield-1.12.2-6-g5654706.jar):
  1263. Login_Shield-1.12.2-6-g5654706.jar:
  1264. removing debug log
  1265.  
  1266. NetherEx (NetherEx-1.12.2-2.1.5.jar --> NetherEx-1.12.2-2.1.8.jar):
  1267. NetherEx-1.12.2-2.1.8.jar:
  1268. Fixed rare crash with empty loot table
  1269. Fixed lingering potions disappearing after being thrown
  1270. Added ore dictionary support for wither bone and amethyst recipes
  1271.  
  1272. NetherEx-1.12.2-2.1.7.jar:
  1273. Fixed blue fire effects staying on a player if the block immediately disappeared
  1274. Fixed blue fire affecting players in creative mode
  1275. Fixed BOP biomes generating incorrectly
  1276.  
  1277. NetherEx-1.12.2-2.1.6.jar:
  1278. Fixed a potential crash when reading biome configs
  1279. Fixed a potential crash when reading trade configs
  1280. Fixed lingering clouds being removed from the client side
  1281. Improved pigtificate village performance
  1282.  
  1283. RandomPatches (RandomPatches 1.12.2-1.21.0.3 --> RandomPatches 1.12.2-1.22.1.3):
  1284. RandomPatches 1.12.2-1.22.1.3:
  1285. Fixed Quark compatibility.
  1286.  
  1287. RandomPatches 1.12.2-1.22.1.2:
  1288. Fixed the TileEntityPiston patch.
  1289.  
  1290. RandomPatches 1.12.2-1.22.1.1:
  1291. Fixed Ice and Fire and Quark compatibility.
  1292.  
  1293. RandomPatches 1.12.2-1.22.0.0:
  1294. Implemented a fix for dismount positions.
  1295.  
  1296. RandomPatches 1.12.2-1.21.2.0:
  1297. Fixed observers not being triggered when moved by a piston.
  1298.  
  1299. RandomPatches 1.12.2-1.21.1.6:
  1300. Atttempted a read timeout fix.
  1301.  
  1302. Rustic (rustic-1.1.4.jar --> rustic-1.1.5.jar):
  1303. rustic-1.1.5.jar:
  1304. * - Added a new CraftTweaker function to add evaporating basin recipes with custom durations
  1305. * - Changed alchemy CraftTweaker integration to allow for recipes that don't require a bottle
  1306.  
  1307. Sound Filters (SoundFilters-0.12_for_1.12.jar --> SoundFilters-0.12.1_for_1.12.jar):
  1308. SoundFilters-0.12.1_for_1.12.jar:
  1309. * Fixed reverb aboveground when there are lots of stone blocks around and solid blocks to the southeast of you
  1310.  
  1311. Removed:
  1312. - Roguelike Dungeons
  1313.  
  1314. Generated using [ChangelogGenerator 2.0.0-pre3](https://github.com/TheRandomLabs/ChangelogGenerator).
  1315.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement