Advertisement
xdreamz

EL202

Jul 31st, 2020
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.99 KB | None | 0 0
  1. =============================================
  2. Engineer's Life 2.01 --> Engineer's Life 2.02
  3. =============================================
  4.  
  5. Updated:
  6. AppleCore (AppleCore-mc1.12.2-3.2.0.jar --> AppleCore-mc1.12.2-3.4.0.jar):
  7. AppleCore-mc1.12.2-3.4.0.jar:
  8. * Fix the permissions of the /hunger command being unnecessarily high ([#151](https://github.com/squeek502/AppleCore/pull/151))
  9. * API: Add ExhaustionEvent.GetExhaustionCap (see [#152](https://github.com/squeek502/AppleCore/issues/152))
  10. * - Allows modifying the cap on the exhaustion level field of FoodStats, which in vanilla is capped at 40.
  11.  
  12. AppleCore-mc1.12.2-3.3.0.jar:
  13. * Fix the two argument version of the /hunger [player] <hunger> command ([#147](https://github.com/squeek502/AppleCore/pull/147))
  14. * API: Add IAppleCoreAccessor.canPlayerEatFood ([#149](https://github.com/squeek502/AppleCore/pull/149))
  15. * Allows checking if a player can eat food depending on their current fullness and whether or not the item is alwaysEdible
  16.  
  17. AppleSkin (AppleSkin-mc1.12-1.0.9.jar --> AppleSkin-mc1.12-1.0.14.jar):
  18. AppleSkin-mc1.12-1.0.14.jar:
  19. * Food overlay now works for food in off hand ([#65](https://github.com/squeek502/AppleSkin/pull/65))
  20. * Clamp exhaustion to stop it from drawing outside the hunger bar in some situations ([#66](https://github.com/squeek502/AppleSkin/issues/66))
  21.  
  22. Better Diving (BetterDiving-1.12.2-1.5.3.jar --> BetterDiving-1.12.2-1.5.7.jar):
  23. BetterDiving-1.12.2-1.5.7.jar:
  24. v1.5.7
  25. * fixed plant/ore generation
  26. * fixed blocks underwater calculation
  27. * updated fish to reduce tick time
  28.  
  29. BetterDiving-1.12.2-1.5.6.jar:
  30. v1.5.6
  31. * fixed IllegalArgumentException
  32.  
  33. BetterDiving-1.12.2-1.5.5.jar:
  34. v1.5.5
  35. * fixed fish jumping on land
  36. * fixed entity spawning ticking twice
  37. * updated fish to not despawn
  38. * updated entity spawning to be more efficient
  39.  
  40. BetterDiving-1.12.2-1.5.4.jar:
  41. v1.5.4
  42. * removed creature attribute from fish (vanilla will now spawn squids or other modded water mobs no matter how many better diving fish there are nearby)
  43. * fixed movement desync which could cause oxygen desync
  44. * removed unnecessary oxygen syncing
  45. * updated forge version and mappings
  46.  
  47. Better With Mods (BetterWithMods-1.12-2.3.22.jar --> BetterWithMods-1.12-2.3.23.jar):
  48. BetterWithMods-1.12-2.3.23.jar:
  49. This is a manual build
  50. * Adds bundle of dynamite, a more combat oriented use of your dynamite.
  51. * Adds blood throwing for dynamite
  52. * Adds a config option to require flint and steel in the offhand when using dynamite
  53. * Adds ja_JP.lang (thanks to しばいぬ)
  54. * Adds sound and potion configs for HCGloom
  55. * Adds a config for how many items are transferred every tick by a filtered hopper
  56. * Adds a config to make certain blocks non-opaque for greater flexibility when creating custom models
  57. * Update de_DE.lang (thanks to Tobias Görgens)
  58. * Changes gloom check to eye position instead of feet + 1 block
  59. * Fix vertical windmill advancement (thanks to Democat)
  60. * Fix BoP fire crash (thanks to Democat)
  61. * Fix axles causing infinite recursion in some situations
  62. * Fix EquipmentDrop to also work wihout player kills
  63. * Fix ImprovedFlee not working as a result of a forge change
  64. * Fix negative color crash in VisibleStorms
  65. * Fix crash with HCBeacons if a certain Kotlin mod is installed. Fuck Kotlin.
  66.  
  67. Building Gadgets (BuildingGadgets-2.8.3.jar --> BuildingGadgets-2.8.4.jar):
  68. BuildingGadgets-2.8.4.jar:
  69. [2.8.4 - 1.12.2] - 2020-07-15
  70. Note: This is just a patch release, nothing has been changed dramtically but some mods will require it.
  71. Added
  72. * 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)
  73. Changed
  74. * Updated dependencies
  75.  
  76. Champions (champions-1.12.2-1.0.11.8.jar --> champions-1.12.2-1.0.11.9.jar):
  77. champions-1.12.2-1.0.11.9.jar:
  78. Added
  79. ----------
  80. Added client-side config option for name rendering [[#53]](https://github.com/TheIllusiveC4/Champions/issues/53)
  81.  
  82. Construct's Armory (conarm-1.12.2-1.2.5.4.jar --> conarm-1.12.2-1.2.5.9.jar):
  83. conarm-1.12.2-1.2.5.9.jar:
  84. 1.2.5.9
  85. ----------
  86. Fixed
  87. * Fixed IllegalCacheLoadException error [[#226]](https://github.com/TheIllusiveC4/ConstructsArmory/issues/226)
  88.  
  89. conarm-1.12.2-1.2.5.8.jar:
  90. 1.2.5.8
  91. -----------
  92. Changed
  93. * Changed Polishing modifier back to original behavior that overrides toughness [[#223]](https://github.com/TheIllusiveC4/ConstructsArmory/issues/223)
  94.  
  95. conarm-1.12.2-1.2.5.7.jar:
  96. 1.2.5.7
  97. -----------
  98. * Fix accessory rendering issues while sneaking
  99.  
  100. conarm-1.12.2-1.2.5.6.jar:
  101. 1.2.5.6
  102. ------------
  103. Fixed armor stands not rendering accessories
  104.  
  105. conarm-1.12.2-1.2.5.5.jar:
  106. ## [1.2.5.5] - 2020.04.27
  107. ### Fixed
  108. * Fix CraftTweaker integration Knockback event handler[[#222]](https://github.com/TheIllusiveC4/ConstructsArmory/issues/222)
  109. * Fix armor texture reloading[[#221]](https://github.com/TheIllusiveC4/ConstructsArmory/issues/221)
  110.  
  111. Engineer's Decor (engineersdecor-1.12.2-1.0.20.jar --> engineersdecor-1.12.2-1.1.1.jar):
  112. engineersdecor-1.12.2-1.1.1.jar:
  113. * v1.1.1 [R] Maintenance release.
  114. [F] Fixed Snow laying on Steel Mesh Fence (issue #107, thx TheTinyPebble).
  115. * v1.1.1-b1 [F] Fixed java related startup problem (issue #103, thx madmax3004, erebus42,
  116. StormbringerGTX, teagan75).
  117. -------------------------------------------------------------------
  118. * v1.1.0 [R] Maintenance Release build v1.1.0. Changes:
  119. * Compatibility fixes.
  120. * E-Furnace speed selection bug fixed.
  121. * Block Placer improvements.
  122. -------------------------------------------------------------------
  123. ~ v1.1.0-b3 [/] Version skipped for 1.12.2.
  124. * v1.1.0-b2 [F] Block Placer defers placements if collidable entities are in the way (issue #98, thx DrakoAlcarus).
  125. [F] Added Block verification during TE ticking in case devices are moved (issue #101, thx D0CTOR-ZED).
  126. * v1.1.0-b1 [F] Fixed Electrical Furnace speed sanitizing bug (issue #97, thx therobotmenace).
  127. [M] Changed Labeled Crate Nesting to circumvent server crashing
  128. in combination with the Sponge mod.
  129. -------------------------------------------------------------------
  130. * v1.0.20 [R] Release based on v1.0.20-b6. Release-to-release changes:
  131. * Manual back ported.
  132. * Steel Mesh Fence Gate back ported.
  133. * E-Furnace speed selection switch back ported.
  134. * Labeled Crate back ported.
  135. * Minor bug fixes, compatibility changes.
  136. -------------------------------------------------------------------
  137. * v1.0.20-b6 [F] Implemented compat related to issue #91.
  138. * v1.0.20-b5 [A] Back-ported Patchouli based Manual (you need to install Vazkii_'s Patchouli, too).
  139. [A] Back-ported Steel Mesh Fence Gate.
  140. [M] Minor back-porting compatibility refractoring.
  141. * v1.0.20-b4 [F] Fixed TE registration bug for Crate registry-optout (issue #91, thx tyon2006).
  142. * v1.0.20-b3 [/] Version skipped for 1.12.2.
  143. * v1.0.20-b2 [A] Backported Electrical Furnace GUI speed selection switch.
  144. [A] Backported Labeled Crate (storage crate with built-in item frame).
  145. * v1.0.20-b1 [/] Version skipped for 1.12.2.
  146. ded treated wood table.
  147.  
  148. FTB Library (FTBLib-5.4.7.0.jar --> FTBLib-5.4.7.2.jar):
  149. FTBLib-5.4.7.2.jar:
  150. No changelog available.
  151.  
  152. FTB Money (FTBMoney-1.1.0.42.jar --> FTBMoney-1.2.0.47.jar):
  153. FTBMoney-1.2.0.47.jar:
  154. * Fixed curse slug - LatvianModder
  155.  
  156. FTBMoney-1.1.0.45.jar:
  157. Fixed crash when editing shop
  158.  
  159. FTB Quests (FTBQuests-1.8.0.237.jar --> FTBQuests-1.9.0.12.jar):
  160. FTBQuests-1.9.0.12.jar:
  161. * Merge pull request #446 from xinyuan-liu/1.12 - Kristi?ns Mic?tis
  162. * tiny style issue - xinyuan-liu
  163. * use StandardCharsets.UTF_8 - xinyuan-liu
  164. * fix SNBT file not read/write in UTF-8 - xinyuan-liu
  165.  
  166. FTBQuests-1.9.0.11.jar:
  167. * Added Biome task - LatvianModder
  168. * Added "OR Task Logic" quest option - LatvianModder
  169. * Fixed i18n crash on server - LatvianModder
  170.  
  171. FTBQuests-1.9.0.10.jar:
  172. * Possibly fixed FTBQuestsInventoryListener.detect crash - LatvianModder
  173. * Added NBT support in Observation task. Use {...} in properties - LatvianModder
  174.  
  175. FTBQuests-1.9.0.9.jar:
  176. * Added debug logging for progress changes, to hunt the .detect() bug easier - LatvianModder
  177.  
  178. FTBQuests-1.9.0.8.jar:
  179. * Added Min Opened Quest Window Width setting for quests - LatvianModder
  180. * Fixed invisible quests being visible from View Dependencies / Dependants buttons - LatvianModder
  181. * 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
  182. * Fixed spelling error - LatvianModder
  183. * Changed dependencies to save as string list instead of int array - LatvianModder
  184. * Changed arrow textures to be filled - LatvianModder
  185. * Added /ftbquests generatechapterwithallitemsingame - LatvianModder
  186. * SNBT format is now ordered, not key hash based - LatvianModder
  187.  
  188. FTBQuests-1.9.0.7.jar:
  189. * Fixed SNBT breaking byte arrays (mostly affecting thermal mods) - LatvianModder
  190.  
  191. FTBQuests-1.9.0.6.jar:
  192. * Added "Only Detect From Crafting" for Item Tasks - LatvianModder
  193. * Added "Only visible in Editing Mode" setting for images, moved them to background - LatvianModder
  194. * Added text editor, dependency list buttons in quest view, grid scale config - LatvianModder
  195.  
  196. FTBQuests-1.9.0.5.jar:
  197. * SNBT format + bugfixes - LatvianModder
  198.  
  199. FTBQuests-1.9.0.4.jar:
  200. * Major update! Changed file format from .nbt to .snbt, it should auto-convert. Back up your quests before updating, as it may break! - LatvianModder
  201.  
  202. FTBQuests-1.8.1.3.jar:
  203. * Fixed Loot Crate Opener dupe bug - LatvianModder
  204. * Moved Team Reward text to bottom of reward tooltip - LatvianModder
  205. * Removed Quest Chest GUI - LatvianModder
  206. * Fixed quests next to each other not letting mouse over them - LatvianModder
  207. * Fixed team rewards not showing item tooltip - LatvianModder
  208.  
  209. FTBQuests-1.8.1.2.jar:
  210. * Quest mouse collision now is calculated form the shape image. You can now add/remove custom shapes with themes - LatvianModder
  211. * 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
  212. * 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
  213. * 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
  214. * Added Count in Item Reward, deprecation notice for Quest Chest - LatvianModder
  215. * Better auto-completion check - LatvianModder
  216.  
  217. FTBQuests-1.8.1.1.jar:
  218. No changelog available.
  219.  
  220. FTBQuests-1.8.1.239.jar:
  221. * Hopefully fixed the bug in 238 with repeatable quests
  222. * Fixed pinned quest button going over text
  223.  
  224. FTB Utilities (FTBUtilities-5.4.0.124.jar --> FTBUtilities-5.4.1.130.jar):
  225. FTBUtilities-5.4.1.130.jar:
  226. * Updated rank info links - LatvianModder
  227.  
  228. FTBUtilities-5.4.1.129.jar:
  229. * Fixed FTB Backups dependency, badges giving a missing texture - LatvianModder
  230.  
  231. FTBUtilities-5.4.1.128.jar:
  232. * Updated FTB Library CF ID - LatvianModder
  233.  
  234. Immersive Engineering (Immersive Engineering 0.12 - 92 --> ImmersiveEngineering-0.12-98):
  235. ImmersiveEngineering-0.12-98:
  236. * Added combat for XLFood to the cloche (LeoBeliik)
  237. * Added Albedo combat for the flueorescent tube (Pabilo8)
  238. * Added steel hoe (BluSunrize)
  239. * Fixed chutes crashing on dedicated servers (Malte)
  240. * Fixed the Skyhook crashing due to Optifine (Malte)
  241. * Fixed division by zero error in multiblock processes (Thonikum)
  242. * Fixed fluid evaporation in the nether when using the Jerrycan (BluSunrize)
  243. * Fixed windmills being stopped by snow (BluSunrize)
  244. * Fixed interaction between Sheetmetal Tanks and RFTools screens (BluSunrize)
  245. * Translations Added/Updated: ko_kr (yor42), jp_jp (karakufire), zh_cn (mcBegins2Snow), ru_ru (Shellyoung)
  246.  
  247. Immersive Technology (MCTImmersiveTechnology-1.12.2-1.7.60.jar --> MCTImmersiveTechnology-1.12.2-1.7.71.jar):
  248. MCTImmersiveTechnology-1.12.2-1.7.71.jar:
  249. 1.7.71
  250. Official MCT Discord [https://discord.gg/ujY2mV9](https://discord.gg/ujY2mV9)
  251. Fixup mirrored coords
  252. Add OpenComputers driver for Solar Tower (Thanks Sigma-One)
  253. Add OpenComputers driver for Distiller (Thanks Sigma-One)
  254. Add OpenComputers driver for Steam Turbine (Thanks Sigma-One)
  255. Add OpenComputers driver for Boiler (Thanks Sigma-One)
  256. 1.7.70
  257. Fix the Solar Tower so it only runs during the day
  258. 1.7.69
  259. More Configuration Options!
  260. Fluids now output from Multiblocks based on a detected amount (except steel tank, but it's configurable)
  261. Check configs as the Steel Tank was not in the Multiblock section
  262. Fix some static values that would prevent fluid outputs on multiple Steam Turbines
  263. Fix Advanced Coke Oven not working
  264. Fix Distiller not working
  265. Fix Solar Tower outputting too much steam, it should be half the boiler amount
  266. 1.7.68
  267. Pulled and Replaced by version 1.7.69
  268. 1.7.67
  269. Pulled and Replaced by version 1.7.69
  270. 1.7.66
  271. Pulled and Replaced by version 1.7.69
  272. 1.7.65
  273. Pulled and Replaced by version 1.7.69
  274. 1.7.64
  275. Add Reinforced Coke Brick Slab
  276. Fix Typo in Config
  277. Add version check for IE (Fixes crash when not using later versions of IE)
  278. Code Cleanup
  279. 1.7.63
  280. Added Multiblock Stages support
  281. 1.7.62
  282. Fixed timer sometimes not responding to RS signal
  283. Update zh_TW.lang
  284. 1.7.61
  285. Fixed compat with IP over the IE pump
  286. Added Item Output to Distiller's JEI page
  287. Update zh_TW.lang
  288. 1.7.60
  289. Config option to change trash OSD to per tick
  290.  
  291. Item Filters (ItemFilters-1.0.3.12.jar --> ItemFilters-1.0.4.2.jar):
  292. ItemFilters-1.0.4.2.jar:
  293. * Fixed repeating item { item { ... }} tags - LatvianModder
  294.  
  295. ItemFilters-1.0.4.1.jar:
  296. No changelog available.
  297.  
  298. Just Enough HarvestCraft (JEHC) ([1.12.2] Just Enough HarvestCraft 1.7.0 --> [1.12.2] Just Enough HarvestCraft 1.7.2):
  299. [1.12.2] Just Enough HarvestCraft 1.7.2:
  300. Add logo and URL to the mod info
  301.  
  302. [1.12.2] Just Enough HarvestCraft 1.7.1:
  303. Add Portuguese translation (thanks @Kazuya79)
  304.  
  305. Just Enough Items (JEI) (jei_1.12.2-4.15.0.293.jar --> jei_1.12.2-4.15.0.297.jar):
  306. Placeholder:
  307. No changelog available.
  308.  
  309. Patchouli (Patchouli-1.0-20.jar --> Patchouli-1.0-21.jar):
  310. Patchouli-1.0-21.jar:
  311. 1.12.2 Bugfix Backport Build
  312. * Fix occasional crashes when using the 2x2 recipe grid
  313. * Add Patchouli details to crash reports
  314. * Advancement locking now queries vanilla. As a result, vanilla namespaces may now be used for advancements, and advancement_namespaces is no longer necessary in the book JSON
  315.  
  316. RandomPatches (RandomPatches 1.12.2-1.21.0.3 --> RandomPatches 1.12.2-1.22.0.0):
  317. RandomPatches 1.12.2-1.22.0.0:
  318. Implemented a fix for dismount positions.
  319.  
  320. RandomPatches 1.12.2-1.21.2.0:
  321. Fixed observers not being triggered when moved by a piston.
  322.  
  323. RandomPatches 1.12.2-1.21.1.6:
  324. Atttempted a read timeout fix.
  325.  
  326. RandomTweaks (RandomTweaks 1.12.2-2.8.0.2 --> RandomTweaks 1.12.2-2.8.2.0):
  327. RandomTweaks 1.12.2-2.8.2.0:
  328. Added a keybind to toggle potion particles.
  329.  
  330. RandomTweaks 1.12.2-2.8.1.0:
  331. Added two new farmland trample behaviors that prevent wet farmland from being trampled.
  332. Added Wings compatibility for the auto third person feature.
  333.  
  334. Reborn Core (RebornCore-1.12.2-3.19.3.524-universal.jar --> RebornCore-1.12.2-3.19.4.529-universal.jar):
  335. RebornCore-1.12.2-3.19.4.529-universal.jar:
  336. (drcrazy) #releaseBuild
  337. (drcrazy) Fix for recipe system. Closes TechReborn/TechReborn-Legacy-Issues#43
  338. (drcrazy) Fix facing. Closes TechReborn/TechReborn-Legacy-Issues#40
  339. (drcrazy) Ingredients shouldn't check for NBT. Who cares for energy in ingredient
  340. (drcrazy) Removed unused imports
  341.  
  342. Tech Reborn (TechReborn-1.12.2-2.27.2.1079-universal.jar --> TechReborn-1.12.2-2.27.3.1084-universal.jar):
  343. TechReborn-1.12.2-2.27.3.1084-universal.jar:
  344. (drcrazy) #releaseBuild
  345. (drcrazy) We actually care abt NBT for cells
  346. (drcrazy) Fusion reactor should respect maxOutput config value
  347. (drcrazy) Use oreDict name for lapotron crystal
  348.  
  349. Tweakers Construct (tweakersconstruct-1.12.2-1.5.3.jar --> tweakersconstruct-1.12.2-1.5.4.jar):
  350. tweakersconstruct-1.12.2-1.5.4.jar:
  351. added option to only remove a material if it was added by a certain mod (yes you can prevent material conflicts with this)
  352. added option to add items to a material to make that material out of that item
  353.  
  354. - FTB Quests Importer
  355.  
  356. Generated using [ChangelogGenerator 2.0.0-pre3](https://github.com/TheRandomLabs/ChangelogGenerator).
  357.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement