Advertisement
Guest User

forge 1.12.2-14.23.2.2611 ~ 1.12.2-14.23.2.2611 changelog

a guest
Feb 25th, 2018
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.17 KB | None | 0 0
  1. Changelog:
  2. Build 2619:
  3. bs2609: Fix incorrect dimension ID being used for maps (#4690)
  4.  
  5. Build 1.12.2-14.23.2.2618:
  6. bs2609: Don't cull generated item models with non-default transforms (#4749)
  7.  
  8. Build 1.12.2-14.23.2.2617:
  9. bs2609: Maintain deterministic order in deserialised Forge blockstates (#4748)
  10.  
  11. Build 1.12.2-14.23.2.2616:
  12. goto.minecraft: Add function to BufferBuilder to directly insert byte data. Closes #4722
  13.  
  14. Build 1.12.2-14.23.2.2615:
  15. bs2609: Clean up some GUI code and change magic numbers to GL constants (#4734)
  16.  
  17. Build 1.12.2-14.23.2.2614:
  18. mezz: Minor cleanup for TestAnnotationParser
  19.  
  20. Build 1.12.2-14.23.2.2613:
  21. LexManos:
  22. Remove Mercurius from release JSON, Sadly it's dead we may address it at
  23. a later date.
  24. LexManos:
  25. Initial implementation of JSON based annotation scanning. Disabled by
  26. default for now, until proven to be fully function. Enable using
  27. -Dfml.enableJsonAnnotations=true
  28.  
  29. Build 1.12.2-14.23.2.2612:
  30. mezz: Update Github Stale bot message to better explain how to un-stale issues
  31.  
  32. Build 1.12.2-14.23.2.2611:
  33. LexManos: Bump version for RB.
  34.  
  35. Build 1.12.2-14.23.1.2610:
  36. bs2609: New hook in WorldProvider to control client lighting re-checks (#4645)
  37. bjfccb: Fix inconsistency between vanilla and modded glass. Closes #4679 (#4680)
  38. bs2609:
  39. Change chunk gen command to only keep the target dimension loaded
  40. (#4705)
  41.  
  42. Build 1.12.2-14.23.1.2609:
  43. CreativeMD:
  44. New hook to delegate some liquid related physics to the blocks
  45. themselves. (#4604)
  46.  
  47. Build 1.12.2-14.23.1.2608:
  48. bartek.bok: Remove texture loads from SimpleModelFontRenderer (#4721)
  49.  
  50. Build 1.12.2-14.23.1.2607:
  51. bs2609: Fix some shapeless recipes using damageable items not working (#4713)
  52.  
  53. Build 1.12.2-14.23.1.2606:
  54. bs2609:
  55. Use relative time offset, rather than absolute value, for animations
  56. (#4635)
  57.  
  58. Build 1.12.2-14.23.1.2605:
  59. malte0811:
  60. Fixed UV contraction for the texture in the top-left corner of the
  61. texture map (0, 0), see sp614x/optifine#1024 (#4703)
  62.  
  63. Build 1.12.2-14.23.1.2604:
  64. Leviathan143:
  65. Fix some test mods preventing Forge server-Vanilla client connections
  66. (#4616)
  67.  
  68. Build 1.12.2-14.23.1.2603:
  69. mezz:
  70. Fix errors in preInit being lost when followed by a crash in
  71. fireRegistryEvents or objectHolder
  72.  
  73. Build 1.12.2-14.23.1.2602:
  74. SirWindfield: Added @Ignore to the annotation based Config system. (#4696)
  75.  
  76. Build 1.12.2-14.23.1.2601:
  77. mezz: Improve error message on server when a vanilla client connects (#4691)
  78.  
  79. Build 1.12.2-14.23.1.2600:
  80. malte0811:
  81. Fixed pumpkins passing the wrong position to isSideSolid on placement
  82. (#4686)
  83.  
  84. Build 1.12.2-14.23.1.2599:
  85. williewillus: Fix MusicType enumhelper not working (#4682)
  86.  
  87. Build 1.12.2-14.23.1.2598:
  88. williewillus: Expose CriteriaTriggers.register, closes #4109 (#4634)
  89. mezz:
  90. Make FluidUtil sounds server-side, add simulate option for
  91. tryFill/EmptyContainerAndStow (#4623)
  92.  
  93. Build 1.12.2-14.23.1.2597:
  94. ichttt: Fix forge fluids being treated as solid blocks (#4606)
  95. bs2609: Catch and log exceptions during model baking (#4609)
  96.  
  97. Build 1.12.2-14.23.1.2596:
  98. JDLogic: Fix default GUIConfig displaying child categories twice (#4599)
  99. alexbobp:
  100. Add MobSpawnerBaseLogic reference to SpecialSpawn and CheckSpawn events
  101. (#4600)
  102.  
  103. Build 1.12.2-14.23.1.2595:
  104. bs2609: Add missing check for allowed values to recolorBlock() (#4579)
  105. loopycoaster_8:
  106. Moved firing the MinecartInteractEvent from individual subclasses up to
  107. EntityMinecart, which as a result automatically supports
  108. EntityMinecartMobSpawner and EntityMinecartTNT. (#4583)
  109. Tyler Hancock: Added a tooltip color event. (#4595)
  110.  
  111. Build 1.12.2-14.23.1.2594:
  112. williewillus: Allow WorldProviders to specify in-game music (#4539)
  113. bs2609: Make async chunk loading a config option (#4544)
  114. mezz: Avoid copying Forge Registry keys, values, and entries (#4545)
  115.  
  116. Build 1.12.2-14.23.1.2593:
  117. Laughlan Coventry: Block::addRunningEffects (#4248)
  118.  
  119. Build 1.12.2-14.23.1.2592:
  120. Leviathan143:
  121. [1.12.x] Implement hooks allowing mods to add horse armor. Partially
  122. addresses #3975. (#3994)
  123.  
  124. Build 1.12.2-14.23.1.2591:
  125. LexManos: Fix debug flags for ClassPatchManager not working. Closes #3674
  126.  
  127. Build 1.12.2-14.23.1.2590:
  128. mezz: Fix FML error logging for mods that crash during FMLLoadCompleteEvent
  129.  
  130. Build 1.12.2-14.23.1.2589:
  131. mezz: Minor code and documentation cleanup. (#4664)
  132.  
  133. Build 1.11.2-13.20.1.2588:
  134. bs2609:
  135. [1.11] Fix dormant chunk cache allowing entity data to be overwritten
  136. (#4672)
  137.  
  138. Build 1.12.2-14.23.1.2587:
  139. bs2609: Fix dormant chunk cache allowing entity data to be overwritten (#4528)
  140.  
  141. Build 1.12.2-14.23.1.2586:
  142. bs2609: Fix dimension data not being saved (#4667)
  143.  
  144. Build 1.12.2-14.23.1.2585:
  145. bartek.bok: Don't copy state from variant to multi-part model (#4629)
  146.  
  147. Build 1.12.2-14.23.1.2584:
  148. josephcsible: Fix vanilla giant jungle trees causing cascading generation (#4652)
  149.  
  150. Build 1.12.2-14.23.1.2583:
  151. knightminer4: Fix Beetroot crops don't break/drop when trampled (#4644)
  152.  
  153. Build 1.12.2-14.23.1.2582:
  154. bartek.bok:
  155. Enhance crash message when custom models return null default state
  156. (#4615)
  157.  
  158. Build 1.12.2-14.23.1.2581:
  159. mezz: Update Github StaleBot config to run on old Issues as well as PRs
  160.  
  161. Build 1.12.2-14.23.1.2580:
  162. LexManos:
  163. Downgrade RegistryEntry's dangerous alternative prefix message to info
  164. instead of BigWarning. This is still most likely a broken mod, but
  165. nobody ever actually fixes themselves, and i'm tired of being blamed for
  166. 'spamming' the logs.
  167.  
  168. Build 1.11.2-13.20.1.2579:
  169. bartek.bok: Fix invalid rendering of single-frame B3D models (#3917)
  170.  
  171. Build 1.12.2-14.23.1.2578:
  172. LexManos:
  173. Fix missing call to release() in the event channel handler (#4513)
  174. (reverted from commit cd99957627625f7baeff8761c6382b05db9699d3)
  175.  
  176. Build 1.12.2-14.23.1.2577:
  177. Leviathan143:
  178. Add some extra context to Advancements/Minecart/Fishing/TileEntity loot
  179. handlers.(#4443)
  180. mccommanderminecraft: Added Custom Slime Block hook for Piston. (#4520)
  181.  
  182. Build 1.12.2-14.23.1.2576:
  183. bartek.bok: Fix animation of rotated block parts (#4156)
  184. bartek.bok: Fix invalid rendering of single-frame B3D models (Fix #3815)
  185. bs2609: Adjust diffuse light calculation to match vanilla facing values (#4305)
  186. bs2609: Fix applyUVLock not preserving input order (#4336)
  187. bs2609: Adjust light matrix calculations to use per-face logic (#4339)
  188.  
  189. Build 1.12.2-14.23.1.2575:
  190. tterrag1098: Fix BakedQuadRetextured not overriding getSprite (#4137)
  191.  
  192. Build 1.12.2-14.23.1.2574:
  193. bs2609: Fix missing call to release() in the event channel handler (#4513)
  194. kashike: Delay egg creation to avoid null statistics (#4508)
  195. arturzartdinov:
  196. Added LivingKnockBackEvent event to allow better control over knock back
  197. effects. (#4503)
  198.  
  199. Build 1.12.2-14.23.1.2573:
  200. mrkirby153:
  201. Reimplemented TileEntity and Entity Update Profiling in the /forge track
  202. command (#4521)
  203.  
  204. Build 1.12.2-14.23.1.2572:
  205. bs2609: Don't enforce IPv4 for clients connecting to IPv6-only servers (#4563)
  206. JDLogic: [macOS] Fix missing text on loading error screens (#4532)
  207.  
  208. Build 1.12.2-14.23.1.2571:
  209. bs2609: Add an event for registering block/item colour handlers (#4565)
  210.  
  211. Build 1.12.2-14.23.1.2570:
  212. josephcsible: Deprecate passing a class to CapabilityManager::register (#4574)
  213. josephcsible:
  214. Make vanilla powered rails receive power from mods' custom powered rail
  215. subclasses (#4573)
  216. matthewprenger: Fix startIndex for /forge generate position parsing (#4572)
  217. AlgorithmX2: BlockFlowerPot now checks solid top side instead of old method. (#4571)
  218. AlgorithmX2: Fix: Anvil Bug with Custom Damage Items. (#4570)
  219.  
  220. Build 1.12.2-14.23.1.2569:
  221. mezz:
  222. Change how chests check if they're blocked. (#4584)
  223. Readd Vanilla Bug: https://bugs.mojang.com/browse/MC-378
  224. bs2609: Add missing nullability annotations to some Forge-added methods (#4578)
  225.  
  226. Build 1.12.2-14.23.1.2568:
  227. BillyGalbreath:
  228. Allow EntityFishHook to spawn water particles in all liquids that use
  229. Material.WATER (#4585)
  230.  
  231. Build 1.12.2-14.23.1.2567:
  232. gegy1000: Add Sound loading progress bar (#4593)
  233.  
  234. Build 1.12.2-14.23.1.2566:
  235. bs2609: Clean up capability checking for entities (#4591)
  236.  
  237. Build 1.12.2-14.23.1.2565:
  238. bs2609: Fix sometimes being unable to extract items from double chests (#4590)
  239.  
  240. Build 1.12.2-14.23.1.2564:
  241. josephcsible:
  242. Fix item handler documentation that says returning ItemStack.EMPTY is
  243. required (#4587)
  244.  
  245. Build 1.11.2-13.20.1.2563:
  246. bartek.bok: Fix invalid FastTESR quad ordering (#3900)
  247.  
  248. Build 1.12.2-14.23.1.2562:
  249. julian_abelar: Added color as field with setter to Fluid class. (#4460)
  250.  
  251. Build 1.12.2-14.23.1.2561:
  252. mezz: Prevent tooltips from going off the top of the screen.
  253.  
  254. Build 1.12.2-14.23.1.2560:
  255. Anthony Lomeli: [1.12] Add Advancement Event (#4467)
  256.  
  257. Build 1.12.2-14.23.1.2559:
  258. mezz: Update java docs for IItemHandler. Fix #4553
  259.  
  260. Build 1.12.2-14.23.1.2558:
  261. LexManos: Re-enable Vanilla's Shapeless recipe matching.
  262. LexManos: Restore binary compatibility in EntityItemPickupEvent
  263.  
  264. Build 1.12.2-14.23.1.2557:
  265. draco18s:
  266. Fix for the EntityItemPickupEvent having 0 count item when event is
  267. fired. (#4549)
  268.  
  269. Build 1.12.2-14.23.1.2556:
  270. bs2609: Don't force IPv4 network stack if IPv6 is specifically requested (#4547)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement