diff --git a/.github/workflows/nightly-modpack-build.yml b/.github/workflows/nightly-modpack-build.yml index 6d3ce02f..f6cb3ce1 100644 --- a/.github/workflows/nightly-modpack-build.yml +++ b/.github/workflows/nightly-modpack-build.yml @@ -82,6 +82,21 @@ jobs: path: cache key: daxxl-${{ runner.os }}-${{ steps.date.outputs.cachedate }} + - name: Retrieve last non-nightly release name + shell: bash + if: success() || failure() + run: | + last_non_nightly_release_name="$(jq -r '.releases | map(select(contains("nightly") | not)) | last' <./gtnh-modpack.json)" + echo "nightly_non_nightly_changelog_file='./releases/changelogs/changelog from ${last_non_nightly_release_name} to nightly.md'" >> $GITHUB_ENV + echo "last_non_nightly_release_name='${last_non_nightly_release_name}'" >> $GITHUB_ENV + + - name: Generate changelog between nightly and last non-nightly release + shell: bash + env: + GITHUB_TOKEN: ${{ secrets.NIGHTLY_GITHUB_TOKEN }} + run: | + poetry run python -m gtnh.cli.generate_changelog --previous-release-name "$last_non_nightly_release_name" nightly > "$nightly_non_nightly_changelog_file" + # Upload modpack - name: Upload manifest @@ -172,6 +187,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git config pull.rebase true + git add "$last_non_nightly_release_name" git add "./releases/changelogs/nightly builds" git add ./releases/manifests/nightly.json git add ./gtnh-assets.json diff --git a/releases/changelogs/changelog from 2.5.1 to nightly.md b/releases/changelogs/changelog from 2.5.1 to nightly.md deleted file mode 100644 index e2ebb165..00000000 --- a/releases/changelogs/changelog from 2.5.1 to nightly.md +++ /dev/null @@ -1,3139 +0,0 @@ -# New Mods: -> * Angelica -> * Archaicfix -> * CoreTweaks -> * Hunger-Overhaul -> * NotEnoughCharacters -> * ServerUtilities -> * Tinkers-Defense -# Mods Removed: -> * FastCraft -> * HungerOverhaul -> * MalisisCore -> * Tinkers' Defense -# Updated AE2FluidCraft-Rework (1.1.74-gtnh@Side.BOTH --> 1.2.21-gtnh@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.73-gtnh...1.2.21-gtnh ->## What's Changed -> * Remove Useless GL11 calls by @mitchej123 in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/196 (1.2.21-gtnh) -> * Fix GT circuit detection with dual interfaces by @Caedis in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/194 (1.2.20-gtnh) -> * FIX: Use correct priority increment amounts by @michaeldoylecs in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/192 (1.2.19-gtnh) -> * Fix Dynamic Font Size by @slprime in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/193 (1.2.18-gtnh) -> * Use GT and ae2f fluids in ME inputs/outputs and storag by @slprime in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/191 (1.2.17-gtnh) -> * Use GT and ae2f fluids in ME inputs/outputs and storag by @slprime in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/191 (1.2.16-gtnh-pre) -> * Adding fluids to sticky card by @Cardinalstars in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/190 (1.2.14-gtnh-pre) -> * Adding fluids to sticky card by @Cardinalstars in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/190 (1.2.13-gtnh) -> * hold the shift to stop sort items by @asdflj in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/188 (1.2.9-gtnh-pre) -> * hold the shift to stop sort items by @asdflj in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/188 (1.2.8-gtnh) -> * Level Maintainer fulfills requests in a round robin pattern. by @AbdielKavash in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/187 (1.2.7-gtnh) -> * Add null check to level terminal middle click by @Caedis in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/186 (1.2.6-gtnh) -> * Fix ability to configure `TileLevelMaintainer` using OC by @Laiff in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/184 (1.2.5-gtnh) -> * Correct split client-server code by @Laiff in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/183 (1.2.4-gtnh) -> * Implement Interface Locking for Dual Interfaces by @TechnicianLP in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/182 (1.2.3-gtnh) -> * Respect setting `preserveSearchBar` in `InterfaceTerminal` (1.2.2-gtnh) -> * Support to show p2p outputs in interface terminal by @Laiff in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/179 (1.2.1-gtnh) -> * Correct `stackSize` z order by @Laiff in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/178 (1.2.0-gtnh) -> ->## New Contributors -> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/196 (1.2.21-gtnh) -> * @michaeldoylecs made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/192 (1.2.19-gtnh) -> * @slprime made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/191 (1.2.17-gtnh) -> * @slprime made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/191 (1.2.16-gtnh-pre) -> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/190 (1.2.14-gtnh-pre) -> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/190 (1.2.13-gtnh) -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/187 (1.2.7-gtnh) -> * @Caedis made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/186 (1.2.6-gtnh) -> - -# Updated AFSU (1.2.6-GTNH@Side.BOTH --> 1.3.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/AFSU/compare/1.2.5-GTNH...1.3.0-GTNH ->## What's Changed -> * [bs] update spotless, clean repos by @bombcar in https://github.com/GTNewHorizons/AFSU/pull/6 (1.3.0-GTNH) -> * update build by @bombcar in https://github.com/GTNewHorizons/AFSU/pull/4 (1.2.6-GTNH) -> - -# Updated AdventureBackpack2 (1.0.17-GTNH@Side.BOTH --> 1.1.2-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/AdventureBackpack2/compare/1.0.16-GTNH...1.1.2-GTNH ->## What's Changed -> * Handle mouse keybinds without keyboard input by @Lyfts in https://github.com/GTNewHorizons/AdventureBackpack2/pull/18 (1.1.2-GTNH) -> * Add name for rideableSpider by @bombcar in https://github.com/GTNewHorizons/AdventureBackpack2/pull/17 (1.1.0-GTNH) -> ->## New Contributors -> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/AdventureBackpack2/pull/18 (1.1.2-GTNH) -> - -# Updated AlchemyGrate (1.0.3-GTNH@Side.BOTH --> 1.1.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/AlchemyGrate/compare/1.0.2-GTNH...1.1.0-GTNH ->## What's Changed -> * Spotless apply for branch fixing-research for #3 by @github-actions in https://github.com/GTNewHorizons/AlchemyGrate/pull/4 (1.0.3-GTNH) -> * actually fixing the researches by @Alastors in https://github.com/GTNewHorizons/AlchemyGrate/pull/3 (1.0.3-GTNH) -> ->## New Contributors -> * @github-actions made their first contribution in https://github.com/GTNewHorizons/AlchemyGrate/pull/4 (1.0.3-GTNH) -> * @Alastors made their first contribution in https://github.com/GTNewHorizons/AlchemyGrate/pull/3 (1.0.3-GTNH) -> - -# Updated Amazing-Trophies (1.1.4@Side.BOTH --> 1.2.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Amazing-Trophies/compare/1.1.3...1.2.1 ->## What's Changed -> * VBO (Significant performance boost with Angelica) by @mitchej123 in https://github.com/GTNewHorizons/Amazing-Trophies/pull/6 (1.2.0) -> * Force Fancy Graphics when rendering a Trophy displaying an Item by @glowredman in https://github.com/GTNewHorizons/Amazing-Trophies/pull/5 (1.1.4) -> * Force Fancy Graphics when rendering a Trophy displaying an Item by @glowredman in https://github.com/GTNewHorizons/Amazing-Trophies/pull/5 (1.1.4) -> ->## New Contributors -> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/Amazing-Trophies/pull/6 (1.2.0) -> - -# New Mod - Angelica (1.0.0-alpha35@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/Angelica/commits/1.0.0-alpha35 ->## What's Changed -> * Stop blacklisting bartworks by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/369 (1.0.0-alpha35) -> * Use ByteBuffer overload when indirect buffer is in client memory by @makamys in https://github.com/GTNewHorizons/Angelica/pull/375 (1.0.0-alpha35) -> * Use vanilla field to count number of chunk updates by @makamys in https://github.com/GTNewHorizons/Angelica/pull/372 (1.0.0-alpha35) -> * Fix AIOBE in debug screen and NPE on world join by @ah-OOG-ah in https://github.com/GTNewHorizons/Angelica/pull/385 (1.0.0-alpha35) -> * Check before casting. by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/389 (1.0.0-alpha35) -> * Don't blacklist gregtech from the render thread by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/356 (1.0.0-alpha34) -> * Update priority of FOV multiplier event by @Caedis in https://github.com/GTNewHorizons/Angelica/pull/361 (1.0.0-alpha34) -> * Potential fix for splash screen crashes by @Caedis in https://github.com/GTNewHorizons/Angelica/pull/363 (1.0.0-alpha34) -> * Initialize toggle keybind when registering by @Caedis in https://github.com/GTNewHorizons/Angelica/pull/366 (1.0.0-alpha34) -> * Only track rendered sprites on specific RenderBlocks instances by @embeddedt in https://github.com/GTNewHorizons/Angelica/pull/355 (1.0.0-alpha33) -> * Try an Int2ObjectMap instead of an ObjectList by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/348 (1.0.0-alpha32) -> * Add JSON models and a dynamic model API by @ah-OOG-ah in https://github.com/GTNewHorizons/Angelica/pull/338 (1.0.0-alpha32) -> * Maybe fix memory leak by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/354 (1.0.0-alpha32) -> * Ignore the iris/mcpf configs, hardcode angelica-modules.cfg filename by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/333 (1.0.0-alpha31) -> * Replace config with gtnhlib's config by @Caedis in https://github.com/GTNewHorizons/Angelica/pull/337 (1.0.0-alpha31) -> * Up required gtnhlib version to 0.2.9 by @Caedis in https://github.com/GTNewHorizons/Angelica/pull/340 (1.0.0-alpha31) -> * Apparently some mods rely on ForgeHooksClient.getWorldRenderPass() by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/347 (1.0.0-alpha31) -> * Switch up the signature to take ints instead of a blockpos and stop allocating one by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/324 (1.0.0-alpha30) -> * Fix #320 by @mts2200 in https://github.com/GTNewHorizons/Angelica/pull/325 (1.0.0-alpha30) -> * Use a RFB plugin for GLSM transforms when available by @eigenraven in https://github.com/GTNewHorizons/Angelica/pull/329 (1.0.0-alpha30) -> * Add Dynamic FOV toggle by @Caedis in https://github.com/GTNewHorizons/Angelica/pull/331 (1.0.0-alpha30) -> * Gate some advanced/beta features behind java properties by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/332 (1.0.0-alpha30) -> * Don't crash wit invalid lightquality/particalmode options by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/306 (1.0.0-alpha29) -> * scheduleRebuildOffThread by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/316 (1.0.0-alpha29) -> * Switcharoo on detecting ThreadSafeISBRHFactory... by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/318 (1.0.0-alpha29) -> * Requires GTNHLib 0.2.4+ (1.0.0-alpha28) -> * Fixes issue with HoloInventory (1.0.0-alpha28) -> * Partially fix entity shaders by @UltraHex in https://github.com/GTNewHorizons/Angelica/pull/294 (1.0.0-alpha28) -> * Test Basic Matrix operations by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/295 (1.0.0-alpha28) -> * Sync with NotFine by @jss2a98aj in https://github.com/GTNewHorizons/Angelica/pull/296 (1.0.0-alpha28) -> * Move JOML dependency to GTNHLib 0.2.4 by @Cleptomania in https://github.com/GTNewHorizons/Angelica/pull/301 (1.0.0-alpha28) -> * Fix glLoadMatrix and add a test for it by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/305 (1.0.0-alpha28) -> * Make getBlockType and getBlockMetadata atomic by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/288 (1.0.0-alpha27) -> * Exclude AMD in testPushPopEnableBit by @Caedis in https://github.com/GTNewHorizons/Angelica/pull/289 (1.0.0-alpha27) -> * GLSM Tests & AMD Driver Workaround by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/290 (1.0.0-alpha27) -> * Blacklist bartworks from the worker thread by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/286 (1.0.0-alpha27) -> * Update Chinese translation by @Ginsway in https://github.com/GTNewHorizons/Angelica/pull/261 (1.0.0-alpha26) -> * Log more information in the no-result task exception by @eigenraven in https://github.com/GTNewHorizons/Angelica/pull/283 (1.0.0-alpha26) -> * Do not return null results in translucency sort task if not cancelled by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/284 (1.0.0-alpha26) -> * Glsm tests by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/275 (1.0.0-alpha25) -> * Fix typo in issue template by @ah-OOG-ah in https://github.com/GTNewHorizons/Angelica/pull/280 (1.0.0-alpha25) -> * A few buildscript and test tweaks by @eigenraven in https://github.com/GTNewHorizons/Angelica/pull/281 (1.0.0-alpha25) -> * More GLSM Tests by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/282 (1.0.0-alpha25) -> * Bump GTNH gradle plugin version by @ah-OOG-ah in https://github.com/GTNewHorizons/Angelica/pull/268 (1.0.0-alpha24) -> * Don't put excessive buffer size by @Asek3 in https://github.com/GTNewHorizons/Angelica/pull/267 (1.0.0-alpha24) -> * Compat with NotEnoughIDs 16-bit Metadata by @Cleptomania in https://github.com/GTNewHorizons/Angelica/pull/271 (1.0.0-alpha24) -> * GLSM Improvements by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/272 (1.0.0-alpha24) -> * Initial QuadProvider API by @ah-OOG-ah in https://github.com/GTNewHorizons/Angelica/pull/256 (1.0.0-alpha24) -> * Minor cleanup by @mist475 in https://github.com/GTNewHorizons/Angelica/pull/264 (1.0.0-alpha23) -> * OpenGL State Debugging by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/262 (1.0.0-alpha23) -> * Fix some missing state for push/pop attrib by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/260 (1.0.0-alpha22) -> * Add a Vector3dStack - Fix nested translations being stored by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/258 (1.0.0-alpha21) -> * Bypass cache longer by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/259 (1.0.0-alpha21) -> * null check by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/255 (1.0.0-alpha20) -> * This wasn't supposed to be private :facepalm: by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/246 (1.0.0-alpha19) -> * Fix leaf rendering issue by @jss2a98aj in https://github.com/GTNewHorizons/Angelica/pull/247 (1.0.0-alpha19) -> * Only return null if job is explicitly cancelled by @embeddedt in https://github.com/GTNewHorizons/Angelica/pull/251 (1.0.0-alpha19) -> * Fix PBR by @UltraHex in https://github.com/GTNewHorizons/Angelica/pull/252 (1.0.0-alpha19) -> * Make RedirectorTransformer handle block subclasses correctly (fixes TFC+) by @makamys in https://github.com/GTNewHorizons/Angelica/pull/249 (1.0.0-alpha19) -> * Add dependency hints by @makamys in https://github.com/GTNewHorizons/Angelica/pull/253 (1.0.0-alpha19) -> * Opt in thread saftey by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/254 (1.0.0-alpha19) -> * More aggressive caching by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/239 (1.0.0-alpha18) -> * Fix texture state leak in BatchedFontRenderer by @Pistonight in https://github.com/GTNewHorizons/Angelica/pull/240 (1.0.0-alpha18) -> * More Caching by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/242 (1.0.0-alpha18) -> * Fewer Allocations by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/243 (1.0.0-alpha18) -> * VBO related Tweaks by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/227 (1.0.0-alpha17) -> * Fix hud caching alpha handling and boss health by @Pistonight in https://github.com/GTNewHorizons/Angelica/pull/232 (1.0.0-alpha17) -> * OpenGL Debugging by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/233 (1.0.0-alpha17) -> * Handle depth buffer properly in HUD Caching by @Pistonight in https://github.com/GTNewHorizons/Angelica/pull/235 (1.0.0-alpha17) -> * fix runclient17 by @bombcar in https://github.com/GTNewHorizons/Angelica/pull/211 (1.0.0-alpha16) -> * Fix hud caching vignette and crosshair color issues by @Pistonight in https://github.com/GTNewHorizons/Angelica/pull/212 (1.0.0-alpha16) -> * Redirect negative display list calls to VBOs globally (fixes Smart Moving) by @makamys in https://github.com/GTNewHorizons/Angelica/pull/217 (1.0.0-alpha16) -> * ArchaicFix compat by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/220 (1.0.0-alpha16) -> * Make NotFine's sky toggle more granular by @makamys in https://github.com/GTNewHorizons/Angelica/pull/222 (1.0.0-alpha16) -> * Fix campfire backport animations by @makamys in https://github.com/GTNewHorizons/Angelica/pull/224 (1.0.0-alpha16) -> * Config updates by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/225 (1.0.0-alpha16) -> * Add Reese's Sodium Options by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/219 (1.0.0-alpha16) -> * fix some iris problems by @Cyl18 in https://github.com/GTNewHorizons/Angelica/pull/183 (1.0.0-alpha15) -> * Replace fastutil dependency with GTNHLib by @tth05 in https://github.com/GTNewHorizons/Angelica/pull/187 (1.0.0-alpha15) -> * Don't activate item textures if there is no client world by @embeddedt in https://github.com/GTNewHorizons/Angelica/pull/189 (1.0.0-alpha15) -> * Render all Wavefront objects as VBO by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/192 (1.0.0-alpha15) -> * Enable NotFine leaf modes when enableNotFineFeatures is true by @jss2a98aj in https://github.com/GTNewHorizons/Angelica/pull/194 (1.0.0-alpha15) -> * disable sodium weather quality redirect if dynamic surroundings is pr… by @mist475 in https://github.com/GTNewHorizons/Angelica/pull/200 (1.0.0-alpha15) -> * Remove silly early initial implementation and fix star VBO by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/206 (1.0.0-alpha15) -> * Reset the offset on cleanup/clearQuads instead of after every draw/reset call by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/159 (1.0.0-alpha14) -> * Update BS by @makamys in https://github.com/GTNewHorizons/Angelica/pull/165 (1.0.0-alpha14) -> * Clear event phase before reusing object by @embeddedt in https://github.com/GTNewHorizons/Angelica/pull/170 (1.0.0-alpha14) -> * Handle state changes for display lists correctly in GLSM by @Cleptomania in https://github.com/GTNewHorizons/Angelica/pull/168 (1.0.0-alpha14) -> * Only use BatchedFontRenderer when not in a display list compilation by @Cleptomania in https://github.com/GTNewHorizons/Angelica/pull/174 (1.0.0-alpha14) -> * Respect animation speedup config by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/180 (1.0.0-alpha14) -> * Off thread safe blocks by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/177 (1.0.0-alpha14) -> * Quad cleanup by @makamys in https://github.com/GTNewHorizons/Angelica/pull/124 (1.0.0-alpha13) -> * Remove tessellator to buffer by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/123 (1.0.0-alpha13) -> * meh - fix silly by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/126 (1.0.0-alpha13) -> * Fix chunk update stutter by unparking main thread when a chunk render job completes by @embeddedt in https://github.com/GTNewHorizons/Angelica/pull/127 (1.0.0-alpha13) -> * Performance & allocation rate optimizations by @embeddedt in https://github.com/GTNewHorizons/Angelica/pull/128 (1.0.0-alpha13) -> * DisplayList -> VBO for stars, skies, and ModelRenderer by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/129 (1.0.0-alpha13) -> * VBO Manager by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/133 (1.0.0-alpha13) -> * Fix `drawString` returning wrong value by @ZakBerkelaar in https://github.com/GTNewHorizons/Angelica/pull/132 (1.0.0-alpha13) -> * MCPF config/mixins cleanup by @mist475 in https://github.com/GTNewHorizons/Angelica/pull/130 (1.0.0-alpha13) -> * VBO Clouds by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/135 (1.0.0-alpha13) -> * Add archaicfix version requirement, if present by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/136 (1.0.0-alpha13) -> * Fix Camera#blockPos rounding and apply third person offset by @makamys in https://github.com/GTNewHorizons/Angelica/pull/137 (1.0.0-alpha13) -> * Use ConcurrentHashMap to store tile entity renderers by @embeddedt in https://github.com/GTNewHorizons/Angelica/pull/138 (1.0.0-alpha13) -> * Set the hasXXX flags so quads get generated properly by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/139 (1.0.0-alpha13) -> * Make sure the correct discard/reset is being called by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/144 (1.0.0-alpha13) -> * So binding a texture in a display list compile won't change it, but it'll capture the change..... by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/146 (1.0.0-alpha13) -> * Integrate Sodium animation system with Angelica's by @embeddedt in https://github.com/GTNewHorizons/Angelica/pull/147 (1.0.0-alpha13) -> * Store state changes generated while creating a display list, and apply them after calling the display list by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/150 (1.0.0-alpha13) -> * Backport relevant changes from Embeddium versions since the fork by @embeddedt in https://github.com/GTNewHorizons/Angelica/pull/149 (1.0.0-alpha13) -> * Fix for GUI lighting states by @Cleptomania in https://github.com/GTNewHorizons/Angelica/pull/148 (1.0.0-alpha13) -> * Fix VBO crash by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/151 (1.0.0-alpha13) -> * Don't remap, and throw early by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/153 (1.0.0-alpha13) -> * turn sortAndRender redirect into WrapOperation by @mist475 in https://github.com/GTNewHorizons/Angelica/pull/158 (1.0.0-alpha13) -> * Only enable threaded block transformations when sodium is enabled by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/107 (1.0.0-alpha12) -> * Normalize Rotation vector by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/109 (1.0.0-alpha12) -> * Re-enable lighting after rendering Thaumcraft aspects by @Cleptomania in https://github.com/GTNewHorizons/Angelica/pull/111 (1.0.0-alpha12) -> * Defer chunk updates by default by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/112 (1.0.0-alpha12) -> * fix sodium fluid renderer not using biome colors by @mist475 in https://github.com/GTNewHorizons/Angelica/pull/122 (1.0.0-alpha12) -> * VBO support by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/120 (1.0.0-alpha12) -> * Handle bad matrix modes by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/93 (1.0.0-alpha11) -> * Add debug logging option by @Caedis in https://github.com/GTNewHorizons/Angelica/pull/97 (1.0.0-alpha11) -> * Preliminary ChunkAPI/EndlessIDs compatibility by @FalsePattern in https://github.com/GTNewHorizons/Angelica/pull/94 (1.0.0-alpha11) -> * replace lotr blockrendering hashmap with concurrent version by @mist475 in https://github.com/GTNewHorizons/Angelica/pull/98 (1.0.0-alpha11) -> * Move mod checks to their own static class by @Caedis in https://github.com/GTNewHorizons/Angelica/pull/103 (1.0.0-alpha11) -> * Texture coordinate precision issues by @Cleptomania in https://github.com/GTNewHorizons/Angelica/pull/105 (1.0.0-alpha11) -> * Update the tesselator checks to allow for non main instance tesselators while still on the main thread by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/106 (1.0.0-alpha11) -> * Fix constant pool parser early-exiting instead of checking all strings by @embeddedt in https://github.com/GTNewHorizons/Angelica/pull/90 (1.0.0-alpha10) -> * Do not include transformed mods in runtime classpath by default by @embeddedt in https://github.com/GTNewHorizons/Angelica/pull/91 (1.0.0-alpha10) -> * Fix Block bounds fields redirects not applying to subclasses by @embeddedt in https://github.com/GTNewHorizons/Angelica/pull/79 (1.0.0-alpha9) -> * Add missed IC2 mixin by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/85 (1.0.0-alpha9) -> * Fully track GL State changes by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/83 (1.0.0-alpha9) -> * Catch the specific error, rather than generic Exception (which the error doesn't seem to subclass anyway) by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/88 (1.0.0-alpha9) -> * Dynamic cstPoolParser by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/89 (1.0.0-alpha9) -> * Handle GL_COMPILE separately from GL_COMPILE_AND_EXECUTE by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/68 (1.0.0-alpha7) -> * Use client world for main thread renders by @embeddedt in https://github.com/GTNewHorizons/Angelica/pull/62 (1.0.0-alpha6) -> * Opt in debug by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/67 (1.0.0-alpha6) -> * Make glPushAttrib match native behavior if bypassing state manager cache by @embeddedt in https://github.com/GTNewHorizons/Angelica/pull/55 (1.0.0-alpha5) -> * Track the model view and projection matrix by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/56 (1.0.0-alpha5) -> * Avoid restoring GL buffers we didn't modify by @embeddedt in https://github.com/GTNewHorizons/Angelica/pull/60 (1.0.0-alpha5) -> * Because of course someone uses DoubleBuffer by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/61 (1.0.0-alpha5) -> * Switch up how we're grabbing the projection & model view matrix to avoid needing to call glGetFloat() again by @mitchej123 in https://github.com/GTNewHorizons/Angelica/pull/53 (1.0.0-alpha3) -> * mcpf merge 2.0 by @mist475 in https://github.com/GTNewHorizons/Angelica/pull/45 (1.0.0-alpha2) -> * [Add some more guards around GL capabilities](https://github.com/GTNewHorizons/Angelica/commit/7ae4e14a3e284a59fac1895d6fe0fefa501c1acf) (1.0.0-alpha2) -> * ThreadedTessellator -> RenderBlocks instance Tessellator (1.0.0-alpha1) -> * Plus a CME workaround until I can figure out why it's happening (1.0.0-alpha1) -> * One inject with multiple methods instead of two injects (1.0.0-alpha1) -> * Add AF's Tessellator#reset mixin Fixes screen flashing when chunks are being built (1.0.0-alpha1) -> * Thread Saftey (1.0.0-alpha1) -> * Make each tesselator use its own ByteBuffer (1.0.0-alpha1) -> * Don't make RecyclingList a static variable (1.0.0-alpha1) -> * Add some additions via ITessellatorInstance (1.0.0-alpha1) -> * Stop using builtin updateRenderers (1.0.0-alpha1) -> * Remove a few unused things in MixinTessellator (1.0.0-alpha1) -> * Remove useless casting due to implementing the interface (1.0.0-alpha1) -> * Overwrite some more rendering methods to ensure they're not used (1.0.0-alpha1) -> * Implement IBlockAccess on WorldSlice (1.0.0-alpha1) -> * Currently just proxies to the World... need to get it to use the local cache (1.0.0-alpha1) -> * Make WorldSlice use its copied values instead of using the world (1.0.0-alpha1) -> * block, meta, and light. Still need TODO biome (1.0.0-alpha1) -> * Finish making WorldSlice thread safe (1.0.0-alpha1) -> * Remove last unsafe this.world accesses (1.0.0-alpha1) -> * Copy biomeData (1.0.0-alpha1) -> * Implement getTileEntity(), and getBiomeGenForCoords() (1.0.0-alpha1) -> * Remove unused 1.16+ classes - Biome, Colorizer, and ColorBlender related (1.0.0-alpha1) -> * Cache worldHeight instead of asking the provider every time (1.0.0-alpha1) -> * Debug Screen updates (1.0.0-alpha1) -> * Disable Culling for now (until it works) (1.0.0-alpha1) -> * Tessellator Updates (1.0.0-alpha1) -> * Use one instance on the main thread, and individual instances on every other thread (1.0.0-alpha1) -> * Prevent draw() and buffer.reset() on non singleton instance (1.0.0-alpha1) -> * Misc cleanup, maybe better growBuffer? (1.0.0-alpha1) -> * Fixing splash screen and GUI issues by excluding SplashProgress from GLStateManager transformer (1.0.0-alpha1) -> * Update docs (1.0.0-alpha1) -> * Fixing a one line in SodiumWorldRenderer that allows the game setting for the distance at which entities will render. Hope it's not too bad mitch :) (1.0.0-alpha1) -> * TileEntites now render (1.0.0-alpha1) -> * Less silly transparency (1.0.0-alpha1) -> * Removing clamp implementation because I missed the one in mathhelper (1.0.0-alpha1) -> * Initial sodium entity smooth lighting (1.0.0-alpha1) -> * Fix entity smooth lighting (1.0.0-alpha1) -> * Fix lerp uses and use render layers properly (https://github.com/GTNewHorizons/Angelica/pull/17) (1.0.0-alpha1) -> * Remove some uses of blockstate + patch FluidState (1.0.0-alpha1) -> * Fix lerp (1.0.0-alpha1) -> * Enable Sodium fluid rendering (1.0.0-alpha1) -> * Update FluidRenderer.java (1.0.0-alpha1) -> * Rewind buffers when copying (1.0.0-alpha1) -> * Fix multidraw (1.0.0-alpha1) -> * Force cutout on all non-translucent blocks (1.0.0-alpha1) -> * Let vanilla handle render pass state (1.0.0-alpha1) -> * Rewrite render layer check to use Forge 1.7 hook (1.0.0-alpha1) -> * Fix skylight handling (1.0.0-alpha1) -> * Fix flickering (1.0.0-alpha1) -> * Clone TEs correctly (1.0.0-alpha1) -> * Fixing entityDistMulti (I think) (1.0.0-alpha1) -> * Fix TEs rendering on the wrong pass (1.0.0-alpha1) -> * Buff max render distance to 32 Pretty useless since the integrated server stalls instantly, but our renderer supports it (1.0.0-alpha1) -> * Fix fog (1.0.0-alpha1) -> * Fix render distance changes being ignored (1.0.0-alpha1) -> * Implement entity culling (1.0.0-alpha1) -> * Block face culling (1.0.0-alpha1) -> * Re-enable occlusion culling (1.0.0-alpha1) -> * Fix x/z coordinate mixup when indexing biome arrays Partially fixes wrong biome colors, but at chunk edges it's still wrong because neighboring chunks aren't accessed (1.0.0-alpha1) -> * Make a copy of biome data (1.0.0-alpha1) -> * Make CompatMemoryUtil#memReallocDirect preserve buffer position (1.0.0-alpha1) -> * Use biome data of neighboring chunk sections (1.0.0-alpha1) -> * Re-enable fog culling (1.0.0-alpha1) -> * Tile entity culling (1.0.0-alpha1) -> * Remove some unneeded Sodium code (1.0.0-alpha1) -> * Massive code cleanup (1.0.0-alpha1) -> * Avoids errors when usin lwjglxdebug (1.0.0-alpha1) -> * Bump hodgepodge dep (1.0.0-alpha1) -> * Add AngelicaConfig (1.0.0-alpha1) -> * Add Mixin to disable MC's builtin checkGLError (1.0.0-alpha1) -> * Add configs for iris/sodium (1.0.0-alpha1) -> * Iris work (1.0.0-alpha1) -> * Move some StateNotifiers to GLStateManager (1.0.0-alpha1) -> * Remove some redundant mixins based on sodium/angelica work and rendering state captures (1.0.0-alpha1) -> * Add Iris DebugScreenHandler (1.0.0-alpha1) -> * rm archaicfix's occlusion renderer and threaded updates (1.0.0-alpha1) -> * Implemented Sodium's GUI and a couple of setting fixes (https://github.com/GTNewHorizons/Angelica/pull/20) (1.0.0-alpha1) -> * Ported Sodium's GUI (1.0.0-alpha1) -> * Correct AO (1.0.0-alpha1) -> * Fixed Vignette (1.0.0-alpha1) -> * Re-enable DirectMemoryAccess (1.0.0-alpha1) -> * Adds some code from lwjgl3 in CompatMemoryUtil.java (1.0.0-alpha1) -> * Re-add *Unsafe classes (1.0.0-alpha1) -> * Remove MixinWorldRenderer (1.0.0-alpha1) -> * Add NEID (mixin pr) support (1.0.0-alpha1) -> * Only shadow runtime module of antlr4 (1.0.0-alpha1) -> * Update NotFine (1.0.0-alpha1) -> * Make LongHashMap actually perform like a hash map (1.0.0-alpha1) -> * Options GUI Fixes and some option implementations (https://github.com/GTNewHorizons/Angelica/pull/22) (1.0.0-alpha1) -> * Correct useNoErrorGLContext option (1.0.0-alpha1) -> * Added translucency sorting option (1.0.0-alpha1) -> * Implemented Particle Culling gives real fps boost, however, it's not as big as i thought (1.0.0-alpha1) -> * Begin implementing animateOnlyVisibleTextures (1.0.0-alpha1) -> * Correct Donation page opening (1.0.0-alpha1) -> * Fixed Shift + P - Now it uses NotFine's GUI, but it think that NotFine's GUI should be rewrited for using other config options (1.0.0-alpha1) -> * Correct URL's for Linux (1.0.0-alpha1) -> * second code cleanup in particle culling (1.0.0-alpha1) -> * Fix incorrect TE map population (1.0.0-alpha1) -> * Add optional assertMainThread behind `-Dangelica.assertMainThread=true` (1.0.0-alpha1) -> * Add back air optimization, but only apply to vanilla air (1.0.0-alpha1) -> * Implement more options (https://github.com/GTNewHorizons/Angelica/pull/23) (1.0.0-alpha1) -> * Combine free regions in GlBufferArena (1.0.0-alpha1) -> * Clear global block entity list when initializing renderer (1.0.0-alpha1) -> * AF, CompileStubs, and SplashProgress (1.0.0-alpha1) -> * Move a few mixins over to angelica (1.0.0-alpha1) -> * Disable if org.lwjgl.util.Debug is set (1.0.0-alpha1) -> * Only enable Iris/lwjgl debug callbacks if org.lwjgl.util.Debug is set (1.0.0-alpha1) -> * Rewrite Tessellator hacks - now using a ThreadLocal instead of only patching RenderBlocks (1.0.0-alpha1) -> * Reenable AF mixins, switch to cached debug var, disable incompatible mixins (1.0.0-alpha1) -> * Remove AF deps and a late mixin that was missed (1.0.0-alpha1) -> * Add Iris Sodium Compat impl (1.0.0-alpha1) -> * Fix Sodium GLProgram to use ResourceLocation instead of Identifier (1.0.0-alpha1) -> * Start applying Iris -> Sodium Mixins (1.0.0-alpha1) -> * Make NotFine menu open if holding shift (1.0.0-alpha1) -> * Fixed Tessellators in production env (1.0.0-alpha1) -> * Finish Sodium Fluid Renderer (https://github.com/GTNewHorizons/Angelica/pull/24) (1.0.0-alpha1) -> * Init and pass Sodium LightPipelines (1.0.0-alpha1) -> * Remove registry lookup and refactor WorldUtil (1.0.0-alpha1) -> * Hook up lighting pipeline (1.0.0-alpha1) -> * Patch fluid velocity (1.0.0-alpha1) -> * It's alive! Sodium Fluid Renderer is alive! (1.0.0-alpha1) -> * Fix face culling not taking third person camera offset into account (1.0.0-alpha1) -> * rewrite ACTEntityRenderer to stop transforming ALL the classes (1.0.0-alpha1) -> * use ClassConstantPoolParser in TessellatorTransformer to speed up search for Tessellator references (1.0.0-alpha1) -> * use ClassConstantPoolParser in GLStateManagerTransformer to speed up search for class references (1.0.0-alpha1) -> * rewrite GLStateManagerTransformer and TessellatorTransformer (1.0.0-alpha1) -> * merge GLStateManagerTransfor and TessellatorTransformer into one Transformer (1.0.0-alpha1) -> * Fixed smooth lighting rendering (1.0.0-alpha1) -> * Iris block_id Mixins & BlockStateIdMap initial impl for 1.7.10 (1.0.0-alpha1) -> * Fix running with lwjgl debug flag & Cleanup old ShadersMod transformers (1.0.0-alpha1) -> * Initialize GLStateManager via Mixins instead of all in the static block (1.0.0-alpha1) -> * Clean up chunk load/unload tracking, fix chunks rendering without neighbors sometimes (1.0.0-alpha1) -> * Fix occlusion culler not re-running after important uploads (1.0.0-alpha1) -> * Add chunks to queues without going through occlusion culler (1.0.0-alpha1) -> * Extremely primitive synchronization approach for ISBRH (1.0.0-alpha1) -> * Use factory for Spdium menu createElement outputs This will allow NotFine to use Sodium menu elements and vice versa in a future commit. (1.0.0-alpha1) -> * Splash Screen Compat (1.0.0-alpha1) -> * Separate remaining NamedState enums (1.0.0-alpha1) -> * NotFine but it loads Sodium pages (1.0.0-alpha1) -> * Hook up NotFine optimizations (1.0.0-alpha1) -> * Hook up some NotFine features (1.0.0-alpha1) -> * copy over hud caching code from hodgepodge (1.0.0-alpha1) -> * backport glstatemanager mixin (1.0.0-alpha1) -> * Track thread that currently owns the GL Context in addition to the main thread. (1.0.0-alpha1) -> * First pass over FontRenderer, 1300->1400 FPS on my GPU when showing F3 (1.0.0-alpha1) -> * Add JVM flag to bypass GL state caching (1.0.0-alpha1) -> * Push/Pop Attrib Hacks -- to be evolved later (1.0.0-alpha1) -> * Fix FontRenderer+SplashScreen combo (1.0.0-alpha1) -> * HUDCaching tweaks (1.0.0-alpha1) -> * Add license (1.0.0-alpha1) -> * Jabba Compat, and reset tesselator state even if the chunk render thread blows up (1.0.0-alpha1) -> * Initial Xaero's World Map + Minimap Support (1.0.0-alpha1) -> * Disable Fastcraft & Optifine if present (1.0.0-alpha1) -> * Iris Progress (1.0.0-alpha1) -> * Wire up more Iris mixins, informing pipeline stages. Still not rendering anything visible. (1.0.0-alpha1) -> * Don't try to transform the server (1.0.0-alpha1) -> * Avoid running biome generator on client in singleplayer (1.0.0-alpha1) -> * Call world biome retrieval methods instead of copying array directly (https://github.com/GTNewHorizons/Angelica/pull/25) (1.0.0-alpha1) -> * Shaders now do something! (1.0.0-alpha1) -> * Shadow Pass work (1.0.0-alpha1) -> * First shadow pass renders; however it moves all around when moving the camera... (1.0.0-alpha1) -> * Second shadow pass not running because it makes everything very very dark instead of just rendering translucents (1.0.0-alpha1) -> * Actually use the ShadowRenderer Model View when running the shadow pass... (1.0.0-alpha1) -> * Enable Sodium SmoothLightPipeline & Iris useSeparateAo (1.0.0-alpha1) -> * Avoid repeatedly copying biome data on each Y level (https://github.com/GTNewHorizons/Angelica/pull/27) (1.0.0-alpha1) -> * Celestial Rotation fixes (1.0.0-alpha1) -> * Water progress (1.0.0-alpha1) -> * Uniforms audit (1.0.0-alpha1) -> * Lightmap workaround (1.0.0-alpha1) -> * PBR compiling, stuck on Normal and Specular textures being added in (1.0.0-alpha1) -> * Shaderpack selection "works"; ShaderOptions TODO (1.0.0-alpha1) -> * Hud caching angelica (https://github.com/GTNewHorizons/Angelica/pull/28) (1.0.0-alpha1) -> * Potential hud-caching fix (1.0.0-alpha1) -> * Shader Options almost working (1.0.0-alpha1) -> * Entity shadows seem to be working (1.0.0-alpha1) -> * Move glint fix to Mixin (1.0.0-alpha1) -> * Rework mouse handling for ShaderPackConfig (1.0.0-alpha1) -> * Stop centering shader options vertically (1.0.0-alpha1) -> * Angelica pbr (https://github.com/GTNewHorizons/Angelica/pull/31) (1.0.0-alpha1) -> * Only use Sodium light pipeline if useSeparateAo is on Sodium pipeline is still very buggy, so isolate it to Iris-only for now (1.0.0-alpha1) -> * Fix region sorting for translucency (1.0.0-alpha1) -> * Open Shaderpack now works on Linux (1.0.0-alpha1) -> * RM Shadersmod (1.0.0-alpha1) -> * Initial iris scrollbar clicking (1.0.0-alpha1) -> * Punt unsupported ISBRHs to the main thread (1.0.0-alpha1) -> * Delete the ISBRH lock, shouldn't be needed anymore (1.0.0-alpha1) -> * Render GT blocks on main thread (1.0.0-alpha1) -> * Require CCC 1.2.0+ (1.0.0-alpha1) -> * Depend on CCC 1.2 (1.0.0-alpha1) -> * Fix TESRs not being tracked for blocks rendered on main thread (1.0.0-alpha1) -> * Cut down number of runtime dependencies, enable CoreTweaks in dev by default (1.0.0-alpha1) -> * Add modern F3 background (1.0.0-alpha1) -> * Pull over some hodgepodge mixins (1.0.0-alpha1) -> ->## New Contributors -> * @mts2200 made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/325 (1.0.0-alpha30) -> * @Ginsway made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/261 (1.0.0-alpha26) -> * @UltraHex made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/252 (1.0.0-alpha19) -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/211 (1.0.0-alpha16) -> * @Pistonight made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/212 (1.0.0-alpha16) -> * @Cyl18 made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/183 (1.0.0-alpha15) -> * @tth05 made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/187 (1.0.0-alpha15) -> * @makamys made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/124 (1.0.0-alpha13) -> * @ZakBerkelaar made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/132 (1.0.0-alpha13) -> * @FalsePattern made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/94 (1.0.0-alpha11) -> * @Cleptomania made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/105 (1.0.0-alpha11) -> * @embeddedt made their first contribution in https://github.com/GTNewHorizons/Angelica/pull/55 (1.0.0-alpha5) -> - -# Updated AngerMod (0.6.3@Side.BOTH --> 0.7.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/AngerMod/compare/0.6.2...0.7.1 ->## What's Changed -> * [bs] update dependencies and readme by @bombcar in https://github.com/GTNewHorizons/AngerMod/pull/6 (0.7.1) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/AngerMod/pull/5 (0.7.0) -> * WTFPL by @bombcar in https://github.com/GTNewHorizons/AngerMod/pull/4 (0.6.3) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/AngerMod/pull/4 (0.6.3) -> - -# Updated AppleCore (3.2.12@Side.BOTH --> 3.3.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/AppleCore/compare/3.2.11...3.3.0 ->## What's Changed -> * `@Local` / `@Share` / `@ModifyExpressionValue` by @glowredman in https://github.com/GTNewHorizons/AppleCore/pull/28 (3.2.12) -> - -# Updated Applied-Energistics-2-Unofficial (rv3-beta-292-GTNH@Side.BOTH --> rv3-beta-343-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/compare/rv3-beta-291-GTNH...rv3-beta-343-GTNH ->## What's Changed -> * Remove three unwanted recipes by @chochem in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/492 (rv3-beta-343-GTNH) -> * swap the remaining time to elapsed time and some QOL change by @MCTBL in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/491 (rv3-beta-342-GTNH) -> * Fix NEI search highlighting by @leumasme in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/485 (rv3-beta-340-GTNH) -> * Add an option to optimize patterns based on crafting plan by @kuba6000 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/470 (rv3-beta-339-GTNH) -> * Add tall style for cpu list by @MCTBL in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/487 (rv3-beta-339-GTNH) -> * Add tall style cpu table for crafting confirm gui by @MCTBL in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/490 (rv3-beta-339-GTNH) -> * Optimize the code by @wohaopa in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/483 (rv3-beta-336-GTNH) -> * Fix index out of bounds error when trying to craft. by @koiNoCirculation in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/480 (rv3-beta-335-GTNH-pre) -> * Fix index out of bounds error when trying to craft. by @koiNoCirculation in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/480 (rv3-beta-334-GTNH) -> * Enable off-thread rendering with Angelica by @Cleptomania in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/478 (rv3-beta-332-GTNH) -> * Restore the useTerminalUseLargeFont() method and add @Deprecated by @wohaopa in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/482 (rv3-beta-332-GTNH) -> * Now more thread safe by @mitchej123 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/484 (rv3-beta-332-GTNH) -> * Enable off-thread rendering with Angelica by @Cleptomania in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/478 (rv3-beta-330-GTNH-pre) -> * Add Dynamic Font Size for Terminals by @slprime in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/474 (rv3-beta-328-GTNH) -> * fix overflow during serialization by @Glease in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/477 (rv3-beta-328-GTNH) -> * Format numbers by @Connor-Colenso in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/475 (rv3-beta-328-GTNH) -> * Add % share of crafting components extracted from storage by @claimg in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/469 (rv3-beta-327-GTNH) -> * Fix fluid p2p refusing to push fluids when there are too many outputs by @kuba6000 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/473 (rv3-beta-327-GTNH) -> * Add all missing recipes and rename recipes folder to GTNHRecipe by @kuba6000 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/468 (rv3-beta-326-GTNH) -> * Fix a logical issue with Pattern Terminal buttons. by @wohaopa in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/464 (rv3-beta-325-GTNH) -> * Add sorting options to the crafting plan screen by @kuba6000 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/463 (rv3-beta-325-GTNH) -> * Fix crash from wrong compare by @kuba6000 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/465 (rv3-beta-325-GTNH) -> * Buff interface throughput via transvector by @claimg in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/456 (rv3-beta-324-GTNH) -> * RecipeLoader: fix & cleanup by @Pilzinsel64 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/461 (rv3-beta-324-GTNH) -> * Remove `compareTo` Override in AECommand by @glowredman in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/462 (rv3-beta-322-GTNH) -> * Show Fluid Pattern Coord in CraftingCPU Gui by @slprime in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/458 (rv3-beta-319-GTNH) -> * Fix path for easy mode recipes by @Pilzinsel64 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/460 (rv3-beta-319-GTNH) -> * Add variable doubling functionality to the Pattern terminal by @wohaopa in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/455 (rv3-beta-317-GTNH) -> * Removing the need for removal of Applied Energistics-2 recipes in NewHorizonsCoreMod by @Cardinalstars in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/453 (rv3-beta-316-GTNH-pre) -> * Removing the need for removal of Applied Energistics-2 recipes in NewHorizonsCoreMod by @Cardinalstars in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/453 (rv3-beta-315-GTNH) -> * Add Version Pattern by @glowredman in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/454 (rv3-beta-313-GTNH) -> * Use simple array list instead of two maps to manage inventories in NetworkInventoryHandler by @tth05 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/451 (rv3-beta-312-GTNH) -> * [bs] fix buildscripts for jenkins by @bombcar in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/452 (rv3-beta-311-GTNH-pre) -> * Fix incompatibility with rv2-api depending jars like IC2C by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/450 (rv3-beta-311-GTNH-pre) -> * Fix incompatibility with rv2-api depending jars like IC2C by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/450 (rv3-beta-310-GTNH) -> * [bs] fix buildscripts for jenkins by @bombcar in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/452 (rv3-beta-309-GTNH) -> * hold the shift to stop sort items by @asdflj in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/449 (rv3-beta-307-GTNH) -> * ME IO Port Tweaks by @AbdielKavash in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/448 (rv3-beta-306-GTNH) -> * add tooltips for block container cell,update zh_CN by @MCTBL in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/447 (rv3-beta-305-GTNH) -> * Backport Interface Locking Mode by @TechnicianLP in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/437 (rv3-beta-304-GTNH) -> * Do not form `CraftingCPU` if storage overflow detected by @Laiff in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/443 (rv3-beta-304-GTNH) -> * Add Priority Card by @TechnicianLP in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/446 (rv3-beta-304-GTNH) -> * Respect setting `preserveSearchBar` in `InterfaceTerminal` by @Laiff in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/445 (rv3-beta-304-GTNH) -> * Support to show p2p outputs in interface terminal by @Laiff in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/441 (rv3-beta-303-GTNH) -> * Correct stackSize z order by @Laiff in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/440 (rv3-beta-302-GTNH) -> * Respect interface settings by @Laiff in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/439 (rv3-beta-301-GTNH) -> * Fix crash when opening disconnected interface terminal by @Caedis in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/438 (rv3-beta-300-GTNH) -> ->## New Contributors -> * @leumasme made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/485 (rv3-beta-340-GTNH) -> * @koiNoCirculation made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/480 (rv3-beta-335-GTNH-pre) -> * @koiNoCirculation made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/480 (rv3-beta-334-GTNH) -> * @Cleptomania made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/478 (rv3-beta-332-GTNH) -> * @Cleptomania made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/478 (rv3-beta-330-GTNH-pre) -> * @claimg made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/456 (rv3-beta-324-GTNH) -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/448 (rv3-beta-306-GTNH) -> * @TechnicianLP made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/437 (rv3-beta-304-GTNH) -> * @Caedis made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/438 (rv3-beta-300-GTNH) -> - -# Updated ArchitectureCraft (1.8.6@Side.BOTH --> 1.9.5@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ArchitectureCraft/compare/1.8.5...1.9.5 ->## What's Changed -> * Sawbench Improvements/Fixes, and Additional Shapes by @Superfrogman98 in https://github.com/GTNewHorizons/ArchitectureCraft/pull/18 (1.9.5) -> * Pre Angelica Compat - Reorganization by @mitchej123 in https://github.com/GTNewHorizons/ArchitectureCraft/pull/15 (1.9.4) -> * Thread saftey by @mitchej123 in https://github.com/GTNewHorizons/ArchitectureCraft/pull/16 (1.9.4) -> * Cleanup by @mitchej123 in https://github.com/GTNewHorizons/ArchitectureCraft/pull/14 (1.9.3) -> * Add localization for Shapes and ShapePages and add UI color customization by @Flanisch in https://github.com/GTNewHorizons/ArchitectureCraft/pull/13 (1.9.2) -> * Added a new shape category (glow), and new graphic category registered with item IDs that are different from other shpes and come with light value. This allows for better visual effects by modifying the configuration settings based on the item ID in the presence of shader by @ImgoodWK in https://github.com/GTNewHorizons/ArchitectureCraft/pull/12 (1.9.2) -> * Add localization for Shapes and ShapePages and add UI color customization by @Flanisch in https://github.com/GTNewHorizons/ArchitectureCraft/pull/13 (1.9.1) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/ArchitectureCraft/pull/11 (1.9.0) -> * Fixes to Shift Click Behavior in the Sawbench by @Superfrogman98 in https://github.com/GTNewHorizons/ArchitectureCraft/pull/10 (1.8.6) -> ->## New Contributors -> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/14 (1.9.3) -> * @Flanisch made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/13 (1.9.2) -> * @ImgoodWK made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/12 (1.9.2) -> * @Flanisch made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/13 (1.9.1) -> * @Superfrogman98 made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/10 (1.8.6) -> - -# Updated AsieLib (0.5.4@Side.BOTH --> 0.5.5@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/AsieLib/compare/0.5.3...0.5.5 ->## What's Changed -> * Don't use ObjectInputStream by @miozune in https://github.com/GTNewHorizons/AsieLib/pull/3 (0.5.4) -> ->## New Contributors -> * @miozune made their first contribution in https://github.com/GTNewHorizons/AsieLib/pull/3 (0.5.4) -> - -# Updated Avaritia (1.46@Side.BOTH --> 1.49@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Avaritia/compare/1.45...1.49 ->## What's Changed -> * Add alpha channels to masks. by @UltraHex in https://github.com/GTNewHorizons/Avaritia/pull/38 (1.48) -> * Fix Universium rendering with OptiFine by @UltraHex in https://github.com/GTNewHorizons/Avaritia/pull/37 (1.47) -> * Workaround for world time error in shader by @catcatcatcaty in https://github.com/GTNewHorizons/Avaritia/pull/36 (1.46) -> ->## New Contributors -> * @UltraHex made their first contribution in https://github.com/GTNewHorizons/Avaritia/pull/37 (1.47) -> * @catcatcatcaty made their first contribution in https://github.com/GTNewHorizons/Avaritia/pull/36 (1.46) -> - -# Updated Avaritiaddons (1.6.0-GTNH@Side.BOTH --> 1.7.1-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Avaritiaddons/compare/1.5.5-GTNH...1.7.1-GTNH ->## What's Changed -> * Fix infinity chest merges items with different durability by @HoleFish in https://github.com/GTNewHorizons/Avaritiaddons/pull/11 (1.7.1-GTNH) -> * NEI Bookmark Pulling feature for compressed chests by @Nilau1998 in https://github.com/GTNewHorizons/Avaritiaddons/pull/10 (1.6.0-GTNH) -> ->## New Contributors -> * @HoleFish made their first contribution in https://github.com/GTNewHorizons/Avaritiaddons/pull/11 (1.7.1-GTNH) -> * @Nilau1998 made their first contribution in https://github.com/GTNewHorizons/Avaritiaddons/pull/10 (1.6.0-GTNH) -> - -# Updated Battlegear2 (1.3.0@Side.BOTH --> 1.3.5@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Battlegear2/compare/1.2.7...1.3.5 ->## What's Changed -> * Change to mixin to disable blockpick when in creative and battle mode by @Caedis in https://github.com/GTNewHorizons/Battlegear2/pull/24 (1.3.5) -> * use MixinClassWriter directly instead of creating a copy of that class by @Alexdoru in https://github.com/GTNewHorizons/Battlegear2/pull/23 (1.3.3) -> * Small Cleanup by @glowredman in https://github.com/GTNewHorizons/Battlegear2/pull/22 (1.3.0) -> ->## New Contributors -> * @Caedis made their first contribution in https://github.com/GTNewHorizons/Battlegear2/pull/24 (1.3.5) -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/Battlegear2/pull/22 (1.3.0) -> - -# Updated Baubles (1.0.3@Side.BOTH --> 1.0.4@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Baubles/compare/1.0.2...1.0.4 ->## What's Changed -> * Minor fixes by @Gordon-Frohman in https://github.com/GTNewHorizons/Baubles/pull/6 (1.0.3) -> - -# Updated BeeBetterAtBees-GTNH (0.3.1-GTNH@Side.CLIENT --> 0.4.0-GTNH@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/BeeBetterAtBees-GTNH/compare/0.3.1-GTNH...0.4.0-GTNH ->## What's Changed -> * Create README.md by @Dream-Master in https://github.com/GTNewHorizons/BeeBetterAtBees/pull/1 (0.3.1-GTNH) -> * Update README.md by @Dream-Master in https://github.com/GTNewHorizons/BeeBetterAtBees/pull/2 (0.3.1-GTNH) -> * Update Buildscript and fill README by @glowredman in https://github.com/GTNewHorizons/BeeBetterAtBees/pull/3 (0.3.1-GTNH) -> ->## New Contributors -> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/BeeBetterAtBees/pull/1 (0.3.1-GTNH) -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/BeeBetterAtBees/pull/3 (0.3.1-GTNH) -> - -# Updated BetterAchievements (0.1.3@Side.CLIENT --> 0.2.0@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/BetterAchievements/compare/0.1.2...0.2.0 ->## What's Changed -> * Create zh_CN.lang by @Ginsway in https://github.com/GTNewHorizons/BetterAchievements/pull/3 (0.1.3) -> - -# Updated BetterBuildersWands (0.10.1-GTNH@Side.BOTH --> 0.11.1-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/BetterBuildersWands/compare/0.10.0-GTNH...0.11.1-GTNH ->## What's Changed -> * Fix block highlight looking laggy by @leumasme in https://github.com/GTNewHorizons/BetterBuildersWands/pull/11 (0.11.1-GTNH) -> * Suppress missing version warning by @bombcar in https://github.com/GTNewHorizons/BetterBuildersWands/pull/10 (0.10.1-GTNH) -> - -# Updated BetterCrashes (1.3.5-GTNH@Side.CLIENT --> 1.4.0-GTNH@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/BetterCrashes/compare/1.3.4-GTNH...1.4.0-GTNH ->## What's Changed -> * Remove spurious MCVersion warning from FML loading logs by @bombcar in https://github.com/GTNewHorizons/BetterCrashes/pull/15 (1.3.5-GTNH) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/BetterCrashes/pull/15 (1.3.5-GTNH) -> - -# Updated BetterLoadingScreen (1.5.3-GTNH@Side.CLIENT --> 1.6.1-GTNH@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/BetterLoadingScreen/compare/1.5.2-GTNH...1.6.1-GTNH ->## What's Changed -> * Add LANG files for BLS. Some are "missing". by @IcaroKaue in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/23 (1.6.1-GTNH) -> * Allow to work with txloader by @miozune in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/24 (1.6.1-GTNH) -> * Remove a no-longer needed debug Throwable by @bombcar in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/22 (1.5.3-GTNH) -> ->## New Contributors -> * @IcaroKaue made their first contribution in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/23 (1.6.1-GTNH) -> * @miozune made their first contribution in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/24 (1.6.1-GTNH) -> - -# Updated BetterP2P (1.1.20@Side.BOTH --> 1.2.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/BetterP2P/compare/1.1.15...1.2.0 ->## What's Changed -> * [bs] update buildscripts for jankins by @bombcar in https://github.com/GTNewHorizons/BetterP2P/pull/33 (1.2.0) -> * Rewrite Net code, add dual interface compat by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/32 (1.1.20) -> - -# Updated BetterQuesting (3.4.7-GTNH@Side.BOTH --> 3.5.9-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/BetterQuesting/compare/3.4.6-GTNH...3.5.9-GTNH ->## What's Changed -> * cache update in RewardQuestCompletion by @Pa4ok in https://github.com/GTNewHorizons/BetterQuesting/pull/132 (3.5.9-GTNH) -> * embed images by @Glease in https://github.com/GTNewHorizons/BetterQuesting/pull/130 (3.5.9-GTNH) -> * Add Formatting Macros for Quest Descriptions by @Steelux8 in https://github.com/GTNewHorizons/BetterQuesting/pull/122 (3.5.8-GTNH) -> * NEI text color customization with lang file by @Flanisch in https://github.com/GTNewHorizons/BetterQuesting/pull/131 (3.5.6-GTNH) -> * unrestrictAdminCommands Config Option by @bertcardinaels in https://github.com/GTNewHorizons/BetterQuesting/pull/128 (3.5.4-GTNH) -> * Fix quest completion notification causing black screen by @Lyfts in https://github.com/GTNewHorizons/BetterQuesting/pull/126 (3.5.3-GTNH) -> * [bs] update buildscript by @bombcar in https://github.com/GTNewHorizons/BetterQuesting/pull/129 (3.5.3-GTNH) -> * fix inserting into empty tag list not setting tag type by @Glease in https://github.com/GTNewHorizons/BetterQuesting/pull/125 (3.5.1-GTNH) -> * Fix quest notif hud rendering issue by @Alexdoru in https://github.com/GTNewHorizons/BetterQuesting/pull/124 (3.5.0-GTNH) -> ->## New Contributors -> * @Steelux8 made their first contribution in https://github.com/GTNewHorizons/BetterQuesting/pull/122 (3.5.8-GTNH) -> * @Flanisch made their first contribution in https://github.com/GTNewHorizons/BetterQuesting/pull/131 (3.5.6-GTNH) -> * @bertcardinaels made their first contribution in https://github.com/GTNewHorizons/BetterQuesting/pull/128 (3.5.4-GTNH) -> - -# Updated Binnie (2.2.4@Side.BOTH --> 2.3.3@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Binnie/compare/2.2.3...2.3.3 ->## What's Changed -> * No more restriction by player name by @mitchej123 in https://github.com/GTNewHorizons/Binnie/pull/44 (2.3.3) -> * fix no tooltip in some Gui by @ghostflyby in https://github.com/GTNewHorizons/Binnie/pull/42 (2.3.2) -> * Fix double layers tooltip with NEI by @ghostflyby in https://github.com/GTNewHorizons/Binnie/pull/41 (2.2.4) -> ->## New Contributors -> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/44 (2.3.3) -> - -# Updated BlockLimiter (0.55@Side.BOTH --> 0.6.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/BlockLimiter/commits/0.55@Side.BOTH...0.6.0@Side.BOTH - -# Updated BlockRenderer6343 (1.0.6@Side.BOTH --> 1.1.6@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/BlockRenderer6343/compare/1.0.5...1.1.6 ->## What's Changed -> * Add localization and ability to change UI colors by @Flanisch in https://github.com/GTNewHorizons/BlockRenderer6343/pull/11 (1.1.6) -> * Add nei overlay button[?] to multiblock preview by @Cyl18 in https://github.com/GTNewHorizons/BlockRenderer6343/pull/13 (1.1.6) -> * Support mouse middle button in multiblock structure preview by @Cyl18 in https://github.com/GTNewHorizons/BlockRenderer6343/pull/12 (1.1.6) -> * Remove hard dep on Bartworks by @Lyfts in https://github.com/GTNewHorizons/BlockRenderer6343/pull/10 (1.1.3) -> * Fix crash when switching tier after projecting a multiblock by @Lyfts in https://github.com/GTNewHorizons/BlockRenderer6343/pull/9 (1.1.1) -> * Fix preview not showing if multi isn't ISurvivalConstructable by @Lyfts in https://github.com/GTNewHorizons/BlockRenderer6343/pull/8 (1.1.0) -> ->## New Contributors -> * @Flanisch made their first contribution in https://github.com/GTNewHorizons/BlockRenderer6343/pull/11 (1.1.6) -> * @Cyl18 made their first contribution in https://github.com/GTNewHorizons/BlockRenderer6343/pull/13 (1.1.6) -> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/BlockRenderer6343/pull/8 (1.1.0) -> - -# Updated BloodArsenal (1.2.11@Side.BOTH --> 1.3.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/BloodArsenal/compare/1.2.10...1.3.1 ->## What's Changed -> * [bs] update buildscripts for jankins by @bombcar in https://github.com/GTNewHorizons/BloodArsenal/pull/22 (1.3.1) -> * Buff daggers and replace wildcard imports by @Quetz4l in https://github.com/GTNewHorizons/BloodArsenal/pull/20 (1.3.0) -> * Upload ru_RU.lang by @kamenskyi in https://github.com/GTNewHorizons/BloodArsenal/pull/21 (1.3.0) -> * Spotless apply for branch fix-nei-tooltip-crash for #18 by @github-actions in https://github.com/GTNewHorizons/BloodArsenal/pull/19 (1.2.11) -> * Fix Ritual Stone NEI tooltip crash by @wlhlm in https://github.com/GTNewHorizons/BloodArsenal/pull/18 (1.2.11) -> ->## New Contributors -> * @Quetz4l made their first contribution in https://github.com/GTNewHorizons/BloodArsenal/pull/20 (1.3.0) -> * @kamenskyi made their first contribution in https://github.com/GTNewHorizons/BloodArsenal/pull/21 (1.3.0) -> * @github-actions made their first contribution in https://github.com/GTNewHorizons/BloodArsenal/pull/19 (1.2.11) -> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/BloodArsenal/pull/18 (1.2.11) -> - -# Updated BloodMagic (1.4.3@Side.BOTH --> 1.5.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/BloodMagic/compare/1.4.2...1.5.1 ->## What's Changed -> * Ritual of Gaia's Transformation fixes. by @AbdielKavash in https://github.com/GTNewHorizons/BloodMagic/pull/49 (1.5.1) -> * Fix tooltip for meteor NEI by @miozune in https://github.com/GTNewHorizons/BloodMagic/pull/48 (1.4.3) -> ->## New Contributors -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/BloodMagic/pull/49 (1.5.1) -> - -# Updated Botania (1.10.3-GTNH@Side.BOTH --> 1.10.11-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Botania/compare/1.10.2-GTNH...1.10.11-GTNH ->## What's Changed -> * fix elv portal treating lexicon as illegal item by @Glease in https://github.com/GTNewHorizons/Botania/pull/47 (1.10.11-GTNH) -> * Ring of Loki Client/Server fix by @LewisSaber in https://github.com/GTNewHorizons/Botania/pull/45 (1.10.10-GTNH) -> * The ring of ikoL awakens! by @LewisSaber in https://github.com/GTNewHorizons/Botania/pull/43 (1.10.9-GTNH) -> * Reduce number of item copies. by @mitchej123 in https://github.com/GTNewHorizons/Botania/pull/44 (1.10.7-GTNH) -> * Keep a cache of time uniforms instead of querying them every time by @mitchej123 in https://github.com/GTNewHorizons/Botania/pull/41 (1.10.6-GTNH) -> * Clarify some misunderstanding by @LewisSaber in https://github.com/GTNewHorizons/Botania/pull/39 (1.10.5-GTNH) -> * backports VazkiiMods/Botania#2721 by @Glease in https://github.com/GTNewHorizons/Botania/pull/35 (1.10.3-GTNH) -> ->## New Contributors -> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/Botania/pull/41 (1.10.6-GTNH) -> - -# Updated Botanic-horizons (1.0.19-GTNH@Side.BOTH --> 1.1.2-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Botanic-horizons/compare/1.0.18-GTNH...1.1.2-GTNH ->## What's Changed -> * Fix minor code quality issues in #27 by @combusterf in https://github.com/GTNewHorizons/Botanic-horizons/pull/28 (1.1.1-GTNH) -> * fix basalt chiselgroup name by @chochem in https://github.com/GTNewHorizons/Botanic-horizons/pull/27 (1.1.0-GTNH) -> - -# Updated BrandonsCore (1.0.0.13-GTNH@Side.BOTH --> 1.1.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/BrandonsCore/compare/1.0.0.13-GTNH...1.1.0-GTNH ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/BrandonsCore/pull/2 (1.1.0-GTNH) -> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/BrandonsCore/pull/1 (1.0.0.13-GTNH) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/BrandonsCore/pull/2 (1.1.0-GTNH) -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/BrandonsCore/pull/1 (1.0.0.13-GTNH) -> - -# Updated BugTorch (1.2.12-GTNH@Side.BOTH --> 1.2.13-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/BugTorch/compare/1.2.11-GTNH...1.2.13-GTNH ->## What's Changed -> * move config load to early enough to hear the Squid by @bombcar in https://github.com/GTNewHorizons/BugTorch/pull/21 (1.2.12-GTNH) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/BugTorch/pull/21 (1.2.12-GTNH) -> - -# Updated BuildCraft (7.1.38@Side.BOTH --> 7.1.39@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/BuildCraft/compare/7.1.37...7.1.39 ->## What's Changed -> * Fix No Gates Recipes with dreamcraft, really by @ghostflyby in https://github.com/GTNewHorizons/BuildCraft/pull/19 (7.1.38) -> - -# Updated BuildCraftCompat (7.1.16@Side.BOTH --> 7.1.17@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/BuildCraftCompat/compare/7.1.15...7.1.17 ->## What's Changed -> * update bs+deps by @Dream-Master in https://github.com/GTNewHorizons/BuildCraftCompat/pull/11 (7.1.16) -> ->## New Contributors -> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/BuildCraftCompat/pull/11 (7.1.16) -> - -# Updated BuildCraftOilTweak (1.0.4@Side.BOTH --> 1.1.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/BuildCraftOilTweak/compare/1.0.4...1.1.1 ->## What's Changed -> * Fix Version Replacement by @glowredman in https://github.com/GTNewHorizons/BuildCraftOilTweak/pull/2 (1.1.1) -> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/BuildCraftOilTweak/pull/1 (1.0.4) -> ->## New Contributors -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/BuildCraftOilTweak/pull/1 (1.0.4) -> - -# Updated CarpentersBlocks (3.4.1-GTNH@Side.BOTH --> 3.5.1-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/CarpentersBlocks/compare/3.4.0-GTNH...3.5.1-GTNH ->## What's Changed -> * Use IBlockAccess instead of worldObj by @mitchej123 in https://github.com/GTNewHorizons/CarpentersBlocks/pull/4 (3.5.0-GTNH) -> * Fixes a world memory leak by @Pelotrio in https://github.com/GTNewHorizons/CarpentersBlocks/pull/3 (3.4.1-GTNH) -> ->## New Contributors -> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/CarpentersBlocks/pull/4 (3.5.0-GTNH) -> * @Pelotrio made their first contribution in https://github.com/GTNewHorizons/CarpentersBlocks/pull/3 (3.4.1-GTNH) -> - -# Updated Catwalks-2 (2.1.4-GTNH@Side.BOTH --> 2.2.1-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Catwalks-2/compare/2.1.3-GTNH...2.2.1-GTNH ->## What's Changed -> * Mostly thread safe by @mitchej123 in https://github.com/GTNewHorizons/Catwalks-2/pull/9 (2.2.1-GTNH) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/Catwalks-2/pull/8 (2.2.0-GTNH) -> * Clarify Permissions by @glowredman in https://github.com/GTNewHorizons/Catwalks-2/pull/7 (2.1.4-GTNH) -> ->## New Contributors -> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/Catwalks-2/pull/9 (2.2.1-GTNH) -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/Catwalks-2/pull/7 (2.1.4-GTNH) -> - -# Updated Chisel (2.12.3-GTNH@Side.BOTH --> 2.14.1-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Chisel/compare/2.12.2-GTNH...2.14.1-GTNH ->## What's Changed -> * Null saftey by @mitchej123 in https://github.com/GTNewHorizons/Chisel/pull/45 (2.14.1-GTNH) -> * Fixes an NPE thrown with NEI by @mitchej123 in https://github.com/GTNewHorizons/Chisel/pull/46 (2.14.1-GTNH) -> * Angelica compat by @mitchej123 in https://github.com/GTNewHorizons/Chisel/pull/43 (2.14.0-GTNH) -> * Update to use CCC/L 1.2.0 for multi-thread compat by @bombcar in https://github.com/GTNewHorizons/Chisel/pull/42 (2.13.4-GTNH) -> * Another Obsidian harvestlevel fix by @chochem in https://github.com/GTNewHorizons/Chisel/pull/41 (2.13.2-GTNH) -> * Add vanilla mining levels by @Caedis in https://github.com/GTNewHorizons/Chisel/pull/39 (2.13.1-GTNH) -> * fix mining levels with iguana by @chochem in https://github.com/GTNewHorizons/Chisel/pull/40 (2.13.1-GTNH) -> * Don't relocate CTMLib by @makamys in https://github.com/GTNewHorizons/Chisel/pull/37 (2.13.0-GTNH) -> * Make Forge Multipart dependency optional by @makamys in https://github.com/GTNewHorizons/Chisel/pull/38 (2.13.0-GTNH) -> * Fix more memory leaks by @Pelotrio in https://github.com/GTNewHorizons/Chisel/pull/36 (2.12.3-GTNH) -> ->## New Contributors -> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/43 (2.14.0-GTNH) -> * @Caedis made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/39 (2.13.1-GTNH) -> * @makamys made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/37 (2.13.0-GTNH) -> - -# Updated ChiselTones (1.0.4-GTNH@Side.BOTH --> 1.1.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ChiselTones/compare/1.0.4-GTNH...1.1.0-GTNH ->## What's Changed -> * [bs] update buildscripts for jankins by @bombcar in https://github.com/GTNewHorizons/ChiselTones/pull/2 (1.1.0-GTNH) -> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/ChiselTones/pull/1 (1.0.4-GTNH) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/ChiselTones/pull/2 (1.1.0-GTNH) -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/ChiselTones/pull/1 (1.0.4-GTNH) -> - -# Updated CodeChickenCore (1.1.13@Side.BOTH --> 1.2.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/CodeChickenCore/compare/1.1.11...1.2.1 ->## What's Changed -> * Angelica Compat by @mitchej123 in https://github.com/GTNewHorizons/CodeChickenCore/pull/12 (1.2.0) -> * update BS and spotlessApply by @bombcar in https://github.com/GTNewHorizons/CodeChickenCore/pull/11 (1.1.13) -> - -# Updated CodeChickenLib (1.1.10@Side.BOTH --> 1.2.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/CodeChickenLib/compare/1.1.9...1.2.1 ->## What's Changed -> * Angelica Support - Static -> Instanced by @mitchej123 in https://github.com/GTNewHorizons/CodeChickenLib/pull/14 (1.2.0) -> * Fix incomplete patch for item id packet by @miozune in https://github.com/GTNewHorizons/CodeChickenLib/pull/13 (1.1.10) -> - -# Updated Computronics (1.7.1-GTNH@Side.BOTH --> 1.7.2-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Computronics/compare/1.7.0-GTNH...1.7.2-GTNH ->## What's Changed -> * Stop OC from executing getInfoData in its worker thread by @MeiTianyou in https://github.com/GTNewHorizons/Computronics/pull/21 (1.7.1-GTNH) -> ->## New Contributors -> * @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/Computronics/pull/21 (1.7.1-GTNH) -> - -# Updated Controlling (2.0.1@Side.CLIENT --> 2.0.2@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/Controlling/compare/2.0.0.0...2.0.2 - -# Updated CookingForBlockheads (1.2.16-GTNH@Side.BOTH --> 1.3.3-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/CookingForBlockheads/compare/1.2.15-GTNH...1.3.3-GTNH ->## What's Changed -> * Fix handling of container item by @miozune in https://github.com/GTNewHorizons/CookingForBlockheads/pull/42 (1.3.3-GTNH) -> * update buildscript and dependencies by @bombcar in https://github.com/GTNewHorizons/CookingForBlockheads/pull/41 (1.3.0-GTNH) -> * Fix: TileEntity migration from old savefiles by @eigenraven in https://github.com/GTNewHorizons/CookingForBlockheads/pull/40 (1.2.16-GTNH) -> ->## New Contributors -> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/CookingForBlockheads/pull/40 (1.2.16-GTNH) -> - -# Updated CraftTweaker (3.2.13@Side.BOTH --> 3.3.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/CraftTweaker/compare/3.2.12...3.3.1 ->## What's Changed -> * Fix Implementation of `MCServer$MCCommand.compareTo(Object)` by @glowredman in https://github.com/GTNewHorizons/CraftTweaker/pull/17 (3.3.1) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/CraftTweaker/pull/16 (3.3.0) -> * Fix missing ModOnly-IC2 annotations by @eigenraven in https://github.com/GTNewHorizons/CraftTweaker/pull/14 (3.2.13) -> ->## New Contributors -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/CraftTweaker/pull/17 (3.3.1) -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/CraftTweaker/pull/16 (3.3.0) -> - -# Updated CreativeCore (1.3.31-GTNH@Side.BOTH --> 1.4.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/CreativeCore/compare/1.3.30-GTNH...1.4.0-GTNH ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/CreativeCore/pull/6 (1.4.0-GTNH) -> * Log what class received by @miozune in https://github.com/GTNewHorizons/CreativeCore/pull/5 (1.3.31-GTNH) -> - -# Updated CropLoadCore (0.1.10@Side.BOTH --> 0.2.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/CropLoadCore/compare/0.1.9...0.2.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/CropLoadCore/pull/9 (0.2.0) -> * weeds by @bombcar in https://github.com/GTNewHorizons/CropLoadCore/pull/8 (0.1.10) -> - -# Updated Crops-plus-plus (1.5.12@Side.BOTH --> 1.6.4@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Crops-plus-plus/compare/1.5.11...1.6.4 ->## What's Changed -> * use correct Roman numerals for UHV machine names by @NotAPenguin0 in https://github.com/GTNewHorizons/Crops-plus-plus/pull/66 (1.6.4) -> * Just textures by @Minepolz320 in https://github.com/GTNewHorizons/Crops-plus-plus/pull/65 (1.6.3) -> * Fix Potions by @glowredman in https://github.com/GTNewHorizons/Crops-plus-plus/pull/63 (1.6.1) -> * Fix incorrect cactus drop. by @C0bra5 in https://github.com/GTNewHorizons/Crops-plus-plus/pull/64 (1.6.0) -> * add back Space Flower uum recipe by @Dream-Master in https://github.com/GTNewHorizons/Crops-plus-plus/pull/62 (1.5.12) -> ->## New Contributors -> * @NotAPenguin0 made their first contribution in https://github.com/GTNewHorizons/Crops-plus-plus/pull/66 (1.6.4) -> - -# Updated Custom-Main-Menu (1.10.3@Side.CLIENT --> 1.11.2@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/Custom-Main-Menu/compare/1.10.2...1.11.2 ->## What's Changed -> * Make the mod info header readable by @ColonelGerdauf in https://github.com/GTNewHorizons/Custom-Main-Menu/pull/8 (1.11.2) -> * Cleanup by @miozune in https://github.com/GTNewHorizons/Custom-Main-Menu/pull/6 (1.11.1) -> * Fix translations not being reloaded on language change by @miozune in https://github.com/GTNewHorizons/Custom-Main-Menu/pull/7 (1.11.1) -> * only build strings when necessary instead of every frame by @charagarlnad in https://github.com/GTNewHorizons/Custom-Main-Menu/pull/4 (1.10.3) -> * update bs by @Caedis in https://github.com/GTNewHorizons/Custom-Main-Menu/pull/5 (1.10.3) -> ->## New Contributors -> * @ColonelGerdauf made their first contribution in https://github.com/GTNewHorizons/Custom-Main-Menu/pull/8 (1.11.2) -> * @miozune made their first contribution in https://github.com/GTNewHorizons/Custom-Main-Menu/pull/6 (1.11.1) -> * @Caedis made their first contribution in https://github.com/GTNewHorizons/Custom-Main-Menu/pull/5 (1.10.3) -> - -# Updated Default-Configs (1.1.6@Side.CLIENT --> 1.2.0@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/Default-Configs/compare/1.1.5...1.2.0 ->## What's Changed -> * don't use SKIP_DEBUG by @Alexdoru in https://github.com/GTNewHorizons/Default-Configs/pull/6 (1.1.6) -> - -# Updated DefaultServerList (1.4.0@Side.CLIENT --> 1.5.0@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/DefaultServerList/compare/1.1.2...1.5.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/DefaultServerList/pull/6 (1.5.0) -> * Add CF/Modrinth Project Details by @glowredman in https://github.com/GTNewHorizons/DefaultServerList/pull/4 (1.4.0) -> * Get Changelog as temp file by @glowredman in https://github.com/GTNewHorizons/DefaultServerList/pull/5 (1.4.0) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/DefaultServerList/pull/6 (1.5.0) -> - -# Updated DefaultWorldGenerator (0.2@Side.CLIENT --> 0.3.0@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/DefaultWorldGenerator/compare/0.1-b13...0.3.0 ->## What's Changed -> * [bs] fix Jenkins by @bombcar in https://github.com/GTNewHorizons/DefaultWorldGenerator/pull/3 (0.3.0) -> * Fix bug that resets superflat configuration by @firenoo in https://github.com/GTNewHorizons/DefaultWorldGenerator/pull/1 (0.2) -> * Switch to GTNH ForgeGradle by @miozune in https://github.com/GTNewHorizons/DefaultWorldGenerator/pull/2 (0.2) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/DefaultWorldGenerator/pull/3 (0.3.0) -> * @firenoo made their first contribution in https://github.com/GTNewHorizons/DefaultWorldGenerator/pull/1 (0.2) -> * @miozune made their first contribution in https://github.com/GTNewHorizons/DefaultWorldGenerator/pull/2 (0.2) -> - -# Updated DetravScannerMod (1.7.2@Side.BOTH --> 1.8.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/DetravScannerMod/compare/1.7.1...1.8.0 - -# Updated Draconic-Evolution (1.2.1-GTNH@Side.BOTH --> 1.3.2-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Draconic-Evolution/compare/1.2.0-GTNH...1.3.2-GTNH ->## What's Changed -> * Fix wrong encode in manual translation in manual-zh_CN.json by @ghostflyby in https://github.com/GTNewHorizons/Draconic-Evolution/pull/45 (1.3.2-GTNH) -> * Update manual-ru_RU.json by @kamenskyi in https://github.com/GTNewHorizons/Draconic-Evolution/pull/44 (1.3.1-GTNH) -> * Update ru_RU.lang by @kamenskyi in https://github.com/GTNewHorizons/Draconic-Evolution/pull/43 (1.2.2-GTNH) -> * Fix memory leak by @Pelotrio in https://github.com/GTNewHorizons/Draconic-Evolution/pull/42 (1.2.1-GTNH) -> ->## New Contributors -> * @ghostflyby made their first contribution in https://github.com/GTNewHorizons/Draconic-Evolution/pull/45 (1.3.2-GTNH) -> * @kamenskyi made their first contribution in https://github.com/GTNewHorizons/Draconic-Evolution/pull/43 (1.2.2-GTNH) -> * @Pelotrio made their first contribution in https://github.com/GTNewHorizons/Draconic-Evolution/pull/42 (1.2.1-GTNH) -> - -# Updated DummyCore (1.17.0@Side.BOTH --> 1.18.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/DummyCore/compare/1.14...1.18.0 ->## What's Changed -> * Spotless apply for branch hide-menu-switch-btn for #3 by @github-actions in https://github.com/GTNewHorizons/DummyCore/pull/4 (1.17.0) -> * Hide Menu Switch Button (configurable) by @glowredman in https://github.com/GTNewHorizons/DummyCore/pull/3 (1.17.0) -> ->## New Contributors -> * @github-actions made their first contribution in https://github.com/GTNewHorizons/DummyCore/pull/4 (1.17.0) -> - -# Updated DuraDisplay (1.1.7@Side.CLIENT --> 1.2.2@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/DuraDisplay/compare/1.1.5...1.2.2 ->## What's Changed -> * Convert to foreach over stream by @Caedis in https://github.com/GTNewHorizons/DuraDisplay/pull/16 (1.2.2) -> * Add WoodenBrickForm to gadgets by @Caedis in https://github.com/GTNewHorizons/DuraDisplay/pull/14 (1.1.7) -> - -# Updated Electro-Magic-Tools (1.3.8@Side.BOTH --> 1.4.5@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Electro-Magic-Tools/compare/1.3.7...1.4.5 ->## What's Changed -> * Localized number formatting. by @AbdielKavash in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/73 (1.4.5) -> * Update ru_RU.lang by @kamenskyi in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/72 (1.4.4) -> * Make boots apply speed boost to all directions by @S4mpsa in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/71 (1.4.4) -> * Update ru_RU.lang by @kamenskyi in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/72 (1.4.3-pre) -> * Convert EMT to RA2 by @chochem in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/70 (1.4.1) -> ->## New Contributors -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/73 (1.4.5) -> * @kamenskyi made their first contribution in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/72 (1.4.4) -> * @S4mpsa made their first contribution in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/71 (1.4.4) -> * @kamenskyi made their first contribution in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/72 (1.4.3-pre) -> - -# Updated EnderCore (0.2.19@Side.BOTH --> 0.4.6@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/EnderCore/compare/0.2.17...0.4.6 ->## What's Changed -> * Remove allocation from BlockCoord.equals() by @ah-OOG-ah in https://github.com/GTNewHorizons/EnderCore/pull/24 (0.4.6) -> * Fix NEI optional again by @miozune in https://github.com/GTNewHorizons/EnderCore/pull/23 (0.4.5) -> * prepare for vertex array usage by @boubou19 in https://github.com/GTNewHorizons/EnderCore/pull/21 (0.4.4) -> * Fix package name for NEI optional annotation by @miozune in https://github.com/GTNewHorizons/EnderCore/pull/20 (0.4.2) -> * Thread Safety by @mitchej123 in https://github.com/GTNewHorizons/EnderCore/pull/19 (0.4.1) -> * Fix for limited item filter by @Tu0rp in https://github.com/GTNewHorizons/EnderCore/pull/18 (0.3.0) -> * Get Empty container with drainFluidContainer by @ghostflyby in https://github.com/GTNewHorizons/EnderCore/pull/17 (0.2.19) -> ->## New Contributors -> * @ah-OOG-ah made their first contribution in https://github.com/GTNewHorizons/EnderCore/pull/24 (0.4.6) -> * @boubou19 made their first contribution in https://github.com/GTNewHorizons/EnderCore/pull/21 (0.4.4) -> * @Tu0rp made their first contribution in https://github.com/GTNewHorizons/EnderCore/pull/18 (0.3.0) -> * @ghostflyby made their first contribution in https://github.com/GTNewHorizons/EnderCore/pull/17 (0.2.19) -> - -# Updated EnderIO (2.5.9@Side.BOTH --> 2.7.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/EnderIO/compare/2.5.8...2.7.1 ->## What's Changed -> * Actually optional by @mitchej123 in https://github.com/GTNewHorizons/EnderIO/pull/154 (2.7.1) -> * Angelica compat by @mitchej123 in https://github.com/GTNewHorizons/EnderIO/pull/153 (2.7.0) -> * Some null checks to avoid outright crashing with Angelica, by @mitchej123 in https://github.com/GTNewHorizons/EnderIO/pull/150 (2.6.7) -> * Fix Dark Steel Anvils in WAILA by @connor135246 in https://github.com/GTNewHorizons/EnderIO/pull/152 (2.6.7) -> * Fix protection mode of travel anchor by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/149 (2.6.6) -> * Fix Anchor always rendering bug by @TheUnderTaker11 in https://github.com/GTNewHorizons/EnderIO/pull/148 (2.6.4) -> * add required hard dependency on cofhlib by @bombcar in https://github.com/GTNewHorizons/EnderIO/pull/146 (2.6.3) -> * exchange existing Item filter icon from newer Ender io version by @Dream-Master in https://github.com/GTNewHorizons/EnderIO/pull/145 (2.6.2) -> * Staff Of Traveling Keybind Feature by @TheUnderTaker11 in https://github.com/GTNewHorizons/EnderIO/pull/144 (2.6.1) -> * Limited Item Filter by @Tu0rp in https://github.com/GTNewHorizons/EnderIO/pull/143 (2.6.0) -> * Add Config to allow servers to re-enable support for client-side 'hacks' like Staff Of Traveling Keybind mod. by @TheUnderTaker11 in https://github.com/GTNewHorizons/EnderIO/pull/142 (2.6.0) -> ->## New Contributors -> * @connor135246 made their first contribution in https://github.com/GTNewHorizons/EnderIO/pull/152 (2.6.7) -> * @Tu0rp made their first contribution in https://github.com/GTNewHorizons/EnderIO/pull/143 (2.6.0) -> * @TheUnderTaker11 made their first contribution in https://github.com/GTNewHorizons/EnderIO/pull/142 (2.6.0) -> - -# Updated EnderStorage (1.4.12@Side.BOTH --> 1.5.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/EnderStorage/compare/1.4.11...1.5.0 ->## What's Changed -> * Fix for CCC/L 1.2.0 threadsafe rendering by @bombcar in https://github.com/GTNewHorizons/EnderStorage/pull/10 (1.5.0) -> - -# Updated EnderZoo (1.0.23@Side.BOTH --> 1.1.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/EnderZoo/compare/1.0.22...1.1.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/EnderZoo/pull/8 (1.1.0) -> * update for maven by @bombcar in https://github.com/GTNewHorizons/EnderZoo/pull/7 (1.0.23) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/EnderZoo/pull/7 (1.0.23) -> - -# Updated EnhancedLootBags (1.1.0@Side.BOTH --> 1.1.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/EnhancedLootBags/compare/1.0.8...1.1.1 ->## What's Changed -> * Add NEI handler by @miozune in https://github.com/GTNewHorizons/EnhancedLootBags/pull/8 (1.1.0) -> - -# Updated Eternal-Singularity (1.1.2@Side.BOTH --> 1.2.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Eternal-Singularity/compare/1.1.1...1.2.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/Eternal-Singularity/pull/9 (1.2.0) -> - -# Updated FindIt (1.1.0@Side.BOTH --> 1.2.5@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/FindIt/compare/1.0.11...1.2.5 ->## What's Changed -> * Rotate to Near Block by @slprime in https://github.com/GTNewHorizons/FindIt/pull/14 (1.2.5) -> * Search Fluids; Changed Block Highlighter by @slprime in https://github.com/GTNewHorizons/FindIt/pull/13 (1.2.3) -> * [QoF] Adding feature that automatically rotate player view when find a item/tile entity successfully by @gitboy14 in https://github.com/GTNewHorizons/FindIt/pull/12 (1.2.2) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/FindIt/pull/11 (1.2.0) -> * Remove hard-dependency on GregTech by @glowredman in https://github.com/GTNewHorizons/FindIt/pull/10 (1.1.0) -> ->## New Contributors -> * @gitboy14 made their first contribution in https://github.com/GTNewHorizons/FindIt/pull/12 (1.2.2) -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/FindIt/pull/10 (1.1.0) -> - -# Updated FloodLights (1.2.9@Side.BOTH --> 1.3.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/FloodLights/compare/1.2.9...1.3.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/FloodLights/pull/2 (1.3.0) -> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/FloodLights/pull/1 (1.2.9) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/FloodLights/pull/2 (1.3.0) -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/FloodLights/pull/1 (1.2.9) -> - -# Updated ForbiddenMagic (0.6.7-GTNH@Side.BOTH --> 0.7.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ForbiddenMagic/compare/0.6.6-GTNH...0.7.0-GTNH ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/ForbiddenMagic/pull/13 (0.7.0-GTNH) -> * Fixing dependencies by @Cardinalstars in https://github.com/GTNewHorizons/ForbiddenMagic/pull/12 (0.6.7-GTNH) -> ->## New Contributors -> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/ForbiddenMagic/pull/12 (0.6.7-GTNH) -> - -# Updated ForestryMC (4.7.1@Side.BOTH --> 4.8.7@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ForestryMC/compare/4.7.0...4.8.7 ->## What's Changed -> * Fix handling pam's coffee and tea crops by @leumasme in https://github.com/GTNewHorizons/ForestryMC/pull/66 (4.8.7) -> * Thread safe by @mitchej123 in https://github.com/GTNewHorizons/ForestryMC/pull/64 (4.8.5) -> * Allocation reduction by @mitchej123 in https://github.com/GTNewHorizons/ForestryMC/pull/62 (4.8.4) -> * [bs] fix buildscripts for jenkins by @bombcar in https://github.com/GTNewHorizons/ForestryMC/pull/61 (4.8.2) -> * Remove Version Checker by @glowredman in https://github.com/GTNewHorizons/ForestryMC/pull/60 (4.8.1) -> * Add name for butterflyGE by @bombcar in https://github.com/GTNewHorizons/ForestryMC/pull/59 (4.8.0) -> ->## New Contributors -> * @leumasme made their first contribution in https://github.com/GTNewHorizons/ForestryMC/pull/66 (4.8.7) -> - -# Updated ForgeMultipart (1.4.1@Side.BOTH --> 1.4.8@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ForgeMultipart/compare/1.4.0...1.4.8 ->## What's Changed -> * Add `version` and `name` Properties to `@Mod` annotations by @glowredman in https://github.com/GTNewHorizons/ForgeMultipart/pull/23 (1.4.8) -> * Re-add dependencies.info corrected, update BS etc by @bombcar in https://github.com/GTNewHorizons/ForgeMultipart/pull/22 (1.4.7) -> * update to support 1.2.0 CCL - needs work to be more performant by @bombcar in https://github.com/GTNewHorizons/ForgeMultipart/pull/21 (1.4.5) -> * Fix ButtonPart.java crashes, tweaks to allow mods to hook it by @Roadhog360 in https://github.com/GTNewHorizons/ForgeMultipart/pull/20 (1.4.3) -> * Potential Fix to some FMP stuff relating to Redstone parts not connecting to bottoms of machines. by @Cardinalstars in https://github.com/GTNewHorizons/ForgeMultipart/pull/18 (1.4.1) -> ->## New Contributors -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/ForgeMultipart/pull/23 (1.4.8) -> * @Roadhog360 made their first contribution in https://github.com/GTNewHorizons/ForgeMultipart/pull/20 (1.4.3) -> - -# Updated ForgeRelocation (0.0.3@Side.BOTH --> 0.1.2@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ForgeRelocation/compare/0.0.2...0.1.2 ->## What's Changed -> * Try a thread safe client map, and guard against a null world by @mitchej123 in https://github.com/GTNewHorizons/ForgeRelocation/pull/6 (0.1.2) -> * Update Version Replacement by @glowredman in https://github.com/GTNewHorizons/ForgeRelocation/pull/5 (0.1.1) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/ForgeRelocation/pull/3 (0.1.0) -> * Fix Mod not being recognized by @glowredman in https://github.com/GTNewHorizons/ForgeRelocation/pull/2 (0.0.3) -> ->## New Contributors -> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/ForgeRelocation/pull/6 (0.1.2) -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/ForgeRelocation/pull/3 (0.1.0) -> - -# Updated ForgeRelocationFMP (0.0.4@Side.BOTH --> 0.1.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ForgeRelocationFMP/compare/0.0.3...0.1.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/ForgeRelocationFMP/pull/2 (0.1.0) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/ForgeRelocationFMP/pull/2 (0.1.0) -> - -# Updated Forgelin (1.9.7-GTNH@Side.BOTH --> 1.9.9-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Forgelin/compare/1.9.6-GTNH...1.9.9-GTNH ->## What's Changed -> * Add Annotations to Coremod Class by @glowredman in https://github.com/GTNewHorizons/Forgelin/pull/9 (1.9.9-GTNH) -> ->## New Contributors -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/Forgelin/pull/9 (1.9.9-GTNH) -> - -# Updated GT5-Unofficial (5.09.44.110@Side.BOTH --> 5.09.45.115-pre@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.44.109...5.09.45.115-pre ->## What's Changed -> * Fix typo in kevlar tooltips by @NotAPenguin0 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2541 (5.09.45.115-pre) -> * Fix typo in kevlar tooltips by @NotAPenguin0 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2541 (5.09.45.114) -> * Don't hide brewery recipes & unhide more drinks by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2540 (5.09.45.113-pre) -> * Don't hide brewery recipes & unhide more drinks by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2540 (5.09.45.112) -> * Show the reason why the machine shutdown on DC by @RealSilverMoon in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2536 (5.09.45.111-pre) -> * Ensure crib works for multismelter by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2538 (5.09.45.111-pre) -> * Show the reason why the machine shutdown on DC by @RealSilverMoon in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2536 (5.09.45.110) -> * Ensure crib works for multismelter by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2538 (5.09.45.110) -> * Unhide 3 craftable drinks by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2539 (5.09.45.109-pre) -> * Unhide 3 craftable drinks by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2539 (5.09.45.108) -> * Fix crib separation by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2537 (5.09.45.107-pre) -> * Fix crib separation by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2537 (5.09.45.106) -> * Add holo glasses support for CRIBs by @Lyfts in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2535 (5.09.45.105-pre) -> * Add holo glasses support for CRIBs by @Lyfts in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2535 (5.09.45.104) -> * Numeric widget and localized number formatting. by @AbdielKavash in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2532 (5.09.45.103-pre) -> * Numeric widget and localized number formatting. by @AbdielKavash in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2532 (5.09.45.102) -> * Add messages about the reasons for machine shutdown during processing by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2522 (5.09.45.100) -> * fix coal chunk recipe weirdness by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2534 (5.09.45.100) -> * Fix stocking hatches recipe check by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2531 (5.09.45.100) -> * fix wrench not rotating blocks on server side by @ghostflyby in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2525 (5.09.45.100) -> * Add alternative recipes for superconductors using molten spacetime by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2533 (5.09.45.100) -> * Fix OC calculator gets too much EUt consumption when limitOverclocks=true by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2529 (5.09.45.100) -> * Fix Fusion overclock by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2528 (5.09.45.100) -> * Add requireMods for recipe builder by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2417 (5.09.45.98-pre) -> * Add requireMods for recipe builder by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2417 (5.09.45.97) -> * Change to ConcurrentHashMap by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2526 (5.09.45.93-pre) -> * Change to ConcurrentHashMap by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2526 (5.09.45.92) -> * Maybe thread safe by @mitchej123 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2523 (5.09.45.89-pre) -> * Maybe thread safe by @mitchej123 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2523 (5.09.45.88) -> * Fix translations added before config init not being added to MC lang manager by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2519 (5.09.45.86) -> * Small fixes for Drone Center by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2520 (5.09.45.86) -> * Restore overlay textures removed by mistake in #1671 by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2521 (5.09.45.86) -> * Add SC steam to turbine tooltip by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2515 (5.09.45.85-pre) -> * Add cable info to WAILA by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2518 (5.09.45.85-pre) -> * Add SC steam to turbine tooltip by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2515 (5.09.45.84) -> * Add cable info to WAILA by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2518 (5.09.45.84) -> * Self-adaption GUI height for DC by @RealSilverMoon in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2517 (5.09.45.82) -> * Fix recipe check by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2516 (5.09.45.82) -> * Add locale code support for lang manager by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2511 (5.09.45.79) -> * Change error voltage to MAX+ by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2513 (5.09.45.79) -> * Make some changes to OC Calculator to add functionality to be used by God Forge by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2508 (5.09.45.77) -> * Capitalize TiC recipe categories by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2512 (5.09.45.77) -> * Hide semi fluid NEI by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2514 (5.09.45.77) -> * Add recipe categories for TiC integration by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2510 (5.09.45.76) -> * Update dependencies. by @AbdielKavash in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2509 (5.09.45.75) -> * Add SearchBar for Drone centre by @RealSilverMoon in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2498 (5.09.45.74) -> * fix LHE preview by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2505 (5.09.45.74) -> * fix maintenance hatch not showing correct rotation after reload by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2506 (5.09.45.74) -> * Migrate assline to extended power base by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2503 (5.09.45.73) -> * Update dependencies. by @AbdielKavash in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2497 (5.09.45.72) -> * Fix Cleanroom logic with an LV energy hatch by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2499 (5.09.45.72) -> * Adjust mk5 plasmas to account for 1 lost OC by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2504 (5.09.45.72) -> * Fix water bottle fluid exploit by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2494 (5.09.45.71) -> * Change over wireless teams to use SP teams by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2493 (5.09.45.70) -> * Allow interacting with machines instantly upon placing by @eigenraven in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2496 (5.09.45.69-pre) -> * Assign force fuel value in GT by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2495 (5.09.45.69-pre) -> * Allow interacting with machines instantly upon placing by @eigenraven in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2496 (5.09.45.68) -> * Assign force fuel value in GT by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2495 (5.09.45.68) -> * Wireless Activity Detector; Power On/Off Activity Detector by @slprime in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2490 (5.09.45.64) -> * Add batch mode to nano forge by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2492 (5.09.45.64) -> * Add godforge materials by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2491 (5.09.45.63) -> * Fix MuTE Casings Not Forming Correctly by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2489 (5.09.45.62) -> * Fix dimethylbenzene names by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2488 (5.09.45.61) -> * Refactor Packet Handling for MuTEs by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2485 (5.09.45.60) -> * Fix EBF tooltip by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2487 (5.09.45.59) -> * fix divide by zero exception by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2486 (5.09.45.58) -> * Add hatch tier tooltips for several ME hatches by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2482 (5.09.45.57) -> * fix PCB by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2483 (5.09.45.57) -> * Fix charcoal igniter tooltip by @RitumsC in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2484 (5.09.45.57) -> * Add Drone Centre by @RealSilverMoon in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2412 (5.09.45.57) -> * Add more checking to prevent chaining to different blocks by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2481 (5.09.45.57) -> * Fix wrench raytrace crash on server by @ghostflyby in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2477 (5.09.45.53) -> * Change chain spraying to only chain to the same kind of item by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2478 (5.09.45.53) -> * GT Tool Fixes and ore balance config by @Minepolz320 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2453 (5.09.45.53) -> * Fix DTPF not consuming energy by @S4mpsa in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2479 (5.09.45.53) -> * Fix nano forge nei preview by @Lyfts in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2475 (5.09.45.53) -> * Fix wrench raytrace crash on server by @ghostflyby in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2477 (5.09.45.52-pre) -> * Fix large fluid cell Rendering by @UltraHex in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2476 (5.09.45.50) -> * Fix oc calculator by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2474 (5.09.45.48-pre) -> * Fix oc calculator by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2474 (5.09.45.47) -> * Add Banded Iron EBF processing. by @AbdielKavash in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2472 (5.09.45.46-pre) -> * EBF tooltip by @AbdielKavash in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2471 (5.09.45.46-pre) -> * Add Banded Iron EBF processing. by @AbdielKavash in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2472 (5.09.45.45) -> * EBF tooltip by @AbdielKavash in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2471 (5.09.45.45) -> * Remove all usages of GT_ItemStack2 as Set/Map keys by using fastutil by @tth05 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2465 (5.09.45.43) -> * Fix PA voltage check by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2470 (5.09.45.43) -> * Fix massfab by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2468 (5.09.45.41) -> * Fix void protection of distillation tower with ME output hatches by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2467 (5.09.45.41) -> * Fix PCB coolant hatch by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2469 (5.09.45.41) -> * Move the check for item/fluid outputs length in ParallelHelper by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2441 (5.09.45.39-pre) -> * Canola is a better name than Rapeseed (id is staying the same) by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2443 (5.09.45.39-pre) -> * GT wrench capabilities for AE2 blocks and others by @ghostflyby in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2395 (5.09.45.39-pre) -> * Rework item renderers by @UltraHex in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2424 (5.09.45.39-pre) -> * Allow tools to break stuff with a lower harvest level by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2435 (5.09.45.39-pre) -> * Removed muffler from Vacuum Freezer. by @AbdielKavash in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2439 (5.09.45.39-pre) -> * Fix CRIB ignoring new pattern when it was a replacement in place of a diffrent pattern by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2442 (5.09.45.39-pre) -> * Add config to block underground dirt and gravel gen by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2444 (5.09.45.39-pre) -> * Convert tiny Ash dusts for various EBF recipes to chances by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2445 (5.09.45.39-pre) -> * Add valid covers bit mask to CoverableTileEntity by @tth05 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2446 (5.09.45.39-pre) -> * Reintroduce CRIB name to WAILA by @kstvr32 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2447 (5.09.45.39-pre) -> * Make stocking bus/hatch autopull slot refresh timer adjustable by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2448 (5.09.45.39-pre) -> * Late review of #2446 Optional changes by @leagris in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2449 (5.09.45.39-pre) -> * PCB coolant hatch supports ME hatch by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2451 (5.09.45.39-pre) -> * Cleanup a bit the GT_Achievements class by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2450 (5.09.45.39-pre) -> * Add missing null check in pump cover by @tth05 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2452 (5.09.45.39-pre) -> * Fix Fluid Solidifying by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2461 (5.09.45.39-pre) -> * fix steam turbine NPE by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2457 (5.09.45.39-pre) -> * Add new properties to parallel helper by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2454 (5.09.45.39-pre) -> * Add back tool mode to wrench by @LewisSaber in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2462 (5.09.45.39-pre) -> * Feature/movefluid by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2459 (5.09.45.39-pre) -> * Fix wire cutter/soldering iron click on gt machines by @LewisSaber in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2463 (5.09.45.39-pre) -> * Change Canola back to Rape seed by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2464 (5.09.45.39-pre) -> * Fix wire cutter/soldering iron click on gt machines by @LewisSaber in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2463 (5.09.45.38) -> * Change Canola back to Rape seed by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2464 (5.09.45.38) -> * Fix Fluid Solidifying by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2461 (5.09.45.36) -> * fix steam turbine NPE by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2457 (5.09.45.36) -> * Add new properties to parallel helper by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2454 (5.09.45.36) -> * Add back tool mode to wrench by @LewisSaber in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2462 (5.09.45.36) -> * Feature/movefluid by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2459 (5.09.45.36) -> * Spotless apply for branch feature/movefluid for #2455 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2456 (5.09.45.35-pre) -> * merge similar code into new utility function moveFluid by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2455 (5.09.45.35-pre) -> * Spotless apply for branch feature/movefluid for #2459 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2460 (5.09.45.35-pre) -> * Fix Fluid Solidifying by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2461 (5.09.45.35-pre) -> * fix steam turbine NPE by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2457 (5.09.45.35-pre) -> * Spotless apply for branch feature/movefluid for #2455 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2456 (5.09.45.34-pre) -> * merge similar code into new utility function moveFluid by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2455 (5.09.45.34-pre) -> * Spotless apply for branch feature/movefluid for #2455 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2458 (5.09.45.34-pre) -> * Spotless apply for branch feature/movefluid for #2455 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2456 (5.09.45.33-pre) -> * Add missing null check in pump cover by @tth05 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2452 (5.09.45.32-pre) -> * Add missing null check in pump cover by @tth05 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2452 (5.09.45.31) -> * Late review of #2446 Optional changes by @leagris in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2449 (5.09.45.29) -> * PCB coolant hatch supports ME hatch by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2451 (5.09.45.29) -> * Cleanup a bit the GT_Achievements class by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2450 (5.09.45.29) -> * GT wrench capabilities for AE2 blocks and others by @ghostflyby in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2395 (5.09.45.27) -> * Rework item renderers by @UltraHex in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2424 (5.09.45.27) -> * Allow tools to break stuff with a lower harvest level by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2435 (5.09.45.27) -> * Removed muffler from Vacuum Freezer. by @AbdielKavash in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2439 (5.09.45.27) -> * Fix CRIB ignoring new pattern when it was a replacement in place of a diffrent pattern by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2442 (5.09.45.27) -> * Add config to block underground dirt and gravel gen by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2444 (5.09.45.27) -> * Convert tiny Ash dusts for various EBF recipes to chances by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2445 (5.09.45.27) -> * Add valid covers bit mask to CoverableTileEntity by @tth05 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2446 (5.09.45.27) -> * Reintroduce CRIB name to WAILA by @kstvr32 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2447 (5.09.45.27) -> * Make stocking bus/hatch autopull slot refresh timer adjustable by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2448 (5.09.45.27) -> * Move the check for item/fluid outputs length in ParallelHelper by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2441 (5.09.45.26-pre) -> * Canola is a better name than Rapeseed (id is staying the same) by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2443 (5.09.45.26-pre) -> * Move the check for item/fluid outputs length in ParallelHelper by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2441 (5.09.45.25) -> * Canola is a better name than Rapeseed (id is staying the same) by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2443 (5.09.45.25) -> * Merge MuTEMaster into Master by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2431 (5.09.45.23) -> * Update ParallelHelper by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2427 (5.09.45.22) -> * fix GT oredict log by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2436 (5.09.45.19) -> * Revert forge hammer recipe for plastic/rubber by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2437 (5.09.45.19) -> * Let gt ignore more oredicts by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2438 (5.09.45.19) -> * Improve shader compatibility for tool overlay by @UltraHex in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2425 (5.09.45.15) -> * Cleanup deprecation by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2416 (5.09.45.14) -> * Add connect/block to line of fluid pipes by @LewisSaber in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2407 (5.09.45.13) -> * Add default impl to getToolTypeName and add a null check by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2430 (5.09.45.12) -> * Fix muffler hatch numbers by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2433 (5.09.45.12) -> * Fix RecipeMapBackend not indexing Alternate ItemStacks by @TechnicianLP in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2434 (5.09.45.12) -> * Prevent loading hook on server by @Laiff in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2428 (5.09.45.11) -> * Add modes to tools by @LewisSaber in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2423 (5.09.45.10) -> * Change to the overclock logic of Fusion Reactor by @HoleFish in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2422 (5.09.45.09) -> * Restore the ability to use multiple ME hatches for one machine by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2426 (5.09.45.08) -> * Rework the UI of singleblock pumps. by @AbdielKavash in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2420 (5.09.45.07) -> * Allow a soldering iron to use soldering material from an IC2 Tool Box. by @AbdielKavash in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2421 (5.09.45.06) -> * Fix z ordering for stack size in `Stocking Input` by @Laiff in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2419 (5.09.45.05) -> * Fix CRIB adding null item inputs by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2415 (5.09.45.04) -> * update deps by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2414 (5.09.45.04) -> * Allow Oil Cracker to use an Input Bus for programmed circuit automation. by @AbdielKavash in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2413 (5.09.45.03) -> * fix dep by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2405 (5.09.45.02) -> * Fix logic with old OC calculation code by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2408 (5.09.45.02) -> * Don't rotate block if player is sneaking by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2409 (5.09.45.02) -> * Fix basic machine OC not using amperage by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2410 (5.09.45.02) -> * update deps by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2411 (5.09.45.02) -> * Fix: Show CRIB always in interface terminal by @Laiff in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2404 (5.09.45.01) -> * Clarify whether item or fluid output is full by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2403 (5.09.45.00) -> * make quantum tanks not slow you down for later game players by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2393 (5.09.45.00) -> * more detailed progress info in waila tooltip for basic machines by @iamblackornot in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2401 (5.09.45.00) -> ->## New Contributors -> * @NotAPenguin0 made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2541 (5.09.45.115-pre) -> * @NotAPenguin0 made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2541 (5.09.45.114) -> * @slprime made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2490 (5.09.45.64) -> * @RitumsC made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2484 (5.09.45.57) -> * @RealSilverMoon made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2412 (5.09.45.57) -> * @UltraHex made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2425 (5.09.45.15) -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2413 (5.09.45.03) -> * @Laiff made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2404 (5.09.45.01) -> - -# Updated GTNEIOrePlugin (1.1.3@Side.BOTH --> 1.2.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTNEIOrePlugin/compare/1.1.1...1.2.0 ->## What's Changed -> * T9 Planets + new Textures by @glowredman in https://github.com/GTNewHorizons/GTNEIOrePlugin/pull/35 (1.1.3) -> - -# Updated GTNH-Intergalactic (1.2.9@Side.BOTH --> 1.3.2@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Intergalactic/compare/1.2.8...1.3.2 ->## What's Changed -> * Avoid a bazillion verts all at once by @mitchej123 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/57 (1.3.2) -> * Clarify whether item or fluid output is full by @miozune in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/56 (1.3.0) -> - -# Updated GTNH-Lanthanides (0.11.9@Side.BOTH --> 0.12.11@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Lanthanides/compare/0.11.8...0.12.11 ->## What's Changed -> * Migrate dissolution tank & digester to processingLogic by @GDCloudstrike in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/86 (0.12.11) -> * Remove muffler from Dissolution Tank. by @AbdielKavash in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/85 (0.12.7) -> * Clean-up acetylhydrazine and unsymmetricaldimethylhydrazine by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/83 (0.12.6) -> * Fix Digester & Dissolution Tank NEI previews by @Lyfts in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/84 (0.12.6) -> * fix recipe mistake about RarestEarthResidue by @Nxer in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/82 (0.12.4) -> * add Digester and DissolutionTank survival construct method by @Nxer in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/81 (0.12.3) -> * fix simple washer Pure Dust of Cerium and Samarium issue by @Nxer in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/80 (0.12.2) -> * EuO chem balance fix by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/79 (0.12.1) -> * Remove now unneeded IMC handler by @miozune in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/78 (0.12.0) -> ->## New Contributors -> * @GDCloudstrike made their first contribution in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/86 (0.12.11) -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/85 (0.12.7) -> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/84 (0.12.6) -> - -# Updated GTNH-TC-Wands (1.3.1@Side.BOTH --> 1.4.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTNH-TC-Wands/compare/1.3.0...1.4.0 ->## What's Changed -> * Fix broken mod by @chochem in https://github.com/GTNewHorizons/GTNH-TC-Wands/pull/17 (1.4.0) -> * Fix missing/broken Staff & Wand recipes by @TechnicianLP in https://github.com/GTNewHorizons/GTNH-TC-Wands/pull/16 (1.3.1) -> ->## New Contributors -> * @chochem made their first contribution in https://github.com/GTNewHorizons/GTNH-TC-Wands/pull/17 (1.4.0) -> * @TechnicianLP made their first contribution in https://github.com/GTNewHorizons/GTNH-TC-Wands/pull/16 (1.3.1) -> - -# Updated GTNHLib (0.0.13@Side.BOTH --> 0.2.10@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTNHLib/compare/0.0.12...0.2.10 ->## What's Changed -> * Add a compare-and-swap reference wrapper and collections by @eigenraven in https://github.com/GTNewHorizons/GTNHLib/pull/36 (0.2.10) -> * Add a dummy RFB plugin to allow classes to be used earlier in the loading process by @eigenraven in https://github.com/GTNewHorizons/GTNHLib/pull/37 (0.2.10) -> * Remove required parameter to Config annotation by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/34 (0.2.9) -> * Add filename and subdirectory overrides to Config class annotation by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/33 (0.2.8) -> * Localization fix by @AbdielKavash in https://github.com/GTNewHorizons/GTNHLib/pull/32 (0.2.7) -> * Added MathExpressionParser. by @AbdielKavash in https://github.com/GTNewHorizons/GTNHLib/pull/31 (0.2.6) -> * Fix lower bound of `@Config.RangeFloat` by @glowredman in https://github.com/GTNewHorizons/GTNHLib/pull/30 (0.2.5) -> * Shadow JOML by @Cleptomania in https://github.com/GTNewHorizons/GTNHLib/pull/29 (0.2.4) -> * Be more accepting; also stop using Tags for modid/name by @mitchej123 in https://github.com/GTNewHorizons/GTNHLib/pull/27 (0.2.3) -> * Handle multiple config classes by @mitchej123 in https://github.com/GTNewHorizons/GTNHLib/pull/25 (0.2.2) -> * Add fastutil to dependencies.gradle by @tth05 in https://github.com/GTNewHorizons/GTNHLib/pull/24 (0.2.1) -> * Port configs from Angelica/ArchaicFix by @Caedis in https://github.com/GTNewHorizons/GTNHLib/pull/23 (0.2.0) -> * Fix broken mod by @chochem in https://github.com/GTNewHorizons/GTNHLib/pull/22 (0.1.0) -> ->## New Contributors -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/31 (0.2.6) -> * @Cleptomania made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/29 (0.2.4) -> * @tth05 made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/24 (0.2.1) -> * @Caedis made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/23 (0.2.0) -> * @chochem made their first contribution in https://github.com/GTNewHorizons/GTNHLib/pull/22 (0.1.0) -> - -# Updated GTplusplus (1.10.54@Side.BOTH --> 1.11.41-pre@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.10.53...1.11.41-pre ->## What's Changed -> * Fix Industral Arc Furnace structure check by @HoleFish in https://github.com/GTNewHorizons/GTplusplus/pull/850 (1.11.40) -> * Fix crib separation for industrial multi machine by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/849 (1.11.39) -> * Numeric widget and localized number formatting. by @AbdielKavash in https://github.com/GTNewHorizons/GTplusplus/pull/848 (1.11.38) -> * Free casings Matter Fabrication CPU by @dahgul333 in https://github.com/GTNewHorizons/GTplusplus/pull/840 (1.11.36) -> * Align fish centrifuge recipes with GT by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/845 (1.11.35) -> * Dev by @Dream-Master in https://github.com/GTNewHorizons/GTplusplus/pull/846 (1.11.35) -> * Align fish centrifuge recipes with GT by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/845 (1.11.34-pre) -> * Remove GL11 Calls by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/844 (1.11.33) -> * Enable input separation for the Cutting Factory. by @AbdielKavash in https://github.com/GTNewHorizons/GTplusplus/pull/843 (1.11.32) -> * Tree Growth Simulator can now harvest leaves and fruits, using appropriate tools. by @AbdielKavash in https://github.com/GTNewHorizons/GTplusplus/pull/839 (1.11.31) -> * Fix several recipes by @HoleFish in https://github.com/GTNewHorizons/GTplusplus/pull/842 (1.11.31) -> * Let remainingFlow become 125% of realOptFlow, rather than raw optimal… by @koiNoCirculation in https://github.com/GTNewHorizons/GTplusplus/pull/841 (1.11.29) -> * add new solidifier hatches for industrial multi machine by @Quetz4l in https://github.com/GTNewHorizons/GTplusplus/pull/810 (1.11.28) -> * Advanced implosion supports buffer by @HoleFish in https://github.com/GTNewHorizons/GTplusplus/pull/838 (1.11.27) -> * Add alternate recipes for neptunium and fermium plasma by @GDCloudstrike in https://github.com/GTNewHorizons/GTplusplus/pull/837 (1.11.26) -> * Force properties should be in GT by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/836 (1.11.25) -> * fix QFT tooltips by @HoleFish in https://github.com/GTNewHorizons/GTplusplus/pull/835 (1.11.24) -> * Enable perfect OC on the matter fabrication CPU recycler mode by @GDCloudstrike in https://github.com/GTNewHorizons/GTplusplus/pull/834 (1.11.23) -> * Fix crop harvester stopping after 1 crop if harvesting is off by @Lyfts in https://github.com/GTNewHorizons/GTplusplus/pull/833 (1.11.23) -> * GT++ Fish Catcher Water Block Check by @bitonality in https://github.com/GTNewHorizons/GTplusplus/pull/818 (1.11.23) -> * Fix LFTR by @HoleFish in https://github.com/GTNewHorizons/GTplusplus/pull/832 (1.11.22) -> * 4/4 overclocks for IsaMill and FlotationCell again by @HoleFish in https://github.com/GTNewHorizons/GTplusplus/pull/831 (1.11.22) -> * Fix QFT by @HoleFish in https://github.com/GTNewHorizons/GTplusplus/pull/829 (1.11.19) -> * Fix broken gas in 2 recipes by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/830 (1.11.19) -> * Fix Multi-Machine Manual Recipe by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/826 (1.11.18) -> * Fix chemical plant by @HoleFish in https://github.com/GTNewHorizons/GTplusplus/pull/821 (1.11.18) -> * Fix XL Heat Exchanger description by @HoleFish in https://github.com/GTNewHorizons/GTplusplus/pull/828 (1.11.18) -> * Fix void protection of dangote by @HoleFish in https://github.com/GTNewHorizons/GTplusplus/pull/827 (1.11.18) -> * Advanced Muffler Hatch improvements by @AbdielKavash in https://github.com/GTNewHorizons/GTplusplus/pull/825 (1.11.17) -> * Enable batch mode on mega ABS by @GDCloudstrike in https://github.com/GTNewHorizons/GTplusplus/pull/824 (1.11.15) -> * Thermal Boiler rework by @AbdielKavash in https://github.com/GTNewHorizons/GTplusplus/pull/815 (1.11.14-pre) -> * Fix Soldering Iron unable to set redstone output strength. by @AbdielKavash in https://github.com/GTNewHorizons/GTplusplus/pull/819 (1.11.14-pre) -> * Add a tooltip for QFT Fluid mode by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/820 (1.11.14-pre) -> * Fix mutegt dep by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/823 (1.11.14-pre) -> * Fix mutegt dep by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/823 (1.11.13) -> * Add a tooltip for QFT Fluid mode by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/820 (1.11.11) -> * Fix Soldering Iron unable to set redstone output strength. by @AbdielKavash in https://github.com/GTNewHorizons/GTplusplus/pull/819 (1.11.10) -> * Thermal Boiler rework by @AbdielKavash in https://github.com/GTNewHorizons/GTplusplus/pull/815 (1.11.9) -> * Fix chisel busses by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/817 (1.11.4) -> * Add centrifuge recipes for dual and quad depleted fuel rods. by @AbdielKavash in https://github.com/GTNewHorizons/GTplusplus/pull/816 (1.11.3) -> * Allow emptying of fluid tanks by placing them anywhere in the crafting grid. by @AbdielKavash in https://github.com/GTNewHorizons/GTplusplus/pull/814 (1.11.2) -> * fix dep problems by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/811 (1.11.1) -> * Fix superbus UHV recipes and localization by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/812 (1.11.1) -> * Clarify whether item or fluid output is full by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/809 (1.11.0) -> * Fix asymmetry in the qft multiblock by @Pelotrio in https://github.com/GTNewHorizons/GTplusplus/pull/802 (1.11.0) -> * Fix superbus UHV recipes and localization for stable branch by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/813 (1.10.55) -> ->## New Contributors -> * @dahgul333 made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/840 (1.11.36) -> * @koiNoCirculation made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/841 (1.11.29) -> * @bitonality made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/818 (1.11.23) -> * @HoleFish made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/821 (1.11.18) -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/814 (1.11.2) -> - -# Updated Gadomancy (1.2.0@Side.BOTH --> 1.3.2@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Gadomancy/compare/1.1.3...1.3.2 ->## What's Changed -> * Update ru_RU.lang by @kamenskyi in https://github.com/GTNewHorizons/Gadomancy/pull/28 (1.3.1) -> * Fixed dupe bug with Essentia condenser by @OneEyeMaker in https://github.com/GTNewHorizons/Gadomancy/pull/27 (1.3.0) -> * Eldrich recipes by @EnderProyects in https://github.com/GTNewHorizons/Gadomancy/pull/25 (1.2.0) -> ->## New Contributors -> * @kamenskyi made their first contribution in https://github.com/GTNewHorizons/Gadomancy/pull/28 (1.3.1) -> * @OneEyeMaker made their first contribution in https://github.com/GTNewHorizons/Gadomancy/pull/27 (1.3.0) -> * @EnderProyects made their first contribution in https://github.com/GTNewHorizons/Gadomancy/pull/25 (1.2.0) -> - -# Updated GalacticGregGT5 (1.0.10@Side.BOTH --> 1.1.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GalacticGregGT5/compare/1.0.9...1.1.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/GalacticGregGT5/pull/17 (1.1.0) -> * Fix oregen pattern for space veins by @chochem in https://github.com/GTNewHorizons/GalacticGregGT5/pull/16 (1.0.10) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/GalacticGregGT5/pull/17 (1.1.0) -> * @chochem made their first contribution in https://github.com/GTNewHorizons/GalacticGregGT5/pull/16 (1.0.10) -> - -# Updated Galacticraft (3.0.75-GTNH@Side.BOTH --> 3.1.3-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Galacticraft/compare/3.0.74-GTNH...3.1.3-GTNH ->## What's Changed -> * Register planet biomes on preinit by @Caedis in https://github.com/GTNewHorizons/Galacticraft/pull/84 (3.1.3-GTNH) -> * Update GC lang files to more modern usage for MobInfo by @bombcar in https://github.com/GTNewHorizons/Galacticraft/pull/83 (3.1.1-GTNH) -> * Fix backwards-compatibility with other Galacticraft addons (e. g. ExtraPlanets) by @PT400C in https://github.com/GTNewHorizons/Galacticraft/pull/82 (3.1.0-GTNH) -> ->## New Contributors -> * @Caedis made their first contribution in https://github.com/GTNewHorizons/Galacticraft/pull/84 (3.1.3-GTNH) -> * @PT400C made their first contribution in https://github.com/GTNewHorizons/Galacticraft/pull/82 (3.1.0-GTNH) -> - -# Updated Galaxy-Space-GTNH (1.2.15-GTNH@Side.BOTH --> 1.1.82-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Galaxy-Space-GTNH/commits/1.2.15-GTNH@Side.BOTH...1.1.82-GTNH@Side.BOTH - -# Updated GigaGramFab (0.3.9@Side.BOTH --> 0.3.17@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GigaGramFab/compare/0.3.8...0.3.17 ->## What's Changed -> * Fix AAL batch mode duping fluid on last batch in rare cases. by @NotAPenguin0 in https://github.com/GTNewHorizons/GigaGramFab/pull/36 (0.3.17) -> * Fix batch mode slowing down groups of multiple AAL by @NotAPenguin0 in https://github.com/GTNewHorizons/GigaGramFab/pull/35 (0.3.16) -> * Syncing TextWidget by @AbdielKavash in https://github.com/GTNewHorizons/GigaGramFab/pull/34 (0.3.15) -> * Add AAL batch mode by @NotAPenguin0 in https://github.com/GTNewHorizons/GigaGramFab/pull/32 (0.3.14) -> * Fix fluidtank capacity of tool casting machines by @HoleFish in https://github.com/GTNewHorizons/GigaGramFab/pull/33 (0.3.12) -> * reset cache more often and sort hatches less often by @Glease in https://github.com/GTNewHorizons/GigaGramFab/pull/31 (0.3.11) -> * Removed Debug Recipe of Pump by @LewisSaber in https://github.com/GTNewHorizons/GigaGramFab/pull/27 (0.3.9) -> ->## New Contributors -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/GigaGramFab/pull/34 (0.3.15) -> * @NotAPenguin0 made their first contribution in https://github.com/GTNewHorizons/GigaGramFab/pull/32 (0.3.14) -> * @HoleFish made their first contribution in https://github.com/GTNewHorizons/GigaGramFab/pull/33 (0.3.12) -> * @LewisSaber made their first contribution in https://github.com/GTNewHorizons/GigaGramFab/pull/27 (0.3.9) -> - -# Updated GoodGenerator (0.7.17@Side.BOTH --> 0.8.17@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.7.16...0.8.17 ->## What's Changed -> * Prevent LEG from drawing significantly higher amounts of coolant than expected by @ReaganAR in https://github.com/GTNewHorizons/GoodGenerator/pull/243 (0.8.17) -> * Numeric widget and localized number formatting. by @AbdielKavash in https://github.com/GTNewHorizons/GoodGenerator/pull/242 (0.8.17) -> * Fix Nq refinery not consuming energy by @HoleFish in https://github.com/GTNewHorizons/GoodGenerator/pull/244 (0.8.15) -> * CoALs: Add missing styrene-butadiene variants for AssLine recipes. by @fluffle in https://github.com/GTNewHorizons/GoodGenerator/pull/239 (0.8.15) -> * Fix compact fusions by @HoleFish in https://github.com/GTNewHorizons/GoodGenerator/pull/241 (0.8.15) -> * Fix naq fuel refinery coils not auto placeable in survival by @Lyfts in https://github.com/GTNewHorizons/GoodGenerator/pull/245 (0.8.15) -> * Fix compact fusion tierskip, wrong OC and scanner info by @GDCloudstrike in https://github.com/GTNewHorizons/GoodGenerator/pull/238 (0.8.12) -> * Fix naq nugget recipe by @chochem in https://github.com/GTNewHorizons/GoodGenerator/pull/237 (0.8.11) -> * Allow compact fusions to accept any amount of energy from energy hatches by @HoleFish in https://github.com/GTNewHorizons/GoodGenerator/pull/235 (0.8.10) -> * Fix UCFE fuel consumption by @HoleFish in https://github.com/GTNewHorizons/GoodGenerator/pull/234 (0.8.10) -> * Compact fusion structure fixes by @Lyfts in https://github.com/GTNewHorizons/GoodGenerator/pull/236 (0.8.10) -> * Convert GG to RA2 by @chochem in https://github.com/GTNewHorizons/GoodGenerator/pull/232 (0.8.6) -> * [bs] update dependencies by @bombcar in https://github.com/GTNewHorizons/GoodGenerator/pull/231 (0.8.4) -> * Enable batch mode for component assemblyline by @GDCloudstrike in https://github.com/GTNewHorizons/GoodGenerator/pull/233 (0.8.4) -> * Compact Fusions support buffer by @HoleFish in https://github.com/GTNewHorizons/GoodGenerator/pull/230 (0.8.4) -> * fix simple washer recipe issue about Nq Process by @Nxer in https://github.com/GTNewHorizons/GoodGenerator/pull/229 (0.8.2) -> * Cleanup isValidMetaTileEntity again by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/227 (0.8.0) -> * Batch mode for compact fusion MKIV-V by @HoleFish in https://github.com/GTNewHorizons/GoodGenerator/pull/223 (0.8.0) -> ->## New Contributors -> * @ReaganAR made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/243 (0.8.17) -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/242 (0.8.17) -> * @Nxer made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/229 (0.8.2) -> - -# Updated Gravitation-Suite-Neo (1.0.20@Side.BOTH --> 1.1.5@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Gravitation-Suite-Neo/compare/1.0.19...1.1.5 ->## What's Changed -> * Adjust Injection Points by @glowredman in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/18 (1.1.5) -> * Reimplement ASP + GS Patcher fixes by @glowredman in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/19 (1.1.5) -> * Fix Vajra unintended behaviour by @Lyfts in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/17 (1.1.1) -> * Fixed breaking unbreakable stuff by @Cardinalstars in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/16 (1.1.1) -> ->## New Contributors -> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/16 (1.1.1) -> - -# Updated Hardcore-Ender-Expansion (1.9.7-GTNH@Side.BOTH --> 1.10.1-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Hardcore-Ender-Expansion/compare/1.9.5-GTNH...1.10.1-GTNH ->## What's Changed -> * Update ru_RU.lang by @kamenskyi in https://github.com/GTNewHorizons/Hardcore-Ender-Expansion/pull/16 (1.10.1-GTNH) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/Hardcore-Ender-Expansion/pull/17 (1.10.0-GTNH) -> * Switch the reflection wrapper to java 17-compatible gtnhlib by @eigenraven in https://github.com/GTNewHorizons/Hardcore-Ender-Expansion/pull/15 (1.9.7-GTNH) -> ->## New Contributors -> * @kamenskyi made their first contribution in https://github.com/GTNewHorizons/Hardcore-Ender-Expansion/pull/16 (1.10.1-GTNH) -> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/Hardcore-Ender-Expansion/pull/15 (1.9.7-GTNH) -> - -# Updated HelpFixer (1.1.0@Side.BOTH --> 1.2.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/HelpFixer/compare/1.1.0...1.2.0 ->## What's Changed -> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/HelpFixer/pull/1 (1.1.0) -> ->## New Contributors -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/HelpFixer/pull/1 (1.1.0) -> - -# Updated Hodgepodge (2.3.41@Side.BOTH --> 2.4.39@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Hodgepodge/compare/2.3.40...2.4.39 ->## What's Changed -> * Fix VoxelMap modID by @glowredman in https://github.com/GTNewHorizons/Hodgepodge/pull/348 (2.4.39) -> * Fix MT Core Recipe by @glowredman in https://github.com/GTNewHorizons/Hodgepodge/pull/345 (2.4.38) -> * Add another null check to the FixWorldLeak mixin by @Caedis in https://github.com/GTNewHorizons/Hodgepodge/pull/346 (2.4.38) -> * Yet another Cleanup by @glowredman in https://github.com/GTNewHorizons/Hodgepodge/pull/342 (2.4.35) -> * Add lighter water tweak by @ah-OOG-ah in https://github.com/GTNewHorizons/Hodgepodge/pull/339 (2.4.34) -> * Add int dimension id to end of login packet by @Caedis in https://github.com/GTNewHorizons/Hodgepodge/pull/341 (2.4.33) -> * Add color to Fast Block Placing noficiation text by @Caedis in https://github.com/GTNewHorizons/Hodgepodge/pull/338 (2.4.32) -> * implement a better hashing method for WorldCoordinates by @boubou19 in https://github.com/GTNewHorizons/Hodgepodge/pull/340 (2.4.32) -> * Apply fasterRemoveAll to Entities too by @wahfl2 in https://github.com/GTNewHorizons/Hodgepodge/pull/337 (2.4.31) -> * Add config option to manually configure autosave interval by @Pelotrio in https://github.com/GTNewHorizons/Hodgepodge/pull/323 (2.4.30) -> * Organize Config Fields by @glowredman in https://github.com/GTNewHorizons/Hodgepodge/pull/333 (2.4.29) -> * Update dependencies. by @AbdielKavash in https://github.com/GTNewHorizons/Hodgepodge/pull/334 (2.4.28) -> * Spotless apply for branch feat/updateSyncConfig for #330 by @github-actions in https://github.com/GTNewHorizons/Hodgepodge/pull/331 (2.4.27-pre) -> * Spotless apply for branch autosave-interval for #323 by @github-actions in https://github.com/GTNewHorizons/Hodgepodge/pull/324 (2.4.26-pre) -> * Update README.md + required gtnhlib by @Caedis in https://github.com/GTNewHorizons/Hodgepodge/pull/328 (2.4.25) -> * Fix Class Name Typo in Forge by @glowredman in https://github.com/GTNewHorizons/Hodgepodge/pull/326 (2.4.24) -> * Small Cleanup by @glowredman in https://github.com/GTNewHorizons/Hodgepodge/pull/325 (2.4.24) -> * Remove 2MB chunk size limit by @eigenraven in https://github.com/GTNewHorizons/Hodgepodge/pull/320 (2.4.23) -> * Fast Block Placing by @Caedis in https://github.com/GTNewHorizons/Hodgepodge/pull/322 (2.4.23) -> * Preserve order of layered quads in terrain pass 1 by @UltraHex in https://github.com/GTNewHorizons/Hodgepodge/pull/317 (2.4.23) -> * Improve mipmap formula by @UltraHex in https://github.com/GTNewHorizons/Hodgepodge/pull/310 (2.4.23) -> * Use gtnhlib config by @mitchej123 in https://github.com/GTNewHorizons/Hodgepodge/pull/313 (2.4.19) -> * Significantly reduce the number of ChunkCoordIntPair allocations by @mitchej123 in https://github.com/GTNewHorizons/Hodgepodge/pull/312 (2.4.19) -> * Maybe better retainAll implementation by @mitchej123 in https://github.com/GTNewHorizons/Hodgepodge/pull/319 (2.4.19) -> * Use gtnhlib config by @mitchej123 in https://github.com/GTNewHorizons/Hodgepodge/pull/313 (2.4.16-pre) -> * Spotless apply for branch reduce-allocations for #312 by @github-actions in https://github.com/GTNewHorizons/Hodgepodge/pull/315 (2.4.16-pre) -> * Spotless apply for branch reduce-allocations for #312 by @github-actions in https://github.com/GTNewHorizons/Hodgepodge/pull/316 (2.4.16-pre) -> * update bs+deps by @Dream-Master in https://github.com/GTNewHorizons/Hodgepodge/pull/309 (2.4.12) -> * Fix some Mipmapping bugs by @UltraHex in https://github.com/GTNewHorizons/Hodgepodge/pull/305 (2.4.12) -> * Modern Pick Block Behavior by @bearsdotzone in https://github.com/GTNewHorizons/Hodgepodge/pull/307 (2.4.12) -> * Thermal Dynamics NASE Prevention by @DrParadox7 in https://github.com/GTNewHorizons/Hodgepodge/pull/306 (2.4.10) -> * Revert "Fix not being able to use an enderpearl in creative mode" by @Connor-Colenso in https://github.com/GTNewHorizons/Hodgepodge/pull/303 (2.4.8) -> * Fix not being able to use an enderpearl in creative mode by @Connor-Colenso in https://github.com/GTNewHorizons/Hodgepodge/pull/301 (2.4.7) -> * Adjustable network nbt and packet size limits by @eigenraven in https://github.com/GTNewHorizons/Hodgepodge/pull/300 (2.4.6) -> * Fix hopper collision by @UltraHex in https://github.com/GTNewHorizons/Hodgepodge/pull/299 (2.4.5) -> * Angelica Compat by @mitchej123 in https://github.com/GTNewHorizons/Hodgepodge/pull/298 (2.4.4) -> * Angelica Compat by @mitchej123 in https://github.com/GTNewHorizons/Hodgepodge/pull/297 (2.4.3) -> * Completely hide realms button and make mods button wider to fill the gap by @Alexdoru in https://github.com/GTNewHorizons/Hodgepodge/pull/296 (2.4.2) -> * Add Disable Realms Button Mixin by @Caedis in https://github.com/GTNewHorizons/Hodgepodge/pull/294 (2.4.1) -> * Player Skin Fetching Fix part 2 by @kumquat-ir in https://github.com/GTNewHorizons/Hodgepodge/pull/293 (2.4.0) -> ->## New Contributors -> * @ah-OOG-ah made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/339 (2.4.34) -> * @boubou19 made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/340 (2.4.32) -> * @wahfl2 made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/337 (2.4.31) -> * @Pelotrio made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/323 (2.4.30) -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/334 (2.4.28) -> * @bearsdotzone made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/307 (2.4.12) -> * @Connor-Colenso made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/301 (2.4.7) -> * @UltraHex made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/299 (2.4.5) -> - -# Updated HoloInventory (2.3.2-GTNH@Side.BOTH --> 2.4.3-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/HoloInventory/compare/2.3.0-GTNH...2.4.3-GTNH ->## What's Changed -> * Small Cleanup by @glowredman in https://github.com/GTNewHorizons/HoloInventory/pull/41 (2.4.3-GTNH) -> * Reenable glasses config by @makamys in https://github.com/GTNewHorizons/HoloInventory/pull/40 (2.4.2-GTNH) -> * Fix stack number always showing '1' when renderMultiple=false by @UltraHex in https://github.com/GTNewHorizons/HoloInventory/pull/38 (2.4.0-GTNH) -> * Make it work with shaders by @UltraHex in https://github.com/GTNewHorizons/HoloInventory/pull/39 (2.4.0-GTNH) -> * Move GT compat by @miozune in https://github.com/GTNewHorizons/HoloInventory/pull/37 (2.3.2-GTNH) -> ->## New Contributors -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/HoloInventory/pull/41 (2.4.3-GTNH) -> * @makamys made their first contribution in https://github.com/GTNewHorizons/HoloInventory/pull/40 (2.4.2-GTNH) -> * @UltraHex made their first contribution in https://github.com/GTNewHorizons/HoloInventory/pull/38 (2.4.0-GTNH) -> - -# Updated HydroEnergy (1.1.1@Side.BOTH --> 1.2.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/HydroEnergy/compare/1.1.0...1.2.0 ->## What's Changed -> * Cleanup isValidMetaTileEntity by @miozune in https://github.com/GTNewHorizons/HydroEnergy/pull/23 (1.1.1) -> - -# Updated IFU (1.9.6@Side.BOTH --> 1.10.2@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/IFU/compare/1.9.5...1.10.2 ->## What's Changed -> * Add i18n code by @ArtherCasan in https://github.com/GTNewHorizons/IFU/pull/17 (1.10.2) -> * Fix voiding when shift clicking item in wand whilst inventory is full by @Lyfts in https://github.com/GTNewHorizons/IFU/pull/16 (1.10.1) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/IFU/pull/15 (1.10.0) -> * Prevent the Ore Finder Wand from imploding by @wlhlm in https://github.com/GTNewHorizons/IFU/pull/13 (1.9.6) -> ->## New Contributors -> * @ArtherCasan made their first contribution in https://github.com/GTNewHorizons/IFU/pull/17 (1.10.2) -> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/IFU/pull/16 (1.10.1) -> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/IFU/pull/13 (1.9.6) -> - -# Updated INpureCore (1.1.5-GTNH@Side.BOTH --> 1.2.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/INpureCore/compare/1.1.4-GTNH...1.2.0-GTNH ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/INpureCore/pull/4 (1.2.0-GTNH) -> * Fix script loading errors when running under java 8 by @eigenraven in https://github.com/GTNewHorizons/INpureCore/pull/3 (1.1.5-GTNH) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/INpureCore/pull/4 (1.2.0-GTNH) -> - -# Updated IguanaTweaksTConstruct (2.3.0@Side.BOTH --> 2.4.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/IguanaTweaksTConstruct/compare/2.2.8...2.4.1 ->## What's Changed -> * fix buildscripts spotless and CCRenderState for jenkins by @bombcar in https://github.com/GTNewHorizons/IguanaTweaksTConstruct/pull/16 (2.4.1) -> * Fix typos and improve language for tool level-ups by @chochem in https://github.com/GTNewHorizons/IguanaTweaksTConstruct/pull/13 (2.3.0) -> ->## New Contributors -> * @chochem made their first contribution in https://github.com/GTNewHorizons/IguanaTweaksTConstruct/pull/13 (2.3.0) -> - -# Updated InGame-Info-XML (2.8.5@Side.CLIENT --> 2.8.8@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/InGame-Info-XML/compare/2.8.4...2.8.8 ->## What's Changed -> * Locale-aware config files by @miozune in https://github.com/GTNewHorizons/InGame-Info-XML/pull/20 (2.8.7) -> * Fix coloring issue with the FPS counter by @crimson-mist in https://github.com/GTNewHorizons/InGame-Info-XML/pull/19 (2.8.5) -> ->## New Contributors -> * @miozune made their first contribution in https://github.com/GTNewHorizons/InGame-Info-XML/pull/20 (2.8.7) -> * @crimson-mist made their first contribution in https://github.com/GTNewHorizons/InGame-Info-XML/pull/19 (2.8.5) -> - -# Updated Infernal-Mobs (1.7.9-GTNH@Side.BOTH --> 1.8.1-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Infernal-Mobs/compare/1.7.8-GTNH...1.8.1-GTNH ->## What's Changed -> * Update zh_CN.lang by @NealDeal34 in https://github.com/GTNewHorizons/Infernal-Mobs/pull/14 (1.8.1-GTNH) -> * Change access on methods and add variable getters by @kuba6000 in https://github.com/GTNewHorizons/Infernal-Mobs/pull/13 (1.7.9-GTNH) -> ->## New Contributors -> * @NealDeal34 made their first contribution in https://github.com/GTNewHorizons/Infernal-Mobs/pull/14 (1.8.1-GTNH) -> * @kuba6000 made their first contribution in https://github.com/GTNewHorizons/Infernal-Mobs/pull/13 (1.7.9-GTNH) -> - -# Updated IronChestMinecarts (1.0.8@Side.BOTH --> 1.1.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/IronChestMinecarts/compare/1.0.7...1.1.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/IronChestMinecarts/pull/7 (1.1.0) -> * fix deps by @bombcar in https://github.com/GTNewHorizons/IronChestMinecarts/pull/6 (1.0.8) -> - -# Updated Irontanks (1.2.6@Side.BOTH --> 1.3.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Irontanks/compare/1.2.4...1.3.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/Irontanks/pull/13 (1.3.0) -> * buildscript by @bombcar in https://github.com/GTNewHorizons/Irontanks/pull/12 (1.2.6) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/Irontanks/pull/12 (1.2.6) -> - -# Updated Jabba (1.3.1@Side.BOTH --> 1.3.2@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Jabba/compare/1.3.0...1.3.2 ->## What's Changed -> * Update buildscript and clean repositories by @bombcar in https://github.com/GTNewHorizons/Jabba/pull/27 (1.3.1) -> - -# Updated KekzTech (0.9.6@Side.BOTH --> 0.10.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/KekzTech/compare/0.9.5...0.10.1 ->## What's Changed -> * Use wireless network manager and hopefully fix npe by @chochem in https://github.com/GTNewHorizons/KekzTech/pull/82 (0.10.1) -> * Fix missing LSC casing amount check by @HoleFish in https://github.com/GTNewHorizons/KekzTech/pull/83 (0.10.1) -> * Bs+dep update by @chochem in https://github.com/GTNewHorizons/KekzTech/pull/81 (0.9.6) -> ->## New Contributors -> * @HoleFish made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/83 (0.10.1) -> - -# Updated KubaTech (0.13.12@Side.BOTH --> 0.14.5@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/KubaTech/compare/0.13.11...0.14.5 ->## What's Changed -> * Fix Rolled Tea Leaf recipe by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/118 (0.14.5) -> * Fix EEC doesn't drop weapon when destroyed by @HoleFish in https://github.com/GTNewHorizons/KubaTech/pull/117 (0.14.4) -> * Add a mode for EEC to void all enchanted and damaged outputs by @HoleFish in https://github.com/GTNewHorizons/KubaTech/pull/116 (0.14.3) -> * Fix Soldering Iron unable to set redstone output strength for the EEC. by @AbdielKavash in https://github.com/GTNewHorizons/KubaTech/pull/115 (0.14.2) -> * Allow the EIG and MApiary to use IC2 Distilled Water in place of regular water in the structure. by @AbdielKavash in https://github.com/GTNewHorizons/KubaTech/pull/113 (0.14.1) -> * Fix queen dupe bug in Mega Apiary by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/114 (0.14.1) -> * Remove now unneeded IMC for DEFusionCrafter by @miozune in https://github.com/GTNewHorizons/KubaTech/pull/111 (0.14.0) -> ->## New Contributors -> * @HoleFish made their first contribution in https://github.com/GTNewHorizons/KubaTech/pull/116 (0.14.3) -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/KubaTech/pull/113 (0.14.1) -> - -# Updated LittleTiles (1.2.9-GTNH@Side.BOTH --> 1.3.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/LittleTiles/compare/1.2.7-GTNH...1.3.0-GTNH ->## What's Changed -> * Fix item GUI slot blocking by @miozune in https://github.com/GTNewHorizons/LittleTiles/pull/8 (1.2.9-GTNH) -> ->## New Contributors -> * @miozune made their first contribution in https://github.com/GTNewHorizons/LittleTiles/pull/8 (1.2.9-GTNH) -> - -# Updated LogisticsPipes (1.0.8-GTNH@Side.BOTH --> 1.1.4-GTNH-pre@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/LogisticsPipes/compare/1.0.7-GTNH...1.1.4-GTNH-pre ->## What's Changed -> * Reenable recipes for non-GTNH environments by @ThePixelbrain in https://github.com/GTNewHorizons/LogisticsPipes/pull/32 (1.1.3-GTNH) -> * request table gui improvement by @Glease in https://github.com/GTNewHorizons/LogisticsPipes/pull/30 (1.1.2-GTNH) -> * add quantum chest support by @Glease in https://github.com/GTNewHorizons/LogisticsPipes/pull/29 (1.1.2-GTNH) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/LogisticsPipes/pull/31 (1.1.1-GTNH-pre) -> * fix sinking into special tank causing class cast exception by @Glease in https://github.com/GTNewHorizons/LogisticsPipes/pull/27 (1.1.0-GTNH) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/LogisticsPipes/pull/31 (1.1.0-GTNH) -> * fix sinking into special tank causing class cast exception by @Glease in https://github.com/GTNewHorizons/LogisticsPipes/pull/27 (1.0.9-GTNH-pre) -> * Fix Logistic Pipes Storage Drawer Functionality by @krashton1 in https://github.com/GTNewHorizons/LogisticsPipes/pull/26 (1.0.8-GTNH) -> ->## New Contributors -> * @ThePixelbrain made their first contribution in https://github.com/GTNewHorizons/LogisticsPipes/pull/32 (1.1.3-GTNH) -> * @krashton1 made their first contribution in https://github.com/GTNewHorizons/LogisticsPipes/pull/26 (1.0.8-GTNH) -> - -# Updated LootGames (2.0.8@Side.BOTH --> 2.1.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/LootGames/compare/2.0.6...2.1.1 ->## What's Changed -> * Remove `compareTo` Override in ProfilingCommand by @glowredman in https://github.com/GTNewHorizons/LootGames/pull/14 (2.1.1) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/LootGames/pull/13 (2.1.0) -> * Fix java12 crash by @eigenraven in https://github.com/GTNewHorizons/LootGames/pull/12 (2.0.8) -> ->## New Contributors -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/LootGames/pull/14 (2.1.1) -> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/LootGames/pull/12 (2.0.8) -> - -# Updated LunatriusCore (1.1.7-GTNH@Side.BOTH --> 1.2.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/LunatriusCore/compare/1.1.6-GTNH...1.2.0-GTNH ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/LunatriusCore/pull/7 (1.2.0-GTNH) -> * Update zh_CN.lang by @Kiwi233 in https://github.com/GTNewHorizons/LunatriusCore/pull/6 (1.1.7-GTNH) -> ->## New Contributors -> * @Kiwi233 made their first contribution in https://github.com/GTNewHorizons/LunatriusCore/pull/6 (1.1.7-GTNH) -> - -# Updated MX-Random (0.2.0@Side.BOTH --> 0.3.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/MX-Random/compare/0.1.6...0.3.0 ->## What's Changed -> * [bs] fix buildscripts for jenkins by @bombcar in https://github.com/GTNewHorizons/MX-Random/pull/7 (0.3.0) -> * Migrate code to use ForgeDirection instead of byte by @OneEyeMaker in https://github.com/GTNewHorizons/MX-Random/pull/6 (0.2.0) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/MX-Random/pull/7 (0.3.0) -> * @OneEyeMaker made their first contribution in https://github.com/GTNewHorizons/MX-Random/pull/6 (0.2.0) -> - -# Updated MagicBees (2.7.1-GTNH@Side.BOTH --> 2.7.14-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/MagicBees/compare/2.7.0-GTNH...2.7.14-GTNH ->## What's Changed -> * Update ru_RU.lang by @kamenskyi in https://github.com/GTNewHorizons/MagicBees/pull/38 (2.7.14-GTNH) -> * Fixed Thaumonomicon pages references by @AnrDaemon in https://github.com/GTNewHorizons/MagicBees/pull/39 (2.7.13-GTNH) -> * Update ru_RU.lang by @kamenskyi in https://github.com/GTNewHorizons/MagicBees/pull/35 (2.7.11-GTNH) -> * Add Thaumic Energistics support to the Apimancers drainer by @Quantumlyy in https://github.com/GTNewHorizons/MagicBees/pull/37 (2.7.11-GTNH) -> * Add Apimancers Drainer by @Quantumlyy in https://github.com/GTNewHorizons/MagicBees/pull/34 (2.7.9-GTNH) -> * Add GT version checks to avoid crash with GT6 by @kappa-maintainer in https://github.com/GTNewHorizons/MagicBees/pull/36 (2.7.7-GTNH-pre) -> * fixing the ethereal shard dupe by @Alastors in https://github.com/GTNewHorizons/MagicBees/pull/33 (2.7.1-GTNH) -> ->## New Contributors -> * @AnrDaemon made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/39 (2.7.13-GTNH) -> * @kamenskyi made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/35 (2.7.11-GTNH) -> * @Quantumlyy made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/34 (2.7.9-GTNH) -> * @kappa-maintainer made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/36 (2.7.7-GTNH-pre) -> - -# Updated MalisisDoors (1.14.0-GTNH@Side.BOTH --> 1.16.3-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/MalisisDoors/compare/1.13.8-GTNH...1.16.3-GTNH ->## What's Changed -> * Drastically reduce memory allocations from custom doors by @ah-OOG-ah in https://github.com/GTNewHorizons/MalisisDoors/pull/14 (1.16.3-GTNH) -> * ASM Cleanup by @Cleptomania in https://github.com/GTNewHorizons/MalisisDoors/pull/10 (1.16.2-GTNH) -> * Memory Allocation Improvements by @Cleptomania in https://github.com/GTNewHorizons/MalisisDoors/pull/11 (1.16.2-GTNH) -> * Merge Malisis Core directly into Malisis Doors by @Cleptomania in https://github.com/GTNewHorizons/MalisisDoors/pull/9 (1.16.0-GTNH) -> ->## New Contributors -> * @ah-OOG-ah made their first contribution in https://github.com/GTNewHorizons/MalisisDoors/pull/14 (1.16.3-GTNH) -> * @Cleptomania made their first contribution in https://github.com/GTNewHorizons/MalisisDoors/pull/9 (1.16.0-GTNH) -> - -# Updated Mantle (0.3.7@Side.BOTH --> 0.4.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Mantle/compare/0.3.6...0.4.1 ->## What's Changed -> * Hide turn page buttons at either ends of books by @YannickMG in https://github.com/GTNewHorizons/Mantle/pull/6 (0.4.1) -> * Split book text on a newline separator by @YannickMG in https://github.com/GTNewHorizons/Mantle/pull/7 (0.4.1) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/Mantle/pull/5 (0.4.0) -> * fix smeltery not being able to handle more than 256 items at a time by @Denostrov in https://github.com/GTNewHorizons/Mantle/pull/4 (0.3.7) -> ->## New Contributors -> * @YannickMG made their first contribution in https://github.com/GTNewHorizons/Mantle/pull/6 (0.4.1) -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/Mantle/pull/5 (0.4.0) -> * @Denostrov made their first contribution in https://github.com/GTNewHorizons/Mantle/pull/4 (0.3.7) -> - -# Updated Minecraft-Backpack-Mod (2.2.12-GTNH@Side.BOTH --> 2.3.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Minecraft-Backpack-Mod/compare/2.2.11-GTNH...2.3.0-GTNH ->## What's Changed -> * [bs] fix broken repos by @bombcar in https://github.com/GTNewHorizons/Minecraft-Backpack-Mod/pull/8 (2.3.0-GTNH) -> * Add pl_PL.lang by @Radplay in https://github.com/GTNewHorizons/Minecraft-Backpack-Mod/pull/7 (2.2.12-GTNH) -> ->## New Contributors -> * @Radplay made their first contribution in https://github.com/GTNewHorizons/Minecraft-Backpack-Mod/pull/7 (2.2.12-GTNH) -> - -# Updated Minetweaker-Gregtech-5-Addon (2.0.5@Side.BOTH --> 2.1.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/compare/2.0.4...2.1.0 - -# Updated Mobs-Info (0.1.13-GTNH@Side.BOTH --> 0.2.5-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.1.12-GTNH...0.2.5-GTNH - -# Updated ModTweaker (0.9.10@Side.BOTH --> 0.10.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ModTweaker/compare/0.9.9...0.10.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/ModTweaker/pull/5 (0.10.0) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/ModTweaker/pull/5 (0.10.0) -> - -# Updated ModularUI (1.1.24@Side.BOTH --> 1.1.42@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ModularUI/compare/1.1.23...1.1.42 ->## What's Changed -> * Properly fix capacity display with overflowable tank by @miozune in https://github.com/GTNewHorizons/ModularUI/pull/74 (1.1.42) -> * Fix capacity tooltip for tanks with void overflow enabled by @Lyfts in https://github.com/GTNewHorizons/ModularUI/pull/73 (1.1.40) -> * Fix NumericWidget alignment. by @AbdielKavash in https://github.com/GTNewHorizons/ModularUI/pull/72 (1.1.39) -> * Update NumberFormatMUI to support Object arguments. by @AbdielKavash in https://github.com/GTNewHorizons/ModularUI/pull/71 (1.1.38) -> * Dynamic text color fix. by @AbdielKavash in https://github.com/GTNewHorizons/ModularUI/pull/70 (1.1.37) -> * Added a text supplier for TextWidget. by @AbdielKavash in https://github.com/GTNewHorizons/ModularUI/pull/69 (1.1.36) -> * Added locale-aware formatting of numbers. by @AbdielKavash in https://github.com/GTNewHorizons/ModularUI/pull/67 (1.1.35) -> * Added test for Chinese locale. by @AbdielKavash in https://github.com/GTNewHorizons/ModularUI/pull/68 (1.1.35) -> * Added two convenience methods to NumericWidget. by @AbdielKavash in https://github.com/GTNewHorizons/ModularUI/pull/66 (1.1.34) -> * Support CJKV Unified Ideographs for textField by @RealSilverMoon in https://github.com/GTNewHorizons/ModularUI/pull/65 (1.1.33) -> * Fix NEI Slot Overlay in Bookmarks Recipe Tooltip by @slprime in https://github.com/GTNewHorizons/ModularUI/pull/64 (1.1.32) -> * Fix NEI Slot Overlay being slightly off & not showing FindIt overlay by @slprime in https://github.com/GTNewHorizons/ModularUI/pull/63 (1.1.31) -> * Added a numeric widget. by @AbdielKavash in https://github.com/GTNewHorizons/ModularUI/pull/62 (1.1.30) -> * Fix build by @miozune in https://github.com/GTNewHorizons/ModularUI/pull/61 (1.1.29) -> * Add support for scientific notation (2e3 = 2000) and suffixes like k, m, b, ... by @AbdielKavash in https://github.com/GTNewHorizons/ModularUI/pull/58 (1.1.26) -> * Fix for NEID by @miozune in https://github.com/GTNewHorizons/ModularUI/pull/57 (1.1.24) -> ->## New Contributors -> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/ModularUI/pull/73 (1.1.40) -> * @RealSilverMoon made their first contribution in https://github.com/GTNewHorizons/ModularUI/pull/65 (1.1.33) -> * @slprime made their first contribution in https://github.com/GTNewHorizons/ModularUI/pull/63 (1.1.31) -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/ModularUI/pull/58 (1.1.26) -> - -# Updated MouseTweaks (2.4.9-GTNH@Side.CLIENT --> 2.4.17-GTNH@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/MouseTweaks/compare/2.4.8-GTNH...2.4.17-GTNH ->## What's Changed -> * Update gtnhlib and remove unused code by @Caedis in https://github.com/GTNewHorizons/MouseTweaks/pull/11 (2.4.17-GTNH) -> * Factor in nbt when transfering items by @Caedis in https://github.com/GTNewHorizons/MouseTweaks/pull/10 (2.4.16-GTNH) -> * Reset mouse wheel delta when new gui is open by @Caedis in https://github.com/GTNewHorizons/MouseTweaks/pull/9 (2.4.15-GTNH) -> * Fix issues with importing old configs by @Caedis in https://github.com/GTNewHorizons/MouseTweaks/pull/8 (2.4.14-GTNH) -> * Swap to GTNHLib config by @Caedis in https://github.com/GTNewHorizons/MouseTweaks/pull/5 (2.4.13-GTNH) -> * Spotless apply for branch newConfig for #5 by @github-actions in https://github.com/GTNewHorizons/MouseTweaks/pull/6 (2.4.12-GTNH-pre) -> * dev update by @Caedis in https://github.com/GTNewHorizons/MouseTweaks/pull/7 (2.4.12-GTNH-pre) -> * Backport ScrollItemScaling and WheelScrollDirection config options by @unilock in https://github.com/GTNewHorizons/MouseTweaks/pull/4 (2.4.9-GTNH) -> ->## New Contributors -> * @github-actions made their first contribution in https://github.com/GTNewHorizons/MouseTweaks/pull/6 (2.4.12-GTNH-pre) -> * @Caedis made their first contribution in https://github.com/GTNewHorizons/MouseTweaks/pull/7 (2.4.12-GTNH-pre) -> * @unilock made their first contribution in https://github.com/GTNewHorizons/MouseTweaks/pull/4 (2.4.9-GTNH) -> - -# Updated MrTJPCore (1.1.5@Side.BOTH --> 1.1.6@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/MrTJPCore/compare/1.1.4...1.1.6 ->## What's Changed -> * Use UUIDs as keys instead of player instances in KeyTracking state map by @tth05 in https://github.com/GTNewHorizons/MrTJPCore/pull/4 (1.1.5) -> ->## New Contributors -> * @tth05 made their first contribution in https://github.com/GTNewHorizons/MrTJPCore/pull/4 (1.1.5) -> - -# Updated NEI-Integration (1.3.3@Side.BOTH --> 1.4.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NEI-Integration/compare/1.3.2...1.4.0 ->## What's Changed -> * [bs] fix buildscripts for jenkins by @bombcar in https://github.com/GTNewHorizons/NEI-Integration/pull/9 (1.4.0) -> * Revert disabling Pam's HC integration by default by @DotJason in https://github.com/GTNewHorizons/NEI-Integration/pull/8 (1.3.3) -> - -# Updated Natura (2.5.7@Side.BOTH --> 2.6.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Natura/compare/2.5.6...2.6.1 ->## What's Changed -> * Register Natura Saplings individually by @kyoi-the-fox in https://github.com/GTNewHorizons/Natura/pull/18 (2.6.1) -> * Fix missing Leaf block names in WAILA by @wlhlm in https://github.com/GTNewHorizons/Natura/pull/17 (2.5.7) -> ->## New Contributors -> * @kyoi-the-fox made their first contribution in https://github.com/GTNewHorizons/Natura/pull/18 (2.6.1) -> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/Natura/pull/17 (2.5.7) -> - -# Updated NaturesCompass (1.3.6-GTNH@Side.BOTH --> 1.4.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NaturesCompass/compare/1.3.5-GTNH...1.4.0-GTNH ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/NaturesCompass/pull/6 (1.4.0-GTNH) -> * fix biome refresh on gui click by @bjin2000 in https://github.com/GTNewHorizons/NaturesCompass/pull/4 (1.3.6-GTNH) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/NaturesCompass/pull/6 (1.4.0-GTNH) -> - -# Updated NetherPortalFix (1.1.2@Side.BOTH --> 1.2.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NetherPortalFix/compare/1.1.1...1.2.0 ->## What's Changed -> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/NetherPortalFix/pull/1 (1.1.2) -> ->## New Contributors -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/NetherPortalFix/pull/1 (1.1.2) -> - -# Updated NewHorizonsCoreMod (2.2.55@Side.BOTH --> 2.3.42@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.2.54...2.3.42 ->## What's Changed -> * Add recipe for Pattern Optimization Matrix by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/806 (2.3.42) -> * More dark steel chests recipe tweaks by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/819 (2.3.42) -> * Added recipes for space dungeon blocks. by @AbdielKavash in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/818 (2.3.42) -> * Local-aware custom tooltip config files by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/824 (2.3.42) -> * Rename with new TF changes by @Caedis in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/820 (2.3.41-pre) -> * Fix apimancer typo in recipe and removal by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/821 (2.3.41-pre) -> * Fix new TF door recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/822 (2.3.41-pre) -> * Fix broken tinkers defence recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/823 (2.3.41-pre) -> * Rename with new TF changes by @Caedis in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/820 (2.3.40) -> * Fix apimancer typo in recipe and removal by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/821 (2.3.40) -> * Fix new TF door recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/822 (2.3.40) -> * Fix broken tinkers defence recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/823 (2.3.40) -> * add recipes for Dark Steel chest by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/817 (2.3.37-pre) -> * add recipes for Dark Steel chest by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/817 (2.3.36) -> * Fix moon buggy copy recipe and related fixes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/816 (2.3.33) -> * Apply TiC recipe category by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/814 (2.3.33) -> * Cache bg2 inventory field and add backwards compat to older BG2 by @Caedis in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/815 (2.3.33) -> * Fix battlegear hazard check by @Ableytner in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/813 (2.3.31) -> * Use oredict for NC Thermometer recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/805 (2.3.28) -> * Upload ru_RU.lang by @kamenskyi in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/807 (2.3.28) -> * Fix weird looking lang keys by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/812 (2.3.28) -> * Remove lead from smeltery by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/800 (2.3.27) -> * fix glass bottle exploit by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/801 (2.3.27) -> * Update Tinted Glass assembler recipe by @Ableytner in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/802 (2.3.27) -> * Add 4 missing recipes for drill head mold/shape by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/803 (2.3.27) -> * new cuttingboard recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/804 (2.3.27) -> * Tinker's Construct manuals, Dreamcraft edition by @YannickMG in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/797 (2.3.26) -> * NewHorizonsCoreChanges to reflect recipe checks in Ae2 by @Cardinalstars in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/798 (2.3.26) -> * Wooden brick form fix by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/799 (2.3.26) -> * Updated Twilight Forest compatibility by @Gordon-Frohman in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/781 (2.3.26) -> * Add Apiamancer's Drainer recipe by @Quantumlyy in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/786 (2.3.25-pre) -> * Add Apiamancer's Drainer recipe by @Quantumlyy in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/786 (2.3.24) -> * Add Non-Vanilla Dye Support to ZTones Blocks within Assembler by @QuantumBlink1337 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/796 (2.3.23-pre) -> * Add Non-Vanilla Dye Support to ZTones Blocks within Assembler by @QuantumBlink1337 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/796 (2.3.21) -> * Fix several low-grav recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/795 (2.3.20-pre) -> * Fix several low-grav recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/795 (2.3.19) -> * Allow customizing Tinker's Construct manuals in dreamcraft by @YannickMG in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/794 (2.3.15) -> * Add Horus planet block recipe by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/790 (2.3.13) -> * Add assembler recipe for fusion coil block by @Pelotrio in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/792 (2.3.13) -> * reverts 'Roasted without tiny/small dust' by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/791 (2.3.13) -> * Various recipe fixes and tweaks by @AbdielKavash in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/788 (2.3.13) -> * Dont make wooden brick form repairable by @Caedis in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/789 (2.3.12-pre) -> * Dont make wooden brick form repairable by @Caedis in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/789 (2.3.11) -> * Add more basalt blocks to chisel by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/787 (2.3.9-pre) -> * Add more basalt blocks to chisel by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/787 (2.3.8) -> * add recipe for Limited Itemfilter by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/785 (2.3.4) -> * Add Special Handling for the Infinity Sword by @glowredman in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/784 (2.3.3) -> * Fix LCR Controller recipe in assembler by @LewisSaber in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/783 (2.3.2) -> * Fix a few broken LP recipes using gt++ items by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/782 (2.3.1) -> * Add advanced radiation proof plate space assembler recipe by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/777 (2.3.0) -> ->## New Contributors -> * @kamenskyi made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/807 (2.3.28) -> * @Ableytner made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/802 (2.3.27) -> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/798 (2.3.26) -> * @Gordon-Frohman made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/781 (2.3.26) -> * @Quantumlyy made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/786 (2.3.25-pre) -> * @Quantumlyy made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/786 (2.3.24) -> * @QuantumBlink1337 made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/796 (2.3.23-pre) -> * @QuantumBlink1337 made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/796 (2.3.21) -> * @YannickMG made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/794 (2.3.15) -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/788 (2.3.13) -> - -# Updated Nodal-Mechanics (1.1.-6-GTNH@Side.BOTH --> 1.2.1-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Nodal-Mechanics/compare/Nodal-Mechanics...1.2.1-GTNH ->## What's Changed -> * fix dep by @chochem in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/9 (1.2.1-GTNH) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/8 (1.2.0-GTNH) -> * Mod rebalance by @OneEyeMaker in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/1 (1.1.-6-GTNH) -> * Update zh_CN.lang by @Kiwi233 in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/2 (1.1.-6-GTNH) -> * Change attuned Matrix Recipe to fit thematically by @redmage17 in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/3 (1.1.-6-GTNH) -> * Fixed error spiked difficulty by @redmage17 in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/4 (1.1.-6-GTNH) -> * Make nodal matrix unstackable by @repo-alt in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/5 (1.1.-6-GTNH) -> * Fix fake recipe aspect count by @Glease in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/6 (1.1.-6-GTNH) -> * Draft for unified build script by @SinTh0r4s in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/7 (1.1.-6-GTNH) -> ->## New Contributors -> * @chochem made their first contribution in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/9 (1.2.1-GTNH) -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/8 (1.2.0-GTNH) -> * @OneEyeMaker made their first contribution in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/1 (1.1.-6-GTNH) -> * @Kiwi233 made their first contribution in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/2 (1.1.-6-GTNH) -> * @redmage17 made their first contribution in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/3 (1.1.-6-GTNH) -> * @repo-alt made their first contribution in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/5 (1.1.-6-GTNH) -> * @Glease made their first contribution in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/6 (1.1.-6-GTNH) -> * @SinTh0r4s made their first contribution in https://github.com/GTNewHorizons/Nodal-Mechanics/pull/7 (1.1.-6-GTNH) -> - -# New Mod - NotEnoughCharacters (1.7.10-1.5.3-GTNH@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughCharacters/commits/1.7.10-1.5.3-GTNH - -# Updated NotEnoughEnergistics (1.4.6@Side.BOTH --> 1.5.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughEnergistics/compare/1.4.5...1.5.1 ->## What's Changed -> * Change read recipeIndex from GuiRecipe by @slprime in https://github.com/GTNewHorizons/NotEnoughEnergistics/pull/38 (1.5.1) -> ->## New Contributors -> * @slprime made their first contribution in https://github.com/GTNewHorizons/NotEnoughEnergistics/pull/38 (1.5.1) -> - -# Updated NotEnoughIds (1.5.3@Side.BOTH --> 2.0.3@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughIds/compare/1.5.2...2.0.3 ->## What's Changed -> * Change fake NibbleArray to not use empty byte array for Thermos compat by @Cleptomania in https://github.com/GTNewHorizons/NotEnoughIds/pull/10 (2.0.3) -> * Fixes for Multiplayer by @Cleptomania in https://github.com/GTNewHorizons/NotEnoughIds/pull/9 (2.0.1) -> * Initial 16-bit Metadata Re-work by @Cleptomania in https://github.com/GTNewHorizons/NotEnoughIds/pull/7 (2.0.0) -> * Add curseforge and modrinth project IDs by @Cleptomania in https://github.com/GTNewHorizons/NotEnoughIds/pull/8 (1.5.6) -> * Small code changes by @Alexdoru in https://github.com/GTNewHorizons/NotEnoughIds/pull/5 (1.5.3) -> ->## New Contributors -> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/NotEnoughIds/pull/5 (1.5.3) -> - -# Updated NotEnoughItems (2.4.13-GTNH@Side.BOTH --> 2.5.24-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughItems/compare/2.4.12-GTNH...2.5.24-GTNH ->## What's Changed -> * Fix history panel being hidden when centered search and no quantity widget by @Caedis in https://github.com/GTNewHorizons/NotEnoughItems/pull/468 (2.5.24-GTNH) -> * Update settings.gradle by @Dream-Master in https://github.com/GTNewHorizons/NotEnoughItems/pull/469 (2.5.24-GTNH) -> * Correctly find the recipeId under mouse when using the search by @slprime in https://github.com/GTNewHorizons/NotEnoughItems/pull/465 (2.5.23-GTNH) -> * Migrate NEI-Utilities by @slprime in https://github.com/GTNewHorizons/NotEnoughItems/pull/461 (2.5.21-GTNH) -> * DnD big ItemStack; Show green slot highlighting overlay by @slprime in https://github.com/GTNewHorizons/NotEnoughItems/pull/463 (2.5.21-GTNH) -> * Slot Highlighting Overlay Option by @Caedis in https://github.com/GTNewHorizons/NotEnoughItems/pull/458 (2.5.19-GTNH) -> * Less StringBuilder allocation nonsense by @mitchej123 in https://github.com/GTNewHorizons/NotEnoughItems/pull/455 (2.5.18-GTNH) -> * Create Bookmarks Groups; Search Recipe by @slprime in https://github.com/GTNewHorizons/NotEnoughItems/pull/451 (2.5.17-GTNH) -> * undo dependencies removal, it's loadbearing by @bombcar in https://github.com/GTNewHorizons/NotEnoughItems/pull/449 (2.5.4-GTNH) -> * Add chat message to chunk overlay key press by @Caedis in https://github.com/GTNewHorizons/NotEnoughItems/pull/450 (2.5.1-GTNH) -> * Update bs and dependencies by @bombcar in https://github.com/GTNewHorizons/NotEnoughItems/pull/447 (2.5.0-GTNH) -> * Fixed infinite loop in bookmarks with only one column by @slprime in https://github.com/GTNewHorizons/NotEnoughItems/pull/442 (2.4.13-GTNH) -> ->## New Contributors -> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/469 (2.5.24-GTNH) -> - -# Updated Nuclear-Control (2.5.1@Side.BOTH --> 2.6.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Nuclear-Control/compare/2.5.0...2.6.1 ->## What's Changed -> * Angelica support by @ah-OOG-ah in https://github.com/GTNewHorizons/Nuclear-Control/pull/18 (2.6.0) -> ->## New Contributors -> * @ah-OOG-ah made their first contribution in https://github.com/GTNewHorizons/Nuclear-Control/pull/18 (2.6.0) -> - -# Updated Nutrition (0.0.5@Side.BOTH --> 0.0.9@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Nutrition/compare/0.0.4...0.0.9 ->## What's Changed -> * Add null player check to tooltip event by @Caedis in https://github.com/GTNewHorizons/Nutrition/pull/15 (0.0.9) -> * Polish translation (pl_PL) by @Mpcs in https://github.com/GTNewHorizons/Nutrition/pull/13 (0.0.8) -> * Fix some keybind and gui stuff by @Alexdoru in https://github.com/GTNewHorizons/Nutrition/pull/11 (0.0.5) -> ->## New Contributors -> * @Caedis made their first contribution in https://github.com/GTNewHorizons/Nutrition/pull/15 (0.0.9) -> * @Mpcs made their first contribution in https://github.com/GTNewHorizons/Nutrition/pull/13 (0.0.8) -> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/Nutrition/pull/11 (0.0.5) -> - -# Updated OCGlasses (1.4.2-GTNH@Side.BOTH --> 1.5.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/OCGlasses/compare/1.4.1-GTNH...1.5.0-GTNH ->## What's Changed -> * Fixes usages of the player Map by @Pelotrio in https://github.com/GTNewHorizons/OCGlasses/pull/17 (1.4.2-GTNH) -> ->## New Contributors -> * @Pelotrio made their first contribution in https://github.com/GTNewHorizons/OCGlasses/pull/17 (1.4.2-GTNH) -> - -# Updated OpenBlocks (1.8.3-GTNH@Side.BOTH --> 1.9.1-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/OpenBlocks/compare/1.8.2-GTNH...1.9.1-GTNH ->## What's Changed -> * Fix server crash due to trying to access translation resource by @ghostflyby in https://github.com/GTNewHorizons/OpenBlocks/pull/20 (1.9.0-GTNH) -> ->## New Contributors -> * @ghostflyby made their first contribution in https://github.com/GTNewHorizons/OpenBlocks/pull/20 (1.9.0-GTNH) -> - -# Updated OpenComputers (1.9.21-GTNH@Side.BOTH --> 1.10.7-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/OpenComputers/compare/1.9.19-GTNH...1.10.7-GTNH ->## What's Changed -> * If we say it's thread safe, that makes it true -- right? right? by @mitchej123 in https://github.com/GTNewHorizons/OpenComputers/pull/117 (1.10.7-GTNH) -> * fix extraneous @VERSION@ by @bombcar in https://github.com/GTNewHorizons/OpenComputers/pull/114 (1.10.5-GTNH) -> * [bs] update dependencies by @bombcar in https://github.com/GTNewHorizons/OpenComputers/pull/115 (1.10.5-GTNH) -> * Fix AE2 Integration by @Pelotrio in https://github.com/GTNewHorizons/OpenComputers/pull/113 (1.10.3-GTNH) -> * Fix Coremod Version by @glowredman in https://github.com/GTNewHorizons/OpenComputers/pull/112 (1.10.1-GTNH) -> * Bee convert should not be localized by @ghostflyby in https://github.com/GTNewHorizons/OpenComputers/pull/110 (1.10.1-GTNH) -> * Fix unhandled side for redstone connection by @OneEyeMaker in https://github.com/GTNewHorizons/OpenComputers/pull/111 (1.10.0-GTNH) -> ->## New Contributors -> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/OpenComputers/pull/117 (1.10.7-GTNH) -> * @Pelotrio made their first contribution in https://github.com/GTNewHorizons/OpenComputers/pull/113 (1.10.3-GTNH) -> * @ghostflyby made their first contribution in https://github.com/GTNewHorizons/OpenComputers/pull/110 (1.10.1-GTNH) -> * @OneEyeMaker made their first contribution in https://github.com/GTNewHorizons/OpenComputers/pull/111 (1.10.0-GTNH) -> - -# Updated OpenModsLib (0.10.6@Side.BOTH --> 0.10.9@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/OpenModsLib/compare/0.10.5...0.10.9 ->## What's Changed -> * Add a version check to prevent 0.11 from happening by @bombcar in https://github.com/GTNewHorizons/OpenModsLib/pull/7 (0.10.9) -> * Allow `-pre` and `-snapshot` versions by @glowredman in https://github.com/GTNewHorizons/OpenModsLib/pull/8 (0.10.9) -> * version warning by @bombcar in https://github.com/GTNewHorizons/OpenModsLib/pull/6 (0.10.8) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/OpenModsLib/pull/5 (0.10.7) -> * correct transient dependency by @Dream-Master in https://github.com/GTNewHorizons/OpenModsLib/pull/4 (0.10.6) -> ->## New Contributors -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/OpenModsLib/pull/8 (0.10.9) -> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/OpenModsLib/pull/4 (0.10.6) -> - -# Updated OpenModularTurrets (2.2.11-247@Side.BOTH --> 2.3.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/OpenModularTurrets/compare/2.2.11-246...2.3.1 ->## What's Changed -> * Update Bounding boxes, remove old depdencies by @Keridos in https://github.com/GTNewHorizons/OpenModularTurrets/pull/4 (2.3.1) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/OpenModularTurrets/pull/2 (2.3.0) -> * whoops by @bombcar in https://github.com/GTNewHorizons/OpenModularTurrets/pull/1 (2.2.11-247) -> ->## New Contributors -> * @Keridos made their first contribution in https://github.com/GTNewHorizons/OpenModularTurrets/pull/4 (2.3.1) -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/OpenModularTurrets/pull/1 (2.2.11-247) -> - -# Updated OpenPrinter (0.1.3-GTNH@Side.BOTH --> 0.2.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/OpenPrinter/compare/0.1.2-GTNH...0.2.0-GTNH ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/OpenPrinter/pull/5 (0.2.0-GTNH) -> * Fix Version Replacement by @glowredman in https://github.com/GTNewHorizons/OpenPrinter/pull/4 (0.1.3-GTNH) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/OpenPrinter/pull/5 (0.2.0-GTNH) -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/OpenPrinter/pull/4 (0.1.3-GTNH) -> - -# Updated OpenSecurity (1.0.120-GTNH@Side.BOTH --> 1.1.1-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/OpenSecurity/compare/1.0.119-GTNH...1.1.1-GTNH ->## What's Changed -> * Fix Version by @glowredman in https://github.com/GTNewHorizons/OpenSecurity/pull/4 (1.1.0-GTNH) -> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/OpenSecurity/pull/3 (1.0.120-GTNH) -> - -# Updated Opis (1.3.9-mapless@Side.BOTH --> 1.4.2-mapless@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Opis/compare/1.3.8-mapless...1.4.2-mapless ->## What's Changed -> * Fix Tags by @glowredman in https://github.com/GTNewHorizons/Opis/pull/13 (1.4.1-mapless) -> * Remove system.exit to make FML happy by @bombcar in https://github.com/GTNewHorizons/Opis/pull/12 (1.4.0-mapless) -> * Remove system.exit to make FML happy by @bombcar in https://github.com/GTNewHorizons/Opis/pull/12 (1.3.9-mapless) -> - -# Updated OverloadedArmorBar (1.0.3@Side.CLIENT --> 1.1.0@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/OverloadedArmorBar/compare/1.0.1...1.1.0 ->## What's Changed -> * Basically rewrite the whole mod by @Alexdoru in https://github.com/GTNewHorizons/OverloadedArmorBar/pull/3 (1.0.3) -> ->## New Contributors -> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/OverloadedArmorBar/pull/3 (1.0.3) -> - -# Updated PersonalSpace (1.0.28@Side.BOTH --> 1.0.30@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/PersonalSpace/compare/1.0.27...1.0.30 ->## What's Changed -> * Fix the deprecated nightTime setting not removed at config save time by @eigenraven in https://github.com/GTNewHorizons/PersonalSpace/pull/23 (1.0.29) -> - -# Updated Player-API (1.4.3@Side.BOTH --> 1.4.4@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Player-API/compare/1.4.2...1.4.4 ->## What's Changed -> * Update CF link in README by @glowredman in https://github.com/GTNewHorizons/Player-API/pull/2 (1.4.3) -> - -# Updated ProjectBlue (1.1.12-GTNH@Side.BOTH --> 1.2.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ProjectBlue/compare/1.1.11-GTNH...1.2.0-GTNH ->## What's Changed -> * Log what class received by @miozune in https://github.com/GTNewHorizons/ProjectBlue/pull/4 (1.1.12-GTNH) -> - -# Updated ProjectRed (4.8.1-GTNH@Side.BOTH --> 4.9.5-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ProjectRed/compare/4.8.0-GTNH...4.9.5-GTNH ->## What's Changed -> * Fixes wool gin recipe by @chochem in https://github.com/GTNewHorizons/ProjectRed/pull/33 (4.9.5-GTNH) -> * Lamp Metadata Fix (Compat with NotEnoughIds 2.0+) by @Cleptomania in https://github.com/GTNewHorizons/ProjectRed/pull/32 (4.9.4-GTNH) -> * Fix missing call to `startDrawing()` by @UltraHex in https://github.com/GTNewHorizons/ProjectRed/pull/30 (4.9.3-GTNH) -> * update the chickens to have multiple threads by @bombcar in https://github.com/GTNewHorizons/ProjectRed/pull/29 (4.9.2-GTNH) -> * Replace `@VERSION@` usage by @glowredman in https://github.com/GTNewHorizons/ProjectRed/pull/28 (4.9.1-GTNH) -> * Angelica compat - don't rebind textures by @ah-OOG-ah in https://github.com/GTNewHorizons/ProjectRed/pull/27 (4.9.0-GTNH) -> ->## New Contributors -> * @chochem made their first contribution in https://github.com/GTNewHorizons/ProjectRed/pull/33 (4.9.5-GTNH) -> * @Cleptomania made their first contribution in https://github.com/GTNewHorizons/ProjectRed/pull/32 (4.9.4-GTNH) -> * @UltraHex made their first contribution in https://github.com/GTNewHorizons/ProjectRed/pull/30 (4.9.3-GTNH) -> * @ah-OOG-ah made their first contribution in https://github.com/GTNewHorizons/ProjectRed/pull/27 (4.9.0-GTNH) -> - -# Updated Railcraft (9.15.3@Side.BOTH --> 9.15.7@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Railcraft/compare/9.15.2...9.15.7 ->## What's Changed -> * Fix golden ticket not saving nbt by @Lyfts in https://github.com/GTNewHorizons/Railcraft/pull/57 (9.15.7) -> * Seems threadsafe enough by @mitchej123 in https://github.com/GTNewHorizons/Railcraft/pull/56 (9.15.6) -> * Fix Railcraft tanks showing wrong texture after a resource reload by @UltraHex in https://github.com/GTNewHorizons/Railcraft/pull/55 (9.15.5) -> * Fluids entering iron tanks use fallback texture when flowing texture is missing by @asoftbird in https://github.com/GTNewHorizons/Railcraft/pull/53 (9.15.3) -> * do not add color data when not needed by @Glease in https://github.com/GTNewHorizons/Railcraft/pull/54 (9.15.3) -> ->## New Contributors -> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/Railcraft/pull/57 (9.15.7) -> * @UltraHex made their first contribution in https://github.com/GTNewHorizons/Railcraft/pull/55 (9.15.5) -> * @asoftbird made their first contribution in https://github.com/GTNewHorizons/Railcraft/pull/53 (9.15.3) -> - -# Updated Random-Things (2.4.6@Side.BOTH --> 2.5.2@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Random-Things/compare/2.4.5...2.5.2 ->## What's Changed -> * Allow planting plains-type plants on tilled or untilled fertilized dirt by @Majora320 in https://github.com/GTNewHorizons/Random-Things/pull/5 (2.5.2) -> * Add RandomThings to allow mobsinfo to find it. by @bombcar in https://github.com/GTNewHorizons/Random-Things/pull/4 (2.5.0) -> ->## New Contributors -> * @Majora320 made their first contribution in https://github.com/GTNewHorizons/Random-Things/pull/5 (2.5.2) -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/Random-Things/pull/4 (2.5.0) -> - -# Updated Realistic-World-Gen (alpha-1.3.9-pre@Side.BOTH --> alpha-1.4.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Realistic-World-Gen/compare/alpha-1.3.8...alpha-1.4.1 ->## What's Changed -> * Fix broken terrain gen past -20480 in either X or Z by @Caedis in https://github.com/GTNewHorizons/Realistic-World-Gen/pull/15 (alpha-1.4.0) -> - -# Updated RemoteIO (2.4.8@Side.BOTH --> 2.5.2@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/RemoteIO/compare/2.4.7...2.5.2 ->## What's Changed -> * Reuse instead of allocate and throwaway by @mitchej123 in https://github.com/GTNewHorizons/RemoteIO/pull/12 (2.5.2) -> * Small Fixes by @glowredman in https://github.com/GTNewHorizons/RemoteIO/pull/11 (2.5.1) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/RemoteIO/pull/10 (2.5.0) -> * Spotless apply for branch update-buildscript for #8 by @github-actions in https://github.com/GTNewHorizons/RemoteIO/pull/9 (2.4.8) -> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/RemoteIO/pull/8 (2.4.8) -> ->## New Contributors -> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/RemoteIO/pull/12 (2.5.2) -> * @github-actions made their first contribution in https://github.com/GTNewHorizons/RemoteIO/pull/9 (2.4.8) -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/RemoteIO/pull/8 (2.4.8) -> - -# Updated Roguelike-Dungeons (1.5.3-GTNH@Side.BOTH --> 1.6.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Roguelike-Dungeons/compare/1.5.2-GTNH...1.6.0-GTNH ->## What's Changed -> * build on maven by @bombcar in https://github.com/GTNewHorizons/Roguelike-Dungeons/pull/2 (1.5.3-GTNH) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/Roguelike-Dungeons/pull/2 (1.5.3-GTNH) -> - -# Updated SC2 (2.0.2@Side.BOTH --> 2.1.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/SC2/compare/2.0.1...2.1.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/SC2/pull/4 (2.1.0) -> * Fix duplicate key by @MuXiu1997 in https://github.com/GTNewHorizons/SC2/pull/3 (2.0.2) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/SC2/pull/4 (2.1.0) -> * @MuXiu1997 made their first contribution in https://github.com/GTNewHorizons/SC2/pull/3 (2.0.2) -> - -# Updated SGCraft (1.3.13-GTNH@Side.BOTH --> 1.4.4-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/SGCraft/compare/1.3.12-GTNH...1.4.4-GTNH ->## What's Changed -> * Fix the stargate improperly loading and unloading by @GregtechNewHorizons in https://github.com/GTNewHorizons/SGCraft/pull/18 (1.4.4-GTNH) -> * Huge cleanup by @boubou19 in https://github.com/GTNewHorizons/SGCraft/pull/16 (1.4.2-GTNH) -> * Code cleanup by @boubou19 in https://github.com/GTNewHorizons/SGCraft/pull/15 (1.4.1-GTNH) -> * make sure SGCraft loads after OpenComputer by @bombcar in https://github.com/GTNewHorizons/SGCraft/pull/13 (1.4.0-GTNH) -> * trace is default somewhere maybe by @bombcar in https://github.com/GTNewHorizons/SGCraft/pull/10 (1.3.13-GTNH) -> * Make ring/chevron block available as a beacon base by @MadMan310 in https://github.com/GTNewHorizons/SGCraft/pull/11 (1.3.13-GTNH) -> ->## New Contributors -> * @GregtechNewHorizons made their first contribution in https://github.com/GTNewHorizons/SGCraft/pull/18 (1.4.4-GTNH) -> * @MadMan310 made their first contribution in https://github.com/GTNewHorizons/SGCraft/pull/11 (1.3.13-GTNH) -> - -# Updated Schematica (1.9.4-GTNH@Side.CLIENT --> 1.11.0-GTNH@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/Schematica/compare/1.9.3-GTNH...1.11.0-GTNH ->## What's Changed -> * Fix server-client sync by @mist475 in https://github.com/GTNewHorizons/Schematica/pull/20 (1.11.0-GTNH) -> * Fix saving Tile-Entities saving by @mist475 in https://github.com/GTNewHorizons/Schematica/pull/19 (1.11.0-GTNH) -> * Cleanup by @mist475 in https://github.com/GTNewHorizons/Schematica/pull/18 (1.10.1-GTNH) -> * Make rotation state save when saving schematic coordinates by @Lyfts in https://github.com/GTNewHorizons/Schematica/pull/17 (1.9.4-GTNH) -> ->## New Contributors -> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/Schematica/pull/17 (1.9.4-GTNH) -> - -# New Mod - ServerUtilities (2.0.30@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ServerUtilities/commits/2.0.30 ->## What's Changed -> * Disable clientside config edits if their function is disabled on server by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/52 (2.0.30) -> * Fix various teleportation problems by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/51 (2.0.29) -> * Fix backups not getting deleted under certain circumstances by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/48 (2.0.28) -> * Add config for allowing all block interactions in claimed chunks by @Majora320 in https://github.com/GTNewHorizons/ServerUtilities/pull/47 (2.0.27) -> * Rename power permission node to priority by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/46 (2.0.26) -> * Hide sidebar buttons if disabled on server by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/45 (2.0.25) -> * Fix network exception when chunk claiming is turned off by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/44 (2.0.24) -> * Fix permissions with values above max getting set to default value by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/43 (2.0.23) -> * Add ability to claim chunks from JourneyMap by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/41 (2.0.22) -> * Better fix for disappearing buttons by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/40 (2.0.20) -> * Convert TP warmup countdown to notification by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/38 (2.0.19) -> * Fix "/backup start" counting as automatic backup when ran from console by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/34 (2.0.18) -> * Change leaderboard button icon by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/35 (2.0.16) -> * Potential fix for disappearing sidebar buttons by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/30 (2.0.14) -> * Add null check for CommandOverride by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/31 (2.0.12) -> * Fix for minor command problems by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/26 (2.0.11) -> * Add config option to have side buttons drawn vertically by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/29 (2.0.11) -> * Add synced Wiki by @glowredman in https://github.com/GTNewHorizons/ServerUtilities/pull/24 (2.0.9) -> * Fix crash when EnderIO farming station is operating in claimed chunk by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/22 (2.0.8) -> * Fix player attack logging crashing when attacking with empty hand by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/20 (2.0.7) -> * fix url typo by @bombcar in https://github.com/GTNewHorizons/ServerUtilities/pull/15 (2.0.6) -> * Add config gui to the forge mod menu by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/16 (2.0.6) -> * Add info on how to load/unload to journeymap tooltip by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/17 (2.0.6) -> * Add some barebones documentation to readme by @bombcar in https://github.com/GTNewHorizons/ServerUtilities/pull/14 (2.0.5) -> * Disable command override if a bukkit/forge hybrid is detected. by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/13 (2.0.4) -> * toLowerCase on import from FTB and on save and load (just in case) by @Caedis in https://github.com/GTNewHorizons/ServerUtilities/pull/11 (2.0.3) -> * Add Visual Prospecting/Journeymap Integration by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/9 (2.0.2) -> * Fix nether portals spawning when teleporting to other dims by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/8 (2.0.1) -> * Backwards Compatible backport and rewrite. by @Lyfts in https://github.com/GTNewHorizons/ServerUtilities/pull/7 (2.0.0) -> * Fix Lang loading, since it was missing ingame by @Ethryan in https://github.com/GTNewHorizons/ServerUtilities/pull/4 (1.0.2) -> * Removal of Import Wildcards by @Ethryan in https://github.com/GTNewHorizons/ServerUtilities/pull/2 (1.0.1) -> ->## New Contributors -> * @Majora320 made their first contribution in https://github.com/GTNewHorizons/ServerUtilities/pull/47 (2.0.27) -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/ServerUtilities/pull/24 (2.0.9) -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/ServerUtilities/pull/14 (2.0.5) -> * @Caedis made their first contribution in https://github.com/GTNewHorizons/ServerUtilities/pull/11 (2.0.3) -> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/ServerUtilities/pull/7 (2.0.0) -> * @Ethryan made their first contribution in https://github.com/GTNewHorizons/ServerUtilities/pull/2 (1.0.1) -> * ftblib.json -> serverutilslib.json (1.0.0) -> * ftbu/ -> serverutils/ (1.0.0) -> - -# Updated Share-Where-I-am (2.0.2@Side.BOTH --> 2.1.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Share-Where-I-am/compare/0.2.0...2.1.1 ->## What's Changed -> * Use proper Tags class by @glowredman in https://github.com/GTNewHorizons/Share-Where-I-am/pull/4 (2.1.0) -> * fix build by @Glease in https://github.com/GTNewHorizons/Share-Where-I-am/pull/3 (2.0.2) -> * Move JourneyMap class reference out of code that runs even if it's not installed by @ByThePowerOfScience in https://github.com/GTNewHorizons/Share-Where-I-am/pull/2 (2.0.2) -> ->## New Contributors -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/Share-Where-I-am/pull/4 (2.1.0) -> * @Glease made their first contribution in https://github.com/GTNewHorizons/Share-Where-I-am/pull/3 (2.0.2) -> * @ByThePowerOfScience made their first contribution in https://github.com/GTNewHorizons/Share-Where-I-am/pull/2 (2.0.2) -> - -# Updated SleepingBags (0.1.4@Side.BOTH --> 0.2.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/SleepingBags/compare/0.1.3...0.2.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/SleepingBags/pull/5 (0.2.0) -> * Create ru_RU.lang by @Eldrinn-Elantey in https://github.com/GTNewHorizons/SleepingBags/pull/3 (0.1.4) -> * spotless+buildscript by @repo-alt in https://github.com/GTNewHorizons/SleepingBags/pull/4 (0.1.4) -> ->## New Contributors -> * @Eldrinn-Elantey made their first contribution in https://github.com/GTNewHorizons/SleepingBags/pull/3 (0.1.4) -> * @repo-alt made their first contribution in https://github.com/GTNewHorizons/SleepingBags/pull/4 (0.1.4) -> - -# Updated SpecialMobs (3.4.3@Side.BOTH --> 3.5.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/SpecialMobs/compare/3.4.1...3.5.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/SpecialMobs/pull/22 (3.5.0) -> * Adds Waila tooltips to every mob by @DrParadox7 in https://github.com/GTNewHorizons/SpecialMobs/pull/21 (3.4.3) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/SpecialMobs/pull/22 (3.5.0) -> - -# Updated SpiceOfLife (2.1.1-carrot@Side.BOTH --> 2.1.7-carrot@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/SpiceOfLife/compare/2.1.0-carrot...2.1.7-carrot ->## What's Changed -> * Polish translation (pl_PL) by @Mpcs in https://github.com/GTNewHorizons/SpiceOfLife/pull/33 (2.1.7-carrot) -> * Add a couple more null checks by @Caedis in https://github.com/GTNewHorizons/SpiceOfLife/pull/36 (2.1.6-carrot) -> * Add null check to food equal check by @Caedis in https://github.com/GTNewHorizons/SpiceOfLife/pull/35 (2.1.4-carrot) -> * Update buildscript and spotless by @bombcar in https://github.com/GTNewHorizons/SpiceOfLife/pull/31 (2.1.1-carrot) -> ->## New Contributors -> * @Mpcs made their first contribution in https://github.com/GTNewHorizons/SpiceOfLife/pull/33 (2.1.7-carrot) -> * @Caedis made their first contribution in https://github.com/GTNewHorizons/SpiceOfLife/pull/35 (2.1.4-carrot) -> - -# Updated Steve-s-Factory-Manager (1.1.7-GTNH@Side.BOTH --> 1.2.3-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Steve-s-Factory-Manager/compare/1.1.6-GTNH...1.2.3-GTNH ->## What's Changed -> * Move Steve's Addons ASM to explicit compat by @ah-OOG-ah in https://github.com/GTNewHorizons/Steve-s-Factory-Manager/pull/14 (1.2.3-GTNH) -> * [bs] update for Jenkins and apply spotless and remove wildcards by @bombcar in https://github.com/GTNewHorizons/Steve-s-Factory-Manager/pull/13 (1.2.0-GTNH) -> * don't register certain recipes if dreamcraft loaded instead of using scripts by @Alexdoru in https://github.com/GTNewHorizons/Steve-s-Factory-Manager/pull/12 (1.1.7-GTNH) -> ->## New Contributors -> * @ah-OOG-ah made their first contribution in https://github.com/GTNewHorizons/Steve-s-Factory-Manager/pull/14 (1.2.3-GTNH) -> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/Steve-s-Factory-Manager/pull/12 (1.1.7-GTNH) -> - -# Updated StevesAddons (0.10.27@Side.BOTH --> 0.12.3@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/StevesAddons/compare/0.10.26...0.12.3 ->## What's Changed -> * Purge ASM by @ah-OOG-ah in https://github.com/GTNewHorizons/StevesAddons/pull/11 (0.12.3) -> * [bs] serious bs by @bombcar in https://github.com/GTNewHorizons/StevesAddons/pull/10 (0.12.0) -> ->## New Contributors -> * @ah-OOG-ah made their first contribution in https://github.com/GTNewHorizons/StevesAddons/pull/11 (0.12.3) -> - -# Updated StorageDrawers (1.12.2-GTNH@Side.BOTH --> 1.13.4-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/StorageDrawers/compare/1.12.1-GTNH...1.13.4-GTNH ->## What's Changed -> * Add nullCheck for 'protoStack[0]' to prevent crash when there is a removal of an item from the modpack. by @EverNife in https://github.com/GTNewHorizons/StorageDrawers/pull/28 (1.13.4-GTNH) -> * Fix Waila showing default stack limit when downgraded by @Lyfts in https://github.com/GTNewHorizons/StorageDrawers/pull/27 (1.13.3-GTNH) -> * Allow clearing empty items from locked drawers by @Cleptomania in https://github.com/GTNewHorizons/StorageDrawers/pull/26 (1.13.1-GTNH) -> * [bs] fix buildscripts for jenkins by @bombcar in https://github.com/GTNewHorizons/StorageDrawers/pull/25 (1.13.0-GTNH) -> * Fixed dupe bug with breaking of compacting drawer by @OneEyeMaker in https://github.com/GTNewHorizons/StorageDrawers/pull/24 (1.12.2-GTNH) -> ->## New Contributors -> * @EverNife made their first contribution in https://github.com/GTNewHorizons/StorageDrawers/pull/28 (1.13.4-GTNH) -> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/StorageDrawers/pull/27 (1.13.3-GTNH) -> * @Cleptomania made their first contribution in https://github.com/GTNewHorizons/StorageDrawers/pull/26 (1.13.1-GTNH) -> - -# Updated StorageDrawers-BiomesOPlenty (1.11.17-GTNH@Side.BOTH --> 1.12.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/StorageDrawers-BiomesOPlenty/compare/1.11.11-GTNH...1.12.0-GTNH ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/StorageDrawers-BiomesOPlenty/pull/3 (1.12.0-GTNH) -> - -# Updated StorageDrawers-Forestry (1.11.17-GTNH@Side.BOTH --> 1.12.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/StorageDrawers-Forestry/compare/1.11.11-GTNH...1.12.0-GTNH ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/StorageDrawers-Forestry/pull/3 (1.12.0-GTNH) -> - -# Updated StorageDrawers-Misc (1.11.18-GTNH@Side.BOTH --> 1.12.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/StorageDrawers-Misc/compare/1.11.17-GTNH...1.12.0-GTNH ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/StorageDrawers-Misc/pull/4 (1.12.0-GTNH) -> * Set mod as child mod by @glowredman in https://github.com/GTNewHorizons/StorageDrawers-Misc/pull/3 (1.11.18-GTNH) -> ->## New Contributors -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/StorageDrawers-Misc/pull/3 (1.11.18-GTNH) -> - -# Updated StorageDrawers-Natura (1.11.17-GTNH@Side.BOTH --> 1.12.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/StorageDrawers-Natura/compare/1.11.11-GTNH...1.12.0-GTNH ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/StorageDrawers-Natura/pull/3 (1.12.0-GTNH) -> - -# Updated StructureCompat (0.4.0@Side.BOTH --> 0.5.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/StructureCompat/compare/0.3.0...0.5.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/StructureCompat/pull/2 (0.5.0) -> * add structure info for railcraft multis by @Glease in https://github.com/GTNewHorizons/StructureCompat/pull/1 (0.4.0) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/StructureCompat/pull/2 (0.5.0) -> * @Glease made their first contribution in https://github.com/GTNewHorizons/StructureCompat/pull/1 (0.4.0) -> - -# Updated StructureLib (1.2.9@Side.BOTH --> 1.3.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/StructureLib/compare/1.2.8...1.3.0 ->## What's Changed -> * Fix broken mod by @chochem in https://github.com/GTNewHorizons/StructureLib/pull/26 (1.3.0) -> * revise javadoc publish by @Glease in https://github.com/GTNewHorizons/StructureLib/pull/27 (1.3.0) -> * add new api to check for rotation/flip changes by @Glease in https://github.com/GTNewHorizons/StructureLib/pull/24 (1.2.9) -> ->## New Contributors -> * @chochem made their first contribution in https://github.com/GTNewHorizons/StructureLib/pull/26 (1.3.0) -> - -# Updated Super-TiC (1.2.5@Side.BOTH --> 1.3.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Super-TiC/compare/1.2.4...1.3.0 ->## What's Changed -> * fixed crash without bloodmagic caused by class loading by @Trinsdar in https://github.com/GTNewHorizons/Super-TiC/pull/6 (1.3.0) -> * Update zh_CN.lang by @Kiwi233 in https://github.com/GTNewHorizons/Super-TiC/pull/5 (1.2.5) -> ->## New Contributors -> * @Trinsdar made their first contribution in https://github.com/GTNewHorizons/Super-TiC/pull/6 (1.3.0) -> * @Kiwi233 made their first contribution in https://github.com/GTNewHorizons/Super-TiC/pull/5 (1.2.5) -> - -# Updated TCNEIAdditions (1.2.2@Side.BOTH --> 1.3.6@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/TCNEIAdditions/compare/1.2.0...1.3.6 ->## What's Changed -> * Workaround for cycled ingredients in infusion recipes by @miozune in https://github.com/GTNewHorizons/TCNEIAdditions/pull/25 (1.3.6) -> * Add color customization via lang file by @Flanisch in https://github.com/GTNewHorizons/TCNEIAdditions/pull/24 (1.3.4) -> * Move 'open recipes' button by @slprime in https://github.com/GTNewHorizons/TCNEIAdditions/pull/23 (1.3.2) -> * Fix Version of Thaumcraft NEI Plugin by @glowredman in https://github.com/GTNewHorizons/TCNEIAdditions/pull/22 (1.3.0) -> * TC Aspects not showing up on bookmarks correctly fix. by @Cardinalstars in https://github.com/GTNewHorizons/TCNEIAdditions/pull/21 (1.2.2) -> ->## New Contributors -> * @Flanisch made their first contribution in https://github.com/GTNewHorizons/TCNEIAdditions/pull/24 (1.3.4) -> * @slprime made their first contribution in https://github.com/GTNewHorizons/TCNEIAdditions/pull/23 (1.3.2) -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/TCNEIAdditions/pull/22 (1.3.0) -> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/TCNEIAdditions/pull/21 (1.2.2) -> - -# Updated TCNodeTracker (1.1.7@Side.CLIENT --> 1.2.0@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/TCNodeTracker/compare/1.1.6...1.2.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/TCNodeTracker/pull/8 (1.2.0) -> * Fix datetime serialization and formatting by @eigenraven in https://github.com/GTNewHorizons/TCNodeTracker/pull/7 (1.1.7) -> ->## New Contributors -> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/TCNodeTracker/pull/7 (1.1.7) -> - -# Updated TX-Loader (1.6.3@Side.CLIENT --> 1.7.0@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/TX-Loader/compare/1.6.2...1.7.0 ->## What's Changed -> * don't use SKIP_DEBUG by @Alexdoru in https://github.com/GTNewHorizons/TX-Loader/pull/10 (1.6.3) -> - -# Updated Tainted-Magic (7.6.3-GTNH@Side.BOTH --> 7.6.4-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Tainted-Magic/compare/7.6.2-GTNH...7.6.4-GTNH ->## What's Changed -> * Fix broken mod by @chochem in https://github.com/GTNewHorizons/Tainted-Magic/pull/20 (7.6.4-GTNH) -> * improve net code by @Glease in https://github.com/GTNewHorizons/Tainted-Magic/pull/19 (7.6.3-GTNH) -> ->## New Contributors -> * @Glease made their first contribution in https://github.com/GTNewHorizons/Tainted-Magic/pull/19 (7.6.3-GTNH) -> - -# Updated TecTech (5.3.23@Side.BOTH --> 5.3.41-pre@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/TecTech/compare/5.3.22...5.3.41-pre ->## What's Changed -> * EOH fix no power output & description and scanner info changes by @HoleFish in https://github.com/GTNewHorizons/TecTech/pull/274 (5.3.40) -> * Forge of the Gods by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/225 (5.3.37) -> * Add channels to EoH by @HoleFish in https://github.com/GTNewHorizons/TecTech/pull/273 (5.3.36) -> * Numeric widget and localized number formatting. by @AbdielKavash in https://github.com/GTNewHorizons/TecTech/pull/272 (5.3.34) -> * Fixing power checks from telsa tower by @Reflex18 in https://github.com/GTNewHorizons/TecTech/pull/271 (5.3.32) -> * EOH fix by @HoleFish in https://github.com/GTNewHorizons/TecTech/pull/268 (5.3.30) -> * Add debug uncertainty by @HoleFish in https://github.com/GTNewHorizons/TecTech/pull/267 (5.3.28) -> * Change EoH number formatting to standard form by @Connor-Colenso in https://github.com/GTNewHorizons/TecTech/pull/266 (5.3.23) -> ->## New Contributors -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/TecTech/pull/272 (5.3.34) -> * @Reflex18 made their first contribution in https://github.com/GTNewHorizons/TecTech/pull/271 (5.3.32) -> * @HoleFish made their first contribution in https://github.com/GTNewHorizons/TecTech/pull/267 (5.3.28) -> - -# Updated ThaumcraftMobAspects (1.0.0-GTNH@Side.BOTH --> 1.1.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ThaumcraftMobAspects/compare/1.0.0-GTNH...1.1.0-GTNH ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/ThaumcraftMobAspects/pull/2 (1.1.0-GTNH) -> * Migrate to unified build script by @SinTh0r4s in https://github.com/GTNewHorizons/ThaumcraftMobAspects/pull/1 (1.0.0-GTNH) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/ThaumcraftMobAspects/pull/2 (1.1.0-GTNH) -> * @SinTh0r4s made their first contribution in https://github.com/GTNewHorizons/ThaumcraftMobAspects/pull/1 (1.0.0-GTNH) -> - -# Updated ThaumicBases (1.5.6@Side.BOTH --> 1.6.3@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ThaumicBases/compare/1.5.5...1.6.3 ->## What's Changed -> * Move vis orbs from getDrops to onBlockHarvested by @Caedis in https://github.com/GTNewHorizons/ThaumicBases/pull/29 (1.6.3) -> * Update ru_RU.lang by @kamenskyi in https://github.com/GTNewHorizons/ThaumicBases/pull/27 (1.6.1) -> ->## New Contributors -> * @Caedis made their first contribution in https://github.com/GTNewHorizons/ThaumicBases/pull/29 (1.6.3) -> * @kamenskyi made their first contribution in https://github.com/GTNewHorizons/ThaumicBases/pull/27 (1.6.1) -> - -# Updated ThaumicBoots (1.1.0@Side.BOTH --> 1.2.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ThaumicBoots/compare/0.2.1...1.2.1 ->## What's Changed -> * Update ru_RU.lang by @kamenskyi in https://github.com/GTNewHorizons/ThaumicBoots/pull/26 (1.2.1) -> * Slow Boots + Omni Toggle by @Alastors in https://github.com/GTNewHorizons/ThaumicBoots/pull/25 (1.2.0) -> * Make boots apply speed boost to all directions by @S4mpsa in https://github.com/GTNewHorizons/ThaumicBoots/pull/24 (1.1.3) -> * Fixing the jump glitch by @Alastors in https://github.com/GTNewHorizons/ThaumicBoots/pull/23 (1.1.1) -> * Seasonal Boots (#20) by @Alastors in https://github.com/GTNewHorizons/ThaumicBoots/pull/21 (1.1.0) -> ->## New Contributors -> * @kamenskyi made their first contribution in https://github.com/GTNewHorizons/ThaumicBoots/pull/26 (1.2.1) -> * @S4mpsa made their first contribution in https://github.com/GTNewHorizons/ThaumicBoots/pull/24 (1.1.3) -> - -# Updated ThaumicEnergistics (1.5.4-GTNH@Side.BOTH --> 1.6.4-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ThaumicEnergistics/compare/1.5.3-GTNH...1.6.4-GTNH ->## What's Changed -> * fix that even network tool in inventory but card toolbox won't show up by @MCTBL in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/61 (1.6.4-GTNH) -> * Fix crash when starting autocraft from arcane terminal by @Lyfts in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/59 (1.6.3-GTNH) -> * Fix new essentia cell crash when shift rightclicking by @Hikari1nVoid in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/58 (1.6.1-GTNH) -> * Introduce special handling for multi-aspect containers by @OneEyeMaker in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/57 (1.6.0-GTNH) -> * change cells index by @MCTBL in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/56 (1.5.4-GTNH) -> ->## New Contributors -> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/59 (1.6.3-GTNH) -> * @Hikari1nVoid made their first contribution in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/58 (1.6.1-GTNH) -> * @OneEyeMaker made their first contribution in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/57 (1.6.0-GTNH) -> - -# Updated ThaumicHorizons (1.4.2@Side.BOTH --> 1.5.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ThaumicHorizons/compare/1.5.0...1.5.1 ->## What's Changed -> * Correct name application for Nightmare by @bombcar in https://github.com/GTNewHorizons/ThaumicHorizons/pull/62 (1.5.0) -> - -# Updated ThaumicInventoryScanning (1.0.12-GTNH@Side.BOTH --> 1.1.3-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ThaumicInventoryScanning/compare/1.0.12-GTNH...1.1.3-GTNH ->## What's Changed -> * Ignored Aspectless items, improved code readability by @MarloGr in https://github.com/GTNewHorizons/ThaumicInventoryScanning/pull/6 (1.1.3-GTNH) -> * Fix inventory scanning always disabled by @Lyfts in https://github.com/GTNewHorizons/ThaumicInventoryScanning/pull/5 (1.1.2-GTNH) -> * Fix server mod check by @Cleptomania in https://github.com/GTNewHorizons/ThaumicInventoryScanning/pull/3 (1.1.1-GTNH) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/ThaumicInventoryScanning/pull/2 (1.1.0-GTNH) -> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/ThaumicInventoryScanning/pull/1 (1.0.12-GTNH) -> ->## New Contributors -> * @MarloGr made their first contribution in https://github.com/GTNewHorizons/ThaumicInventoryScanning/pull/6 (1.1.3-GTNH) -> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/ThaumicInventoryScanning/pull/5 (1.1.2-GTNH) -> * @Cleptomania made their first contribution in https://github.com/GTNewHorizons/ThaumicInventoryScanning/pull/3 (1.1.1-GTNH) -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/ThaumicInventoryScanning/pull/2 (1.1.0-GTNH) -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/ThaumicInventoryScanning/pull/1 (1.0.12-GTNH) -> - -# Updated ThaumicTinkerer (2.8.5@Side.BOTH --> 2.9.2@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ThaumicTinkerer/compare/2.8.4...2.9.2 ->## What's Changed -> * Fix typo in thaumic restorer page by @jurrejelle in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/37 (2.9.2) -> * Talisman of Remedium no longer wastes durability trying to remove permanent debuffs. It also accepts the Unbreaking enchant. by @AbdielKavash in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/36 (2.9.0) -> * Added balancing configs for Shadowbeam Focus. by @Purple-Towel in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/35 (2.8.5) -> ->## New Contributors -> * @jurrejelle made their first contribution in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/37 (2.9.2) -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/36 (2.9.0) -> * @Purple-Towel made their first contribution in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/35 (2.8.5) -> - -# Updated Thaumic_Exploration (1.2.0-GTNH@Side.BOTH --> 1.2.2-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Thaumic_Exploration/compare/1.1.94-GTNH...1.2.2-GTNH ->## What's Changed -> * Do essentia transfer on the server only for boundjars by @Caedis in https://github.com/GTNewHorizons/Thaumic_Exploration/pull/32 (1.2.2-GTNH) -> * Update dependencies.gradle by @Dream-Master in https://github.com/GTNewHorizons/Thaumic_Exploration/pull/33 (1.2.2-GTNH) -> * fix rare class cast exception by @Glease in https://github.com/GTNewHorizons/Thaumic_Exploration/pull/31 (1.2.0-GTNH) -> ->## New Contributors -> * @Caedis made their first contribution in https://github.com/GTNewHorizons/Thaumic_Exploration/pull/32 (1.2.2-GTNH) -> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/Thaumic_Exploration/pull/33 (1.2.2-GTNH) -> - -# Updated TiC-Tooltips (1.3.0@Side.CLIENT --> 1.3.1@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/TiC-Tooltips/compare/1.2.11...1.3.1 ->## What's Changed -> * feat: add ukrainian localization by @Oleksey-Korolenko in https://github.com/GTNewHorizons/TiC-Tooltips/pull/7 (1.3.0) -> ->## New Contributors -> * @Oleksey-Korolenko made their first contribution in https://github.com/GTNewHorizons/TiC-Tooltips/pull/7 (1.3.0) -> - -# New Mod - Tinkers-Defense (1.2.2@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Tinkers-Defense/commits/1.2.2 - -# Updated TinkersConstruct (1.10.13-GTNH@Side.BOTH --> 1.11.12-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/TinkersConstruct/compare/1.10.12-GTNH...1.11.12-GTNH ->## What's Changed -> * Thread Safe by @mitchej123 in https://github.com/GTNewHorizons/TinkersConstruct/pull/112 (1.11.12-GTNH) -> * Delegate manuals to dreamcraft by @YannickMG in https://github.com/GTNewHorizons/TinkersConstruct/pull/109 (1.11.11-GTNH) -> * Translate all tool parts by @YannickMG in https://github.com/GTNewHorizons/TinkersConstruct/pull/108 (1.11.9-GTNH) -> * Remove unused gui textures by @Flanisch in https://github.com/GTNewHorizons/TinkersConstruct/pull/110 (1.11.9-GTNH) -> * Function `P` crash if crafting station without chest by @slprime in https://github.com/GTNewHorizons/TinkersConstruct/pull/107 (1.11.8-GTNH) -> * Seared Tank QOL by @YannickMG in https://github.com/GTNewHorizons/TinkersConstruct/pull/104 (1.11.7-GTNH) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/TinkersConstruct/pull/106 (1.11.5-GTNH) -> * Obsidian harvestlevel fix by @chochem in https://github.com/GTNewHorizons/TinkersConstruct/pull/105 (1.11.3-GTNH) -> * add name for crystal entity (which seems to be a creeper? by @bombcar in https://github.com/GTNewHorizons/TinkersConstruct/pull/103 (1.11.1-GTNH) -> * TConstruct Gadgets localization by @bessonowjaroslaw in https://github.com/GTNewHorizons/TinkersConstruct/pull/102 (1.11.0-GTNH) -> ->## New Contributors -> * @Flanisch made their first contribution in https://github.com/GTNewHorizons/TinkersConstruct/pull/110 (1.11.9-GTNH) -> * @YannickMG made their first contribution in https://github.com/GTNewHorizons/TinkersConstruct/pull/104 (1.11.7-GTNH) -> * @bessonowjaroslaw made their first contribution in https://github.com/GTNewHorizons/TinkersConstruct/pull/102 (1.11.0-GTNH) -> - -# Updated TinkersMechworks (0.3.0@Side.BOTH --> 0.3.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/TinkersMechworks/compare/0.2.17...0.3.1 ->## What's Changed -> * feat: add ukrainian localization by @Oleksey-Korolenko in https://github.com/GTNewHorizons/TinkersMechworks/pull/5 (0.3.0) -> ->## New Contributors -> * @Oleksey-Korolenko made their first contribution in https://github.com/GTNewHorizons/TinkersMechworks/pull/5 (0.3.0) -> - -# Updated TooMuchLoot (4.1.0-GTNH@Side.BOTH --> 4.2.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/TooMuchLoot/compare/4.1.0-GTNH...4.2.0-GTNH ->## What's Changed -> * Migrate to unified build script by @SinTh0r4s in https://github.com/GTNewHorizons/TooMuchLoot/pull/1 (4.1.0-GTNH) -> ->## New Contributors -> * @SinTh0r4s made their first contribution in https://github.com/GTNewHorizons/TooMuchLoot/pull/1 (4.1.0-GTNH) -> - -# Updated ToroHealth (1.0.4@Side.CLIENT --> 1.1.0@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/ToroHealth/compare/1.0.2...1.1.0 ->## What's Changed -> * fix erronious MCVersion warning from FML by @bombcar in https://github.com/GTNewHorizons/ToroHealth/pull/3 (1.0.4) -> - -# Updated Translocators (1.1.2.21@Side.BOTH --> 1.2.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Translocators/compare/1.1.2.20...1.2.1 ->## What's Changed -> * Update for latest CCC/L to be threadsafe by @bombcar in https://github.com/GTNewHorizons/Translocators/pull/7 (1.2.0) -> * don't register keybind if the crafting grid feature is disabled by th… by @Alexdoru in https://github.com/GTNewHorizons/Translocators/pull/6 (1.1.2.21) -> ->## New Contributors -> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/Translocators/pull/6 (1.1.2.21) -> - -# Updated TravellersGearNeo (1.0@Side.BOTH --> 1.1.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/TravellersGearNeo/compare/1.0...1.1.0 - -# Updated Universal-Singularities (8.6.7@Side.BOTH --> 8.7.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Universal-Singularities/compare/8.6.6...8.7.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/Universal-Singularities/pull/9 (8.7.0) -> - -# Updated VisualProspecting (1.2.1@Side.BOTH --> 1.2.10@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/VisualProspecting/compare/1.2.0...1.2.10 ->## What's Changed -> * Enable layers to do actions outside rendered drawsteps by @Lyfts in https://github.com/GTNewHorizons/VisualProspecting/pull/43 (1.2.10) -> * Show empty fluid fields on map by @Lyfts in https://github.com/GTNewHorizons/VisualProspecting/pull/42 (1.2.8) -> * Reposition VP buttons on Xaero's Worldmap by @Caedis in https://github.com/GTNewHorizons/VisualProspecting/pull/41 (1.2.6) -> * Networking Refactor by @Rune580 in https://github.com/GTNewHorizons/VisualProspecting/pull/40 (1.2.1) -> ->## New Contributors -> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/VisualProspecting/pull/42 (1.2.8) -> * @Caedis made their first contribution in https://github.com/GTNewHorizons/VisualProspecting/pull/41 (1.2.6) -> * @Rune580 made their first contribution in https://github.com/GTNewHorizons/VisualProspecting/pull/40 (1.2.1) -> - -# Updated WAILAPlugins (0.3.0@Side.BOTH --> 0.4.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/WAILAPlugins/compare/0.2.8...0.4.0 ->## What's Changed -> * Fix broken mod by @chochem in https://github.com/GTNewHorizons/WAILAPlugins/pull/17 (0.4.0) -> * Add production modifier to apiary hud, add magic apiary to forestry handler by @hacatu in https://github.com/GTNewHorizons/WAILAPlugins/pull/16 (0.3.0) -> ->## New Contributors -> * @hacatu made their first contribution in https://github.com/GTNewHorizons/WAILAPlugins/pull/16 (0.3.0) -> - -# Updated WAWLA (1.1.3-GTNH@Side.BOTH --> 1.2.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/WAWLA/compare/1.1.2-GTNH...1.2.0-GTNH ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/WAWLA/pull/5 (1.2.0-GTNH) -> * update buildscript for maven by @bombcar in https://github.com/GTNewHorizons/WAWLA/pull/4 (1.1.3-GTNH) -> - -# Updated WailaHarvestability (1.1.10-GTNH@Side.BOTH --> 1.2.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/WailaHarvestability/compare/1.1.9-gtnh...1.2.0-GTNH ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/WailaHarvestability/pull/4 (1.2.0-GTNH) -> * maven by @bombcar in https://github.com/GTNewHorizons/WailaHarvestability/pull/3 (1.1.10-GTNH) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/WailaHarvestability/pull/3 (1.1.10-GTNH) -> - -# Updated WanionLib (1.8.4@Side.BOTH --> 1.9.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/WanionLib/compare/1.8.3...1.9.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/WanionLib/pull/2 (1.9.0) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/WanionLib/pull/2 (1.9.0) -> - -# Updated WarpTheory (1.2.17-GTNH@Side.BOTH --> 1.3.5-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/WarpTheory/compare/1.2.16-GTNH...1.3.5-GTNH ->## What's Changed -> * fix querying warp using wrong name by @Glease in https://github.com/GTNewHorizons/WarpTheory/pull/34 (1.3.5-GTNH) -> * Fix crash with CombatHotbar by @leumasme in https://github.com/GTNewHorizons/WarpTheory/pull/33 (1.3.4-GTNH) -> * Update ru_RU.lang by @kamenskyi in https://github.com/GTNewHorizons/WarpTheory/pull/32 (1.3.2-GTNH) -> * Add names for warptheory entities for mobinfo by @bombcar in https://github.com/GTNewHorizons/WarpTheory/pull/31 (1.3.0-GTNH) -> ->## New Contributors -> * @leumasme made their first contribution in https://github.com/GTNewHorizons/WarpTheory/pull/33 (1.3.4-GTNH) -> * @kamenskyi made their first contribution in https://github.com/GTNewHorizons/WarpTheory/pull/32 (1.3.2-GTNH) -> - -# Updated WirelessCraftingTerminal (1.10.1@Side.BOTH --> 1.11.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/WirelessCraftingTerminal/compare/1.10.0...1.11.1 ->## What's Changed -> * Fix Dynamic Font Size by @slprime in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/32 (1.11.1) -> - -# Updated WirelessRedstone-CBE (1.4.8@Side.BOTH --> 1.5.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/WirelessRedstone-CBE/compare/1.4.7...1.5.0 ->## What's Changed -> * Fix CCRenderState for multithreading by @bombcar in https://github.com/GTNewHorizons/WirelessRedstone-CBE/pull/9 (1.5.0) -> * remove use of @InterfaceDependancies by @Glease in https://github.com/GTNewHorizons/WirelessRedstone-CBE/pull/8 (1.4.8) -> - -# Updated WitcheryExtras (1.1.14@Side.BOTH --> 1.2.2@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/WitcheryExtras/compare/1.1.13...1.2.2 ->## What's Changed -> * Fix distillery inserting into output slot by @Lyfts in https://github.com/GTNewHorizons/WitcheryExtras/pull/21 (1.2.2) -> * Add missing key by @wohaopa in https://github.com/GTNewHorizons/WitcheryExtras/pull/20 (1.2.1) -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/WitcheryExtras/pull/19 (1.2.0) -> * Fix NPE with NEI by @miozune in https://github.com/GTNewHorizons/WitcheryExtras/pull/18 (1.1.14) -> ->## New Contributors -> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/WitcheryExtras/pull/21 (1.2.2) -> - -# Updated WitchingGadgets (1.3.6-GTNH@Side.BOTH --> 1.4.2-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/WitchingGadgets/compare/1.3.5-GTNH...1.4.2-GTNH ->## What's Changed -> * Update ru_RU.lang by @kamenskyi in https://github.com/GTNewHorizons/WitchingGadgets/pull/49 (1.4.2-GTNH) -> * Remove lead from smeltery by @chochem in https://github.com/GTNewHorizons/WitchingGadgets/pull/48 (1.4.1-GTNH) -> * [bs] fix buildscripts for jenkins by @bombcar in https://github.com/GTNewHorizons/WitchingGadgets/pull/47 (1.4.0-GTNH) -> * fix mistaken MCVersion warning from FML by @bombcar in https://github.com/GTNewHorizons/WitchingGadgets/pull/46 (1.3.6-GTNH) -> ->## New Contributors -> * @kamenskyi made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/49 (1.4.2-GTNH) -> - -# Updated Yamcl (0.5.86@Side.BOTH --> 0.6.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Yamcl/compare/0.5.85...0.6.0 ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/Yamcl/pull/4 (0.6.0) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/Yamcl/pull/4 (0.6.0) -> - -# Updated ae2stuff (0.6.0-GTNH@Side.BOTH --> 0.7.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ae2stuff/compare/0.5.7-GTNH...0.7.0-GTNH ->## What's Changed -> * Use the quartz knife to rename wireless by @firenoo in https://github.com/GTNewHorizons/ae2stuff/pull/16 (0.6.0-GTNH) -> - -# Updated amunra (0.5.0@Side.BOTH --> 0.5.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/amunra/compare/0.4.36...0.5.1 ->## What's Changed -> * Fix incorrect link by @Lyfts in https://github.com/GTNewHorizons/amunra/pull/29 (0.5.0) -> ->## New Contributors -> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/amunra/pull/29 (0.5.0) -> - -# Updated bartworks (0.8.23@Side.BOTH --> 0.9.17@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/bartworks/compare/0.8.22...0.9.17 ->## What's Changed -> * Numeric widget and localized number formatting. by @AbdielKavash in https://github.com/GTNewHorizons/bartworks/pull/2 (0.9.17) -> * Seems slightly more threadsafe by @mitchej123 in https://github.com/GTNewHorizons/bartworks/pull/1 (0.9.16) -> * fix mega DT by @Glease in https://github.com/GTNewHorizons/bartworks/pull/396 (0.9.14) -> * Fix Bio Vat internal error & scanner info by @HoleFish in https://github.com/GTNewHorizons/bartworks/pull/394 (0.9.12) -> * CAL CA mode recipe tier nerf by @LewisSaber in https://github.com/GTNewHorizons/bartworks/pull/392 (0.9.11) -> * Fix EIC recipe gating by @GDCloudstrike in https://github.com/GTNewHorizons/bartworks/pull/391 (0.9.10) -> * set back TGregworks to original repo by @Dream-Master in https://github.com/GTNewHorizons/bartworks/pull/390 (0.9.9) -> * Add EIC recipes for a few Singularities & Infinity Catalyst by @S4mpsa in https://github.com/GTNewHorizons/bartworks/pull/389 (0.9.8) -> * Fix MBF tooltip by @chochem in https://github.com/GTNewHorizons/bartworks/pull/388 (0.9.7) -> * Apply the multiplier of the bacterial vat with a new method by @HoleFish in https://github.com/GTNewHorizons/bartworks/pull/387 (0.9.7) -> * Fix MBF tooltip by @chochem in https://github.com/GTNewHorizons/bartworks/pull/388 (0.9.6-pre) -> * update dependencies to fix mutemaster inconsistencies by @bombcar in https://github.com/GTNewHorizons/bartworks/pull/386 (0.9.4) -> * Fix industry frame and galaxyspace plat block recyling by @chochem in https://github.com/GTNewHorizons/bartworks/pull/385 (0.9.3) -> * Fix painted low power laser converter explosion by @antropod in https://github.com/GTNewHorizons/bartworks/pull/383 (0.9.2) -> * Fix muffler hatch numbers for mega by @chochem in https://github.com/GTNewHorizons/bartworks/pull/384 (0.9.2) -> * Fix CAL Locking itself by @LewisSaber in https://github.com/GTNewHorizons/bartworks/pull/381 (0.9.1) -> * Allow Mega Oil Cracker to use an input bus for programmed circuit automation. by @AbdielKavash in https://github.com/GTNewHorizons/bartworks/pull/382 (0.9.0) -> ->## New Contributors -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/2 (0.9.17) -> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/1 (0.9.16) -> * @HoleFish made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/387 (0.9.7) -> * @antropod made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/383 (0.9.2) -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/382 (0.9.0) -> - -# Updated bdlib (1.9.8-GTNH@Side.BOTH --> 1.10.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/bdlib/compare/1.9.7-GTNH...1.10.0-GTNH ->## What's Changed -> * Add byte array to whitelisted classes by @Glease in https://github.com/GTNewHorizons/bdlib/pull/2 (1.9.8-GTNH) -> * add compacter classes to network filter by @Pa4ok in https://github.com/GTNewHorizons/bdlib/pull/3 (1.9.8-GTNH) -> ->## New Contributors -> * @Pa4ok made their first contribution in https://github.com/GTNewHorizons/bdlib/pull/3 (1.9.8-GTNH) -> - -# Updated gendustry (1.6.5.5-GTNH@Side.BOTH --> 1.7.0-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/gendustry/compare/1.6.5.4-GTNH...1.7.0-GTNH ->## What's Changed -> * [bs] spotless apply for jenkins by @bombcar in https://github.com/GTNewHorizons/gendustry/pull/7 (1.7.0-GTNH) -> * [bs] pointless change to kick jankins by @bombcar in https://github.com/GTNewHorizons/gendustry/pull/8 (1.7.0-GTNH) -> * Hide moved items from NEI and add info in tooltip by @kuba6000 in https://github.com/GTNewHorizons/gendustry/pull/6 (1.6.5.5-GTNH) -> ->## New Contributors -> * @bombcar made their first contribution in https://github.com/GTNewHorizons/gendustry/pull/7 (1.7.0-GTNH) -> * @kuba6000 made their first contribution in https://github.com/GTNewHorizons/gendustry/pull/6 (1.6.5.5-GTNH) -> - -# Updated harvestcraft (1.1.4-GTNH@Side.BOTH --> 1.1.10-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/harvestcraft/compare/1.1.3-GTNH...1.1.10-GTNH ->## What's Changed -> * update german translation by @Pilzinsel64 in https://github.com/GTNewHorizons/harvestcraft/pull/57 (1.1.10-GTNH) -> * Add Item for BlockPamSink by @Pilzinsel64 in https://github.com/GTNewHorizons/harvestcraft/pull/58 (1.1.10-GTNH) -> * Add NetherGarden to NEI by @slprime in https://github.com/GTNewHorizons/harvestcraft/pull/56 (1.1.9-GTNH) -> * Apiary: allow automatic insertion of queenbees by @Pilzinsel64 in https://github.com/GTNewHorizons/harvestcraft/pull/54 (1.1.8-GTNH) -> * fix `canPlaceBlockOn` for special planting crops by @Pilzinsel64 in https://github.com/GTNewHorizons/harvestcraft/pull/53 (1.1.7-GTNH) -> * Translated Havestcraft to Polish by @Mpcs by @kuba6000 in https://github.com/GTNewHorizons/harvestcraft/pull/52 (1.1.6-GTNH) -> * Added extra flag to register Oven Recipes by @DrParadox7 in https://github.com/GTNewHorizons/harvestcraft/pull/51 (1.1.4-GTNH) -> ->## New Contributors -> * @slprime made their first contribution in https://github.com/GTNewHorizons/harvestcraft/pull/56 (1.1.9-GTNH) -> * @Pilzinsel64 made their first contribution in https://github.com/GTNewHorizons/harvestcraft/pull/53 (1.1.7-GTNH) -> * @kuba6000 made their first contribution in https://github.com/GTNewHorizons/harvestcraft/pull/52 (1.1.6-GTNH) -> - -# Updated inventory-tweaks (1.6.1@Side.CLIENT --> 1.6.2@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/inventory-tweaks/compare/1.6.0...1.6.2 ->## What's Changed -> * Improve Inventory Tweaks perf with mods that reuse item ID with different metadata/damage values by @norbby42 in https://github.com/GTNewHorizons/inventory-tweaks/pull/8 (1.6.2) -> * Remote chat message logging when creating default files by @bombcar in https://github.com/GTNewHorizons/inventory-tweaks/pull/7 (1.6.1) -> ->## New Contributors -> * @norbby42 made their first contribution in https://github.com/GTNewHorizons/inventory-tweaks/pull/8 (1.6.2) -> - -# Updated ironchest (6.0.74@Side.BOTH --> 6.0.85@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ironchest/compare/6.0.73...6.0.85 ->## What's Changed -> * Add Silver Chest GUI code by @Caedis in https://github.com/GTNewHorizons/ironchest/pull/21 (6.0.85) -> * Check if source and target of upgrade are both enabled before registering by @Caedis in https://github.com/GTNewHorizons/ironchest/pull/20 (6.0.83) -> * Do not use crystal as tiered chest (non-GTNH environments) by @Pilzinsel64 in https://github.com/GTNewHorizons/ironchest/pull/18 (6.0.82) -> * fix recipes for non-GTNH environments by @Pilzinsel64 in https://github.com/GTNewHorizons/ironchest/pull/17 (6.0.82) -> * Improve tier handling & recipe generation by @Pilzinsel64 in https://github.com/GTNewHorizons/ironchest/pull/19 (6.0.82) -> * Do not use crystal as tiered chest (non-GTNH environments) by @Pilzinsel64 in https://github.com/GTNewHorizons/ironchest/pull/18 (6.0.80-pre) -> * fix recipes for non-GTNH environments by @Pilzinsel64 in https://github.com/GTNewHorizons/ironchest/pull/17 (6.0.80-pre) -> * Do not use crystal as tiered chest (non-GTNH environments) by @Pilzinsel64 in https://github.com/GTNewHorizons/ironchest/pull/18 (6.0.79-pre) -> * fix recipes for non-GTNH environments by @Pilzinsel64 in https://github.com/GTNewHorizons/ironchest/pull/17 (6.0.79-pre) -> * Implement new chests (from @unicornbloods) by @Caedis in https://github.com/GTNewHorizons/ironchest/pull/16 (6.0.78) -> * Bookmark pull feature for iron chests by @Nilau1998 in https://github.com/GTNewHorizons/ironchest/pull/12 (6.0.74) -> ->## New Contributors -> * @Pilzinsel64 made their first contribution in https://github.com/GTNewHorizons/ironchest/pull/18 (6.0.82) -> * @Pilzinsel64 made their first contribution in https://github.com/GTNewHorizons/ironchest/pull/18 (6.0.80-pre) -> * @Pilzinsel64 made their first contribution in https://github.com/GTNewHorizons/ironchest/pull/18 (6.0.79-pre) -> * @Caedis made their first contribution in https://github.com/GTNewHorizons/ironchest/pull/16 (6.0.78) -> * @Nilau1998 made their first contribution in https://github.com/GTNewHorizons/ironchest/pull/12 (6.0.74) -> - -# Updated lwjgl3ify (1.5.7@Side.BOTH_JAVA9 --> 2.0.0@Side.BOTH_JAVA9) -**Full Changelog**: https://github.com/GTNewHorizons/lwjgl3ify/compare/1.5.6...2.0.0 ->## What's Changed -> * RetroFuturaBootstrap refactor by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/113 (2.0.0) -> * Fixes Enum Duplication Issue by @KAMKEEL in https://github.com/GTNewHorizons/lwjgl3ify/pull/118 (2.0.0-alpha-3) -> * Add Config Toggle to Enable / Disable HRTF Bools in OpenAl by @KAMKEEL in https://github.com/GTNewHorizons/lwjgl3ify/pull/119 (2.0.0-alpha-3) -> * Add Config Toggle to Enable / Disable HRTF Bools in OpenAl by @KAMKEEL in https://github.com/GTNewHorizons/lwjgl3ify/pull/119 (1.5.16) -> * Fixes Enum Duplication Issue by @KAMKEEL in https://github.com/GTNewHorizons/lwjgl3ify/pull/118 (1.5.15) -> * Fix missing key index mappings by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/110 (1.5.13) -> * Set OpenAL EFX max aux sends to 4 by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/111 (1.5.13) -> * Fix handling of Ctrl+Alt vs AltGr on Windows by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/107 (1.5.12) -> * Fix handling of null device/context in ALC bindings by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/108 (1.5.12) -> * Remove the need for lwjgl package transformer exclusions by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/106 (1.5.11) -> * Fix key name display on non-QWERTY keyboard layouts by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/105 (1.5.10) -> * Publish `version.gradle` by @glowredman in https://github.com/GTNewHorizons/lwjgl3ify/pull/104 (1.5.8) -> * Disable STB stitching if FC 1.23 is present even with OF by @makamys in https://github.com/GTNewHorizons/lwjgl3ify/pull/97 (1.5.7) -> * Add `version.json` for use in e.g. Technic Launcher by @glowredman in https://github.com/GTNewHorizons/lwjgl3ify/pull/98 (1.5.7) -> ->## New Contributors -> * @KAMKEEL made their first contribution in https://github.com/GTNewHorizons/lwjgl3ify/pull/118 (2.0.0-alpha-3) -> * @KAMKEEL made their first contribution in https://github.com/GTNewHorizons/lwjgl3ify/pull/118 (1.5.15) -> * @makamys made their first contribution in https://github.com/GTNewHorizons/lwjgl3ify/pull/97 (1.5.7) -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/lwjgl3ify/pull/98 (1.5.7) -> - -# Updated nei-custom-diagram (1.5.14@Side.BOTH --> 1.5.16-pre@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/nei-custom-diagram/compare/1.5.13...1.5.16-pre - -# Updated neiaddons (1.13.0@Side.BOTH --> 1.15.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/neiaddons/compare/1.12.22...1.15.0 ->## What's Changed -> * Fix Version by @glowredman in https://github.com/GTNewHorizons/neiaddons/pull/8 (1.14.0) -> * Fix Crash for Ex Nihilo addon by @Cleptomania in https://github.com/GTNewHorizons/neiaddons/pull/7 (1.13.0) -> ->## New Contributors -> * @glowredman made their first contribution in https://github.com/GTNewHorizons/neiaddons/pull/8 (1.14.0) -> * @Cleptomania made their first contribution in https://github.com/GTNewHorizons/neiaddons/pull/7 (1.13.0) -> - -# Updated oauth (1.06.1-GTNH@Side.CLIENT --> 1.2.2-GTNH@Side.CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/oauth/commits/1.06.1-GTNH@Side.CLIENT...1.2.2-GTNH@Side.CLIENT - -# Updated supersolarpanels (1.1.2-GT-NH-Mod@Side.BOTH --> 1.1.3@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/supersolarpanels/compare/1.1.2-GT-NH-Mod...1.1.3 - -# Updated thaumcraft-research-tweaks (1.0.6@Side.BOTH --> 1.1.0@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/thaumcraft-research-tweaks/compare/1.0.5...1.1.0 ->## What's Changed -> * Enable spotless by @TheElan in https://github.com/GTNewHorizons/thaumcraft-research-tweaks/pull/14 (1.0.6) -> - -# Updated thaumicinsurgence (0.2.7@Side.BOTH --> 0.3.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/thaumicinsurgence/compare/0.2.6...0.3.1 ->## What's Changed -> * Update ru_RU.lang by @kamenskyi in https://github.com/GTNewHorizons/thaumicinsurgence/pull/37 (0.3.1) -> * Fix broken mod by @chochem in https://github.com/GTNewHorizons/thaumicinsurgence/pull/36 (0.3.0) -> * Cleanup NEI and remove inappropriate language by @Connor-Colenso in https://github.com/GTNewHorizons/thaumicinsurgence/pull/32 (0.2.7) -> ->## New Contributors -> * @kamenskyi made their first contribution in https://github.com/GTNewHorizons/thaumicinsurgence/pull/37 (0.3.1) -> * @Connor-Colenso made their first contribution in https://github.com/GTNewHorizons/thaumicinsurgence/pull/32 (0.2.7) -> - -# Updated twilightforest (2.5.1@Side.BOTH --> 2.5.19@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/twilightforest/compare/2.5.0...2.5.19 ->## What's Changed -> * Register TF Saplings Individually by @kyoi-the-fox in https://github.com/GTNewHorizons/twilightforest/pull/51 (2.5.19) -> * Dedicated server crash fix by @Gordon-Frohman in https://github.com/GTNewHorizons/twilightforest/pull/48 (2.5.18) -> * Twilight materials book fix by @Gordon-Frohman in https://github.com/GTNewHorizons/twilightforest/pull/47 (2.5.17) -> * Fix crash when shooting something with TC crossbow by @Lyfts in https://github.com/GTNewHorizons/twilightforest/pull/43 (2.5.16) -> * Tinkers Construct stats tuning by @Gordon-Frohman in https://github.com/GTNewHorizons/twilightforest/pull/40 (2.5.15) -> * Tinkers Construct Integration by @Gordon-Frohman in https://github.com/GTNewHorizons/twilightforest/pull/39 (2.5.14) -> * Naga Courtyard backport (and some other stuff) by @Gordon-Frohman in https://github.com/GTNewHorizons/twilightforest/pull/33 (2.5.12) -> * Fix hardcoded world height. by @AbdielKavash in https://github.com/GTNewHorizons/twilightforest/pull/37 (2.5.3) -> * Fix server crash with magic beans by @miozune in https://github.com/GTNewHorizons/twilightforest/pull/32 (2.5.1) -> ->## New Contributors -> * @kyoi-the-fox made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/51 (2.5.19) -> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/43 (2.5.16) -> * @Gordon-Frohman made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/33 (2.5.12) -> * @AbdielKavash made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/37 (2.5.3) -> * @miozune made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/32 (2.5.1) -> - -# Updated waila (1.6.5@Side.BOTH --> 1.7.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/waila/compare/1.6.4...1.7.1 ->## What's Changed -> * Fix vanilla Anvils, Saplings, and Slabs by @connor135246 in https://github.com/GTNewHorizons/waila/pull/18 (1.7.1) -> * Convert world unload event handler to public inner class by @tth05 in https://github.com/GTNewHorizons/waila/pull/17 (1.6.5) -> ->## New Contributors -> * @connor135246 made their first contribution in https://github.com/GTNewHorizons/waila/pull/18 (1.7.1) -> - diff --git a/src/gtnh/cli/generate_changelog.py b/src/gtnh/cli/generate_changelog.py index 0435fe43..0d6c74ed 100644 --- a/src/gtnh/cli/generate_changelog.py +++ b/src/gtnh/cli/generate_changelog.py @@ -17,7 +17,8 @@ def generate_changelog(release_name: str, previous_release_name: str | None) -> raise Exception(f"Release not found {release_name}") log.debug(f"Release: {release_name}, Previous Release: {previous_release_name}") - previous_release_name = release.last_version if release.last_version and not previous_release_name else None + if not previous_release_name: + previous_release_name = release.last_version if release.last_version else None previous_release = modpack_manager.get_release(previous_release_name) if previous_release_name else None changelog = modpack_manager.generate_changelog(release, previous_release=previous_release)