xdreamz

LITIV33

Mar 27th, 2020
948
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.08 KB | None | 0 0
  1. ================================================
  2. Life in the Industrial Village 3.2 --> Life in the Industrial Village 3.3
  3. ================================================
  4.  
  5. Added:
  6. - AE2 Stuff
  7. - Applied Energistics 2
  8. - BdLib
  9. - Biomes O' Plenty
  10. - Chance Cubes
  11. - CoFH Core
  12. - Deep Mob Learning
  13. - Farming for Blockheads
  14. - Hopper Ducts
  15. - Immersive Cables
  16. - Immersive Posts
  17. - Immersive Technology
  18. - MrCrayfish's Furniture Mod
  19. - Patchouli
  20. - Redstone Flux
  21. - Stuff A Sock In It
  22.  
  23. Updated:
  24. Alchemistry (alchemistry-1.0.37.jar --> alchemistry-1.12.2-41.jar):
  25. alchemistry-1.12.2-41.jar:
  26. 1.12.2-41
  27. ===
  28. -Reverted the Fusion multiblock sided-input changes introduced in v39, now instead there is a button to toggle between 'single mode' and 'regular mode'.
  29. In 'single mode' only one item is allowed in each slot at a time, this allows for easier automation with AE2 and the like
  30. -Tweaked the ingot texture, the old ones had weird 'bright' spots on the longer side face
  31. -Improved error handling for custom elements
  32.  
  33. alchemistry-1.12.2-40.jar:
  34. -Fixed Chemical Dissolver causing excessive chunk updates
  35.  
  36. alchemistry-1.12.2-39.jar:
  37. 1.12.2-39
  38. ===
  39. -Modified the versioning scheme to be consistent with the 1.14+ versions
  40. -The Fusion multiblock now uses sided inputs to give fine-grained control, especially when both inputs are the same element
  41.  
  42. alchemistry-1.0.38.jar:
  43. -Fix crash with Potassium Cyanide on servers
  44.  
  45. Better Animal Models (Better Animal Models 1.12.2-5.2.1 --> Better Animal Models 1.12.2-5.3.0):
  46. Better Animal Models 1.12.2-5.3.0:
  47. * Add ocelot
  48. * Update wolf model
  49. * Add jeb_ name to sheep
  50. * Fix pigs not showing saddles
  51. * Update steppe/sophisticated wolves
  52. * Add collars to wolves
  53.  
  54. Construct's Armory (conarm-1.12.2-1.2.5.3.jar --> conarm-1.12.2-1.2.5.4.jar):
  55. conarm-1.12.2-1.2.5.4.jar:
  56. [1.2.5.4] - 2020.02.16
  57. Fixed
  58. * Fix Alien growth potential being stunted by 25%[[#208]](https://github.com/TheIllusiveC4/ConstructsArmory/issues/208)
  59. * Fix preview panel cape rendering[[#202]](https://github.com/TheIllusiveC4/ConstructsArmory/issues/202)
  60.  
  61. Engineer's Decor (engineersdecor-1.12.2-1.0.18.jar --> engineersdecor-1.12.2-1.0.19.jar):
  62. engineersdecor-1.12.2-1.0.19.jar:
  63. -------------------------------------------------------------------
  64. * v1.0.19 [R] Release based on v1.0.19-b4. Release-to-release changes:
  65. * Transfer fixes for Tree Cutter / Block Breaker, and Factory hopper.
  66. * Cleanups, feature back ports
  67. * Visual fixes and improvements
  68. -------------------------------------------------------------------
  69. [A] Back port of status display for Tree Cutter, Block Breaker and Solar Panel.
  70. * v1.0.19-b4 [A] Creative tab opt-out visibility handling added (issue #90, thx pimalel233).
  71. * v1.0.19-b3 [A] Factory Hopper: Added bottom item handler (CR#227).
  72. * v1.0.19-b2 [F] Fixed Floor Grating item pass-through jitters (thx Cid).
  73. [M] Removed obsolete recipe collision testing recipes.
  74. * v1.0.19-b1 [F] Fixed Tree Cutter / Block Breaker not accepting small energy transfers (thx WindFox, issue #82).
  75.  
  76. FTB Library (FTBLib-5.4.4.5.jar --> FTBLib-5.4.7.0.jar):
  77. FTBLib-5.4.7.0.jar:
  78. * You guessed it, same bugfix attempt #4.. or 5? I lost count
  79.  
  80. FTBLib-5.4.6.0.jar:
  81. * Maybe it finally works now? Honestly getting kinda tired from this same bug haunting me from version to version
  82.  
  83. FTBLib-5.4.5.1.jar:
  84. * Another attempt at fixing the crash
  85.  
  86. FTBLib-5.4.5.0.jar:
  87. Experimental version that should fix bugs related to player logging in crashing server
  88.  
  89. Hammer (Lib) Core ([1.12.2] Hammer Core - 2.0.6.10 --> [1.12.2] Hammer Core - 2.0.6.13):
  90. [1.12.2] Hammer Core - 2.0.6.13:
  91. Changes:
  92. * [ New shader pipeline, made to reduce memory usage compared to old one.]()
  93. * [ XML reader, added config for ASM to fix Sponge incompatibility.]()
  94. * [ Added TickSlip? technology, improved JSON frameworks.]()
  95. * [ Fixed connectable particle issues.]()
  96. * [ Add GL Buffers and more handlers for Colored Lighting.]()
  97. * [ Added randomizable textures for connected models.]()
  98. * [ Improved colored light api (support particles), open perlin noise & small addition IBlockItemRegisterListener]()
  99. * [ Added OpenSimplexNoise, IRenderAwareItem]()
  100. * [ Added ColoredLux new tint support, changed up model scale to be 16 times smaller (should fix colored lighting issue)]()
  101. * [ Fixed networking issue, mainly occuring in TerrariaCraft (missing EntityPlayerMP on server rarely)]()
  102. * [ Fixed server crash, added sanity check before pushing the IBakedModel map. (Uggghhhh VanillaFix >:|)]()
  103. * [ Revamped OBJ rendering (WavefrontLoader & ModelRendererWavefront), added convenient resource reload method (client-side only)]()
  104. * [ Added tint indices for baked multipart models. Sync re-rendering for multiparts.]()
  105. * [ Added multipart baked model, fixed NPE with redstone nearby multiparts.]()
  106. * [ Add baked models for multiparts :o]()
  107. * [ Fix build issue for new devs]()
  108. * [ Fix what has been broken =w=]()
  109. * [ Fix #116]()
  110. * [ Fall back to defaults if gamerules are not present. Fixes compatibility with multiworld server implementations.]()
  111. * [ Fix compile issue caused by UTF8 characters.]()
  112. * [ Fixed jar signage issue.]()
  113. * [ Fixed #115]()
  114. * [ Fixed #113]()
  115. * [ what]()
  116. * [ More API]()
  117. * [ Added bone structure for Colored Lux internal compat. Also, EntityItemHurtEvent]()
  118. * [ ASM now actually works.]()
  119. * [ Hook into RenderChunk.postRenderChunk, fix #112]()
  120. * [ Registry improvements, modular ASM events, remove error messages]()
  121. * [ Connected textures v2]()
  122. * [ Update pack type, connected texture API! \o/]()
  123. * [ Fix #108, updated packet system to v1.5]()
  124. * [ Changed version check to dynamic API page.]()
  125. * [ Updated networking, few new client methods.]()
  126. * [ Fix GuiWTFMojang!]()
  127. * [ Update README.MD]()
  128. * [ 47th build. A little cleanup, added IWitherProofBlock.]()
  129. * [ Because... Mojang.]()
  130. * [ Add scissors, image helper, more drawing methods. Removed unused code.]()
  131. * [ Fixed #81...]()
  132. * [ Fixed #90 and #93]()
  133. * [ Changes to client methods, recipe registry fixes.]()
  134. * [ Shrunk symbols, ported configs, optimised and added few things here and there]()
  135. * [ Fixed #85]()
  136. * [ Shaded OKHTTP3, OKIO and IO.Socket libraries.]()
  137. * [ Added part rendering]()
  138. * [ Added langs]()
  139. * [ Added item rendering on the fly, fixed transport session send to all.]()
  140. * [ Added ItemStack renderer]()
  141. * [ 2.0.3.2]()
  142. * [ Buch 'o' tweaks and GIF image decoder.]()
  143. * [ Improvements to manual, remove duplicate IndexedMap]()
  144. * [ Removed quite a few unused features, removed caching and ASM file saving]()
  145.  
  146. [1.12.2] Hammer Core - 2.0.6.12:
  147. Changes:
  148. * [ Added TickSlip™ technology, improved JSON frameworks.]()
  149. * [ Fixed connectable particle issues.]()
  150. * [ Add GL Buffers and more handlers for Colored Lighting.]()
  151. * [ Added randomizable textures for connected models.]()
  152. * [ Improved colored light api (support particles), open perlin noise & small addition IBlockItemRegisterListener]()
  153. * [ Added OpenSimplexNoise, IRenderAwareItem]()
  154. * [ Added ColoredLux new tint support, changed up model scale to be 16 times smaller (should fix colored lighting issue)]()
  155. * [ Fixed networking issue, mainly occuring in TerrariaCraft (missing EntityPlayerMP on server rarely)]()
  156. * [ Fixed server crash, added sanity check before pushing the IBakedModel map. (Uggghhhh VanillaFix >:|)]()
  157. * [ Revamped OBJ rendering (WavefrontLoader & ModelRendererWavefront), added convenient resource reload method (client-side only)]()
  158. * [ Added tint indices for baked multipart models. Sync re-rendering for multiparts.]()
  159. * [ Added multipart baked model, fixed NPE with redstone nearby multiparts.]()
  160. * [ Add baked models for multiparts :o]()
  161. * [ Fix build issue for new devs]()
  162. * [ Fix what has been broken =w=]()
  163. * [ Fix #116]()
  164. * [ Fall back to defaults if gamerules are not present. Fixes compatibility with multiworld server implementations.]()
  165. * [ Fix compile issue caused by UTF8 characters.]()
  166. * [ Fixed jar signage issue.]()
  167. * [ Fixed #115]()
  168. * [ Fixed #113]()
  169. * [ what]()
  170. * [ More API]()
  171. * [ Added bone structure for Colored Lux internal compat. Also, EntityItemHurtEvent]()
  172. * [ ASM now actually works.]()
  173. * [ Hook into RenderChunk.postRenderChunk, fix #112]()
  174. * [ Registry improvements, modular ASM events, remove error messages]()
  175. * [ Connected textures v2]()
  176. * [ Update pack type, connected texture API! \o/]()
  177. * [ Fix #108, updated packet system to v1.5]()
  178. * [ Changed version check to dynamic API page.]()
  179. * [ Updated networking, few new client methods.]()
  180. * [ Fix GuiWTFMojang!]()
  181. * [ Update README.MD]()
  182. * [ 47th build. A little cleanup, added IWitherProofBlock.]()
  183. * [ Because... Mojang.]()
  184. * [ Add scissors, image helper, more drawing methods. Removed unused code.]()
  185. * [ Fixed #81...]()
  186. * [ Fixed #90 and #93]()
  187. * [ Changes to client methods, recipe registry fixes.]()
  188. * [ Shrunk symbols, ported configs, optimised and added few things here and there]()
  189. * [ Fixed #85]()
  190. * [ Shaded OKHTTP3, OKIO and IO.Socket libraries.]()
  191. * [ Added part rendering]()
  192. * [ Added langs]()
  193. * [ Added item rendering on the fly, fixed transport session send to all.]()
  194. * [ Added ItemStack renderer]()
  195. * [ 2.0.3.2]()
  196. * [ Buch 'o' tweaks and GIF image decoder.]()
  197. * [ Improvements to manual, remove duplicate IndexedMap]()
  198. * [ Removed quite a few unused features, removed caching and ASM file saving]()
  199.  
  200. [1.12.2] Hammer Core - 2.0.6.11:
  201. Changes:
  202. * [ Fixed connectable particle issues.]()
  203. * [ Add GL Buffers and more handlers for Colored Lighting.]()
  204. * [ Added randomizable textures for connected models.]()
  205. * [ Improved colored light api (support particles), open perlin noise & small addition IBlockItemRegisterListener]()
  206. * [ Added OpenSimplexNoise, IRenderAwareItem]()
  207. * [ Added ColoredLux new tint support, changed up model scale to be 16 times smaller (should fix colored lighting issue)]()
  208. * [ Fixed networking issue, mainly occuring in TerrariaCraft (missing EntityPlayerMP on server rarely)]()
  209. * [ Fixed server crash, added sanity check before pushing the IBakedModel map. (Uggghhhh VanillaFix >:|)]()
  210. * [ Revamped OBJ rendering (WavefrontLoader & ModelRendererWavefront), added convenient resource reload method (client-side only)]()
  211. * [ Added tint indices for baked multipart models. Sync re-rendering for multiparts.]()
  212. * [ Added multipart baked model, fixed NPE with redstone nearby multiparts.]()
  213. * [ Add baked models for multiparts :o]()
  214. * [ Fix build issue for new devs]()
  215. * [ Fix what has been broken =w=]()
  216. * [ Fix #116]()
  217. * [ Fall back to defaults if gamerules are not present. Fixes compatibility with multiworld server implementations.]()
  218. * [ Fix compile issue caused by UTF8 characters.]()
  219. * [ Fixed jar signage issue.]()
  220. * [ Fixed #115]()
  221. * [ Fixed #113]()
  222. * [ what]()
  223. * [ More API]()
  224. * [ Added bone structure for Colored Lux internal compat. Also, EntityItemHurtEvent]()
  225. * [ ASM now actually works.]()
  226. * [ Hook into RenderChunk.postRenderChunk, fix #112]()
  227. * [ Registry improvements, modular ASM events, remove error messages]()
  228. * [ Connected textures v2]()
  229. * [ Update pack type, connected texture API! \o/]()
  230. * [ Fix #108, updated packet system to v1.5]()
  231. * [ Changed version check to dynamic API page.]()
  232. * [ Updated networking, few new client methods.]()
  233. * [ Fix GuiWTFMojang!]()
  234. * [ Update README.MD]()
  235. * [ 47th build. A little cleanup, added IWitherProofBlock.]()
  236. * [ Because... Mojang.]()
  237. * [ Add scissors, image helper, more drawing methods. Removed unused code.]()
  238. * [ Fixed #81...]()
  239. * [ Fixed #90 and #93]()
  240. * [ Changes to client methods, recipe registry fixes.]()
  241. * [ Shrunk symbols, ported configs, optimised and added few things here and there]()
  242. * [ Fixed #85]()
  243. * [ Shaded OKHTTP3, OKIO and IO.Socket libraries.]()
  244. * [ Added part rendering]()
  245. * [ Added langs]()
  246. * [ Added item rendering on the fly, fixed transport session send to all.]()
  247. * [ Added ItemStack renderer]()
  248. * [ 2.0.3.2]()
  249. * [ Buch 'o' tweaks and GIF image decoder.]()
  250. * [ Improvements to manual, remove duplicate IndexedMap]()
  251. * [ Removed quite a few unused features, removed caching and ASM file saving]()
  252.  
  253. Minecolonies (minecolonies-1.12.2-0.10.679-RELEASE-universal.jar --> minecolonies-1.12.2-0.10.772-RELEASE-universal.jar):
  254. minecolonies-1.12.2-0.10.772-RELEASE-universal.jar:
  255. Minecolonies Changelog
  256. Version: 1.12.2-0.10.772-RELEASE
  257. * Schematics112 (#4440)
  258. Nordic Barracks Fix * Hotfix damage and home happiness indicators beeing displayed incorrectly. (#4386) * Rework raiders and fix raider issues. (#4331)
  259. * Rework raiders and fix raider issues.
  260. * rebalance raid sizes and improve stuck handling
  261. *
  262. Schematics112 (#4349)
  263. *
  264. Dark Oak Miner Fix
  265. * bump structurize
  266. * Hotfix to avoid info loss on pathpoint
  267.  
  268. minecolonies-1.12.2-0.10.769-BETA-universal.jar:
  269. Minecolonies Changelog
  270. Version: 1.12.2-0.10.769-BETA
  271. * Schematics112 (#4440)
  272. Nordic Barracks Fix
  273.  
  274. minecolonies-1.12.2-0.10.767-ALPHA-universal.jar:
  275. Minecolonies Changelog
  276. Version: 1.12.2-0.10.767-ALPHA
  277. * Schematics112 (#4440)
  278. Nordic Barracks Fix
  279.  
  280. minecolonies-1.12.2-0.10.749-BETA-universal.jar:
  281. Minecolonies Changelog
  282. Version: 1.12.2-0.10.749-BETA
  283. * Hotfix damage and home happiness indicators beeing displayed incorrectly. (#4386)
  284. *
  285. Rework raiders and fix raider issues. (#4331)
  286. *
  287. Rework raiders and fix raider issues.
  288. * rebalance raid sizes and improve stuck handling
  289.  
  290. minecolonies-1.12.2-0.10.735-ALPHA-universal.jar:
  291. Minecolonies Changelog
  292. Version: 1.12.2-0.10.735-ALPHA
  293. * Hotfix damage and home happiness indicators beeing displayed incorrectly. (#4386)
  294.  
  295. minecolonies-1.12.2-0.10.734-ALPHA-universal.jar:
  296. Minecolonies Changelog
  297. Version: 1.12.2-0.10.734-ALPHA
  298. *
  299. Rework raiders and fix raider issues. (#4331)
  300. *
  301. Rework raiders and fix raider issues.
  302. * rebalance raid sizes and improve stuck handling
  303.  
  304. minecolonies-1.12.2-0.10.725-BETA-universal.jar:
  305. Minecolonies Changelog
  306. Version: 1.12.2-0.10.725-BETA
  307. *
  308. Schematics112 (#4349)
  309. *
  310. Dark Oak Miner Fix
  311. * bump structurize
  312. * Hotfix to avoid info loss on pathpoint
  313.  
  314. minecolonies-1.12.2-0.10.722-ALPHA-universal.jar:
  315. Minecolonies Changelog
  316. Version: 1.12.2-0.10.722-ALPHA
  317. *
  318. Schematics112 (#4349)
  319. *
  320. Dark Oak Miner Fix
  321.  
  322. minecolonies-1.12.2-0.10.721-ALPHA-universal.jar:
  323. Minecolonies Changelog
  324. Version: 1.12.2-0.10.721-ALPHA
  325. * bump structurize
  326.  
  327. minecolonies-1.12.2-0.10.719-ALPHA-universal.jar:
  328. Minecolonies Changelog
  329. Version: 1.12.2-0.10.719-ALPHA
  330. * Hotfix to avoid info loss on pathpoint
  331.  
  332. minecolonies-1.12.2-0.10.714-RELEASE-universal.jar:
  333. Minecolonies Changelog
  334. Version: 1.12.2-0.10.714-RELEASE
  335. *
  336. Schematics112 (#4335)
  337. *
  338. Enchanter scan fixes
  339. * Nordic Warehouse fix
  340. * Nordic Deliveryman
  341. * hotfix the hotfix
  342. * hotfix archer
  343. * hotfix #4328
  344. * Merge branch 'fix/fixes-1.12' into version/1.12
  345. * fix #4305
  346. * fix port
  347. * fix #4288
  348. * fix #4292
  349. * fix #4300
  350. * Hotfix pathing type crash (#4298)
  351. Hotfix pathing type crash * Hotfix pathing type crash (#4295)
  352. Hotfix pathing type crash
  353.  
  354. minecolonies-1.12.2-0.10.711-BETA-universal.jar:
  355. Minecolonies Changelog
  356. Version: 1.12.2-0.10.711-BETA
  357. *
  358. Schematics112 (#4335)
  359. *
  360. Enchanter scan fixes
  361. * Nordic Warehouse fix
  362. * Nordic Deliveryman
  363. * hotfix the hotfix
  364. * hotfix archer
  365. * hotfix #4328
  366. * Merge branch 'fix/fixes-1.12' into version/1.12
  367. * fix #4305
  368. * fix port
  369. * fix #4288
  370. * fix #4292
  371. * fix #4300
  372. * Hotfix pathing type crash (#4298)
  373. Hotfix pathing type crash * Hotfix pathing type crash (#4295)
  374. Hotfix pathing type crash
  375.  
  376. minecolonies-1.12.2-0.10.707-ALPHA-universal.jar:
  377. Minecolonies Changelog
  378. Version: 1.12.2-0.10.707-ALPHA
  379. *
  380. Schematics112 (#4335)
  381. *
  382. Enchanter scan fixes
  383. * Nordic Warehouse fix
  384. * Nordic Deliveryman
  385.  
  386. minecolonies-1.12.2-0.10.703-ALPHA-universal.jar:
  387. Minecolonies Changelog
  388. Version: 1.12.2-0.10.703-ALPHA
  389. * hotfix the hotfix
  390.  
  391. minecolonies-1.12.2-0.10.702-ALPHA-universal.jar:
  392. Minecolonies Changelog
  393. Version: 1.12.2-0.10.702-ALPHA
  394. * hotfix archer
  395.  
  396. minecolonies-1.12.2-0.10.698-ALPHA-universal.jar:
  397. Minecolonies Changelog
  398. Version: 1.12.2-0.10.698-ALPHA
  399. * hotfix #4328
  400.  
  401. minecolonies-1.12.2-0.10.685-ALPHA-universal.jar:
  402. Minecolonies Changelog
  403. Version: 1.12.2-0.10.685-ALPHA
  404. * Merge branch 'fix/fixes-1.12' into version/1.12
  405. * fix #4305
  406. * fix port
  407. * fix #4288
  408. * fix #4292
  409. * fix #4300
  410.  
  411. minecolonies-1.12.2-0.10.682-ALPHA-universal.jar:
  412. Minecolonies Changelog
  413. Version: 1.12.2-0.10.682-ALPHA
  414. * Hotfix pathing type crash (#4298)
  415. Hotfix pathing type crash
  416.  
  417. minecolonies-1.12.2-0.10.681-ALPHA-universal.jar:
  418. Minecolonies Changelog
  419. Version: 1.12.2-0.10.681-ALPHA
  420. * Hotfix pathing type crash (#4295)
  421. Hotfix pathing type crash
  422.  
  423. ModTweaker (modtweaker-4.0.17 --> modtweaker-4.0.18):
  424. modtweaker-4.0.18:
  425. added Immersive Tech support
  426. Update Inspirations support and add a Mantle RecipeMatch helper
  427. Add Tinker Complement's High Oven support
  428. Fix for NullPointerException when using Crucible.removeRecipe(String name)
  429. NBT sensitive melting recipes
  430. fixed meta not being respected on composter displays close #726
  431. Fixed the moistener using flipped values for stage and value, close #734
  432. add bow / bow string stats to TIC materials. Close #736
  433.  
  434. MysticalLib (mysticallib-1.12.2-1.6.0.jar --> mysticallib-1.12.2-1.7.0.jar):
  435. mysticallib-1.12.2-1.7.0.jar:
  436. * Unused Range particle
  437. * Import BreakUtil from 1.14.4, improve functionality to use block hardness relative to block-to-be-broken
  438. * Plough base for Roots
  439. * Hammer base for Roots
  440. * Excavator base for Roots
  441. * ToolOverlayRenderer
  442. * Other changes to particles
  443.  
  444. Nature's Compass (NaturesCompass-1.12.2-1.8.3.jar --> NaturesCompass-1.12.2-1.8.5.jar):
  445. NaturesCompass-1.12.2-1.8.5.jar:
  446. --------------------------------------------------
  447. VERSION: 1.8.5 - 1.15.2, 1.14.4, 1.12.2
  448. --------------------------------------------------
  449. 1.15.2, 1.14.4, 1.12.2
  450. FIXES:
  451. * Fixed a crash that occurred infrequently when moving a searching compass around the inventory
  452. --------------------------------------------------
  453. VERSION: 1.8.4 - 1.15.2, 1.15.1
  454. --------------------------------------------------
  455. 1.15.2
  456. UPDATES:
  457. * Initial release for 1.15.2 (Forge 31.1.12)
  458. 1.15.1
  459. FEATURES:
  460. * Added French translations
  461. * Added Polish translations
  462. * Added Chinese (Taiwan) translations
  463. --------------------------------------------------
  464. VERSION: 1.8.3 - 1.15.1, 1.14.4, 1.12.2
  465. --------------------------------------------------
  466. 1.15.1, 1.14.4, 1.12.2
  467. FIXES:
  468. * Fixed an issue where HUD info did not render at the configured line offset
  469. 1.15.1:
  470. UPDATES:
  471. * Initial release for 1.15.1 (Forge 30.0.35)
  472. --------------------------------------------------
  473. VERSION: 1.8.2 - 1.14.4, 1.13.2
  474. --------------------------------------------------
  475. 1.14.4, 1.13.2:
  476. FIXES:
  477. * Fixed uncraftable compass recipe
  478. --------------------------------------------------
  479. VERSION: 1.8.1 - 1.14.4, 1.13.2
  480. --------------------------------------------------
  481. 1.14.4, 1.13.2:
  482. FIXES:
  483. * Fixed a dedicated server crash upon initialization
  484. --------------------------------------------------
  485. VERSION: 1.8.0 - 1.14.4, 1.13.2, 1.12.2
  486. --------------------------------------------------
  487. 1.14.4, 1.13.2, 1.12.2:
  488. FEATURES:
  489. * Significantly improved biome search efficiency to essentially lag-free performance under normal circumstances
  490. FIXES:
  491. * Fixed a major flaw in search accuracy present in version 1.7.0
  492. * Fixed unresponsive biome list in the main GUI after returning from the biome info GUI
  493. * Fixed crash that would occasionally occur when attempting to sort by biome source
  494. 1.14.4, 1.13.2:
  495. UPDATES:
  496. * Initial release for 1.14.4 (Forge 28.1.109)
  497. * Initial release for 1.13.2 (Forge 25.0.219)
  498. --------------------------------------------------
  499. VERSION: 1.7.0 - 1.12.2
  500. --------------------------------------------------
  501. 1.12.2:
  502. FEATURES:
  503. * Added each biome's source mod name to GUI entries and the functionality to sort by source mod
  504. * Added config field to specify the side to render information on the HUD
  505. FIX:
  506. * Fixed server crash when using Sponge
  507. --------------------------------------------------
  508. VERSION: 1.6.2 - 1.12.2
  509. --------------------------------------------------
  510. 1.12.2:
  511. FEATURES:
  512. * Added a new config field to specify how many new chunks can be generated from a single search
  513. * Added search success/failure info to log
  514. FIX:
  515. * Fixed server crash by removing localized biome names as a valid disabled biome identifier
  516. --------------------------------------------------
  517. VERSION: 1.6.1 - 1.12.2
  518. --------------------------------------------------
  519. 1.12.2:
  520. FIXES:
  521. * Fixed ConcurrentModificationException and NullPointerException after using the search GUI due to stacktrace spam in log
  522. * Fixed disabled biomes still appearing in biome search list due to server config not syncing with client
  523. --------------------------------------------------
  524. VERSION: 1.6.0 - 1.12.2
  525. --------------------------------------------------
  526. 1.12.2:
  527. FEATURES:
  528. * Added a biome name search box to the main compass GUI
  529. * Biomes can now be blacklisted in the config by resource location (e.g. minecraft:ocean) as well as name (e.g. Ocean) or ID (e.g. 0)
  530. * Fixed a crash that occurred somewhat randomly when selecting biomes from the GUI
  531. * Added Chinese translation
  532. * Added Russian translation
  533. * Add Spanish translation
  534. UPDATES:
  535. * Updated to Forge #2796 (1.12.2)
  536. --------------------------------------------------
  537. VERSION: 1.5.1 - 1.12.2
  538. --------------------------------------------------
  539. 1.12.2:
  540. FEATURES:
  541. * Added a config field to disable teleportation to a located biome
  542. UPDATES:
  543. * Updated to Forge #2581 (1.12.2)
  544. --------------------------------------------------
  545. VERSION: 1.5.0 - 1.12.2
  546. --------------------------------------------------
  547. 1.12.2:
  548. FIXES:
  549. * Marked 1.12.2 as an accepted version
  550. --------------------------------------------------
  551. VERSION: 1.5.0 - 1.12
  552. --------------------------------------------------
  553. 1.12:
  554. FEATURES:
  555. * Added number of biome samples to HUD info after an unsuccessful biome search
  556. FIXES:
  557. * Fixed mismatched or missing texture issue when certain mods are present
  558. * Rewrote biome searching algorithm
  559. --------------------------------------------------
  560. VERSION: 1.4.0 - 1.12
  561. --------------------------------------------------
  562. 1.12:
  563. FEATURES:
  564. * Changed the look of biome selection and biome info GUI backgrounds and buttons
  565. 1.12:
  566. UPDATES:
  567. * Initial release for MC 1.12 (Forge #2387)
  568. --------------------------------------------------
  569. VERSION: 1.3.0 - 1.11, 1.10.2, 1.7.10
  570. --------------------------------------------------
  571. 1.11, 1.10.2, 1.7.10:
  572. FEATURES:
  573. * Added an op-only/cheat-only teleport button to the biome selection GUI that takes the user to the currently located biome
  574. FIXES:
  575. * Fixed a potential lack of localization for precipitation states
  576. 1.11:
  577. UPDATES:
  578. * Initial release for MC 1.11 (Forge #2177)
  579. --------------------------------------------------
  580. VERSION: 1.2.0 - 1.10.2, 1.7.10
  581. --------------------------------------------------
  582. 1.10.2:
  583. FEATURES:
  584. * Added a biome blacklist config field
  585. 1.7.10:
  586. UPDATES:
  587. * Initial release for MC 1.7.10 (Forge #1614)
  588. --------------------------------------------------
  589. VERSION: 1.1.0 - 1.10.2
  590. --------------------------------------------------
  591. 1.10.2:
  592. FEATURES:
  593. * Added a sorting function to the biome selection GUI
  594. * HUD info will remain visible while chat is open (can be disabled in the config)
  595. --------------------------------------------------
  596. VERSION: 1.0.0 - 1.10.2
  597. --------------------------------------------------
  598. 1.10.2:
  599. UPDATES:
  600. * Initial release for MC 1.10.2 (Forge #2107)
  601.  
  602. Ore Excavation (OreExcavation-1.4.143.jar --> OreExcavation-1.4.150.jar):
  603. OreExcavation-1.4.150.jar:
  604. Added client side event for integration mods to implement context driven excavations
  605.  
  606. Pam's HarvestCraft (Pam's HarvestCraft 1.12.2zf.jar --> Pam's HarvestCraft 1.12.2zg.jar):
  607. Pam's HarvestCraft 1.12.2zg.jar:
  608. HarvestCraft 1.12.2zf
  609. -----------------
  610. * Fixed: Network: Incorrect behaviour of containers and network packets should be fixed (thanks Workbench61)
  611. * Fixed: Recipe: Missing seed recipes (thanks atamfox)
  612. * Fixed: Recipe: Berry Vinaigrette no longer makes pizza (thanks atamfox)
  613. * Fixed: Creative Tab: Name is correct (thanks KenyMylankca)
  614. * Changed: Recipe: Fresh Milk and Fresh Water recipes now make 8 each (does not affect Presser recipes)
  615.  
  616. Quark (Quark-r1.6-177.jar --> Quark-r1.6-178.jar):
  617. Quark-r1.6-178.jar:
  618. Fix default foxhound spawn rate being overinflated
  619. Fix frogs consuming all
  620. Fix items flashing burning memory
  621.  
  622. Reborn Core (RebornCore-1.12.2-3.18.1.514-universal.jar --> RebornCore-1.12.2-3.19.2.522-universal.jar):
  623. RebornCore-1.12.2-3.19.2.522-universal.jar:
  624. (modmuss50) Fix server crash #releaseBuild
  625.  
  626. RebornCore-1.12.2-3.19.1.521-universal.jar:
  627. (modmuss50) #releaseBuild
  628. (modmuss50) Remove unused textures
  629. (modmuss50) Remove custom shield code, it was too expensive to run.
  630. (modmuss50) Remove debug output
  631. (modmuss50) Fix autocrafting table crash
  632. (modmuss50) update gitignore
  633. (modmuss50) Revert "Blockstates logic is back in block"
  634.  
  635. Sledgehammer (Sledgehammer-1.12.2-1.6.6.jar --> Sledgehammer-1.12.2-0.7-2.0.1.jar):
  636. Sledgehammer-1.12.2-0.7-2.0.1.jar:
  637. Mixin 0.7
  638. Added fix for StackOverflowError in champions
  639. Added fix for NullPointerException in handleVisiblityPacket from Ender Storage
  640. Added fix for RecipeFactory logging from EnderIO
  641.  
  642. Sledgehammer-1.12.2-2.0.1.jar:
  643. * Added fix for StackOverflowError in champions
  644. * Added fix for NullPointerException in handleVisiblityPacket from Ender Storage
  645. * Added fix for RecipeFactory logging from EnderIO
  646.  
  647. Sledgehammer-1.12.2-0.7-2.0.0.jar:
  648. Re-uploading Sledgehammer with Mixin 0.7 as it's own release.
  649.  
  650. Sledgehammer-1.12.2-2.0.0.jar:
  651. * Updated to Mixin 0.8
  652. *
  653. * Fixed Logistics Pipes re-loading chunks
  654. * Launch bug fix
  655. * Fix ArrayIndexOutOfBoundsException with KubeJS
  656. * Prevent mods from writing CustomTileData
  657. * Refactor integrations
  658. * Add ability to remove recipes which output blacklisted items
  659. * Remove certain patches which have been since been fixed
  660.  
  661. Sound Filters (SoundFilters-0.11_for_1.12.jar --> SoundFilters-0.12_for_1.12.jar):
  662. SoundFilters-0.12_for_1.12.jar:
  663. Added code to catch the NPE that sometimes gets thrown when updating the occlusion
  664. Unfortunately it seems to be a concurrency issue, and can't be avoided
  665.  
  666. Storage Drawers (StorageDrawers-1.12.2-5.4.0.jar --> StorageDrawers-1.12.2-5.4.1.jar):
  667. StorageDrawers-1.12.2-5.4.1.jar:
  668. * - Fix framed drawers voiding contents when broken
  669. * - Fix compacting drawers with void upgrades voiding incompatible items on input
  670. * - Remove drawers as fuel candidate for furnaces
  671.  
  672. TOP Addons (topaddons-1.12.2-1.12.0.jar --> topaddons-1.12.2-1.13.0.jar):
  673. topaddons-1.12.2-1.13.0.jar:
  674. v1.12.2-1.13.0
  675. * [TiCo] Fixed NPE on unformed controllers in newer TiCo versions
  676. * [ExU2] Added growth percentage to Ender Lily
  677. * Bumped git changelog plugin version
  678. v1.12.2-1.12.0
  679. * Removed Ice And Fire addon
  680. * Merge pull request #69 from DrManganese/fix/#68
  681. Fixes #68 - Reordered dependencies in build.gradle - Sorted out dependencies
  682. v1.12.2-1.11.0
  683. * Added Mystical Agriculture support (#62)
  684. * Seed tier
  685. * Reprocessor fuel level
  686. * Made Forge Addon respect showTankSetting for TOP fluid gauge (#61)
  687. v1.12.2-1.10.1
  688. * [Roost] Server-friendly chicken name and stats (#60)
  689. v1.12.2-1.10.0
  690. * [ArchitectureCraft] Ported to 1.12 (#59)
  691. * [Roost] Added support (#58)
  692. v1.12.2-1.9.2
  693. * [StorageDrawers] Display client-localized itemstack name. (#57)
  694. v1.12.2-1.9.1
  695. * [MooFluids] Move client world reference out of entity render (#56)
  696. v1.12.2-1.9.0
  697. * Re-add ic2-classic check (#55)
  698. * [UCW] Added variation tooltip to UCW Proxy Blocks (#54)
  699. v1.12.2-1.8.0
  700. * [TiCon] Remove drying rack progress
  701. * [Forestry] Fix NPE when fluid is disabled in Forestry config. Fixes #52.
  702. * [BM] Port to 1.12.2
  703. v1.12.2-1.7.0
  704. * [SC] Refactor field name in cage element. Fixes #50.
  705. * [Lycanites] Update to 1.20 (Elementals)
  706. v1.12.2-1.6.0
  707. * Rustic crop support (#47)
  708. * Update mods
  709. * CoFH version update and refactor. Fixes #48.
  710. v1.12.2-1.5.0
  711. * [Binnie's] Correct growth percentage for hops (#45)
  712. v1.12.2-1.4.0
  713. * Ported Ice&Fire support
  714. * Update Lycanite's Mobs addon
  715. * Add config option to disable storage drawer override
  716. * Fix double extended info when extendedInMain is true. (#44)
  717. *
  718. Create zh_cn language file (#42)
  719. *
  720. Create zh_cn.lang
  721. *
  722. Translated using Weblate (Chinese (Simplified))
  723. Currently translated at 85.0% (97 of 114 strings)
  724. Translation: Mod/TOPAddons Translate-URL: [http://weblate.sayori.pw/projects/mod/topaddons/zh_cn/]()
  725. * Translated using Weblate (Chinese (Simplified))
  726. Currently translated at 97.3% (111 of 114 strings)
  727. Translation: Mod/TOPAddons Translate-URL: [http://weblate.sayori.pw/projects/mod/topaddons/zh_cn/]() - Moofluids support (override entity render)
  728. v1.12.2-1.2.1
  729. * Remove binnie dependency in ObjectHolder. Fixes #40.
  730. v1.12.2-1.2.0
  731. * Update gradle wrapper, changelog plugin
  732. * Binnie's Mods support
  733. * Genetics/Extra Trees machine progress
  734. * Botany flowers and soil
  735. * Thermal Expansion & Thermal Dynamics support
  736. * Tank color refactor & cleanup
  737. * Implemented json recipes
  738. * Thermal foundation fluid colours
  739. v1.12.2-1.1.3
  740. * Update for forestry 204+ refactor (#38)
  741. v1.12.2-1.1.2
  742. * Fix recipe book crash (#37)
  743. * Updated FUC.json
  744. v1.12.2-1.1.1
  745. * Fix ic2 dependency in advgenerators. (Curseforge comment 49)
  746. * Don't hide default info on drawer when a probe is needed for extended info. (#36)
  747. v1.12.2-1.1.0
  748. * Port Lycanite's Mobs
  749. v1.12-1.0.0
  750. * Added OpenComputers, Advanced Generators support
  751. * Updated and extended IC� support
  752. * Refactoring, renaming, cleanup
  753. * Smeltery widget for the Tinker Tank
  754. v1.12-0.15.1
  755. * Merge pull request #35 from codewarrior0/patch-1
  756. Fix locked+empty drawers losing their item reservations - Fix locked+empty drawers losing their item reservations
  757. Changing the stack size of the item prototype to zero causes it to become empty, making the drawer think it is no longer locked to an item. - Fixed some deprecations - Ported TiCo and Chisel support - Steve's Carts 2 support
  758. v1.12-0.15.0
  759. * 1.12 port
  760.  
  761. Tinkers Construct (TConstruct-1.12.2-2.13.0.171.jar --> TConstruct-1.12.2-2.13.0.183.jar):
  762. TConstruct-1.12.2-2.13.0.183.jar:
  763. Special bugfix release:
  764. This version fixes a crash that sometimes happens when also using VanillaFix, which currently is in a lot of modpacks. Since there seems to be no active maintainer for the mod, we decided to deactivate what it does for TiC rendering ourselves. This only impacts the fluids rendered by TiC itself in some blocks.
  765.  
  766. TConstruct-1.12.2-2.13.0.179.jar:
  767. Most likely the last bugfix release for 1.12.2
  768. * Fix a potential rendering issue with casting channels
  769. * Fix potential crash with kama
  770. * Remove debug log from hellish trait
  771. * Fix potential slimebounce issue
  772. * Fix Tinkers' special food not being repairable and using wrong durability
  773. * Translation improvements
  774.  
  775. ViesCraft - Airships! (ViesCraft-1.12.2-5.9.13.jar --> ViesCraft-1.12.2-5.9.16.jar):
  776. ViesCraft-1.12.2-5.9.16.jar:
  777. * Fixed a bug that would crash the game if had the music module active and pressed stop while no music was playing.
  778. * Fixed a dup bug involving the airship workbench.. Put in save checks and notify block updates in every stage of crafting.
  779. * Added something that digs deeper when doing a check for a riding entity when using the Dismounter. It now looks at the broad Entity class instead of the LivingBaseEntity class. Should help with mods like MineColonies.
  780.  
  781.  
  782. Generated using [ChangelogGenerator 2.0.0-pre3](https://github.com/TheRandomLabs/ChangelogGenerator).
Advertisement
Add Comment
Please, Sign In to add comment