diff --git a/gtnh-assets.json b/gtnh-assets.json index 16b83bb6..1bfa91fe 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -19129,7 +19129,7 @@ }, { "name": "GoodGenerator", - "latest_version": "0.7.4", + "latest_version": "0.7.5", "private": false, "versions": [ { @@ -20848,6 +20848,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.7.4/GoodGenerator-0.7.4.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.7.4/GoodGenerator-0.7.4.jar", "extra_assets": [] + }, + { + "version_tag": "0.7.5", + "changelog": "## What's Changed\n* Stop maintenance issues cropping up on fuel refinery. by @fluffle in https://github.com/GTNewHorizons/GoodGenerator/pull/215\n* Add UXV Component Assemblyline functionality by @GDCloudstrike in https://github.com/GTNewHorizons/GoodGenerator/pull/214\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.7.4...0.7.5\n", + "prerelease": false, + "tagged_at": "2023-10-11T21:30:42+00:00", + "filename": "GoodGenerator-0.7.5.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GoodGenerator/releases/assets/130140862", + "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.7.5/GoodGenerator-0.7.5.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.7.5/GoodGenerator-0.7.5.jar", + "extra_assets": [] } ], "license": "MIT License", @@ -21005,7 +21016,7 @@ }, { "name": "GT5-Unofficial", - "latest_version": "5.09.44.35", + "latest_version": "5.09.44.36", "private": false, "versions": [ { @@ -28419,6 +28430,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.44.35/gregtech-5.09.44.35.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.44.35/GT5-Unofficial-5.09.44.35.jar", "extra_assets": [] + }, + { + "version_tag": "5.09.44.36", + "changelog": "## What's Changed\n* Add new way to add item data for recycling by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2306\n* Modularize the isBlockUnder check in GT_BaseCrop by @C0bra5 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2330\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.44.35...5.09.44.36\n", + "prerelease": false, + "tagged_at": "2023-10-11T21:32:10+00:00", + "filename": "gregtech-5.09.44.36.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/130141042", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.44.36/gregtech-5.09.44.36.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.44.36/GT5-Unofficial-5.09.44.36.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", diff --git a/releases/changelogs/changelog from 2.4.1 to nightly.md b/releases/changelogs/changelog from 2.4.1 to nightly.md index 10facf51..3a1cd637 100644 --- a/releases/changelogs/changelog from 2.4.1 to nightly.md +++ b/releases/changelogs/changelog from 2.4.1 to nightly.md @@ -110,9 +110,11 @@ > * allow small overshoot of power use for traveling by @Glease in https://github.com/GTNewHorizons/EnderIO/pull/133 (2.5.0) > -# Updated GT5-Unofficial (5.09.44.25@Side.BOTH --> 5.09.44.35@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.44.24...5.09.44.35 +# Updated GT5-Unofficial (5.09.44.25@Side.BOTH --> 5.09.44.36@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.44.24...5.09.44.36 >## What's Changed +> * Add new way to add item data for recycling by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2306 (5.09.44.36) +> * Modularize the isBlockUnder check in GT_BaseCrop by @C0bra5 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2330 (5.09.44.36) > * Fix insufficient power result not being persisted by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2328 (5.09.44.35) > * Add OC test for 3 ticks to 1 tick by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2329 (5.09.44.35) > * Allows covers to be configured to tick more slowly by @querns in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2307 (5.09.44.35) @@ -165,9 +167,11 @@ > * @YeahImRose made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/756 (1.10.12) > -# Updated GoodGenerator (0.7.3@Side.BOTH --> 0.7.4@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.7.2...0.7.4 +# Updated GoodGenerator (0.7.3@Side.BOTH --> 0.7.5@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.7.2...0.7.5 >## What's Changed +> * Stop maintenance issues cropping up on fuel refinery. by @fluffle in https://github.com/GTNewHorizons/GoodGenerator/pull/215 (0.7.5) +> * Add UXV Component Assemblyline functionality by @GDCloudstrike in https://github.com/GTNewHorizons/GoodGenerator/pull/214 (0.7.5) > * Fluid cell tooltip change by @Alexdoru in https://github.com/GTNewHorizons/GoodGenerator/pull/213 (0.7.4) > * Add more solidifier recipies for metastable oganesson by @Lyfts in https://github.com/GTNewHorizons/GoodGenerator/pull/212 (0.7.3) > diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 477b48a6..8ddcb441 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.4.1", - "last_updated": "2023-10-11T21:31:00.036450", + "last_updated": "2023-10-11T21:45:27.470464", "config": "2.4.2-nightly-2023-10-05", "github_mods": { "AdventureBackpack2": { @@ -253,11 +253,11 @@ "side": "BOTH" }, "GoodGenerator": { - "version": "0.7.4", + "version": "0.7.5", "side": "BOTH" }, "GT5-Unofficial": { - "version": "5.09.44.35", + "version": "5.09.44.36", "side": "BOTH" }, "GTNEIOrePlugin": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index 86fe1a3e..a5c75cbd 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -336,10 +336,10 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Galaxy-Space-GTNH](https://github.com/GTNewHorizons/Galaxy-Space-GTNH) | 1.2.9-GTNH | | [gendustry](https://github.com/GTNewHorizons/gendustry) | 1.6.5.5-GTNH | | [GigaGramFab](https://github.com/GTNewHorizons/GigaGramFab) | 0.3.2 | -| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.7.4 | +| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.7.5 | | [Gravitation-Suite-Neo](https://github.com/GTNewHorizons/Gravitation-Suite-Neo) | 1.0.15 | | [Gravitation-Suite-old](https://forum.industrial-craft.net/thread/6915-ic2-exp-1-7-10-gravitation-suite-v2-0-3/) | 2.0.3 | -| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.44.35 | +| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.44.36 | | [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | | [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.2.1 | | [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.11.2 |