From 95192d8076208e2f5e430b3d8b0b06865bd489e5 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Tue, 8 Aug 2023 09:27:29 +0200 Subject: [PATCH 01/38] update --- gtnh-assets.json | 189 +++++++++++++++++- .../changelog from 2.3.6 to nightly.md | 102 ++++++++++ releases/manifests/nightly.json | 96 ++++----- releases/readmes/README_nightly.MD | 92 ++++----- 4 files changed, 375 insertions(+), 104 deletions(-) create mode 100644 releases/changelogs/changelog from 2.3.6 to nightly.md diff --git a/gtnh-assets.json b/gtnh-assets.json index 0508f481..acc1cdb6 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -991,7 +991,7 @@ }, { "name": "AE2FluidCraft-Rework", - "latest_version": "1.1.36-gtnh", + "latest_version": "1.1.38-gtnh", "private": false, "versions": [ { @@ -2337,6 +2337,27 @@ "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.36-gtnh/ae2fc-1.1.36-gtnh.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.36-gtnh/AE2FluidCraft-Rework-1.1.36-gtnh.jar", "extra_assets": [] + }, + { + "version_tag": "1.1.37-gtnh", + "changelog": "## What's Changed\n* Fix fluid stack not doubling by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/151\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.36-gtnh...1.1.37-gtnh\n", + "prerelease": false, + "tagged_at": "2023-08-06T22:18:27+00:00", + "filename": "ae2fc-1.1.37-gtnh.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/AE2FluidCraft-Rework/releases/assets/120378817", + "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.37-gtnh/ae2fc-1.1.37-gtnh.jar", + "extra_assets": [] + }, + { + "version_tag": "1.1.38-gtnh", + "changelog": "## What's Changed\n* A collection of fixes by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/152\n* Fix doubling fluids for real now by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/153\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.37-gtnh...1.1.38-gtnh\n", + "prerelease": false, + "tagged_at": "2023-08-08T07:19:18+00:00", + "filename": "ae2fc-1.1.38-gtnh.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/AE2FluidCraft-Rework/releases/assets/120581910", + "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.38-gtnh/ae2fc-1.1.38-gtnh.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.38-gtnh/AE2FluidCraft-Rework-1.1.38-gtnh.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -2555,7 +2576,7 @@ }, { "name": "amunra", - "latest_version": "0.4.35", + "latest_version": "0.4.36", "private": false, "versions": [ { @@ -2819,6 +2840,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/amunra/releases/download/0.4.35/AmunRa-GC-0.4.35.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/amunra/0.4.35/amunra-0.4.35.jar", "extra_assets": [] + }, + { + "version_tag": "0.4.36", + "changelog": "## What's Changed\n* Fix fluid handling related crash by @eigenraven in https://github.com/GTNewHorizons/amunra/pull/28\n\n## New Contributors\n* @eigenraven made their first contribution in https://github.com/GTNewHorizons/amunra/pull/28\n\n**Full Changelog**: https://github.com/GTNewHorizons/amunra/compare/0.4.35...0.4.36\n", + "prerelease": false, + "tagged_at": "2023-08-08T07:20:20+00:00", + "filename": "AmunRa-GC-0.4.36.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/amunra/releases/assets/120582116", + "browser_download_url": "https://github.com/GTNewHorizons/amunra/releases/download/0.4.36/AmunRa-GC-0.4.36.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/amunra/0.4.36/amunra-0.4.36.jar", + "extra_assets": [] } ], "license": "MIT License", @@ -18010,7 +18042,7 @@ }, { "name": "GoodGenerator", - "latest_version": "0.6.31", + "latest_version": "0.6.32", "private": false, "versions": [ { @@ -19565,6 +19597,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.31/GoodGenerator-0.6.31.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.31/GoodGenerator-0.6.31.jar", "extra_assets": [] + }, + { + "version_tag": "0.6.32", + "changelog": "## What's Changed\n* Extract using AEFluidStack, not FluidStack by @firenoo in https://github.com/GTNewHorizons/GoodGenerator/pull/192\n\n## New Contributors\n* @firenoo made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/192\n\n**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.31...0.6.32\n", + "prerelease": false, + "tagged_at": "2023-08-08T07:18:52+00:00", + "filename": "GoodGenerator-0.6.32.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GoodGenerator/releases/assets/120581889", + "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.32/GoodGenerator-0.6.32.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.32/GoodGenerator-0.6.32.jar", + "extra_assets": [] } ], "license": "MIT License", @@ -19722,7 +19765,7 @@ }, { "name": "GT5-Unofficial", - "latest_version": "5.09.43.162", + "latest_version": "5.09.43.167-pre", "private": false, "versions": [ { @@ -26456,6 +26499,57 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.162/gregtech-5.09.43.162.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.162/GT5-Unofficial-5.09.43.162.jar", "extra_assets": [] + }, + { + "version_tag": "5.09.43.163-pre", + "changelog": "**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.162...5.09.43.163-pre\n", + "prerelease": false, + "tagged_at": "2023-08-05T12:44:04+00:00", + "filename": "gregtech-5.09.43.163-pre.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/120217185", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.163-pre/gregtech-5.09.43.163-pre.jar", + "extra_assets": [] + }, + { + "version_tag": "5.09.43.164", + "changelog": "## What's Changed\n* Check if it is allowed to put into slot by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2207\n* Fix wireless hatch npe log spam by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2208\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.162...5.09.43.164\n", + "prerelease": false, + "tagged_at": "2023-08-06T08:49:55+00:00", + "filename": "gregtech-5.09.43.164.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/120314330", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.164/gregtech-5.09.43.164.jar", + "extra_assets": [] + }, + { + "version_tag": "5.09.43.165", + "changelog": "## What's Changed\n* Fix and cleanup ammonia recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2210\n* Adjust Recipe Tiers for Quad Input Hatches by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2211\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.164...5.09.43.165\n", + "prerelease": false, + "tagged_at": "2023-08-06T22:21:16+00:00", + "filename": "gregtech-5.09.43.165.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/120378991", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.165/gregtech-5.09.43.165.jar", + "extra_assets": [] + }, + { + "version_tag": "5.09.43.166", + "changelog": "## What's Changed\n* Fix AL logging by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2214\n* Crafting input buffer: Check for invalid patterns by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2209\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.165...5.09.43.166\n", + "prerelease": false, + "tagged_at": "2023-08-07T05:58:35+00:00", + "filename": "gregtech-5.09.43.166.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/120419554", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.166/gregtech-5.09.43.166.jar", + "extra_assets": [] + }, + { + "version_tag": "5.09.43.167-pre", + "changelog": "## What's Changed\r\n* Check if it is allowed to put into slot by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2207\r\n* Fix wireless hatch npe log spam by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2208\r\n* Fix and cleanup ammonia recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2210\r\n* Adjust Recipe Tiers for Quad Input Hatches by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2211\r\n* General Crafting Input Hatch QoL fixes by @foxwhite25 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2212\r\n* Spotless apply for branch crafting-input-fixes for #2200 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2213\r\n* Fix AL logging by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2214\r\n* Crafting input buffer: Check for invalid patterns by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2209\r\n\r\n\r\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.163-pre...5.09.43.167-pre\r\n", + "prerelease": true, + "tagged_at": "2023-08-07T13:25:04+00:00", + "filename": "gregtech-5.09.43.167-pre.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/120467974", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.167-pre/gregtech-5.09.43.167-pre.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.167-pre/GT5-Unofficial-5.09.43.167-pre.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -38332,7 +38426,7 @@ }, { "name": "Mobs-Info", - "latest_version": "0.1.0-GTNH", + "latest_version": "0.1.1-GTNH", "private": false, "versions": [ { @@ -38427,6 +38521,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Mobs-Info/releases/download/0.1.0-GTNH/mobsinfo-0.1.0-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Mobs-Info/0.1.0-GTNH/Mobs-Info-0.1.0-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "0.1.1-GTNH", + "changelog": "**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.1.0-GTNH...0.1.1-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-05T22:22:23+00:00", + "filename": "mobsinfo-0.1.1-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Mobs-Info/releases/assets/120263142", + "browser_download_url": "https://github.com/GTNewHorizons/Mobs-Info/releases/download/0.1.1-GTNH/mobsinfo-0.1.1-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Mobs-Info/0.1.1-GTNH/Mobs-Info-0.1.1-GTNH.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -40657,7 +40762,7 @@ }, { "name": "NewHorizonsCoreMod", - "latest_version": "2.1.97", + "latest_version": "2.1.99", "private": false, "versions": [ { @@ -43619,6 +43724,26 @@ "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/120210759", "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.97/GTNewHorizonsCoreMod-2.1.97.jar", "extra_assets": [] + }, + { + "version_tag": "2.1.98", + "changelog": "## What's Changed\n* Fix and clean up ammonia recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/697\n* Fix one TC recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/698\n* Adjust Recipe Tiers for Endgame Quad Input Hatches by @Steelux8 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/699\n* Fix fences for piston assembler recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/700\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.97...2.1.98\n", + "prerelease": false, + "tagged_at": "2023-08-06T22:19:47+00:00", + "filename": "GTNewHorizonsCoreMod-2.1.98.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/120378886", + "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.98/GTNewHorizonsCoreMod-2.1.98.jar", + "extra_assets": [] + }, + { + "version_tag": "2.1.99", + "changelog": "## What's Changed\n* Fix wrong meta for barnada C sapling by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/701\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.98...2.1.99\n", + "prerelease": false, + "tagged_at": "2023-08-06T22:20:03+00:00", + "filename": "GTNewHorizonsCoreMod-2.1.99.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/120378908", + "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.99/GTNewHorizonsCoreMod-2.1.99.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", @@ -43982,7 +44107,7 @@ }, { "name": "NotEnoughItems", - "latest_version": "2.3.80-GTNH", + "latest_version": "2.3.81-GTNH", "private": false, "versions": [ { @@ -45476,6 +45601,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/NotEnoughItems/releases/download/2.3.80-GTNH/NotEnoughItems-2.3.80-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/NotEnoughItems/2.3.80-GTNH/NotEnoughItems-2.3.80-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "2.3.81-GTNH", + "changelog": "## What's Changed\n* Pull bookmarked items from container to player inventory by @Nilau1998 in https://github.com/GTNewHorizons/NotEnoughItems/pull/410\n\n## New Contributors\n* @Nilau1998 made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/410\n\n**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughItems/compare/2.3.80-GTNH...2.3.81-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-07T13:31:29+00:00", + "filename": "NotEnoughItems-2.3.81-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/NotEnoughItems/releases/assets/120468588", + "browser_download_url": "https://github.com/GTNewHorizons/NotEnoughItems/releases/download/2.3.81-GTNH/NotEnoughItems-2.3.81-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/NotEnoughItems/2.3.81-GTNH/NotEnoughItems-2.3.81-GTNH.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -45627,7 +45763,7 @@ }, { "name": "Nutrition", - "latest_version": "0.0.3", + "latest_version": "0.0.4", "private": false, "versions": [ { @@ -45660,6 +45796,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Nutrition/releases/download/0.0.3/nutrition-0.0.3.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Nutrition/0.0.3/Nutrition-0.0.3.jar", "extra_assets": [] + }, + { + "version_tag": "0.0.4", + "changelog": "## What's Changed\n* Suggestions and rebalances by @serenibyss in https://github.com/GTNewHorizons/Nutrition/pull/9\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/Nutrition/compare/0.0.3...0.0.4\n", + "prerelease": false, + "tagged_at": "2023-08-06T00:02:31+00:00", + "filename": "nutrition-0.0.4.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Nutrition/releases/assets/120269711", + "browser_download_url": "https://github.com/GTNewHorizons/Nutrition/releases/download/0.0.4/nutrition-0.0.4.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Nutrition/0.0.4/Nutrition-0.0.4.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -47116,7 +47263,7 @@ }, { "name": "ProjectRed", - "latest_version": "4.7.11-GTNH", + "latest_version": "4.7.12-GTNH", "private": false, "versions": [ { @@ -47230,6 +47377,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/ProjectRed/releases/download/4.7.11-GTNH/ProjRed-4.7.11-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/ProjectRed/4.7.11-GTNH/ProjectRed-4.7.11-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "4.7.12-GTNH", + "changelog": "## What's Changed\n* Fix drawer-related NPEs by @eigenraven in https://github.com/GTNewHorizons/ProjectRed/pull/25\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/ProjectRed/compare/4.7.11-GTNH...4.7.12-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-08T07:18:36+00:00", + "filename": "ProjRed-4.7.12-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/ProjectRed/releases/assets/120581862", + "browser_download_url": "https://github.com/GTNewHorizons/ProjectRed/releases/download/4.7.12-GTNH/ProjRed-4.7.12-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/ProjectRed/4.7.12-GTNH/ProjectRed-4.7.12-GTNH.jar", + "extra_assets": [] } ], "license": "Custom license allowing NH to compile and redistribute", @@ -52910,7 +53068,7 @@ }, { "name": "ThaumicEnergistics", - "latest_version": "1.4.12-GTNH", + "latest_version": "1.4.13-GTNH", "private": false, "versions": [ { @@ -53225,6 +53383,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/ThaumicEnergistics/releases/download/1.4.12-GTNH/thaumicenergistics-1.4.12-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/ThaumicEnergistics/1.4.12-GTNH/ThaumicEnergistics-1.4.12-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "1.4.13-GTNH", + "changelog": "## What's Changed\n* Use a generated hashcode for EssentiaMonitor by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/50\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/ThaumicEnergistics/compare/1.4.12-GTNH...1.4.13-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-08T07:20:49+00:00", + "filename": "thaumicenergistics-1.4.13-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/ThaumicEnergistics/releases/assets/120582195", + "browser_download_url": "https://github.com/GTNewHorizons/ThaumicEnergistics/releases/download/1.4.13-GTNH/thaumicenergistics-1.4.13-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/ThaumicEnergistics/1.4.13-GTNH/ThaumicEnergistics-1.4.13-GTNH.jar", + "extra_assets": [] } ], "license": "Original code licensed under the MIT License, GTNH changes licensed under the GNU Lesser General Public License v3.0.", diff --git a/releases/changelogs/changelog from 2.3.6 to nightly.md b/releases/changelogs/changelog from 2.3.6 to nightly.md new file mode 100644 index 00000000..0d689391 --- /dev/null +++ b/releases/changelogs/changelog from 2.3.6 to nightly.md @@ -0,0 +1,102 @@ +# Mods Removed: +> * Default-Configs +# Updated AE2FluidCraft-Rework (1.1.36-gtnh@Side.BOTH --> 1.1.38-gtnh@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.35-gtnh...1.1.38-gtnh +>## What's Changed +> * A collection of fixes by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/152 (1.1.38-gtnh) +> * Fix doubling fluids for real now by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/153 (1.1.38-gtnh) +> * Fix fluid stack not doubling by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/151 (1.1.37-gtnh) +> * Lazy monitor updates by @eigenraven in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/150 (1.1.36-gtnh) +> + +# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.167-pre@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.167-pre +>## What's Changed +> * Check if it is allowed to put into slot by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2207 (5.09.43.167-pre) +> * Fix wireless hatch npe log spam by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2208 (5.09.43.167-pre) +> * Fix and cleanup ammonia recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2210 (5.09.43.167-pre) +> * Adjust Recipe Tiers for Quad Input Hatches by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2211 (5.09.43.167-pre) +> * General Crafting Input Hatch QoL fixes by @foxwhite25 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2212 (5.09.43.167-pre) +> * Spotless apply for branch crafting-input-fixes for #2200 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2213 (5.09.43.167-pre) +> * Fix AL logging by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2214 (5.09.43.167-pre) +> * Crafting input buffer: Check for invalid patterns by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2209 (5.09.43.167-pre) +> * Fix AL logging by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2214 (5.09.43.166) +> * Crafting input buffer: Check for invalid patterns by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2209 (5.09.43.166) +> * Fix and cleanup ammonia recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2210 (5.09.43.165) +> * Adjust Recipe Tiers for Quad Input Hatches by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2211 (5.09.43.165) +> * Check if it is allowed to put into slot by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2207 (5.09.43.164) +> * Fix wireless hatch npe log spam by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2208 (5.09.43.164) +> * Fix nanoforge not overclocking correctly by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2205 (5.09.43.162) +> + +# Updated GoodGenerator (0.6.31@Side.BOTH --> 0.6.32@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.30...0.6.32 +>## What's Changed +> * Extract using AEFluidStack, not FluidStack by @firenoo in https://github.com/GTNewHorizons/GoodGenerator/pull/192 (0.6.32) +> * Fix compacts mk4 and mk5 having way too many overclocks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/191 (0.6.31) +> +>## New Contributors +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/192 (0.6.32) +> + +# Updated Mobs-Info (0.1.0-GTNH@Side.BOTH --> 0.1.1-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.0.8-GTNH...0.1.1-GTNH + +# Updated NewHorizonsCoreMod (2.1.97@Side.BOTH --> 2.1.99@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.96...2.1.99 +>## What's Changed +> * Fix wrong meta for barnada C sapling by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/701 (2.1.99) +> * Fix and clean up ammonia recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/697 (2.1.98) +> * Fix one TC recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/698 (2.1.98) +> * Adjust Recipe Tiers for Endgame Quad Input Hatches by @Steelux8 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/699 (2.1.98) +> * Fix fences for piston assembler recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/700 (2.1.98) +> + +# Updated NotEnoughItems (2.3.80-GTNH@Side.BOTH --> 2.3.81-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughItems/compare/2.3.79-GTNH...2.3.81-GTNH +>## What's Changed +> * Pull bookmarked items from container to player inventory by @Nilau1998 in https://github.com/GTNewHorizons/NotEnoughItems/pull/410 (2.3.81-GTNH) +> * Fix recipe tooltip crash with BetterQuesting by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/409 (2.3.80-GTNH) +> +>## New Contributors +> * @Nilau1998 made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/410 (2.3.81-GTNH) +> + +# Updated Nutrition (0.0.3@Side.BOTH --> 0.0.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Nutrition/compare/0.0.2...0.0.4 +>## What's Changed +> * Suggestions and rebalances by @serenibyss in https://github.com/GTNewHorizons/Nutrition/pull/9 (0.0.4) +> * Dev by @Dream-Master in https://github.com/GTNewHorizons/Nutrition/pull/7 (0.0.3) +> * Fix eating food with zero hunger value crash by @serenibyss in https://github.com/GTNewHorizons/Nutrition/pull/8 (0.0.3) +> +>## New Contributors +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/Nutrition/pull/7 (0.0.3) +> + +# Updated ProjectRed (4.7.11-GTNH@Side.BOTH --> 4.7.12-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ProjectRed/compare/4.7.10-GTNH...4.7.12-GTNH +>## What's Changed +> * Fix drawer-related NPEs by @eigenraven in https://github.com/GTNewHorizons/ProjectRed/pull/25 (4.7.12-GTNH) +> * validate tile entities desc packets to be on correct side by @Glease in https://github.com/GTNewHorizons/ProjectRed/pull/24 (4.7.11-GTNH) +> +>## New Contributors +> * @Glease made their first contribution in https://github.com/GTNewHorizons/ProjectRed/pull/24 (4.7.11-GTNH) +> + +# Updated ThaumicEnergistics (1.4.12-GTNH@Side.BOTH --> 1.4.13-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ThaumicEnergistics/compare/1.4.11-GTNH...1.4.13-GTNH +>## What's Changed +> * Use a generated hashcode for EssentiaMonitor by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/50 (1.4.13-GTNH) +> * Fix minor typo in 16k Essentia Storage Cell by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/49 (1.4.12-GTNH) +> + +# Updated amunra (0.4.35@Side.BOTH --> 0.4.36@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/amunra/compare/0.4.34...0.4.36 +>## What's Changed +> * Fix fluid handling related crash by @eigenraven in https://github.com/GTNewHorizons/amunra/pull/28 (0.4.36) +> * Add Mothership Mass Override by @glowredman in https://github.com/GTNewHorizons/amunra/pull/27 (0.4.35) +> +>## New Contributors +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/amunra/pull/28 (0.4.36) +> + diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index e6d3a45a..622f4505 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,19 +1,19 @@ { "version": "nightly", - "last_version": "2.3.4", - "last_updated": "2023-07-23T10:10:53.618925", - "config": "2.3.5-nightly-2023-07-22", + "last_version": "2.3.6", + "last_updated": "2023-08-08T07:24:53.594488", + "config": "2.3.6", "github_mods": { "AdventureBackpack2": { "version": "1.0.14-GTNH", "side": "BOTH" }, "AE2FluidCraft-Rework": { - "version": "1.1.32-gtnh", + "version": "1.1.38-gtnh", "side": "BOTH" }, "ae2stuff": { - "version": "0.5.2-GTNH", + "version": "0.5.7-GTNH", "side": "BOTH" }, "AFSU": { @@ -29,7 +29,7 @@ "side": "BOTH" }, "Applied-Energistics-2-Unofficial": { - "version": "rv3-beta-240-GTNH", + "version": "rv3-beta-247-GTNH", "side": "BOTH" }, "ArchitectureCraft": { @@ -37,7 +37,7 @@ "side": "BOTH" }, "AsieLib": { - "version": "0.5.3", + "version": "0.5.4", "side": "BOTH" }, "Avaritia": { @@ -49,7 +49,7 @@ "side": "BOTH" }, "bartworks": { - "version": "0.7.32", + "version": "0.7.36", "side": "BOTH" }, "Battlegear2": { @@ -73,15 +73,15 @@ "side": "CLIENT" }, "BetterLoadingScreen": { - "version": "1.4.2-GTNH", + "version": "1.4.3-GTNH", "side": "CLIENT" }, "BetterP2P": { - "version": "1.1.15", + "version": "1.1.20", "side": "BOTH" }, "BetterQuesting": { - "version": "3.3.24-GTNH", + "version": "3.3.26-GTNH", "side": "BOTH" }, "Binnie": { @@ -157,7 +157,7 @@ "side": "BOTH" }, "CreativeCore": { - "version": "1.3.29-GTNH", + "version": "1.3.31-GTNH", "side": "BOTH" }, "CropLoadCore": { @@ -189,11 +189,11 @@ "side": "BOTH" }, "EnderCore": { - "version": "0.2.16", + "version": "0.2.17", "side": "BOTH" }, "EnderIO": { - "version": "2.4.23", + "version": "2.4.24", "side": "BOTH" }, "EnderStorage": { @@ -233,7 +233,7 @@ "side": "BOTH" }, "Gadomancy": { - "version": "1.1.0", + "version": "1.1.3", "side": "BOTH" }, "GalacticGregGT5": { @@ -241,7 +241,7 @@ "side": "BOTH" }, "Galacticraft": { - "version": "3.0.71-GTNH", + "version": "3.0.73-GTNH", "side": "BOTH" }, "Galaxy-Space-GTNH": { @@ -253,19 +253,19 @@ "side": "BOTH" }, "GoodGenerator": { - "version": "0.6.25", + "version": "0.6.32", "side": "BOTH" }, "GT5-Unofficial": { - "version": "5.09.43.141", + "version": "5.09.43.167-pre", "side": "BOTH" }, "GTNEIOrePlugin": { - "version": "1.1.1", + "version": "1.1.3", "side": "BOTH" }, "GTNH-Lanthanides": { - "version": "0.10.5", + "version": "0.10.6", "side": "BOTH" }, "GTNH-TC-Wands": { @@ -277,7 +277,7 @@ "side": "BOTH" }, "GTplusplus": { - "version": "1.9.64", + "version": "1.9.74", "side": "BOTH" }, "Hardcore-Ender-Expansion": { @@ -289,7 +289,7 @@ "side": "BOTH" }, "Hodgepodge": { - "version": "2.2.25", + "version": "2.2.27", "side": "BOTH" }, "HoloInventory": { @@ -349,7 +349,7 @@ "side": "BOTH" }, "KubaTech": { - "version": "0.12.3", + "version": "0.12.6", "side": "BOTH" }, "LittleTiles": { @@ -357,7 +357,7 @@ "side": "BOTH" }, "LogisticsPipes": { - "version": "1.0.5-GTNH", + "version": "1.0.6-GTNH", "side": "BOTH" }, "LootGames": { @@ -397,7 +397,7 @@ "side": "BOTH" }, "MouseTweaks": { - "version": "2.4.8-GTNH", + "version": "2.4.9-GTNH", "side": "CLIENT" }, "MX-Random": { @@ -433,7 +433,7 @@ "side": "CLIENT" }, "NewHorizonsCoreMod": { - "version": "2.1.87", + "version": "2.1.99", "side": "BOTH" }, "Nodal-Mechanics": { @@ -445,7 +445,7 @@ "side": "BOTH" }, "NotEnoughItems": { - "version": "2.3.79-GTNH", + "version": "2.3.81-GTNH", "side": "BOTH" }, "Nuclear-Control": { @@ -465,7 +465,7 @@ "side": "BOTH" }, "OpenComputers": { - "version": "1.9.12-GTNH", + "version": "1.9.13-GTNH", "side": "BOTH" }, "OpenModsLib": { @@ -493,15 +493,15 @@ "side": "BOTH" }, "ProjectBlue": { - "version": "1.1.10-GTNH", + "version": "1.1.12-GTNH", "side": "BOTH" }, "ProjectRed": { - "version": "4.7.10-GTNH", + "version": "4.7.12-GTNH", "side": "BOTH" }, "Railcraft": { - "version": "9.14.6", + "version": "9.14.9", "side": "BOTH" }, "Realistic-World-Gen": { @@ -597,7 +597,7 @@ "side": "CLIENT" }, "TecTech": { - "version": "5.2.35", + "version": "5.2.40", "side": "BOTH" }, "thaumcraft-research-tweaks": { @@ -617,11 +617,11 @@ "side": "BOTH" }, "ThaumicEnergistics": { - "version": "1.4.10-GTNH", + "version": "1.4.13-GTNH", "side": "BOTH" }, "ThaumicHorizons": { - "version": "1.3.4", + "version": "1.3.5", "side": "BOTH" }, "thaumicinsurgence": { @@ -661,7 +661,7 @@ "side": "BOTH" }, "twilightforest": { - "version": "2.4.3", + "version": "2.4.4", "side": "BOTH" }, "Universal-Singularities": { @@ -669,7 +669,7 @@ "side": "BOTH" }, "VisualProspecting": { - "version": "1.1.11", + "version": "1.1.13", "side": "BOTH" }, "waila": { @@ -697,7 +697,7 @@ "side": "BOTH" }, "WirelessCraftingTerminal": { - "version": "1.9.2", + "version": "1.9.3", "side": "BOTH" }, "WirelessRedstone-CBE": { @@ -725,15 +725,15 @@ "side": "BOTH" }, "ModularUI": { - "version": "1.1.15", + "version": "1.1.16", "side": "BOTH" }, "TX-Loader": { - "version": "1.5.2", + "version": "1.5.3", "side": "CLIENT" }, "GigaGramFab": { - "version": "0.2.2", + "version": "0.2.3", "side": "BOTH" }, "NotEnoughIds": { @@ -801,7 +801,7 @@ "side": "BOTH" }, "lwjgl3ify": { - "version": "1.4.0", + "version": "1.4.2", "side": "BOTH_JAVA9" }, "TravellersGearNeo": { @@ -809,19 +809,19 @@ "side": "BOTH" }, "GTNH-Intergalactic": { - "version": "1.1.21", + "version": "1.1.24", "side": "BOTH" }, "amunra": { - "version": "0.4.34", + "version": "0.4.36", "side": "BOTH" }, "DuraDisplay": { - "version": "1.0.8", + "version": "1.0.10", "side": "CLIENT" }, "Mobs-Info": { - "version": "0.0.7-GTNH", + "version": "0.1.1-GTNH", "side": "BOTH" }, "BeeBetterAtBees-GTNH": { @@ -829,11 +829,11 @@ "side": "CLIENT" }, "AlchemyGrate": { - "version": "1.0.2-GTNH", + "version": "1.0.3-GTNH", "side": "BOTH" }, "Nutrition": { - "version": "0.0.2", + "version": "0.0.4", "side": "BOTH" } }, @@ -963,7 +963,7 @@ "side": "BOTH" }, "Craft-Presence": { - "version": "2.1.2", + "version": "2.2.1", "side": "CLIENT" }, "Gravitation-Suite-old": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index f76fb8a3..b8baca25 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -1,6 +1,6 @@ # GT New Horizons Mod Pack -Version nightly is out 2023-07-23 +Version nightly is out 2023-08-08 [![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=GTNewHorizons%20Configs)](http://jenkins.usrv.eu:8080/job/GTNewHorizons%20Configs/) @@ -246,22 +246,22 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | --- | --- | | [Advanced Solar Panel For 1.7.10 (Unofficial)](https://www.curseforge.com/minecraft/mc-mods/advancedsolarpanels) | 1.7.10 Edition | | [AdventureBackpack2](https://github.com/GTNewHorizons/AdventureBackpack2) | 1.0.14-GTNH | -| [AE2FluidCraft-Rework](https://github.com/GTNewHorizons/AE2FluidCraft-Rework) | 1.1.32-gtnh | -| [ae2stuff](https://github.com/GTNewHorizons/ae2stuff) | 0.5.2-GTNH | +| [AE2FluidCraft-Rework](https://github.com/GTNewHorizons/AE2FluidCraft-Rework) | 1.1.38-gtnh | +| [ae2stuff](https://github.com/GTNewHorizons/ae2stuff) | 0.5.7-GTNH | | [AFSU](https://github.com/GTNewHorizons/AFSU) | 1.2.6-GTNH | -| [AlchemyGrate](https://github.com/GTNewHorizons/AlchemyGrate) | 1.0.2-GTNH | -| [amunra](https://github.com/GTNewHorizons/amunra) | 0.4.34 | +| [AlchemyGrate](https://github.com/GTNewHorizons/AlchemyGrate) | 1.0.3-GTNH | +| [amunra](https://github.com/GTNewHorizons/amunra) | 0.4.36 | | [AngerMod](https://github.com/GTNewHorizons/AngerMod) | 0.6.3 | | [AppleCore](https://github.com/GTNewHorizons/AppleCore) | 3.2.10 | -| [Applied-Energistics-2-Unofficial](https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial) | rv3-beta-240-GTNH | +| [Applied-Energistics-2-Unofficial](https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial) | rv3-beta-247-GTNH | | [ArchitectureCraft](https://github.com/GTNewHorizons/ArchitectureCraft) | 1.8.6 | | [Aroma1997Core](https://www.curseforge.com/minecraft/mc-mods/aroma1997core) | 1.0.2.16 | | [AromaBackup](https://www.curseforge.com/minecraft/mc-mods/aromabackup) | 0.1.0.0 | -| [AsieLib](https://github.com/GTNewHorizons/AsieLib) | 0.5.3 | +| [AsieLib](https://github.com/GTNewHorizons/AsieLib) | 0.5.4 | | [Automagy](https://www.curseforge.com/minecraft/mc-mods/automagy) | 0.28.2 | | [Avaritia](https://github.com/GTNewHorizons/Avaritia) | 1.45 | | [Avaritiaddons](https://github.com/GTNewHorizons/Avaritiaddons) | 1.5.5-GTNH | -| [bartworks](https://github.com/GTNewHorizons/bartworks) | 0.7.32 | +| [bartworks](https://github.com/GTNewHorizons/bartworks) | 0.7.36 | | [Battlegear2](https://github.com/GTNewHorizons/Battlegear2) | 1.2.0 | | [Baubles](https://github.com/GTNewHorizons/Baubles) | 1.0.1.16 | | [bdlib](https://github.com/GTNewHorizons/bdlib) | 1.9.8-GTNH | @@ -269,9 +269,9 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [BetterAchievements](https://github.com/GTNewHorizons/BetterAchievements) | 0.1.3 | | [BetterBuildersWands](https://github.com/GTNewHorizons/BetterBuildersWands) | 0.9.6-GTNH | | [BetterCrashes](https://github.com/GTNewHorizons/BetterCrashes) | 1.2.2-GTNH | -| [BetterLoadingScreen](https://github.com/GTNewHorizons/BetterLoadingScreen) | 1.4.2-GTNH | -| [BetterP2P](https://github.com/GTNewHorizons/BetterP2P) | 1.1.15 | -| [BetterQuesting](https://github.com/GTNewHorizons/BetterQuesting) | 3.3.24-GTNH | +| [BetterLoadingScreen](https://github.com/GTNewHorizons/BetterLoadingScreen) | 1.4.3-GTNH | +| [BetterP2P](https://github.com/GTNewHorizons/BetterP2P) | 1.1.20 | +| [BetterQuesting](https://github.com/GTNewHorizons/BetterQuesting) | 3.3.26-GTNH | | [BiblioCraft: BiblioWoods Biomes O'Plenty Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-biomes-oplenty-edition) | 1.9 | | [BiblioCraft: BiblioWoods Forestry Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-forestry-edition) | 1.7 | | [BiblioCraft: BiblioWoods Natura Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-natura-edition) | 1.5 | @@ -299,9 +299,9 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Computronics](https://github.com/GTNewHorizons/Computronics) | 1.7.1-GTNH | | [Controlling](https://github.com/GTNewHorizons/Controlling) | 1.0.0.5 | | [CookingForBlockheads](https://github.com/GTNewHorizons/CookingForBlockheads) | 1.2.16-GTNH | -| [Craft-Presence](https://www.curseforge.com/minecraft/mc-mods/craftpresence/) | 2.1.2 | +| [Craft-Presence](https://www.curseforge.com/minecraft/mc-mods/craftpresence/) | 2.2.1 | | [CraftTweaker](https://github.com/GTNewHorizons/CraftTweaker) | 3.2.13 | -| [CreativeCore](https://github.com/GTNewHorizons/CreativeCore) | 1.3.29-GTNH | +| [CreativeCore](https://github.com/GTNewHorizons/CreativeCore) | 1.3.31-GTNH | | [CropLoadCore](https://github.com/GTNewHorizons/CropLoadCore) | 0.1.10 | | [Crops-plus-plus](https://github.com/GTNewHorizons/Crops-plus-plus) | 1.4.1 | | [Custom-Main-Menu](https://github.com/GTNewHorizons/Custom-Main-Menu) | 1.9.4 | @@ -310,10 +310,10 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [DetravScannerMod](https://github.com/GTNewHorizons/DetravScannerMod) | 1.7.2 | | [Draconic-Evolution](https://github.com/GTNewHorizons/Draconic-Evolution) | 1.1.19-GTNH | | [DummyCore](https://github.com/GTNewHorizons/DummyCore) | 1.17.0 | -| [DuraDisplay](https://github.com/GTNewHorizons/DuraDisplay) | 1.0.8 | +| [DuraDisplay](https://github.com/GTNewHorizons/DuraDisplay) | 1.0.10 | | [Electro-Magic-Tools](https://github.com/GTNewHorizons/Electro-Magic-Tools) | 1.3.3 | -| [EnderCore](https://github.com/GTNewHorizons/EnderCore) | 0.2.16 | -| [EnderIO](https://github.com/GTNewHorizons/EnderIO) | 2.4.23 | +| [EnderCore](https://github.com/GTNewHorizons/EnderCore) | 0.2.17 | +| [EnderIO](https://github.com/GTNewHorizons/EnderIO) | 2.4.24 | | [EnderStorage](https://github.com/GTNewHorizons/EnderStorage) | 1.4.12 | | [EnderZoo](https://github.com/GTNewHorizons/EnderZoo) | 1.0.23 | | [EnhancedLootBags](https://github.com/GTNewHorizons/EnhancedLootBags) | 1.1.0 | @@ -328,28 +328,28 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [ForgeMultipart](https://github.com/GTNewHorizons/ForgeMultipart) | 1.3.4 | | [ForgeRelocation](https://github.com/GTNewHorizons/ForgeRelocation) | 0.0.3 | | [ForgeRelocationFMP](https://github.com/GTNewHorizons/ForgeRelocationFMP) | 0.0.4 | -| [Gadomancy](https://github.com/GTNewHorizons/Gadomancy) | 1.1.0 | +| [Gadomancy](https://github.com/GTNewHorizons/Gadomancy) | 1.1.3 | | [GalacticGregGT5](https://github.com/GTNewHorizons/GalacticGregGT5) | 1.0.9 | -| [Galacticraft](https://github.com/GTNewHorizons/Galacticraft) | 3.0.71-GTNH | +| [Galacticraft](https://github.com/GTNewHorizons/Galacticraft) | 3.0.73-GTNH | | [Galaxy-Space-GTNH](https://github.com/GTNewHorizons/Galaxy-Space-GTNH) | 1.2.5-GTNH | | [gendustry](https://github.com/GTNewHorizons/gendustry) | 1.6.5.5-GTNH | -| [GigaGramFab](https://github.com/GTNewHorizons/GigaGramFab) | 0.2.2 | -| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.25 | +| [GigaGramFab](https://github.com/GTNewHorizons/GigaGramFab) | 0.2.3 | +| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.32 | | [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.43.141 | -| [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.1 | -| [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.21 | -| [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.5 | +| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.43.167-pre | +| [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | +| [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.24 | +| [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.6 | | [GTNH-TC-Wands](https://github.com/GTNewHorizons/GTNH-TC-Wands) | 1.3.1 | | [GTNHLib](https://github.com/GTNewHorizons/GTNHLib) | 0.0.13 | -| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.64 | +| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.74 | | [Hardcore Darkness](https://www.curseforge.com/minecraft/mc-mods/hardcore-darkness) | 1.7 | | [Hardcore-Ender-Expansion](https://github.com/GTNewHorizons/Hardcore-Ender-Expansion) | 1.9.7-GTNH | | [harvestcraft](https://github.com/GTNewHorizons/harvestcraft) | 1.1.0-GTNH | | [Healer](https://www.curseforge.com/minecraft/mc-mods/healer) | 1.2.1 | | [HelpFixer](https://github.com/GTNewHorizons/HelpFixer) | 1.1.0 | -| [Hodgepodge](https://github.com/GTNewHorizons/Hodgepodge) | 2.2.25 | +| [Hodgepodge](https://github.com/GTNewHorizons/Hodgepodge) | 2.2.27 | | [HoloInventory](https://github.com/GTNewHorizons/HoloInventory) | 2.2.3-GTNH | | [HungerOverhaul](https://github.com/GTNewHorizons/HungerOverhaul) | 1.0.4-GTNH | | [HydroEnergy](https://github.com/GTNewHorizons/HydroEnergy) | 1.1.0 | @@ -369,23 +369,23 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [JourneyMap Server](https://www.curseforge.com/minecraft/mc-mods/journeymap-server) | 1.0.5 | | [JourneyMap](https://www.curseforge.com/minecraft/mc-mods/journeymap) | 5.1.4p6-fairplay | | [KekzTech](https://github.com/GTNewHorizons/KekzTech) | 0.8.7 | -| [KubaTech](https://github.com/GTNewHorizons/KubaTech) | 0.12.3 | +| [KubaTech](https://github.com/GTNewHorizons/KubaTech) | 0.12.6 | | [LittleTiles](https://github.com/GTNewHorizons/LittleTiles) | 1.2.9-GTNH | -| [LogisticsPipes](https://github.com/GTNewHorizons/LogisticsPipes) | 1.0.5-GTNH | +| [LogisticsPipes](https://github.com/GTNewHorizons/LogisticsPipes) | 1.0.6-GTNH | | [LootGames](https://github.com/GTNewHorizons/LootGames) | 2.0.8 | | [LunatriusCore](https://github.com/GTNewHorizons/LunatriusCore) | 1.1.7-GTNH | -| [lwjgl3ify](https://github.com/GTNewHorizons/lwjgl3ify) | 1.4.0 | +| [lwjgl3ify](https://github.com/GTNewHorizons/lwjgl3ify) | 1.4.2 | | [MagicBees](https://github.com/GTNewHorizons/MagicBees) | 2.6.6-GTNH | | [MalisisCore](https://github.com/GTNewHorizons/MalisisCore) | 0.14.9 | | [MalisisDoors](https://github.com/GTNewHorizons/MalisisDoors) | 1.13.7-GTNH | | [Mantle](https://github.com/GTNewHorizons/Mantle) | 0.3.7 | | [Minecraft-Backpack-Mod](https://github.com/GTNewHorizons/Minecraft-Backpack-Mod) | 2.2.11-GTNH | | [Minetweaker-Gregtech-5-Addon](https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon) | 2.0.0 | -| [Mobs-Info](https://github.com/GTNewHorizons/Mobs-Info) | 0.0.7-GTNH | +| [Mobs-Info](https://github.com/GTNewHorizons/Mobs-Info) | 0.1.1-GTNH | | [ModTweaker](https://github.com/GTNewHorizons/ModTweaker) | 0.9.10 | -| [ModularUI](https://github.com/GTNewHorizons/ModularUI) | 1.1.15 | +| [ModularUI](https://github.com/GTNewHorizons/ModularUI) | 1.1.16 | | [Morpheus](https://www.curseforge.com/minecraft/mc-mods/morpheus) | 1.6.21 | -| [MouseTweaks](https://github.com/GTNewHorizons/MouseTweaks) | 2.4.8-GTNH | +| [MouseTweaks](https://github.com/GTNewHorizons/MouseTweaks) | 2.4.9-GTNH | | [MrTJPCore](https://github.com/GTNewHorizons/MrTJPCore) | 1.1.4 | | [MX-Random](https://github.com/GTNewHorizons/MX-Random) | 0.2.0 | | [Natura](https://github.com/GTNewHorizons/Natura) | 2.5.7 | @@ -395,17 +395,17 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [neiaddons](https://github.com/GTNewHorizons/neiaddons) | 1.12.22 | | [NetherPortalFix](https://github.com/GTNewHorizons/NetherPortalFix) | 1.1.2 | | [Netty-Patcher](https://github.com/GTNewHorizons/Netty-Patcher) | 0.3.1 | -| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.87 | +| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.99 | | [Nodal-Mechanics](https://github.com/GTNewHorizons/Nodal-Mechanics) | 1.1.-6-GTNH | | [NotEnoughEnergistics](https://github.com/GTNewHorizons/NotEnoughEnergistics) | 1.4.2 | | [NotEnoughIds](https://github.com/GTNewHorizons/NotEnoughIds) | 1.4.6 | -| [NotEnoughItems](https://github.com/GTNewHorizons/NotEnoughItems) | 2.3.79-GTNH | +| [NotEnoughItems](https://github.com/GTNewHorizons/NotEnoughItems) | 2.3.81-GTNH | | [Nuclear-Control](https://github.com/GTNewHorizons/Nuclear-Control) | 2.4.19 | -| [Nutrition](https://github.com/GTNewHorizons/Nutrition) | 0.0.2 | +| [Nutrition](https://github.com/GTNewHorizons/Nutrition) | 0.0.4 | | [oauth](https://github.com/GTNewHorizons/oauth) | 1.06.1-GTNH | | [OCGlasses](https://github.com/GTNewHorizons/OCGlasses) | 1.3.1-GTNH | | [OpenBlocks](https://github.com/GTNewHorizons/OpenBlocks) | 1.7.0-GTNH | -| [OpenComputers](https://github.com/GTNewHorizons/OpenComputers) | 1.9.12-GTNH | +| [OpenComputers](https://github.com/GTNewHorizons/OpenComputers) | 1.9.13-GTNH | | [OpenModsLib](https://github.com/GTNewHorizons/OpenModsLib) | 0.10.6 | | [OpenModularTurrets](https://github.com/GTNewHorizons/OpenModularTurrets) | 2.2.11-247 | | [OpenPrinter](https://github.com/GTNewHorizons/OpenPrinter) | 0.1.3-GTNH | @@ -416,9 +416,9 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Pam's Harvest the Nether](https://www.curseforge.com/minecraft/mc-mods/pams-harvest-the-nether) | 1.7.10a | | [PersonalSpace](https://github.com/GTNewHorizons/PersonalSpace) | 1.0.26 | | [Player-API](https://github.com/GTNewHorizons/Player-API) | 1.4.2 | -| [ProjectBlue](https://github.com/GTNewHorizons/ProjectBlue) | 1.1.10-GTNH | -| [ProjectRed](https://github.com/GTNewHorizons/ProjectRed) | 4.7.10-GTNH | -| [Railcraft](https://github.com/GTNewHorizons/Railcraft) | 9.14.6 | +| [ProjectBlue](https://github.com/GTNewHorizons/ProjectBlue) | 1.1.12-GTNH | +| [ProjectRed](https://github.com/GTNewHorizons/ProjectRed) | 4.7.12-GTNH | +| [Railcraft](https://github.com/GTNewHorizons/Railcraft) | 9.14.9 | | [Random-Things](https://github.com/GTNewHorizons/Random-Things) | 2.4.4 | | [Realistic-World-Gen](https://github.com/GTNewHorizons/Realistic-World-Gen) | alpha-1.3.3.2 | | [RemoteIO](https://github.com/GTNewHorizons/RemoteIO) | 2.4.8 | @@ -445,7 +445,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [TC-4-Tweaks](https://www.curseforge.com/minecraft/mc-mods/tc4tweaks) | 1.5.14 | | [TCNEIAdditions](https://github.com/GTNewHorizons/TCNEIAdditions) | 1.2.2 | | [TCNodeTracker](https://github.com/GTNewHorizons/TCNodeTracker) | 1.1.7 | -| [TecTech](https://github.com/GTNewHorizons/TecTech) | 5.2.35 | +| [TecTech](https://github.com/GTNewHorizons/TecTech) | 5.2.40 | | [Thaumcraft NEI Plugin](https://www.curseforge.com/minecraft/mc-mods/thaumcraft-nei-plugin) | 1.7a | | [thaumcraft-research-tweaks](https://github.com/GTNewHorizons/thaumcraft-research-tweaks) | 1.0.4 | | [Thaumcraft](https://www.curseforge.com/minecraft/mc-mods/thaumcraft) | 4.2.3.5a | @@ -453,8 +453,8 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Thaumic Machina](https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/wip-mods/2200956-wip-1-7-10-open-beta-thaumcraft-4-2-addon-thaumic) | 0.2.1 | | [Thaumic_Exploration](https://github.com/GTNewHorizons/Thaumic_Exploration) | 1.1.94-GTNH | | [ThaumicBases](https://github.com/GTNewHorizons/ThaumicBases) | 1.5.4 | -| [ThaumicEnergistics](https://github.com/GTNewHorizons/ThaumicEnergistics) | 1.4.10-GTNH | -| [ThaumicHorizons](https://github.com/GTNewHorizons/ThaumicHorizons) | 1.3.4 | +| [ThaumicEnergistics](https://github.com/GTNewHorizons/ThaumicEnergistics) | 1.4.13-GTNH | +| [ThaumicHorizons](https://github.com/GTNewHorizons/ThaumicHorizons) | 1.3.5 | | [thaumicinsurgence](https://github.com/GTNewHorizons/thaumicinsurgence) | 0.2.6 | | [ThaumicInventoryScanning](https://github.com/GTNewHorizons/ThaumicInventoryScanning) | 1.0.12-GTNH | | [ThaumicTinkerer](https://github.com/GTNewHorizons/ThaumicTinkerer) | 2.7.1 | @@ -468,18 +468,18 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Translocators](https://github.com/GTNewHorizons/Translocators) | 1.1.2.21 | | [Travellers Gear](https://www.curseforge.com/minecraft/mc-mods/travellers-gear) | 1.16.6 | | [TravellersGearNeo](https://github.com/GTNewHorizons/TravellersGearNeo) | 1.0 | -| [twilightforest](https://github.com/GTNewHorizons/twilightforest) | 2.4.3 | -| [TX-Loader](https://github.com/GTNewHorizons/TX-Loader) | 1.5.2 | +| [twilightforest](https://github.com/GTNewHorizons/twilightforest) | 2.4.4 | +| [TX-Loader](https://github.com/GTNewHorizons/TX-Loader) | 1.5.3 | | [UniMixins](https://github.com/LegacyModdingMC/UniMixins) | 0.1.11 | | [Universal-Singularities](https://github.com/GTNewHorizons/Universal-Singularities) | 8.6.7 | -| [VisualProspecting](https://github.com/GTNewHorizons/VisualProspecting) | 1.1.11 | +| [VisualProspecting](https://github.com/GTNewHorizons/VisualProspecting) | 1.1.13 | | [waila](https://github.com/GTNewHorizons/waila) | 1.6.0 | | [WailaHarvestability](https://github.com/GTNewHorizons/WailaHarvestability) | 1.1.10-GTNH | | [WAILAPlugins](https://github.com/GTNewHorizons/WAILAPlugins) | 0.2.8 | | [WanionLib](https://github.com/GTNewHorizons/WanionLib) | 1.8.4 | | [WarpTheory](https://github.com/GTNewHorizons/WarpTheory) | 1.2.16-GTNH | | [WAWLA](https://github.com/GTNewHorizons/WAWLA) | 1.1.3-GTNH | -| [WirelessCraftingTerminal](https://github.com/GTNewHorizons/WirelessCraftingTerminal) | 1.9.2 | +| [WirelessCraftingTerminal](https://github.com/GTNewHorizons/WirelessCraftingTerminal) | 1.9.3 | | [WirelessRedstone-CBE](https://github.com/GTNewHorizons/WirelessRedstone-CBE) | 1.4.8 | | [Witchery](https://www.curseforge.com/minecraft/mc-mods/witchery) | 0.24.1 | | [WitcheryExtras](https://github.com/GTNewHorizons/WitcheryExtras) | 1.1.14 | From 5c5fa497d744d5964c813eca5f7bc4370ce5b639 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Tue, 8 Aug 2023 09:31:46 +0200 Subject: [PATCH 02/38] update tc4tweaks --- gtnh-assets.json | 15 ++++++++++++++- releases/readmes/README_nightly.MD | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index acc1cdb6..fcec1f82 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -50110,7 +50110,7 @@ }, { "name": "TC-4-Tweaks", - "latest_version": "1.5.14", + "latest_version": "1.5.15", "needs_attention": false, "versions": [ { @@ -50333,6 +50333,19 @@ "project_no": "", "file_no": "4658170" } + }, + { + "version_tag": "1.5.15", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-08-08T09:29:21.548729", + "filename": "Thaumcraft4Tweaks-1.5.15.jar", + "download_url": "https://mediafilez.forgecdn.net/files/4684/726/Thaumcraft4Tweaks-1.5.15.jar", + "browser_download_url": "https://www.curseforge.com/minecraft/mc-mods/tc4tweaks/download/4684726", + "curse_file": { + "project_no": "", + "file_no": "4684726" + } } ], "license": "GNU", diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index b8baca25..55876aac 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -442,7 +442,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Super-TiC](https://github.com/GTNewHorizons/Super-TiC) | 1.2.5 | | [supersolarpanels](https://github.com/GTNewHorizons/supersolarpanels) | 1.1.2-GT-NH-Mod | | [Tainted-Magic](https://github.com/GTNewHorizons/Tainted-Magic) | 7.6.2-GTNH | -| [TC-4-Tweaks](https://www.curseforge.com/minecraft/mc-mods/tc4tweaks) | 1.5.14 | +| [TC-4-Tweaks](https://www.curseforge.com/minecraft/mc-mods/tc4tweaks) | 1.5.15 | | [TCNEIAdditions](https://github.com/GTNewHorizons/TCNEIAdditions) | 1.2.2 | | [TCNodeTracker](https://github.com/GTNewHorizons/TCNodeTracker) | 1.1.7 | | [TecTech](https://github.com/GTNewHorizons/TecTech) | 5.2.40 | From 6d2bee536c977af514a7f80e80026946b0ab9f83 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Tue, 8 Aug 2023 09:42:04 +0200 Subject: [PATCH 03/38] update --- gtnh-assets.json | 2 ++ .../changelogs/changelog from 2.3.6 to nightly.md | 12 ++---------- releases/manifests/nightly.json | 6 +++--- releases/readmes/README_nightly.MD | 2 +- 4 files changed, 8 insertions(+), 14 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index fcec1f82..25688f3f 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -19766,6 +19766,7 @@ { "name": "GT5-Unofficial", "latest_version": "5.09.43.167-pre", + "needs_attention": true, "private": false, "versions": [ { @@ -26538,6 +26539,7 @@ "filename": "gregtech-5.09.43.166.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/120419554", "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.166/gregtech-5.09.43.166.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.166/GT5-Unofficial-5.09.43.166.jar", "extra_assets": [] }, { diff --git a/releases/changelogs/changelog from 2.3.6 to nightly.md b/releases/changelogs/changelog from 2.3.6 to nightly.md index 0d689391..4f2dbad9 100644 --- a/releases/changelogs/changelog from 2.3.6 to nightly.md +++ b/releases/changelogs/changelog from 2.3.6 to nightly.md @@ -9,17 +9,9 @@ > * Lazy monitor updates by @eigenraven in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/150 (1.1.36-gtnh) > -# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.167-pre@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.167-pre +# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.166@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.166 >## What's Changed -> * Check if it is allowed to put into slot by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2207 (5.09.43.167-pre) -> * Fix wireless hatch npe log spam by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2208 (5.09.43.167-pre) -> * Fix and cleanup ammonia recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2210 (5.09.43.167-pre) -> * Adjust Recipe Tiers for Quad Input Hatches by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2211 (5.09.43.167-pre) -> * General Crafting Input Hatch QoL fixes by @foxwhite25 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2212 (5.09.43.167-pre) -> * Spotless apply for branch crafting-input-fixes for #2200 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2213 (5.09.43.167-pre) -> * Fix AL logging by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2214 (5.09.43.167-pre) -> * Crafting input buffer: Check for invalid patterns by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2209 (5.09.43.167-pre) > * Fix AL logging by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2214 (5.09.43.166) > * Crafting input buffer: Check for invalid patterns by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2209 (5.09.43.166) > * Fix and cleanup ammonia recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2210 (5.09.43.165) diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 622f4505..32ec4144 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-08T07:24:53.594488", + "last_updated": "2023-08-08T07:39:42.518428", "config": "2.3.6", "github_mods": { "AdventureBackpack2": { @@ -257,7 +257,7 @@ "side": "BOTH" }, "GT5-Unofficial": { - "version": "5.09.43.167-pre", + "version": "5.09.43.166", "side": "BOTH" }, "GTNEIOrePlugin": { @@ -951,7 +951,7 @@ "side": "BOTH" }, "TC-4-Tweaks": { - "version": "1.5.14", + "version": "1.5.15", "side": "BOTH" }, "Tinkers-Gregworks": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index 55876aac..77c7bdd3 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -337,7 +337,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.32 | | [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.43.167-pre | +| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.43.166 | | [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | | [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.24 | | [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.6 | From 7bf51f840e6bbebf8047cf64153164cd42cfffe4 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Fri, 11 Aug 2023 09:11:34 +0200 Subject: [PATCH 04/38] update --- gtnh-assets.json | 109 ++++++++++++++++-- .../changelog from 2.3.6 to nightly.md | 33 +++++- releases/manifests/nightly.json | 14 +-- releases/readmes/README_nightly.MD | 12 +- 4 files changed, 144 insertions(+), 24 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index 25688f3f..bd5adf0e 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -5576,7 +5576,7 @@ }, { "name": "bartworks", - "latest_version": "0.7.36", + "latest_version": "0.7.37", "private": false, "versions": [ { @@ -7531,6 +7531,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/bartworks/releases/download/0.7.36/bartworks-0.7.36.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/bartworks/0.7.36/bartworks-0.7.36.jar", "extra_assets": [] + }, + { + "version_tag": "0.7.37", + "changelog": "## What's Changed\n* Disable crafting me buffer on CAL to stop CAL being formed with 2 slices by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/351\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/bartworks/compare/0.7.36...0.7.37\n", + "prerelease": false, + "tagged_at": "2023-08-09T20:56:49+00:00", + "filename": "bartworks-0.7.37.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/bartworks/releases/assets/120839691", + "browser_download_url": "https://github.com/GTNewHorizons/bartworks/releases/download/0.7.37/bartworks-0.7.37.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/bartworks/0.7.37/bartworks-0.7.37.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -10006,7 +10017,7 @@ }, { "name": "BloodMagic", - "latest_version": "1.4.2", + "latest_version": "1.4.3", "private": false, "versions": [ { @@ -10279,6 +10290,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/BloodMagic/releases/download/1.4.2/BloodMagic-1.4.2.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/BloodMagic/1.4.2/BloodMagic-1.4.2.jar", "extra_assets": [] + }, + { + "version_tag": "1.4.3", + "changelog": "## What's Changed\n* Fix tooltip for meteor NEI by @miozune in https://github.com/GTNewHorizons/BloodMagic/pull/48\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/BloodMagic/compare/1.4.2...1.4.3\n", + "prerelease": false, + "tagged_at": "2023-08-08T08:08:51+00:00", + "filename": "BloodMagic-1.4.3.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/BloodMagic/releases/assets/120587349", + "browser_download_url": "https://github.com/GTNewHorizons/BloodMagic/releases/download/1.4.3/BloodMagic-1.4.3.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/BloodMagic/1.4.3/BloodMagic-1.4.3.jar", + "extra_assets": [] } ], "license": "Creative Commons Attribution 4.0 International.", @@ -18042,7 +18064,7 @@ }, { "name": "GoodGenerator", - "latest_version": "0.6.32", + "latest_version": "0.6.34", "private": false, "versions": [ { @@ -19608,6 +19630,26 @@ "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.32/GoodGenerator-0.6.32.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.32/GoodGenerator-0.6.32.jar", "extra_assets": [] + }, + { + "version_tag": "0.6.33", + "changelog": "## What's Changed\n* Fix Compact Fusion not showing correct parallel for scanner by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/194\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.32...0.6.33\n", + "prerelease": false, + "tagged_at": "2023-08-09T21:00:53+00:00", + "filename": "GoodGenerator-0.6.33.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GoodGenerator/releases/assets/120840002", + "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.33/GoodGenerator-0.6.33.jar", + "extra_assets": [] + }, + { + "version_tag": "0.6.34", + "changelog": "## What's Changed\n* Don't consume multiple amps for Precise Assembler if only one normal energy hatch is used by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/193\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.33...0.6.34\n", + "prerelease": false, + "tagged_at": "2023-08-10T06:18:14+00:00", + "filename": "GoodGenerator-0.6.34.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GoodGenerator/releases/assets/120895854", + "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.34/GoodGenerator-0.6.34.jar", + "extra_assets": [] } ], "license": "MIT License", @@ -19765,7 +19807,7 @@ }, { "name": "GT5-Unofficial", - "latest_version": "5.09.43.167-pre", + "latest_version": "5.09.43.169", "needs_attention": true, "private": false, "versions": [ @@ -26552,6 +26594,27 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.167-pre/gregtech-5.09.43.167-pre.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.167-pre/GT5-Unofficial-5.09.43.167-pre.jar", "extra_assets": [] + }, + { + "version_tag": "5.09.43.168", + "changelog": "## What's Changed\n* Add a way to enable or disable the crafting buffer on GPL multiblocks by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2218\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.166...5.09.43.168\n", + "prerelease": false, + "tagged_at": "2023-08-08T18:07:14+00:00", + "filename": "gregtech-5.09.43.168.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/120656895", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.168/gregtech-5.09.43.168.jar", + "extra_assets": [] + }, + { + "version_tag": "5.09.43.169", + "changelog": "## What's Changed\n* Fix Refractory Capsule by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2219\n* Fix PAs overclocking ulv recipes too much by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2220\n* Fix Digital Tank capacity for Fluid Storage Monitor by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2217\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.168...5.09.43.169\n", + "prerelease": false, + "tagged_at": "2023-08-10T09:52:53+00:00", + "filename": "gregtech-5.09.43.169.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/120919138", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.169/gregtech-5.09.43.169.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.169/GT5-Unofficial-5.09.43.169.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -31777,7 +31840,7 @@ }, { "name": "Hodgepodge", - "latest_version": "2.2.27", + "latest_version": "2.2.28", "private": false, "versions": [ { @@ -33001,6 +33064,16 @@ "browser_download_url": "https://github.com/GTNewHorizons/Hodgepodge/releases/download/2.2.27/hodgepodge-2.2.27.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Hodgepodge/2.2.27/Hodgepodge-2.2.27.jar", "extra_assets": [] + }, + { + "version_tag": "2.2.28", + "changelog": "## What's Changed\n* Fix crash when placing Thaumcraft Golem by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/233\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/Hodgepodge/compare/2.2.27...2.2.28\n", + "prerelease": false, + "tagged_at": "2023-08-10T16:43:52+00:00", + "filename": "hodgepodge-2.2.28.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Hodgepodge/releases/assets/120972110", + "browser_download_url": "https://github.com/GTNewHorizons/Hodgepodge/releases/download/2.2.28/hodgepodge-2.2.28.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -38428,7 +38501,7 @@ }, { "name": "Mobs-Info", - "latest_version": "0.1.1-GTNH", + "latest_version": "0.1.2-GTNH", "private": false, "versions": [ { @@ -38534,6 +38607,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Mobs-Info/releases/download/0.1.1-GTNH/mobsinfo-0.1.1-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Mobs-Info/0.1.1-GTNH/Mobs-Info-0.1.1-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "0.1.2-GTNH", + "changelog": "**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.1.1-GTNH...0.1.2-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-08T20:01:12+00:00", + "filename": "mobsinfo-0.1.2-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Mobs-Info/releases/assets/120670156", + "browser_download_url": "https://github.com/GTNewHorizons/Mobs-Info/releases/download/0.1.2-GTNH/mobsinfo-0.1.2-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Mobs-Info/0.1.2-GTNH/Mobs-Info-0.1.2-GTNH.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -56466,7 +56550,7 @@ }, { "name": "WirelessCraftingTerminal", - "latest_version": "1.9.3", + "latest_version": "1.9.4", "private": false, "versions": [ { @@ -56650,6 +56734,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/WirelessCraftingTerminal/releases/download/1.9.3/WirelessCraftingTerminal-1.9.3.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/WirelessCraftingTerminal/1.9.3/WirelessCraftingTerminal-1.9.3.jar", "extra_assets": [] + }, + { + "version_tag": "1.9.4", + "changelog": "## What's Changed\n* Fix lang key for keybind by @miozune in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/30\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/WirelessCraftingTerminal/compare/1.9.3...1.9.4\n", + "prerelease": false, + "tagged_at": "2023-08-08T11:49:59+00:00", + "filename": "WirelessCraftingTerminal-1.9.4.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/WirelessCraftingTerminal/releases/assets/120613107", + "browser_download_url": "https://github.com/GTNewHorizons/WirelessCraftingTerminal/releases/download/1.9.4/WirelessCraftingTerminal-1.9.4.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/WirelessCraftingTerminal/1.9.4/WirelessCraftingTerminal-1.9.4.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", diff --git a/releases/changelogs/changelog from 2.3.6 to nightly.md b/releases/changelogs/changelog from 2.3.6 to nightly.md index 4f2dbad9..e9e43325 100644 --- a/releases/changelogs/changelog from 2.3.6 to nightly.md +++ b/releases/changelogs/changelog from 2.3.6 to nightly.md @@ -9,9 +9,20 @@ > * Lazy monitor updates by @eigenraven in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/150 (1.1.36-gtnh) > -# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.166@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.166 +# Updated BloodMagic (1.4.2@Side.BOTH --> 1.4.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BloodMagic/compare/1.4.1...1.4.3 >## What's Changed +> * Fix tooltip for meteor NEI by @miozune in https://github.com/GTNewHorizons/BloodMagic/pull/48 (1.4.3) +> * Only use GTNH CT APIs when GTNH CraftTweaker is present by @eigenraven in https://github.com/GTNewHorizons/BloodMagic/pull/46 (1.4.2) +> + +# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.169@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.169 +>## What's Changed +> * Fix Refractory Capsule by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2219 (5.09.43.169) +> * Fix PAs overclocking ulv recipes too much by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2220 (5.09.43.169) +> * Fix Digital Tank capacity for Fluid Storage Monitor by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2217 (5.09.43.169) +> * Add a way to enable or disable the crafting buffer on GPL multiblocks by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2218 (5.09.43.168) > * Fix AL logging by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2214 (5.09.43.166) > * Crafting input buffer: Check for invalid patterns by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2209 (5.09.43.166) > * Fix and cleanup ammonia recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2210 (5.09.43.165) @@ -31,8 +42,8 @@ > * @firenoo made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/192 (0.6.32) > -# Updated Mobs-Info (0.1.0-GTNH@Side.BOTH --> 0.1.1-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.0.8-GTNH...0.1.1-GTNH +# Updated Mobs-Info (0.1.0-GTNH@Side.BOTH --> 0.1.2-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.0.8-GTNH...0.1.2-GTNH # Updated NewHorizonsCoreMod (2.1.97@Side.BOTH --> 2.1.99@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.96...2.1.99 @@ -82,6 +93,13 @@ > * Fix minor typo in 16k Essentia Storage Cell by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/49 (1.4.12-GTNH) > +# Updated WirelessCraftingTerminal (1.9.3@Side.BOTH --> 1.9.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/WirelessCraftingTerminal/compare/1.9.2...1.9.4 +>## What's Changed +> * Fix lang key for keybind by @miozune in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/30 (1.9.4) +> * Fix/magnet npe and updates by @firenoo in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/29 (1.9.3) +> + # Updated amunra (0.4.35@Side.BOTH --> 0.4.36@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/amunra/compare/0.4.34...0.4.36 >## What's Changed @@ -92,3 +110,10 @@ > * @eigenraven made their first contribution in https://github.com/GTNewHorizons/amunra/pull/28 (0.4.36) > +# Updated bartworks (0.7.36@Side.BOTH --> 0.7.37@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/bartworks/compare/0.7.35...0.7.37 +>## What's Changed +> * Disable crafting me buffer on CAL to stop CAL being formed with 2 slices by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/351 (0.7.37) +> * Use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/348 (0.7.36) +> + diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 32ec4144..90df41ab 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,8 +1,8 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-08T07:39:42.518428", - "config": "2.3.6", + "last_updated": "2023-08-11T07:09:13.797463", + "config": "2.3.6-nightly-2023-08-05", "github_mods": { "AdventureBackpack2": { "version": "1.0.14-GTNH", @@ -49,7 +49,7 @@ "side": "BOTH" }, "bartworks": { - "version": "0.7.36", + "version": "0.7.37", "side": "BOTH" }, "Battlegear2": { @@ -97,7 +97,7 @@ "side": "BOTH" }, "BloodMagic": { - "version": "1.4.2", + "version": "1.4.3", "side": "BOTH" }, "Botania": { @@ -257,7 +257,7 @@ "side": "BOTH" }, "GT5-Unofficial": { - "version": "5.09.43.166", + "version": "5.09.43.169", "side": "BOTH" }, "GTNEIOrePlugin": { @@ -697,7 +697,7 @@ "side": "BOTH" }, "WirelessCraftingTerminal": { - "version": "1.9.3", + "version": "1.9.4", "side": "BOTH" }, "WirelessRedstone-CBE": { @@ -821,7 +821,7 @@ "side": "CLIENT" }, "Mobs-Info": { - "version": "0.1.1-GTNH", + "version": "0.1.2-GTNH", "side": "BOTH" }, "BeeBetterAtBees-GTNH": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index 77c7bdd3..c2f618de 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -1,6 +1,6 @@ # GT New Horizons Mod Pack -Version nightly is out 2023-08-08 +Version nightly is out 2023-08-11 [![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=GTNewHorizons%20Configs)](http://jenkins.usrv.eu:8080/job/GTNewHorizons%20Configs/) @@ -261,7 +261,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Automagy](https://www.curseforge.com/minecraft/mc-mods/automagy) | 0.28.2 | | [Avaritia](https://github.com/GTNewHorizons/Avaritia) | 1.45 | | [Avaritiaddons](https://github.com/GTNewHorizons/Avaritiaddons) | 1.5.5-GTNH | -| [bartworks](https://github.com/GTNewHorizons/bartworks) | 0.7.36 | +| [bartworks](https://github.com/GTNewHorizons/bartworks) | 0.7.37 | | [Battlegear2](https://github.com/GTNewHorizons/Battlegear2) | 1.2.0 | | [Baubles](https://github.com/GTNewHorizons/Baubles) | 1.0.1.16 | | [bdlib](https://github.com/GTNewHorizons/bdlib) | 1.9.8-GTNH | @@ -281,7 +281,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [BlockLimiter](https://github.com/GTNewHorizons/BlockLimiter) | 0.55 | | [BlockRenderer6343](https://github.com/GTNewHorizons/BlockRenderer6343) | 1.0.3 | | [BloodArsenal](https://github.com/GTNewHorizons/BloodArsenal) | 1.2.11 | -| [BloodMagic](https://github.com/GTNewHorizons/BloodMagic) | 1.4.2 | +| [BloodMagic](https://github.com/GTNewHorizons/BloodMagic) | 1.4.3 | | [Botania](https://github.com/GTNewHorizons/Botania) | 1.9.24-GTNH | | [Botanic-horizons](https://github.com/GTNewHorizons/Botanic-horizons) | 1.0.15-GTNH | | [BrandonsCore](https://github.com/GTNewHorizons/BrandonsCore) | 1.0.0.13-GTNH | @@ -337,7 +337,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.32 | | [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.43.166 | +| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.43.169 | | [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | | [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.24 | | [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.6 | @@ -381,7 +381,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Mantle](https://github.com/GTNewHorizons/Mantle) | 0.3.7 | | [Minecraft-Backpack-Mod](https://github.com/GTNewHorizons/Minecraft-Backpack-Mod) | 2.2.11-GTNH | | [Minetweaker-Gregtech-5-Addon](https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon) | 2.0.0 | -| [Mobs-Info](https://github.com/GTNewHorizons/Mobs-Info) | 0.1.1-GTNH | +| [Mobs-Info](https://github.com/GTNewHorizons/Mobs-Info) | 0.1.2-GTNH | | [ModTweaker](https://github.com/GTNewHorizons/ModTweaker) | 0.9.10 | | [ModularUI](https://github.com/GTNewHorizons/ModularUI) | 1.1.16 | | [Morpheus](https://www.curseforge.com/minecraft/mc-mods/morpheus) | 1.6.21 | @@ -479,7 +479,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [WanionLib](https://github.com/GTNewHorizons/WanionLib) | 1.8.4 | | [WarpTheory](https://github.com/GTNewHorizons/WarpTheory) | 1.2.16-GTNH | | [WAWLA](https://github.com/GTNewHorizons/WAWLA) | 1.1.3-GTNH | -| [WirelessCraftingTerminal](https://github.com/GTNewHorizons/WirelessCraftingTerminal) | 1.9.3 | +| [WirelessCraftingTerminal](https://github.com/GTNewHorizons/WirelessCraftingTerminal) | 1.9.4 | | [WirelessRedstone-CBE](https://github.com/GTNewHorizons/WirelessRedstone-CBE) | 1.4.8 | | [Witchery](https://www.curseforge.com/minecraft/mc-mods/witchery) | 0.24.1 | | [WitcheryExtras](https://github.com/GTNewHorizons/WitcheryExtras) | 1.1.14 | From 6c62a721bad6f20eb584a9e74c97709819fc59f6 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Fri, 11 Aug 2023 09:45:55 +0200 Subject: [PATCH 05/38] update configs --- gtnh-assets.json | 12 +++++++++++- releases/manifests/nightly.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index bd5adf0e..bfd2fe1f 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -1,7 +1,7 @@ { "config": { "name": "GT-New-Horizons-Modpack", - "latest_version": "2.3.6-nightly-2023-08-05", + "latest_version": "2.3.7-nightly-2023-08-11", "needs_attention": true, "versions": [ { @@ -663,6 +663,16 @@ "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/120210219", "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6-nightly-2023-08-05/2.3.6-nightly-2023-08-05.zip", "extra_assets": [] + }, + { + "version_tag": "2.3.7-nightly-2023-08-11", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-08-11T07:14:03+00:00", + "filename": "2.3.7-nightly-2023-08-11.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/121056284", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.7-nightly-2023-08-11/2.3.7-nightly-2023-08-11.zip", + "extra_assets": [] } ], "type": "config", diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 90df41ab..a9893636 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-11T07:09:13.797463", + "last_updated": "2023-08-11T07:44:41.019890", "config": "2.3.6-nightly-2023-08-05", "github_mods": { "AdventureBackpack2": { From 743c29c96d8b8d0be34d4d8589b05ee04f6c6dcd Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 12 Aug 2023 01:40:50 +0200 Subject: [PATCH 06/38] update --- gtnh-assets.json | 101 +++++++++++++++--- .../changelog from 2.3.6 to nightly.md | 75 +++++++++++-- releases/manifests/nightly.json | 22 ++-- releases/readmes/README_nightly.MD | 18 ++-- 4 files changed, 174 insertions(+), 42 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index bfd2fe1f..be4509b5 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -1001,7 +1001,7 @@ }, { "name": "AE2FluidCraft-Rework", - "latest_version": "1.1.38-gtnh", + "latest_version": "1.1.39-gtnh", "private": false, "versions": [ { @@ -2368,6 +2368,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.38-gtnh/ae2fc-1.1.38-gtnh.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.38-gtnh/AE2FluidCraft-Rework-1.1.38-gtnh.jar", "extra_assets": [] + }, + { + "version_tag": "1.1.39-gtnh", + "changelog": "## What's Changed\n* Fix Crafting Input Bus Compatibility & fix general bugs by @foxwhite25 in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/154\n\n## New Contributors\n* @foxwhite25 made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/154\n\n**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.38-gtnh...1.1.39-gtnh\n", + "prerelease": false, + "tagged_at": "2023-08-11T22:09:10+00:00", + "filename": "ae2fc-1.1.39-gtnh.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/AE2FluidCraft-Rework/releases/assets/121152095", + "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.39-gtnh/ae2fc-1.1.39-gtnh.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.39-gtnh/AE2FluidCraft-Rework-1.1.39-gtnh.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -3104,7 +3115,7 @@ }, { "name": "Applied-Energistics-2-Unofficial", - "latest_version": "rv3-beta-247-GTNH", + "latest_version": "rv3-beta-248-GTNH", "private": false, "versions": [ { @@ -4960,6 +4971,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/releases/download/rv3-beta-247-GTNH/appliedenergistics2-rv3-beta-247-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Applied-Energistics-2-Unofficial/rv3-beta-247-GTNH/Applied-Energistics-2-Unofficial-rv3-beta-247-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "rv3-beta-248-GTNH", + "changelog": "## What's Changed\n* Drop static P2Ps as they are, not ME P2Ps by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/375\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/compare/rv3-beta-247-GTNH...rv3-beta-248-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-11T22:06:53+00:00", + "filename": "appliedenergistics2-rv3-beta-248-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Applied-Energistics-2-Unofficial/releases/assets/121151756", + "browser_download_url": "https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/releases/download/rv3-beta-248-GTNH/appliedenergistics2-rv3-beta-248-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Applied-Energistics-2-Unofficial/rv3-beta-248-GTNH/Applied-Energistics-2-Unofficial-rv3-beta-248-GTNH.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -5586,7 +5608,7 @@ }, { "name": "bartworks", - "latest_version": "0.7.37", + "latest_version": "0.7.38", "private": false, "versions": [ { @@ -7552,6 +7574,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/bartworks/releases/download/0.7.37/bartworks-0.7.37.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/bartworks/0.7.37/bartworks-0.7.37.jar", "extra_assets": [] + }, + { + "version_tag": "0.7.38", + "changelog": "## What's Changed\n* Don't lazily initialize EIC recipemap by @miozune in https://github.com/GTNewHorizons/bartworks/pull/350\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/bartworks/compare/0.7.37...0.7.38\n", + "prerelease": false, + "tagged_at": "2023-08-11T10:51:44+00:00", + "filename": "bartworks-0.7.38.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/bartworks/releases/assets/121081474", + "browser_download_url": "https://github.com/GTNewHorizons/bartworks/releases/download/0.7.38/bartworks-0.7.38.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/bartworks/0.7.38/bartworks-0.7.38.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -17102,7 +17135,7 @@ }, { "name": "GalacticGregGT5", - "latest_version": "1.0.9", + "latest_version": "1.0.10", "private": false, "versions": [ { @@ -17165,6 +17198,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GalacticGregGT5/releases/download/1.0.9/galacticgreg-1.0.9.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GalacticGregGT5/1.0.9/GalacticGregGT5-1.0.9.jar", "extra_assets": [] + }, + { + "version_tag": "1.0.10", + "changelog": "## What's Changed\n* Fix oregen pattern for space veins by @chochem in https://github.com/GTNewHorizons/GalacticGregGT5/pull/16\n\n## New Contributors\n* @chochem made their first contribution in https://github.com/GTNewHorizons/GalacticGregGT5/pull/16\n\n**Full Changelog**: https://github.com/GTNewHorizons/GalacticGregGT5/compare/1.0.9...1.0.10\n", + "prerelease": false, + "tagged_at": "2023-08-11T22:08:53+00:00", + "filename": "galacticgreg-1.0.10.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GalacticGregGT5/releases/assets/121152077", + "browser_download_url": "https://github.com/GTNewHorizons/GalacticGregGT5/releases/download/1.0.10/galacticgreg-1.0.10.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GalacticGregGT5/1.0.10/GalacticGregGT5-1.0.10.jar", + "extra_assets": [] } ], "license": "GNU General Public License v2.0", @@ -19659,6 +19703,7 @@ "filename": "GoodGenerator-0.6.34.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/GoodGenerator/releases/assets/120895854", "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.34/GoodGenerator-0.6.34.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.34/GoodGenerator-0.6.34.jar", "extra_assets": [] } ], @@ -19817,8 +19862,7 @@ }, { "name": "GT5-Unofficial", - "latest_version": "5.09.43.169", - "needs_attention": true, + "latest_version": "5.09.43.170", "private": false, "versions": [ { @@ -26419,7 +26463,6 @@ "filename": "gregtech-5.09.43.149-pre.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/118425458", "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.149-pre/gregtech-5.09.43.149-pre.jar", - "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.149-pre/GT5-Unofficial-5.09.43.149-pre.jar", "extra_assets": [] }, { @@ -26550,7 +26593,6 @@ "filename": "gregtech-5.09.43.162.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/119775206", "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.162/gregtech-5.09.43.162.jar", - "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.162/GT5-Unofficial-5.09.43.162.jar", "extra_assets": [] }, { @@ -26591,18 +26633,16 @@ "filename": "gregtech-5.09.43.166.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/120419554", "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.166/gregtech-5.09.43.166.jar", - "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.166/GT5-Unofficial-5.09.43.166.jar", "extra_assets": [] }, { "version_tag": "5.09.43.167-pre", - "changelog": "## What's Changed\r\n* Check if it is allowed to put into slot by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2207\r\n* Fix wireless hatch npe log spam by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2208\r\n* Fix and cleanup ammonia recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2210\r\n* Adjust Recipe Tiers for Quad Input Hatches by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2211\r\n* General Crafting Input Hatch QoL fixes by @foxwhite25 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2212\r\n* Spotless apply for branch crafting-input-fixes for #2200 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2213\r\n* Fix AL logging by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2214\r\n* Crafting input buffer: Check for invalid patterns by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2209\r\n\r\n\r\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.163-pre...5.09.43.167-pre\r\n", + "changelog": "**preview release** Adding interface terminal support for Crafting Input Buffer.\r\n\r\n**Do not use this one unless you know what you are doing**\r\nBecause pattern slots have changed to 36, and a bug in the implementation, migration will be manual (meaning you need to reset all configured circuits and manual slots) for crafting input bus/buffer. Also it will not be safe to downgrade because you will lose those 4 extra pattern slots. I recommend wait until the next stable.\r\n\r\n---\r\n\r\n## What's Changed\r\n* Check if it is allowed to put into slot by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2207\r\n* Fix wireless hatch npe log spam by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2208\r\n* Fix and cleanup ammonia recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2210\r\n* Adjust Recipe Tiers for Quad Input Hatches by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2211\r\n* General Crafting Input Hatch QoL fixes by @foxwhite25 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2212\r\n* Spotless apply for branch crafting-input-fixes for #2200 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2213\r\n* Fix AL logging by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2214\r\n* Crafting input buffer: Check for invalid patterns by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2209\r\n\r\n\r\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.163-pre...5.09.43.167-pre\r\n", "prerelease": true, "tagged_at": "2023-08-07T13:25:04+00:00", "filename": "gregtech-5.09.43.167-pre.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/120467974", "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.167-pre/gregtech-5.09.43.167-pre.jar", - "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.167-pre/GT5-Unofficial-5.09.43.167-pre.jar", "extra_assets": [] }, { @@ -26623,7 +26663,17 @@ "filename": "gregtech-5.09.43.169.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/120919138", "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.169/gregtech-5.09.43.169.jar", - "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.169/GT5-Unofficial-5.09.43.169.jar", + "extra_assets": [] + }, + { + "version_tag": "5.09.43.170", + "changelog": "## What's Changed\n* Blacklist AE2FC drop and packet, and Chisel stones from Recycler by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2222\n* Add detailed logging for ME hatches by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2224\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.169...5.09.43.170\n", + "prerelease": false, + "tagged_at": "2023-08-11T22:10:12+00:00", + "filename": "gregtech-5.09.43.170.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/121152261", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.170/gregtech-5.09.43.170.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.170/GT5-Unofficial-5.09.43.170.jar", "extra_assets": [] } ], @@ -28288,7 +28338,7 @@ }, { "name": "GTplusplus", - "latest_version": "1.9.74", + "latest_version": "1.9.75", "private": false, "versions": [ { @@ -31574,6 +31624,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.74/GT-PlusPlus-1.9.74.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTplusplus/1.9.74/GTplusplus-1.9.74.jar", "extra_assets": [] + }, + { + "version_tag": "1.9.75", + "changelog": "## What's Changed\n* Fix ore gen pattern for everglades by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/717\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.74...1.9.75\n", + "prerelease": false, + "tagged_at": "2023-08-11T22:09:12+00:00", + "filename": "GT-PlusPlus-1.9.75.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GTplusplus/releases/assets/121152097", + "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.75/GT-PlusPlus-1.9.75.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTplusplus/1.9.75/GTplusplus-1.9.75.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", @@ -33083,6 +33144,7 @@ "filename": "hodgepodge-2.2.28.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/Hodgepodge/releases/assets/120972110", "browser_download_url": "https://github.com/GTNewHorizons/Hodgepodge/releases/download/2.2.28/hodgepodge-2.2.28.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Hodgepodge/2.2.28/Hodgepodge-2.2.28.jar", "extra_assets": [] } ], @@ -46138,7 +46200,7 @@ }, { "name": "OpenComputers", - "latest_version": "1.9.13-GTNH", + "latest_version": "1.9.14-GTNH", "private": false, "versions": [ { @@ -46632,6 +46694,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/OpenComputers/releases/download/1.9.13-GTNH/OpenComputers-1.9.13-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/OpenComputers/1.9.13-GTNH/OpenComputers-1.9.13-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "1.9.14-GTNH", + "changelog": "## What's Changed\n* Fix modifying fluid patterns with OC by @S4mpsa in https://github.com/GTNewHorizons/OpenComputers/pull/106\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/OpenComputers/compare/1.9.13-GTNH...1.9.14-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-11T10:18:57+00:00", + "filename": "OpenComputers-1.9.14-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/OpenComputers/releases/assets/121077845", + "browser_download_url": "https://github.com/GTNewHorizons/OpenComputers/releases/download/1.9.14-GTNH/OpenComputers-1.9.14-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/OpenComputers/1.9.14-GTNH/OpenComputers-1.9.14-GTNH.jar", + "extra_assets": [] } ], "license": "MIT License", diff --git a/releases/changelogs/changelog from 2.3.6 to nightly.md b/releases/changelogs/changelog from 2.3.6 to nightly.md index e9e43325..29b6fe73 100644 --- a/releases/changelogs/changelog from 2.3.6 to nightly.md +++ b/releases/changelogs/changelog from 2.3.6 to nightly.md @@ -1,13 +1,27 @@ # Mods Removed: > * Default-Configs -# Updated AE2FluidCraft-Rework (1.1.36-gtnh@Side.BOTH --> 1.1.38-gtnh@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.35-gtnh...1.1.38-gtnh +# Updated AE2FluidCraft-Rework (1.1.36-gtnh@Side.BOTH --> 1.1.39-gtnh@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.35-gtnh...1.1.39-gtnh >## What's Changed +> * Fix Crafting Input Bus Compatibility & fix general bugs by @foxwhite25 in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/154 (1.1.39-gtnh) > * A collection of fixes by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/152 (1.1.38-gtnh) > * Fix doubling fluids for real now by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/153 (1.1.38-gtnh) > * Fix fluid stack not doubling by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/151 (1.1.37-gtnh) > * Lazy monitor updates by @eigenraven in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/150 (1.1.36-gtnh) > +>## New Contributors +> * @foxwhite25 made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/154 (1.1.39-gtnh) +> + +# Updated Applied-Energistics-2-Unofficial (rv3-beta-247-GTNH@Side.BOTH --> rv3-beta-248-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/compare/rv3-beta-246-GTNH...rv3-beta-248-GTNH +>## What's Changed +> * Drop static P2Ps as they are, not ME P2Ps by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/375 (rv3-beta-248-GTNH) +> * Crafting input interface terminal supports by @harrynull in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/368 (rv3-beta-247-GTNH) +> +>## New Contributors +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/368 (rv3-beta-247-GTNH) +> # Updated BloodMagic (1.4.2@Side.BOTH --> 1.4.3@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/BloodMagic/compare/1.4.1...1.4.3 @@ -16,9 +30,11 @@ > * Only use GTNH CT APIs when GTNH CraftTweaker is present by @eigenraven in https://github.com/GTNewHorizons/BloodMagic/pull/46 (1.4.2) > -# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.169@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.169 +# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.170@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.170 >## What's Changed +> * Blacklist AE2FC drop and packet, and Chisel stones from Recycler by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2222 (5.09.43.170) +> * Add detailed logging for ME hatches by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2224 (5.09.43.170) > * Fix Refractory Capsule by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2219 (5.09.43.169) > * Fix PAs overclocking ulv recipes too much by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2220 (5.09.43.169) > * Fix Digital Tank capacity for Fluid Storage Monitor by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2217 (5.09.43.169) @@ -32,9 +48,34 @@ > * Fix nanoforge not overclocking correctly by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2205 (5.09.43.162) > -# Updated GoodGenerator (0.6.31@Side.BOTH --> 0.6.32@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.30...0.6.32 +# Updated GTplusplus (1.9.74@Side.BOTH --> 1.9.75@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.73...1.9.75 >## What's Changed +> * Fix ore gen pattern for everglades by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/717 (1.9.75) +> * Lower reservoir hatch tier to EV, add tooltip showing tier for reservoir + air intake hatches by @querns in https://github.com/GTNewHorizons/GTplusplus/pull/713 (1.9.74) +> * Fix leather drying in dehydrator by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/714 (1.9.74) +> * Fix steam multis now overclocking recipes which consume 2 eu/t by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/715 (1.9.74) +> +>## New Contributors +> * @querns made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/713 (1.9.74) +> + +# Updated GalacticGregGT5 (1.0.9@Side.BOTH --> 1.0.10@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GalacticGregGT5/compare/1.0.8...1.0.10 +>## What's Changed +> * Fix oregen pattern for space veins by @chochem in https://github.com/GTNewHorizons/GalacticGregGT5/pull/16 (1.0.10) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/GalacticGregGT5/pull/15 (1.0.9) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/GalacticGregGT5/pull/16 (1.0.10) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/GalacticGregGT5/pull/15 (1.0.9) +> + +# Updated GoodGenerator (0.6.31@Side.BOTH --> 0.6.34@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.30...0.6.34 +>## What's Changed +> * Don't consume multiple amps for Precise Assembler if only one normal energy hatch is used by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/193 (0.6.34) +> * Fix Compact Fusion not showing correct parallel for scanner by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/194 (0.6.33) > * Extract using AEFluidStack, not FluidStack by @firenoo in https://github.com/GTNewHorizons/GoodGenerator/pull/192 (0.6.32) > * Fix compacts mk4 and mk5 having way too many overclocks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/191 (0.6.31) > @@ -42,6 +83,13 @@ > * @firenoo made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/192 (0.6.32) > +# Updated Hodgepodge (2.2.27@Side.BOTH --> 2.2.28@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Hodgepodge/compare/2.2.26...2.2.28 +>## What's Changed +> * Fix crash when placing Thaumcraft Golem by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/233 (2.2.28) +> * Fix path handling of bibliocraft saved books to replace invalid characters with dashes by @eigenraven in https://github.com/GTNewHorizons/Hodgepodge/pull/232 (2.2.27) +> + # Updated Mobs-Info (0.1.0-GTNH@Side.BOTH --> 0.1.2-GTNH@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.0.8-GTNH...0.1.2-GTNH @@ -76,6 +124,16 @@ > * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/Nutrition/pull/7 (0.0.3) > +# Updated OpenComputers (1.9.13-GTNH@Side.BOTH --> 1.9.14-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/OpenComputers/compare/1.9.12-GTNH...1.9.14-GTNH +>## What's Changed +> * Fix modifying fluid patterns with OC by @S4mpsa in https://github.com/GTNewHorizons/OpenComputers/pull/106 (1.9.14-GTNH) +> * use openContainer instead of sending coords by @Glease in https://github.com/GTNewHorizons/OpenComputers/pull/105 (1.9.13-GTNH) +> +>## New Contributors +> * @Glease made their first contribution in https://github.com/GTNewHorizons/OpenComputers/pull/105 (1.9.13-GTNH) +> + # Updated ProjectRed (4.7.11-GTNH@Side.BOTH --> 4.7.12-GTNH@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/ProjectRed/compare/4.7.10-GTNH...4.7.12-GTNH >## What's Changed @@ -110,9 +168,10 @@ > * @eigenraven made their first contribution in https://github.com/GTNewHorizons/amunra/pull/28 (0.4.36) > -# Updated bartworks (0.7.36@Side.BOTH --> 0.7.37@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/bartworks/compare/0.7.35...0.7.37 +# Updated bartworks (0.7.36@Side.BOTH --> 0.7.38@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/bartworks/compare/0.7.35...0.7.38 >## What's Changed +> * Don't lazily initialize EIC recipemap by @miozune in https://github.com/GTNewHorizons/bartworks/pull/350 (0.7.38) > * Disable crafting me buffer on CAL to stop CAL being formed with 2 slices by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/351 (0.7.37) > * Use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/348 (0.7.36) > diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index a9893636..47d472de 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,15 +1,15 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-11T07:44:41.019890", - "config": "2.3.6-nightly-2023-08-05", + "last_updated": "2023-08-11T23:07:31.428355", + "config": "2.3.7-nightly-2023-08-11", "github_mods": { "AdventureBackpack2": { "version": "1.0.14-GTNH", "side": "BOTH" }, "AE2FluidCraft-Rework": { - "version": "1.1.38-gtnh", + "version": "1.1.39-gtnh", "side": "BOTH" }, "ae2stuff": { @@ -29,7 +29,7 @@ "side": "BOTH" }, "Applied-Energistics-2-Unofficial": { - "version": "rv3-beta-247-GTNH", + "version": "rv3-beta-248-GTNH", "side": "BOTH" }, "ArchitectureCraft": { @@ -49,7 +49,7 @@ "side": "BOTH" }, "bartworks": { - "version": "0.7.37", + "version": "0.7.38", "side": "BOTH" }, "Battlegear2": { @@ -237,7 +237,7 @@ "side": "BOTH" }, "GalacticGregGT5": { - "version": "1.0.9", + "version": "1.0.10", "side": "BOTH" }, "Galacticraft": { @@ -253,11 +253,11 @@ "side": "BOTH" }, "GoodGenerator": { - "version": "0.6.32", + "version": "0.6.34", "side": "BOTH" }, "GT5-Unofficial": { - "version": "5.09.43.169", + "version": "5.09.43.170", "side": "BOTH" }, "GTNEIOrePlugin": { @@ -277,7 +277,7 @@ "side": "BOTH" }, "GTplusplus": { - "version": "1.9.74", + "version": "1.9.75", "side": "BOTH" }, "Hardcore-Ender-Expansion": { @@ -289,7 +289,7 @@ "side": "BOTH" }, "Hodgepodge": { - "version": "2.2.27", + "version": "2.2.28", "side": "BOTH" }, "HoloInventory": { @@ -465,7 +465,7 @@ "side": "BOTH" }, "OpenComputers": { - "version": "1.9.13-GTNH", + "version": "1.9.14-GTNH", "side": "BOTH" }, "OpenModsLib": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index c2f618de..06fd08ba 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -246,14 +246,14 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | --- | --- | | [Advanced Solar Panel For 1.7.10 (Unofficial)](https://www.curseforge.com/minecraft/mc-mods/advancedsolarpanels) | 1.7.10 Edition | | [AdventureBackpack2](https://github.com/GTNewHorizons/AdventureBackpack2) | 1.0.14-GTNH | -| [AE2FluidCraft-Rework](https://github.com/GTNewHorizons/AE2FluidCraft-Rework) | 1.1.38-gtnh | +| [AE2FluidCraft-Rework](https://github.com/GTNewHorizons/AE2FluidCraft-Rework) | 1.1.39-gtnh | | [ae2stuff](https://github.com/GTNewHorizons/ae2stuff) | 0.5.7-GTNH | | [AFSU](https://github.com/GTNewHorizons/AFSU) | 1.2.6-GTNH | | [AlchemyGrate](https://github.com/GTNewHorizons/AlchemyGrate) | 1.0.3-GTNH | | [amunra](https://github.com/GTNewHorizons/amunra) | 0.4.36 | | [AngerMod](https://github.com/GTNewHorizons/AngerMod) | 0.6.3 | | [AppleCore](https://github.com/GTNewHorizons/AppleCore) | 3.2.10 | -| [Applied-Energistics-2-Unofficial](https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial) | rv3-beta-247-GTNH | +| [Applied-Energistics-2-Unofficial](https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial) | rv3-beta-248-GTNH | | [ArchitectureCraft](https://github.com/GTNewHorizons/ArchitectureCraft) | 1.8.6 | | [Aroma1997Core](https://www.curseforge.com/minecraft/mc-mods/aroma1997core) | 1.0.2.16 | | [AromaBackup](https://www.curseforge.com/minecraft/mc-mods/aromabackup) | 0.1.0.0 | @@ -261,7 +261,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Automagy](https://www.curseforge.com/minecraft/mc-mods/automagy) | 0.28.2 | | [Avaritia](https://github.com/GTNewHorizons/Avaritia) | 1.45 | | [Avaritiaddons](https://github.com/GTNewHorizons/Avaritiaddons) | 1.5.5-GTNH | -| [bartworks](https://github.com/GTNewHorizons/bartworks) | 0.7.37 | +| [bartworks](https://github.com/GTNewHorizons/bartworks) | 0.7.38 | | [Battlegear2](https://github.com/GTNewHorizons/Battlegear2) | 1.2.0 | | [Baubles](https://github.com/GTNewHorizons/Baubles) | 1.0.1.16 | | [bdlib](https://github.com/GTNewHorizons/bdlib) | 1.9.8-GTNH | @@ -329,27 +329,27 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [ForgeRelocation](https://github.com/GTNewHorizons/ForgeRelocation) | 0.0.3 | | [ForgeRelocationFMP](https://github.com/GTNewHorizons/ForgeRelocationFMP) | 0.0.4 | | [Gadomancy](https://github.com/GTNewHorizons/Gadomancy) | 1.1.3 | -| [GalacticGregGT5](https://github.com/GTNewHorizons/GalacticGregGT5) | 1.0.9 | +| [GalacticGregGT5](https://github.com/GTNewHorizons/GalacticGregGT5) | 1.0.10 | | [Galacticraft](https://github.com/GTNewHorizons/Galacticraft) | 3.0.73-GTNH | | [Galaxy-Space-GTNH](https://github.com/GTNewHorizons/Galaxy-Space-GTNH) | 1.2.5-GTNH | | [gendustry](https://github.com/GTNewHorizons/gendustry) | 1.6.5.5-GTNH | | [GigaGramFab](https://github.com/GTNewHorizons/GigaGramFab) | 0.2.3 | -| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.32 | +| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.34 | | [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.43.169 | +| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.43.170 | | [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | | [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.24 | | [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.6 | | [GTNH-TC-Wands](https://github.com/GTNewHorizons/GTNH-TC-Wands) | 1.3.1 | | [GTNHLib](https://github.com/GTNewHorizons/GTNHLib) | 0.0.13 | -| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.74 | +| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.75 | | [Hardcore Darkness](https://www.curseforge.com/minecraft/mc-mods/hardcore-darkness) | 1.7 | | [Hardcore-Ender-Expansion](https://github.com/GTNewHorizons/Hardcore-Ender-Expansion) | 1.9.7-GTNH | | [harvestcraft](https://github.com/GTNewHorizons/harvestcraft) | 1.1.0-GTNH | | [Healer](https://www.curseforge.com/minecraft/mc-mods/healer) | 1.2.1 | | [HelpFixer](https://github.com/GTNewHorizons/HelpFixer) | 1.1.0 | -| [Hodgepodge](https://github.com/GTNewHorizons/Hodgepodge) | 2.2.27 | +| [Hodgepodge](https://github.com/GTNewHorizons/Hodgepodge) | 2.2.28 | | [HoloInventory](https://github.com/GTNewHorizons/HoloInventory) | 2.2.3-GTNH | | [HungerOverhaul](https://github.com/GTNewHorizons/HungerOverhaul) | 1.0.4-GTNH | | [HydroEnergy](https://github.com/GTNewHorizons/HydroEnergy) | 1.1.0 | @@ -405,7 +405,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [oauth](https://github.com/GTNewHorizons/oauth) | 1.06.1-GTNH | | [OCGlasses](https://github.com/GTNewHorizons/OCGlasses) | 1.3.1-GTNH | | [OpenBlocks](https://github.com/GTNewHorizons/OpenBlocks) | 1.7.0-GTNH | -| [OpenComputers](https://github.com/GTNewHorizons/OpenComputers) | 1.9.13-GTNH | +| [OpenComputers](https://github.com/GTNewHorizons/OpenComputers) | 1.9.14-GTNH | | [OpenModsLib](https://github.com/GTNewHorizons/OpenModsLib) | 0.10.6 | | [OpenModularTurrets](https://github.com/GTNewHorizons/OpenModularTurrets) | 2.2.11-247 | | [OpenPrinter](https://github.com/GTNewHorizons/OpenPrinter) | 0.1.3-GTNH | From c54f04e84a5beb132f5d819db2655cfb1a094f2e Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Mon, 14 Aug 2023 09:37:40 +0200 Subject: [PATCH 07/38] update --- gtnh-assets.json | 52 +++++++++++++++++-- .../changelog from 2.3.6 to nightly.md | 31 ++++++++++- releases/manifests/nightly.json | 10 ++-- releases/readmes/README_nightly.MD | 10 ++-- 4 files changed, 87 insertions(+), 16 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index be4509b5..641fb6a3 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -8789,7 +8789,7 @@ }, { "name": "BetterQuesting", - "latest_version": "3.3.26-GTNH", + "latest_version": "3.3.27-GTNH", "private": false, "versions": [ { @@ -9373,6 +9373,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/BetterQuesting/releases/download/3.3.26-GTNH/BetterQuesting-3.3.26-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/BetterQuesting/3.3.26-GTNH/BetterQuesting-3.3.26-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "3.3.27-GTNH", + "changelog": "## What's Changed\n* Wisp final solution by @FindMeSomeFun in https://github.com/GTNewHorizons/BetterQuesting/pull/114\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/BetterQuesting/compare/3.3.26-GTNH...3.3.27-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-13T10:34:01+00:00", + "filename": "BetterQuesting-3.3.27-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/BetterQuesting/releases/assets/121316984", + "browser_download_url": "https://github.com/GTNewHorizons/BetterQuesting/releases/download/3.3.27-GTNH/BetterQuesting-3.3.27-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/BetterQuesting/3.3.27-GTNH/BetterQuesting-3.3.27-GTNH.jar", + "extra_assets": [] } ], "license": "MIT License", @@ -16101,7 +16112,7 @@ }, { "name": "ForestryMC", - "latest_version": "4.6.13", + "latest_version": "4.6.14", "private": false, "versions": [ { @@ -16574,6 +16585,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/ForestryMC/releases/download/4.6.13/Forestry-4.6.13.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/ForestryMC/4.6.13/ForestryMC-4.6.13.jar", "extra_assets": [] + }, + { + "version_tag": "4.6.14", + "changelog": "## What's Changed\n* Update dependency types by @miozune in https://github.com/GTNewHorizons/ForestryMC/pull/56\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/ForestryMC/compare/4.6.13...4.6.14\n", + "prerelease": false, + "tagged_at": "2023-08-12T12:21:43+00:00", + "filename": "Forestry-4.6.14.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/ForestryMC/releases/assets/121218361", + "browser_download_url": "https://github.com/GTNewHorizons/ForestryMC/releases/download/4.6.14/Forestry-4.6.14.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/ForestryMC/4.6.14/ForestryMC-4.6.14.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -19862,7 +19884,7 @@ }, { "name": "GT5-Unofficial", - "latest_version": "5.09.43.170", + "latest_version": "5.09.43.171", "private": false, "versions": [ { @@ -26675,6 +26697,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.170/gregtech-5.09.43.170.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.170/GT5-Unofficial-5.09.43.170.jar", "extra_assets": [] + }, + { + "version_tag": "5.09.43.171", + "changelog": "## What's Changed\n* Fix overclock calculator calculating eu/t use for ulv recipe wrong on certain parallel by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2225\n* Fix drilling rigs, plants and concrete backfiller to fail with multiple energy hatches by @Pxx500 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2227\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.170...5.09.43.171\n", + "prerelease": false, + "tagged_at": "2023-08-14T07:03:19+00:00", + "filename": "gregtech-5.09.43.171.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/121411738", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.171/gregtech-5.09.43.171.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.171/GT5-Unofficial-5.09.43.171.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -26938,7 +26971,7 @@ }, { "name": "GTNH-Intergalactic", - "latest_version": "1.1.24", + "latest_version": "1.1.25", "private": false, "versions": [ { @@ -27382,6 +27415,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GTNH-Intergalactic/releases/download/1.1.24/gtnhintergalactic-1.1.24.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTNH-Intergalactic/1.1.24/GTNH-Intergalactic-1.1.24.jar", "extra_assets": [] + }, + { + "version_tag": "1.1.25", + "changelog": "## What's Changed\n* Fixed localization of motor block achievements by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/45\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Intergalactic/compare/1.1.24...1.1.25\n", + "prerelease": false, + "tagged_at": "2023-08-14T07:02:53+00:00", + "filename": "gtnhintergalactic-1.1.25.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GTNH-Intergalactic/releases/assets/121411723", + "browser_download_url": "https://github.com/GTNewHorizons/GTNH-Intergalactic/releases/download/1.1.25/gtnhintergalactic-1.1.25.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTNH-Intergalactic/1.1.25/GTNH-Intergalactic-1.1.25.jar", + "extra_assets": [] } ], "license": "MIT License", diff --git a/releases/changelogs/changelog from 2.3.6 to nightly.md b/releases/changelogs/changelog from 2.3.6 to nightly.md index 29b6fe73..47a6d7c9 100644 --- a/releases/changelogs/changelog from 2.3.6 to nightly.md +++ b/releases/changelogs/changelog from 2.3.6 to nightly.md @@ -23,6 +23,13 @@ > * @harrynull made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/368 (rv3-beta-247-GTNH) > +# Updated BetterQuesting (3.3.26-GTNH@Side.BOTH --> 3.3.27-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BetterQuesting/compare/3.3.25-GTNH...3.3.27-GTNH +>## What's Changed +> * Wisp final solution by @FindMeSomeFun in https://github.com/GTNewHorizons/BetterQuesting/pull/114 (3.3.27-GTNH) +> * Adapted Wisp entity preview but by respecting DRY principle this time. by @FindMeSomeFun in https://github.com/GTNewHorizons/BetterQuesting/pull/113 (3.3.26-GTNH) +> + # Updated BloodMagic (1.4.2@Side.BOTH --> 1.4.3@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/BloodMagic/compare/1.4.1...1.4.3 >## What's Changed @@ -30,9 +37,18 @@ > * Only use GTNH CT APIs when GTNH CraftTweaker is present by @eigenraven in https://github.com/GTNewHorizons/BloodMagic/pull/46 (1.4.2) > -# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.170@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.170 +# Updated ForestryMC (4.6.13@Side.BOTH --> 4.6.14@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ForestryMC/compare/4.6.10...4.6.14 +>## What's Changed +> * Update dependency types by @miozune in https://github.com/GTNewHorizons/ForestryMC/pull/56 (4.6.14) +> * Fix Additive Production by @hacatu in https://github.com/GTNewHorizons/ForestryMC/pull/55 (4.6.13) +> + +# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.171@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.171 >## What's Changed +> * Fix overclock calculator calculating eu/t use for ulv recipe wrong on certain parallel by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2225 (5.09.43.171) +> * Fix drilling rigs, plants and concrete backfiller to fail with multiple energy hatches by @Pxx500 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2227 (5.09.43.171) > * Blacklist AE2FC drop and packet, and Chisel stones from Recycler by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2222 (5.09.43.170) > * Add detailed logging for ME hatches by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2224 (5.09.43.170) > * Fix Refractory Capsule by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2219 (5.09.43.169) @@ -48,6 +64,17 @@ > * Fix nanoforge not overclocking correctly by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2205 (5.09.43.162) > +# Updated GTNH-Intergalactic (1.1.24@Side.BOTH --> 1.1.25@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Intergalactic/compare/1.1.23...1.1.25 +>## What's Changed +> * Fixed localization of motor block achievements by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/45 (1.1.25) +> * Use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/43 (1.1.24) +> * Added mk3 pump as NEI catalyst for space pumping by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/44 (1.1.24) +> +>## New Contributors +> * @BlueWeabo made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/43 (1.1.24) +> + # Updated GTplusplus (1.9.74@Side.BOTH --> 1.9.75@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.73...1.9.75 >## What's Changed diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 47d472de..d2124d59 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-11T23:07:31.428355", + "last_updated": "2023-08-14T07:04:34.344158", "config": "2.3.7-nightly-2023-08-11", "github_mods": { "AdventureBackpack2": { @@ -81,7 +81,7 @@ "side": "BOTH" }, "BetterQuesting": { - "version": "3.3.26-GTNH", + "version": "3.3.27-GTNH", "side": "BOTH" }, "Binnie": { @@ -221,7 +221,7 @@ "side": "BOTH" }, "ForestryMC": { - "version": "4.6.13", + "version": "4.6.14", "side": "BOTH" }, "Forgelin": { @@ -257,7 +257,7 @@ "side": "BOTH" }, "GT5-Unofficial": { - "version": "5.09.43.170", + "version": "5.09.43.171", "side": "BOTH" }, "GTNEIOrePlugin": { @@ -809,7 +809,7 @@ "side": "BOTH" }, "GTNH-Intergalactic": { - "version": "1.1.24", + "version": "1.1.25", "side": "BOTH" }, "amunra": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index 06fd08ba..da9ba9ea 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -1,6 +1,6 @@ # GT New Horizons Mod Pack -Version nightly is out 2023-08-11 +Version nightly is out 2023-08-14 [![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=GTNewHorizons%20Configs)](http://jenkins.usrv.eu:8080/job/GTNewHorizons%20Configs/) @@ -271,7 +271,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [BetterCrashes](https://github.com/GTNewHorizons/BetterCrashes) | 1.2.2-GTNH | | [BetterLoadingScreen](https://github.com/GTNewHorizons/BetterLoadingScreen) | 1.4.3-GTNH | | [BetterP2P](https://github.com/GTNewHorizons/BetterP2P) | 1.1.20 | -| [BetterQuesting](https://github.com/GTNewHorizons/BetterQuesting) | 3.3.26-GTNH | +| [BetterQuesting](https://github.com/GTNewHorizons/BetterQuesting) | 3.3.27-GTNH | | [BiblioCraft: BiblioWoods Biomes O'Plenty Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-biomes-oplenty-edition) | 1.9 | | [BiblioCraft: BiblioWoods Forestry Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-forestry-edition) | 1.7 | | [BiblioCraft: BiblioWoods Natura Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-natura-edition) | 1.5 | @@ -323,7 +323,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [FindIt](https://github.com/GTNewHorizons/FindIt) | 1.1.0 | | [FloodLights](https://github.com/GTNewHorizons/FloodLights) | 1.2.9 | | [ForbiddenMagic](https://github.com/GTNewHorizons/ForbiddenMagic) | 0.6.7-GTNH | -| [ForestryMC](https://github.com/GTNewHorizons/ForestryMC) | 4.6.13 | +| [ForestryMC](https://github.com/GTNewHorizons/ForestryMC) | 4.6.14 | | [Forgelin](https://github.com/GTNewHorizons/Forgelin) | 1.9.7-GTNH | | [ForgeMultipart](https://github.com/GTNewHorizons/ForgeMultipart) | 1.3.4 | | [ForgeRelocation](https://github.com/GTNewHorizons/ForgeRelocation) | 0.0.3 | @@ -337,9 +337,9 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.34 | | [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.43.170 | +| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.43.171 | | [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | -| [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.24 | +| [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.25 | | [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.6 | | [GTNH-TC-Wands](https://github.com/GTNewHorizons/GTNH-TC-Wands) | 1.3.1 | | [GTNHLib](https://github.com/GTNewHorizons/GTNHLib) | 0.0.13 | From a837d48d56bf4d0a556eb84389d47fe08bf57b78 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Thu, 17 Aug 2023 09:18:42 +0200 Subject: [PATCH 08/38] update --- gtnh-assets.json | 137 ++++++++++++++++-- .../changelog from 2.3.6 to nightly.md | 74 ++++++++-- releases/manifests/nightly.json | 20 +-- releases/readmes/README_nightly.MD | 20 +-- 4 files changed, 210 insertions(+), 41 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index 641fb6a3..dbd59390 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -3115,7 +3115,7 @@ }, { "name": "Applied-Energistics-2-Unofficial", - "latest_version": "rv3-beta-248-GTNH", + "latest_version": "rv3-beta-249-GTNH", "private": false, "versions": [ { @@ -4982,6 +4982,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/releases/download/rv3-beta-248-GTNH/appliedenergistics2-rv3-beta-248-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Applied-Energistics-2-Unofficial/rv3-beta-248-GTNH/Applied-Energistics-2-Unofficial-rv3-beta-248-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "rv3-beta-249-GTNH", + "changelog": "## What's Changed\n* Update buildscript by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/377\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/compare/rv3-beta-248-GTNH...rv3-beta-249-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-17T07:08:54+00:00", + "filename": "appliedenergistics2-rv3-beta-249-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Applied-Energistics-2-Unofficial/releases/assets/121859754", + "browser_download_url": "https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/releases/download/rv3-beta-249-GTNH/appliedenergistics2-rv3-beta-249-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Applied-Energistics-2-Unofficial/rv3-beta-249-GTNH/Applied-Energistics-2-Unofficial-rv3-beta-249-GTNH.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -9481,7 +9492,7 @@ }, { "name": "Binnie", - "latest_version": "2.1.8", + "latest_version": "2.1.9", "private": false, "versions": [ { @@ -9794,6 +9805,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Binnie/releases/download/2.1.8/binnie-mods-2.1.8.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Binnie/2.1.8/Binnie-2.1.8.jar", "extra_assets": [] + }, + { + "version_tag": "2.1.9", + "changelog": "## What's Changed\n* Fix typo: cooper -> copper by @miozune in https://github.com/GTNewHorizons/Binnie/pull/34\n\n## New Contributors\n* @miozune made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/34\n\n**Full Changelog**: https://github.com/GTNewHorizons/Binnie/compare/2.1.8...2.1.9\n", + "prerelease": false, + "tagged_at": "2023-08-14T07:04:46+00:00", + "filename": "binnie-mods-2.1.9.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Binnie/releases/assets/121411841", + "browser_download_url": "https://github.com/GTNewHorizons/Binnie/releases/download/2.1.9/binnie-mods-2.1.9.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Binnie/2.1.9/Binnie-2.1.9.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -18140,7 +18162,7 @@ }, { "name": "GoodGenerator", - "latest_version": "0.6.34", + "latest_version": "0.6.35", "private": false, "versions": [ { @@ -19727,6 +19749,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.34/GoodGenerator-0.6.34.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.34/GoodGenerator-0.6.34.jar", "extra_assets": [] + }, + { + "version_tag": "0.6.35", + "changelog": "## What's Changed\n* Fix fuel refinery overclocks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/195\n* Add a way to make more Tiberium using Naquadah Gas by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/196\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.34...0.6.35\n", + "prerelease": false, + "tagged_at": "2023-08-17T07:09:32+00:00", + "filename": "GoodGenerator-0.6.35.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GoodGenerator/releases/assets/121859802", + "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.35/GoodGenerator-0.6.35.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.35/GoodGenerator-0.6.35.jar", + "extra_assets": [] } ], "license": "MIT License", @@ -19884,7 +19917,7 @@ }, { "name": "GT5-Unofficial", - "latest_version": "5.09.43.171", + "latest_version": "5.09.43.172", "private": false, "versions": [ { @@ -26708,6 +26741,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.171/gregtech-5.09.43.171.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.171/GT5-Unofficial-5.09.43.171.jar", "extra_assets": [] + }, + { + "version_tag": "5.09.43.172", + "changelog": "## What's Changed\n* clear stale crafting input bus list by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2233\n* Add a method to remove item data and use it for clay block by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2229\n* Update buildscript by @firenoo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2232\n* Fix server crash with RecipeFilter by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2231\n* Fix a NPE w/ injecting into super/quantum chests by @firenoo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2234\n* Fix lag caused by getRecipeMap for PA by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2236\n\n## New Contributors\n* @firenoo made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2232\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.171...5.09.43.172\n", + "prerelease": false, + "tagged_at": "2023-08-17T07:07:25+00:00", + "filename": "gregtech-5.09.43.172.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/121859579", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.172/gregtech-5.09.43.172.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.172/GT5-Unofficial-5.09.43.172.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -28382,7 +28426,7 @@ }, { "name": "GTplusplus", - "latest_version": "1.9.75", + "latest_version": "1.9.77", "private": false, "versions": [ { @@ -31679,6 +31723,27 @@ "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.75/GT-PlusPlus-1.9.75.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTplusplus/1.9.75/GTplusplus-1.9.75.jar", "extra_assets": [] + }, + { + "version_tag": "1.9.76", + "changelog": "## What's Changed\n* Fix chemplant needing catalysts on recipes that don't by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/719\n* More LFTR Chain Fixes by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/716\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.75...1.9.76\n", + "prerelease": false, + "tagged_at": "2023-08-14T07:04:24+00:00", + "filename": "GT-PlusPlus-1.9.76.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GTplusplus/releases/assets/121411809", + "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.76/GT-PlusPlus-1.9.76.jar", + "extra_assets": [] + }, + { + "version_tag": "1.9.77", + "changelog": "## What's Changed\n* Fix parallels in chemplant by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/721\n* Fix XL Turbine tooltip by @Lyfts in https://github.com/GTNewHorizons/GTplusplus/pull/718\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.76...1.9.77\n", + "prerelease": false, + "tagged_at": "2023-08-17T07:12:22+00:00", + "filename": "GT-PlusPlus-1.9.77.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GTplusplus/releases/assets/121860167", + "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.77/GT-PlusPlus-1.9.77.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTplusplus/1.9.77/GTplusplus-1.9.77.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", @@ -31955,7 +32020,7 @@ }, { "name": "Hodgepodge", - "latest_version": "2.2.28", + "latest_version": "2.2.29", "private": false, "versions": [ { @@ -33190,6 +33255,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Hodgepodge/releases/download/2.2.28/hodgepodge-2.2.28.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Hodgepodge/2.2.28/Hodgepodge-2.2.28.jar", "extra_assets": [] + }, + { + "version_tag": "2.2.29", + "changelog": "## What's Changed\n* Add chunk save CME debugger by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/234\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/Hodgepodge/compare/2.2.28...2.2.29\n", + "prerelease": false, + "tagged_at": "2023-08-17T07:09:35+00:00", + "filename": "hodgepodge-2.2.29.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Hodgepodge/releases/assets/121859808", + "browser_download_url": "https://github.com/GTNewHorizons/Hodgepodge/releases/download/2.2.29/hodgepodge-2.2.29.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Hodgepodge/2.2.29/Hodgepodge-2.2.29.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -38617,7 +38693,7 @@ }, { "name": "Mobs-Info", - "latest_version": "0.1.2-GTNH", + "latest_version": "0.1.4-GTNH", "private": false, "versions": [ { @@ -38734,6 +38810,27 @@ "browser_download_url": "https://github.com/GTNewHorizons/Mobs-Info/releases/download/0.1.2-GTNH/mobsinfo-0.1.2-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Mobs-Info/0.1.2-GTNH/Mobs-Info-0.1.2-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "0.1.3-GTNH", + "changelog": "**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.1.2-GTNH...0.1.3-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-14T16:40:51+00:00", + "filename": "mobsinfo-0.1.3-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Mobs-Info/releases/assets/121472629", + "browser_download_url": "https://github.com/GTNewHorizons/Mobs-Info/releases/download/0.1.3-GTNH/mobsinfo-0.1.3-GTNH.jar", + "extra_assets": [] + }, + { + "version_tag": "0.1.4-GTNH", + "changelog": "**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.1.3-GTNH...0.1.4-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-14T17:40:55+00:00", + "filename": "mobsinfo-0.1.4-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Mobs-Info/releases/assets/121477155", + "browser_download_url": "https://github.com/GTNewHorizons/Mobs-Info/releases/download/0.1.4-GTNH/mobsinfo-0.1.4-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Mobs-Info/0.1.4-GTNH/Mobs-Info-0.1.4-GTNH.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -55424,7 +55521,7 @@ }, { "name": "twilightforest", - "latest_version": "2.4.4", + "latest_version": "2.4.5", "private": false, "versions": [ { @@ -55578,6 +55675,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/twilightforest/releases/download/2.4.4/TwilightForest-2.4.4.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/twilightforest/2.4.4/twilightforest-2.4.4.jar", "extra_assets": [] + }, + { + "version_tag": "2.4.5", + "changelog": "## What's Changed\n* Improve castle doors by @kumquat-ir in https://github.com/GTNewHorizons/twilightforest/pull/27\n\n## New Contributors\n* @kumquat-ir made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/27\n\n**Full Changelog**: https://github.com/GTNewHorizons/twilightforest/compare/2.4.4...2.4.5\n", + "prerelease": false, + "tagged_at": "2023-08-17T07:06:33+00:00", + "filename": "TwilightForest-2.4.5.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/twilightforest/releases/assets/121859482", + "browser_download_url": "https://github.com/GTNewHorizons/twilightforest/releases/download/2.4.5/TwilightForest-2.4.5.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/twilightforest/2.4.5/twilightforest-2.4.5.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v2.1", @@ -57107,7 +57215,7 @@ }, { "name": "WitchingGadgets", - "latest_version": "1.3.3-GTNH", + "latest_version": "1.3.4-GTNH", "private": false, "versions": [ { @@ -57340,6 +57448,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/WitchingGadgets/releases/download/1.3.3-GTNH/WitchingGadgets-1.3.3-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/WitchingGadgets/1.3.3-GTNH/WitchingGadgets-1.3.3-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "1.3.4-GTNH", + "changelog": "## What's Changed\n* Fix Bewitched Robe hood rendering by @kumquat-ir in https://github.com/GTNewHorizons/WitchingGadgets/pull/43\n\n## New Contributors\n* @kumquat-ir made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/43\n\n**Full Changelog**: https://github.com/GTNewHorizons/WitchingGadgets/compare/1.3.3-GTNH...1.3.4-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-17T07:06:42+00:00", + "filename": "WitchingGadgets-1.3.4-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/WitchingGadgets/releases/assets/121859503", + "browser_download_url": "https://github.com/GTNewHorizons/WitchingGadgets/releases/download/1.3.4-GTNH/WitchingGadgets-1.3.4-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/WitchingGadgets/1.3.4-GTNH/WitchingGadgets-1.3.4-GTNH.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", diff --git a/releases/changelogs/changelog from 2.3.6 to nightly.md b/releases/changelogs/changelog from 2.3.6 to nightly.md index 47a6d7c9..c31055c3 100644 --- a/releases/changelogs/changelog from 2.3.6 to nightly.md +++ b/releases/changelogs/changelog from 2.3.6 to nightly.md @@ -13,9 +13,10 @@ > * @foxwhite25 made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/154 (1.1.39-gtnh) > -# Updated Applied-Energistics-2-Unofficial (rv3-beta-247-GTNH@Side.BOTH --> rv3-beta-248-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/compare/rv3-beta-246-GTNH...rv3-beta-248-GTNH +# Updated Applied-Energistics-2-Unofficial (rv3-beta-247-GTNH@Side.BOTH --> rv3-beta-249-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/compare/rv3-beta-246-GTNH...rv3-beta-249-GTNH >## What's Changed +> * Update buildscript by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/377 (rv3-beta-249-GTNH) > * Drop static P2Ps as they are, not ME P2Ps by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/375 (rv3-beta-248-GTNH) > * Crafting input interface terminal supports by @harrynull in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/368 (rv3-beta-247-GTNH) > @@ -30,6 +31,17 @@ > * Adapted Wisp entity preview but by respecting DRY principle this time. by @FindMeSomeFun in https://github.com/GTNewHorizons/BetterQuesting/pull/113 (3.3.26-GTNH) > +# Updated Binnie (2.1.8@Side.BOTH --> 2.1.9@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Binnie/compare/2.1.6...2.1.9 +>## What's Changed +> * Fix typo: cooper -> copper by @miozune in https://github.com/GTNewHorizons/Binnie/pull/34 (2.1.9) +> * Fix Additive Production by @hacatu in https://github.com/GTNewHorizons/Binnie/pull/33 (2.1.8) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/34 (2.1.9) +> * @hacatu made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/33 (2.1.8) +> + # Updated BloodMagic (1.4.2@Side.BOTH --> 1.4.3@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/BloodMagic/compare/1.4.1...1.4.3 >## What's Changed @@ -44,9 +56,15 @@ > * Fix Additive Production by @hacatu in https://github.com/GTNewHorizons/ForestryMC/pull/55 (4.6.13) > -# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.171@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.171 +# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.172@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.172 >## What's Changed +> * clear stale crafting input bus list by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2233 (5.09.43.172) +> * Add a method to remove item data and use it for clay block by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2229 (5.09.43.172) +> * Update buildscript by @firenoo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2232 (5.09.43.172) +> * Fix server crash with RecipeFilter by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2231 (5.09.43.172) +> * Fix a NPE w/ injecting into super/quantum chests by @firenoo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2234 (5.09.43.172) +> * Fix lag caused by getRecipeMap for PA by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2236 (5.09.43.172) > * Fix overclock calculator calculating eu/t use for ulv recipe wrong on certain parallel by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2225 (5.09.43.171) > * Fix drilling rigs, plants and concrete backfiller to fail with multiple energy hatches by @Pxx500 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2227 (5.09.43.171) > * Blacklist AE2FC drop and packet, and Chisel stones from Recycler by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2222 (5.09.43.170) @@ -63,6 +81,9 @@ > * Fix wireless hatch npe log spam by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2208 (5.09.43.164) > * Fix nanoforge not overclocking correctly by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2205 (5.09.43.162) > +>## New Contributors +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2232 (5.09.43.172) +> # Updated GTNH-Intergalactic (1.1.24@Side.BOTH --> 1.1.25@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/GTNH-Intergalactic/compare/1.1.23...1.1.25 @@ -75,9 +96,13 @@ > * @BlueWeabo made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/43 (1.1.24) > -# Updated GTplusplus (1.9.74@Side.BOTH --> 1.9.75@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.73...1.9.75 +# Updated GTplusplus (1.9.74@Side.BOTH --> 1.9.77@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.73...1.9.77 >## What's Changed +> * Fix parallels in chemplant by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/721 (1.9.77) +> * Fix XL Turbine tooltip by @Lyfts in https://github.com/GTNewHorizons/GTplusplus/pull/718 (1.9.77) +> * Fix chemplant needing catalysts on recipes that don't by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/719 (1.9.76) +> * More LFTR Chain Fixes by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/716 (1.9.76) > * Fix ore gen pattern for everglades by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/717 (1.9.75) > * Lower reservoir hatch tier to EV, add tooltip showing tier for reservoir + air intake hatches by @querns in https://github.com/GTNewHorizons/GTplusplus/pull/713 (1.9.74) > * Fix leather drying in dehydrator by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/714 (1.9.74) @@ -98,9 +123,11 @@ > * @miozune made their first contribution in https://github.com/GTNewHorizons/GalacticGregGT5/pull/15 (1.0.9) > -# Updated GoodGenerator (0.6.31@Side.BOTH --> 0.6.34@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.30...0.6.34 +# Updated GoodGenerator (0.6.31@Side.BOTH --> 0.6.35@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.30...0.6.35 >## What's Changed +> * Fix fuel refinery overclocks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/195 (0.6.35) +> * Add a way to make more Tiberium using Naquadah Gas by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/196 (0.6.35) > * Don't consume multiple amps for Precise Assembler if only one normal energy hatch is used by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/193 (0.6.34) > * Fix Compact Fusion not showing correct parallel for scanner by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/194 (0.6.33) > * Extract using AEFluidStack, not FluidStack by @firenoo in https://github.com/GTNewHorizons/GoodGenerator/pull/192 (0.6.32) @@ -110,15 +137,16 @@ > * @firenoo made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/192 (0.6.32) > -# Updated Hodgepodge (2.2.27@Side.BOTH --> 2.2.28@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Hodgepodge/compare/2.2.26...2.2.28 +# Updated Hodgepodge (2.2.27@Side.BOTH --> 2.2.29@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Hodgepodge/compare/2.2.26...2.2.29 >## What's Changed +> * Add chunk save CME debugger by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/234 (2.2.29) > * Fix crash when placing Thaumcraft Golem by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/233 (2.2.28) > * Fix path handling of bibliocraft saved books to replace invalid characters with dashes by @eigenraven in https://github.com/GTNewHorizons/Hodgepodge/pull/232 (2.2.27) > -# Updated Mobs-Info (0.1.0-GTNH@Side.BOTH --> 0.1.2-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.0.8-GTNH...0.1.2-GTNH +# Updated Mobs-Info (0.1.0-GTNH@Side.BOTH --> 0.1.4-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.0.8-GTNH...0.1.4-GTNH # Updated NewHorizonsCoreMod (2.1.97@Side.BOTH --> 2.1.99@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.96...2.1.99 @@ -185,6 +213,17 @@ > * Fix/magnet npe and updates by @firenoo in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/29 (1.9.3) > +# Updated WitchingGadgets (1.3.3-GTNH@Side.BOTH --> 1.3.4-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/WitchingGadgets/compare/1.3.2-GTNH...1.3.4-GTNH +>## What's Changed +> * Fix Bewitched Robe hood rendering by @kumquat-ir in https://github.com/GTNewHorizons/WitchingGadgets/pull/43 (1.3.4-GTNH) +> * Primordial Armor's repairing Fix & Buff by @Sheodar in https://github.com/GTNewHorizons/WitchingGadgets/pull/40 (1.3.3-GTNH) +> +>## New Contributors +> * @kumquat-ir made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/43 (1.3.4-GTNH) +> * @Sheodar made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/40 (1.3.3-GTNH) +> + # Updated amunra (0.4.35@Side.BOTH --> 0.4.36@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/amunra/compare/0.4.34...0.4.36 >## What's Changed @@ -203,3 +242,14 @@ > * Use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/348 (0.7.36) > +# Updated twilightforest (2.4.4@Side.BOTH --> 2.4.5@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/twilightforest/compare/2.4.3...2.4.5 +>## What's Changed +> * Improve castle doors by @kumquat-ir in https://github.com/GTNewHorizons/twilightforest/pull/27 (2.4.5) +> * Harmonize color weights for bighorns, fix missing black color by @Dream-Master in https://github.com/GTNewHorizons/twilightforest/pull/24 (2.4.4) +> +>## New Contributors +> * @kumquat-ir made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/27 (2.4.5) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/24 (2.4.4) +> + diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index d2124d59..d1fb9570 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-14T07:04:34.344158", + "last_updated": "2023-08-17T07:15:28.272293", "config": "2.3.7-nightly-2023-08-11", "github_mods": { "AdventureBackpack2": { @@ -29,7 +29,7 @@ "side": "BOTH" }, "Applied-Energistics-2-Unofficial": { - "version": "rv3-beta-248-GTNH", + "version": "rv3-beta-249-GTNH", "side": "BOTH" }, "ArchitectureCraft": { @@ -85,7 +85,7 @@ "side": "BOTH" }, "Binnie": { - "version": "2.1.8", + "version": "2.1.9", "side": "BOTH" }, "BlockLimiter": { @@ -253,11 +253,11 @@ "side": "BOTH" }, "GoodGenerator": { - "version": "0.6.34", + "version": "0.6.35", "side": "BOTH" }, "GT5-Unofficial": { - "version": "5.09.43.171", + "version": "5.09.43.172", "side": "BOTH" }, "GTNEIOrePlugin": { @@ -277,7 +277,7 @@ "side": "BOTH" }, "GTplusplus": { - "version": "1.9.75", + "version": "1.9.77", "side": "BOTH" }, "Hardcore-Ender-Expansion": { @@ -289,7 +289,7 @@ "side": "BOTH" }, "Hodgepodge": { - "version": "2.2.28", + "version": "2.2.29", "side": "BOTH" }, "HoloInventory": { @@ -661,7 +661,7 @@ "side": "BOTH" }, "twilightforest": { - "version": "2.4.4", + "version": "2.4.5", "side": "BOTH" }, "Universal-Singularities": { @@ -709,7 +709,7 @@ "side": "BOTH" }, "WitchingGadgets": { - "version": "1.3.3-GTNH", + "version": "1.3.4-GTNH", "side": "BOTH" }, "Yamcl": { @@ -821,7 +821,7 @@ "side": "CLIENT" }, "Mobs-Info": { - "version": "0.1.2-GTNH", + "version": "0.1.4-GTNH", "side": "BOTH" }, "BeeBetterAtBees-GTNH": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index da9ba9ea..53321bff 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -1,6 +1,6 @@ # GT New Horizons Mod Pack -Version nightly is out 2023-08-14 +Version nightly is out 2023-08-17 [![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=GTNewHorizons%20Configs)](http://jenkins.usrv.eu:8080/job/GTNewHorizons%20Configs/) @@ -253,7 +253,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [amunra](https://github.com/GTNewHorizons/amunra) | 0.4.36 | | [AngerMod](https://github.com/GTNewHorizons/AngerMod) | 0.6.3 | | [AppleCore](https://github.com/GTNewHorizons/AppleCore) | 3.2.10 | -| [Applied-Energistics-2-Unofficial](https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial) | rv3-beta-248-GTNH | +| [Applied-Energistics-2-Unofficial](https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial) | rv3-beta-249-GTNH | | [ArchitectureCraft](https://github.com/GTNewHorizons/ArchitectureCraft) | 1.8.6 | | [Aroma1997Core](https://www.curseforge.com/minecraft/mc-mods/aroma1997core) | 1.0.2.16 | | [AromaBackup](https://www.curseforge.com/minecraft/mc-mods/aromabackup) | 0.1.0.0 | @@ -276,7 +276,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [BiblioCraft: BiblioWoods Forestry Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-forestry-edition) | 1.7 | | [BiblioCraft: BiblioWoods Natura Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-natura-edition) | 1.5 | | [BiblioCraft](https://www.curseforge.com/minecraft/mc-mods/bibliocraft) | 1.11.7 | -| [Binnie](https://github.com/GTNewHorizons/Binnie) | 2.1.8 | +| [Binnie](https://github.com/GTNewHorizons/Binnie) | 2.1.9 | | [Biomes O' Plenty](https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty) | 2.1.0.2308 | | [BlockLimiter](https://github.com/GTNewHorizons/BlockLimiter) | 0.55 | | [BlockRenderer6343](https://github.com/GTNewHorizons/BlockRenderer6343) | 1.0.3 | @@ -334,22 +334,22 @@ 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.5-GTNH | | [gendustry](https://github.com/GTNewHorizons/gendustry) | 1.6.5.5-GTNH | | [GigaGramFab](https://github.com/GTNewHorizons/GigaGramFab) | 0.2.3 | -| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.34 | +| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.35 | | [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.43.171 | +| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.43.172 | | [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | | [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.25 | | [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.6 | | [GTNH-TC-Wands](https://github.com/GTNewHorizons/GTNH-TC-Wands) | 1.3.1 | | [GTNHLib](https://github.com/GTNewHorizons/GTNHLib) | 0.0.13 | -| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.75 | +| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.77 | | [Hardcore Darkness](https://www.curseforge.com/minecraft/mc-mods/hardcore-darkness) | 1.7 | | [Hardcore-Ender-Expansion](https://github.com/GTNewHorizons/Hardcore-Ender-Expansion) | 1.9.7-GTNH | | [harvestcraft](https://github.com/GTNewHorizons/harvestcraft) | 1.1.0-GTNH | | [Healer](https://www.curseforge.com/minecraft/mc-mods/healer) | 1.2.1 | | [HelpFixer](https://github.com/GTNewHorizons/HelpFixer) | 1.1.0 | -| [Hodgepodge](https://github.com/GTNewHorizons/Hodgepodge) | 2.2.28 | +| [Hodgepodge](https://github.com/GTNewHorizons/Hodgepodge) | 2.2.29 | | [HoloInventory](https://github.com/GTNewHorizons/HoloInventory) | 2.2.3-GTNH | | [HungerOverhaul](https://github.com/GTNewHorizons/HungerOverhaul) | 1.0.4-GTNH | | [HydroEnergy](https://github.com/GTNewHorizons/HydroEnergy) | 1.1.0 | @@ -381,7 +381,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Mantle](https://github.com/GTNewHorizons/Mantle) | 0.3.7 | | [Minecraft-Backpack-Mod](https://github.com/GTNewHorizons/Minecraft-Backpack-Mod) | 2.2.11-GTNH | | [Minetweaker-Gregtech-5-Addon](https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon) | 2.0.0 | -| [Mobs-Info](https://github.com/GTNewHorizons/Mobs-Info) | 0.1.2-GTNH | +| [Mobs-Info](https://github.com/GTNewHorizons/Mobs-Info) | 0.1.4-GTNH | | [ModTweaker](https://github.com/GTNewHorizons/ModTweaker) | 0.9.10 | | [ModularUI](https://github.com/GTNewHorizons/ModularUI) | 1.1.16 | | [Morpheus](https://www.curseforge.com/minecraft/mc-mods/morpheus) | 1.6.21 | @@ -468,7 +468,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Translocators](https://github.com/GTNewHorizons/Translocators) | 1.1.2.21 | | [Travellers Gear](https://www.curseforge.com/minecraft/mc-mods/travellers-gear) | 1.16.6 | | [TravellersGearNeo](https://github.com/GTNewHorizons/TravellersGearNeo) | 1.0 | -| [twilightforest](https://github.com/GTNewHorizons/twilightforest) | 2.4.4 | +| [twilightforest](https://github.com/GTNewHorizons/twilightforest) | 2.4.5 | | [TX-Loader](https://github.com/GTNewHorizons/TX-Loader) | 1.5.3 | | [UniMixins](https://github.com/LegacyModdingMC/UniMixins) | 0.1.11 | | [Universal-Singularities](https://github.com/GTNewHorizons/Universal-Singularities) | 8.6.7 | @@ -483,7 +483,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [WirelessRedstone-CBE](https://github.com/GTNewHorizons/WirelessRedstone-CBE) | 1.4.8 | | [Witchery](https://www.curseforge.com/minecraft/mc-mods/witchery) | 0.24.1 | | [WitcheryExtras](https://github.com/GTNewHorizons/WitcheryExtras) | 1.1.14 | -| [WitchingGadgets](https://github.com/GTNewHorizons/WitchingGadgets) | 1.3.3-GTNH | +| [WitchingGadgets](https://github.com/GTNewHorizons/WitchingGadgets) | 1.3.4-GTNH | | [Yamcl](https://github.com/GTNewHorizons/Yamcl) | 0.5.86 | | [Ztones](https://www.curseforge.com/minecraft/mc-mods/ztones) | 2.2.2 | From 1c8b7030c5addb8ea866172e5fb2f25b491157e0 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Fri, 18 Aug 2023 09:16:38 +0200 Subject: [PATCH 09/38] update --- gtnh-assets.json | 130 +++++++++++++++++- .../changelog from 2.3.6 to nightly.md | 65 ++++++++- releases/manifests/nightly.json | 16 +-- releases/readmes/README_nightly.MD | 16 +-- 4 files changed, 198 insertions(+), 29 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index dbd59390..9e2beb44 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -17675,7 +17675,7 @@ }, { "name": "Galaxy-Space-GTNH", - "latest_version": "1.2.5-GTNH", + "latest_version": "1.2.6-GTNH", "private": true, "versions": [ { @@ -17838,6 +17838,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Galaxy-Space-GTNH/releases/download/1.2.5-GTNH/GalaxySpace-1.2.5-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Galaxy-Space-GTNH/1.2.5-GTNH/Galaxy-Space-GTNH-1.2.5-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "1.2.6-GTNH", + "changelog": "## What's Changed\n* Fix Server-Side Entity leak by @TechnicianLP in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/96\n\n## New Contributors\n* @TechnicianLP made their first contribution in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/96\n\n**Full Changelog**: https://github.com/GTNewHorizons/Galaxy-Space-GTNH/compare/1.2.5-GTNH...1.2.6-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-17T18:33:04+00:00", + "filename": "GalaxySpace-1.2.6-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Galaxy-Space-GTNH/releases/assets/121943175", + "browser_download_url": "https://github.com/GTNewHorizons/Galaxy-Space-GTNH/releases/download/1.2.6-GTNH/GalaxySpace-1.2.6-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Galaxy-Space-GTNH/1.2.6-GTNH/Galaxy-Space-GTNH-1.2.6-GTNH.jar", + "extra_assets": [] } ], "license": "Explicit Permission.", @@ -19917,7 +19928,7 @@ }, { "name": "GT5-Unofficial", - "latest_version": "5.09.43.172", + "latest_version": "5.09.43.177", "private": false, "versions": [ { @@ -26752,6 +26763,57 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.172/gregtech-5.09.43.172.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.172/GT5-Unofficial-5.09.43.172.jar", "extra_assets": [] + }, + { + "version_tag": "5.09.43.173", + "changelog": "## What's Changed\n* Experimental fix to prevent infinite loop in Grid destruction by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2235\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.172...5.09.43.173\n", + "prerelease": false, + "tagged_at": "2023-08-17T13:16:53+00:00", + "filename": "gregtech-5.09.43.173.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/121904553", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.173/gregtech-5.09.43.173.jar", + "extra_assets": [] + }, + { + "version_tag": "5.09.43.174", + "changelog": "## What's Changed\n* Fix ME Output Bus and Crafting Input Bus overflow when save/load by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2238\n* Remove fire display from singleblock generator by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2240\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.173...5.09.43.174\n", + "prerelease": false, + "tagged_at": "2023-08-17T18:32:24+00:00", + "filename": "gregtech-5.09.43.174.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/121943117", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.174/gregtech-5.09.43.174.jar", + "extra_assets": [] + }, + { + "version_tag": "5.09.43.175", + "changelog": "## What's Changed\n* Fix some output slots allowing insertion by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2230\n* fix overlay zfighting by disable depth test by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2226\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.174...5.09.43.175\n", + "prerelease": false, + "tagged_at": "2023-08-17T18:44:21+00:00", + "filename": "gregtech-5.09.43.175.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/121944262", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.175/gregtech-5.09.43.175.jar", + "extra_assets": [] + }, + { + "version_tag": "5.09.43.176", + "changelog": "## What's Changed\n* Crafting input - Optimize isEmpty check to reduce lag by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2239\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.175...5.09.43.176\n", + "prerelease": false, + "tagged_at": "2023-08-17T19:52:48+00:00", + "filename": "gregtech-5.09.43.176.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/121950603", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.176/gregtech-5.09.43.176.jar", + "extra_assets": [] + }, + { + "version_tag": "5.09.43.177", + "changelog": "## What's Changed\n* Remove broken HSLA recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2241\n* Correct PCB Factory Energy Hatch description by @Eraldoe in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2237\n\n## New Contributors\n* @Eraldoe made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2237\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.176...5.09.43.177\n", + "prerelease": false, + "tagged_at": "2023-08-18T06:37:19+00:00", + "filename": "gregtech-5.09.43.177.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/122012815", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.177/gregtech-5.09.43.177.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.177/GT5-Unofficial-5.09.43.177.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -34829,7 +34891,7 @@ }, { "name": "KekzTech", - "latest_version": "0.8.7", + "latest_version": "0.8.8", "private": false, "versions": [ { @@ -35332,6 +35394,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/KekzTech/releases/download/0.8.7/kekztech-0.8.7.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/KekzTech/0.8.7/KekzTech-0.8.7.jar", "extra_assets": [] + }, + { + "version_tag": "0.8.8", + "changelog": "## What's Changed\n* Allow max tier TFFT to complete with energy hatch by @Lyfts in https://github.com/GTNewHorizons/KekzTech/pull/74\n* Add per fluid capacity to TFFT storage field tooltip by @Lyfts in https://github.com/GTNewHorizons/KekzTech/pull/75\n\n## New Contributors\n* @Lyfts made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/74\n\n**Full Changelog**: https://github.com/GTNewHorizons/KekzTech/compare/0.8.7...0.8.8\n", + "prerelease": false, + "tagged_at": "2023-08-17T19:13:52+00:00", + "filename": "kekztech-0.8.8.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/KekzTech/releases/assets/121947357", + "browser_download_url": "https://github.com/GTNewHorizons/KekzTech/releases/download/0.8.8/kekztech-0.8.8.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/KekzTech/0.8.8/KekzTech-0.8.8.jar", + "extra_assets": [] } ], "license": "MIT License", @@ -35341,7 +35414,7 @@ }, { "name": "KubaTech", - "latest_version": "0.12.6", + "latest_version": "0.12.7", "private": false, "versions": [ { @@ -36195,6 +36268,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/KubaTech/releases/download/0.12.6/kubatech-0.12.6.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/KubaTech/0.12.6/KubaTech-0.12.6.jar", "extra_assets": [] + }, + { + "version_tag": "0.12.7", + "changelog": "## What's Changed\n* Allow EEC to get drops that have requirements (e.g. skulls) by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/92\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/KubaTech/compare/0.12.6...0.12.7\n", + "prerelease": false, + "tagged_at": "2023-08-17T18:51:00+00:00", + "filename": "kubatech-0.12.7.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/KubaTech/releases/assets/121945087", + "browser_download_url": "https://github.com/GTNewHorizons/KubaTech/releases/download/0.12.7/kubatech-0.12.7.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/KubaTech/0.12.7/KubaTech-0.12.7.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -38440,7 +38524,7 @@ }, { "name": "Minetweaker-Gregtech-5-Addon", - "latest_version": "2.0.0", + "latest_version": "2.0.1", "private": false, "versions": [ { @@ -38653,6 +38737,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/releases/download/2.0.0/GTTweaker-2.0.0.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Minetweaker-Gregtech-5-Addon/2.0.0/Minetweaker-Gregtech-5-Addon-2.0.0.jar", "extra_assets": [] + }, + { + "version_tag": "2.0.1", + "changelog": "## What's Changed\n* Add noOptimize to RA2 and fix fluid recipe crash by @kuba6000 in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/60\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/compare/2.0.0...2.0.1\n", + "prerelease": false, + "tagged_at": "2023-08-17T19:44:52+00:00", + "filename": "GTTweaker-2.0.1.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Minetweaker-Gregtech-5-Addon/releases/assets/121949900", + "browser_download_url": "https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/releases/download/2.0.1/GTTweaker-2.0.1.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Minetweaker-Gregtech-5-Addon/2.0.1/Minetweaker-Gregtech-5-Addon-2.0.1.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", @@ -41061,7 +41156,7 @@ }, { "name": "NewHorizonsCoreMod", - "latest_version": "2.1.99", + "latest_version": "2.1.100", "private": false, "versions": [ { @@ -44043,6 +44138,16 @@ "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/120378908", "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.99/GTNewHorizonsCoreMod-2.1.99.jar", "extra_assets": [] + }, + { + "version_tag": "2.1.100", + "changelog": "## What's Changed\n* fix compressed dual desh plates by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/702\n* Remove broken HSLA recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/703\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.99...2.1.100\n", + "prerelease": false, + "tagged_at": "2023-08-18T06:31:29+00:00", + "filename": "GTNewHorizonsCoreMod-2.1.100.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/122012084", + "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.100/GTNewHorizonsCoreMod-2.1.100.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", @@ -44406,7 +44511,7 @@ }, { "name": "NotEnoughItems", - "latest_version": "2.3.81-GTNH", + "latest_version": "2.3.82-GTNH", "private": false, "versions": [ { @@ -45911,6 +46016,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/NotEnoughItems/releases/download/2.3.81-GTNH/NotEnoughItems-2.3.81-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/NotEnoughItems/2.3.81-GTNH/NotEnoughItems-2.3.81-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "2.3.82-GTNH", + "changelog": "## What's Changed\n* Partial fix for the NEI custom diagram in recipe tooltip issue by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/413\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughItems/compare/2.3.81-GTNH...2.3.82-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-17T08:41:29+00:00", + "filename": "NotEnoughItems-2.3.82-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/NotEnoughItems/releases/assets/121869170", + "browser_download_url": "https://github.com/GTNewHorizons/NotEnoughItems/releases/download/2.3.82-GTNH/NotEnoughItems-2.3.82-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/NotEnoughItems/2.3.82-GTNH/NotEnoughItems-2.3.82-GTNH.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", diff --git a/releases/changelogs/changelog from 2.3.6 to nightly.md b/releases/changelogs/changelog from 2.3.6 to nightly.md index c31055c3..8a9fe790 100644 --- a/releases/changelogs/changelog from 2.3.6 to nightly.md +++ b/releases/changelogs/changelog from 2.3.6 to nightly.md @@ -56,9 +56,17 @@ > * Fix Additive Production by @hacatu in https://github.com/GTNewHorizons/ForestryMC/pull/55 (4.6.13) > -# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.172@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.172 +# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.177@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.177 >## What's Changed +> * Remove broken HSLA recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2241 (5.09.43.177) +> * Correct PCB Factory Energy Hatch description by @Eraldoe in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2237 (5.09.43.177) +> * Crafting input - Optimize isEmpty check to reduce lag by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2239 (5.09.43.176) +> * Fix some output slots allowing insertion by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2230 (5.09.43.175) +> * fix overlay zfighting by disable depth test by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2226 (5.09.43.175) +> * Fix ME Output Bus and Crafting Input Bus overflow when save/load by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2238 (5.09.43.174) +> * Remove fire display from singleblock generator by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2240 (5.09.43.174) +> * Experimental fix to prevent infinite loop in Grid destruction by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2235 (5.09.43.173) > * clear stale crafting input bus list by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2233 (5.09.43.172) > * Add a method to remove item data and use it for clay block by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2229 (5.09.43.172) > * Update buildscript by @firenoo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2232 (5.09.43.172) @@ -82,6 +90,7 @@ > * Fix nanoforge not overclocking correctly by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2205 (5.09.43.162) > >## New Contributors +> * @Eraldoe made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2237 (5.09.43.177) > * @firenoo made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2232 (5.09.43.172) > @@ -123,6 +132,17 @@ > * @miozune made their first contribution in https://github.com/GTNewHorizons/GalacticGregGT5/pull/15 (1.0.9) > +# Updated Galaxy-Space-GTNH (1.2.5-GTNH@Side.BOTH --> 1.2.6-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Galaxy-Space-GTNH/compare/1.2.4-GTNH...1.2.6-GTNH +>## What's Changed +> * Fix Server-Side Entity leak by @TechnicianLP in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/96 (1.2.6-GTNH) +> * Fix Tantalumhafniumcarbide recipes by @chochem in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/95 (1.2.5-GTNH) +> +>## New Contributors +> * @TechnicianLP made their first contribution in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/96 (1.2.6-GTNH) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/95 (1.2.5-GTNH) +> + # Updated GoodGenerator (0.6.31@Side.BOTH --> 0.6.35@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.30...0.6.35 >## What's Changed @@ -145,12 +165,44 @@ > * Fix path handling of bibliocraft saved books to replace invalid characters with dashes by @eigenraven in https://github.com/GTNewHorizons/Hodgepodge/pull/232 (2.2.27) > +# Updated KekzTech (0.8.7@Side.BOTH --> 0.8.8@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/KekzTech/compare/0.8.6...0.8.8 +>## What's Changed +> * Allow max tier TFFT to complete with energy hatch by @Lyfts in https://github.com/GTNewHorizons/KekzTech/pull/74 (0.8.8) +> * Add per fluid capacity to TFFT storage field tooltip by @Lyfts in https://github.com/GTNewHorizons/KekzTech/pull/75 (0.8.8) +> * Allow lsc rotation by @alexandre-tardif in https://github.com/GTNewHorizons/KekzTech/pull/73 (0.8.7) +> +>## New Contributors +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/74 (0.8.8) +> * @alexandre-tardif made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/73 (0.8.7) +> + +# Updated KubaTech (0.12.6@Side.BOTH --> 0.12.7@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/KubaTech/compare/0.12.5...0.12.7 +>## What's Changed +> * Allow EEC to get drops that have requirements (e.g. skulls) by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/92 (0.12.7) +> * Partially fix quiver on skeletons in EEC by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/91 (0.12.6) +> + +# Updated Minetweaker-Gregtech-5-Addon (2.0.0@Side.BOTH --> 2.0.1@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/compare/1.7.5...2.0.1 +>## What's Changed +> * Add noOptimize to RA2 and fix fluid recipe crash by @kuba6000 in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/60 (2.0.1) +> * Add Disassembler by @Pilad in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/56 (2.0.0) +> * Add RA2 builder and recipe remover by @kuba6000 in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/59 (2.0.0) +> +>## New Contributors +> * @kuba6000 made their first contribution in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/59 (2.0.0) +> + # Updated Mobs-Info (0.1.0-GTNH@Side.BOTH --> 0.1.4-GTNH@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.0.8-GTNH...0.1.4-GTNH -# Updated NewHorizonsCoreMod (2.1.97@Side.BOTH --> 2.1.99@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.96...2.1.99 +# Updated NewHorizonsCoreMod (2.1.97@Side.BOTH --> 2.1.100@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.96...2.1.100 >## What's Changed +> * fix compressed dual desh plates by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/702 (2.1.100) +> * Remove broken HSLA recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/703 (2.1.100) > * Fix wrong meta for barnada C sapling by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/701 (2.1.99) > * Fix and clean up ammonia recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/697 (2.1.98) > * Fix one TC recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/698 (2.1.98) @@ -158,9 +210,10 @@ > * Fix fences for piston assembler recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/700 (2.1.98) > -# Updated NotEnoughItems (2.3.80-GTNH@Side.BOTH --> 2.3.81-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughItems/compare/2.3.79-GTNH...2.3.81-GTNH +# Updated NotEnoughItems (2.3.80-GTNH@Side.BOTH --> 2.3.82-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughItems/compare/2.3.79-GTNH...2.3.82-GTNH >## What's Changed +> * Partial fix for the NEI custom diagram in recipe tooltip issue by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/413 (2.3.82-GTNH) > * Pull bookmarked items from container to player inventory by @Nilau1998 in https://github.com/GTNewHorizons/NotEnoughItems/pull/410 (2.3.81-GTNH) > * Fix recipe tooltip crash with BetterQuesting by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/409 (2.3.80-GTNH) > diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index d1fb9570..8167fe34 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-17T07:15:28.272293", + "last_updated": "2023-08-18T07:12:47.492873", "config": "2.3.7-nightly-2023-08-11", "github_mods": { "AdventureBackpack2": { @@ -245,7 +245,7 @@ "side": "BOTH" }, "Galaxy-Space-GTNH": { - "version": "1.2.5-GTNH", + "version": "1.2.6-GTNH", "side": "BOTH" }, "gendustry": { @@ -257,7 +257,7 @@ "side": "BOTH" }, "GT5-Unofficial": { - "version": "5.09.43.172", + "version": "5.09.43.177", "side": "BOTH" }, "GTNEIOrePlugin": { @@ -345,11 +345,11 @@ "side": "BOTH" }, "KekzTech": { - "version": "0.8.7", + "version": "0.8.8", "side": "BOTH" }, "KubaTech": { - "version": "0.12.6", + "version": "0.12.7", "side": "BOTH" }, "LittleTiles": { @@ -389,7 +389,7 @@ "side": "BOTH" }, "Minetweaker-Gregtech-5-Addon": { - "version": "2.0.0", + "version": "2.0.1", "side": "BOTH" }, "ModTweaker": { @@ -433,7 +433,7 @@ "side": "CLIENT" }, "NewHorizonsCoreMod": { - "version": "2.1.99", + "version": "2.1.100", "side": "BOTH" }, "Nodal-Mechanics": { @@ -445,7 +445,7 @@ "side": "BOTH" }, "NotEnoughItems": { - "version": "2.3.81-GTNH", + "version": "2.3.82-GTNH", "side": "BOTH" }, "Nuclear-Control": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index 53321bff..1aa83e69 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -1,6 +1,6 @@ # GT New Horizons Mod Pack -Version nightly is out 2023-08-17 +Version nightly is out 2023-08-18 [![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=GTNewHorizons%20Configs)](http://jenkins.usrv.eu:8080/job/GTNewHorizons%20Configs/) @@ -331,13 +331,13 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Gadomancy](https://github.com/GTNewHorizons/Gadomancy) | 1.1.3 | | [GalacticGregGT5](https://github.com/GTNewHorizons/GalacticGregGT5) | 1.0.10 | | [Galacticraft](https://github.com/GTNewHorizons/Galacticraft) | 3.0.73-GTNH | -| [Galaxy-Space-GTNH](https://github.com/GTNewHorizons/Galaxy-Space-GTNH) | 1.2.5-GTNH | +| [Galaxy-Space-GTNH](https://github.com/GTNewHorizons/Galaxy-Space-GTNH) | 1.2.6-GTNH | | [gendustry](https://github.com/GTNewHorizons/gendustry) | 1.6.5.5-GTNH | | [GigaGramFab](https://github.com/GTNewHorizons/GigaGramFab) | 0.2.3 | | [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.35 | | [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.43.172 | +| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.43.177 | | [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | | [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.25 | | [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.6 | @@ -368,8 +368,8 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Jabba](https://github.com/GTNewHorizons/Jabba) | 1.2.22 | | [JourneyMap Server](https://www.curseforge.com/minecraft/mc-mods/journeymap-server) | 1.0.5 | | [JourneyMap](https://www.curseforge.com/minecraft/mc-mods/journeymap) | 5.1.4p6-fairplay | -| [KekzTech](https://github.com/GTNewHorizons/KekzTech) | 0.8.7 | -| [KubaTech](https://github.com/GTNewHorizons/KubaTech) | 0.12.6 | +| [KekzTech](https://github.com/GTNewHorizons/KekzTech) | 0.8.8 | +| [KubaTech](https://github.com/GTNewHorizons/KubaTech) | 0.12.7 | | [LittleTiles](https://github.com/GTNewHorizons/LittleTiles) | 1.2.9-GTNH | | [LogisticsPipes](https://github.com/GTNewHorizons/LogisticsPipes) | 1.0.6-GTNH | | [LootGames](https://github.com/GTNewHorizons/LootGames) | 2.0.8 | @@ -380,7 +380,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [MalisisDoors](https://github.com/GTNewHorizons/MalisisDoors) | 1.13.7-GTNH | | [Mantle](https://github.com/GTNewHorizons/Mantle) | 0.3.7 | | [Minecraft-Backpack-Mod](https://github.com/GTNewHorizons/Minecraft-Backpack-Mod) | 2.2.11-GTNH | -| [Minetweaker-Gregtech-5-Addon](https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon) | 2.0.0 | +| [Minetweaker-Gregtech-5-Addon](https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon) | 2.0.1 | | [Mobs-Info](https://github.com/GTNewHorizons/Mobs-Info) | 0.1.4-GTNH | | [ModTweaker](https://github.com/GTNewHorizons/ModTweaker) | 0.9.10 | | [ModularUI](https://github.com/GTNewHorizons/ModularUI) | 1.1.16 | @@ -395,11 +395,11 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [neiaddons](https://github.com/GTNewHorizons/neiaddons) | 1.12.22 | | [NetherPortalFix](https://github.com/GTNewHorizons/NetherPortalFix) | 1.1.2 | | [Netty-Patcher](https://github.com/GTNewHorizons/Netty-Patcher) | 0.3.1 | -| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.99 | +| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.100 | | [Nodal-Mechanics](https://github.com/GTNewHorizons/Nodal-Mechanics) | 1.1.-6-GTNH | | [NotEnoughEnergistics](https://github.com/GTNewHorizons/NotEnoughEnergistics) | 1.4.2 | | [NotEnoughIds](https://github.com/GTNewHorizons/NotEnoughIds) | 1.4.6 | -| [NotEnoughItems](https://github.com/GTNewHorizons/NotEnoughItems) | 2.3.81-GTNH | +| [NotEnoughItems](https://github.com/GTNewHorizons/NotEnoughItems) | 2.3.82-GTNH | | [Nuclear-Control](https://github.com/GTNewHorizons/Nuclear-Control) | 2.4.19 | | [Nutrition](https://github.com/GTNewHorizons/Nutrition) | 0.0.4 | | [oauth](https://github.com/GTNewHorizons/oauth) | 1.06.1-GTNH | From 9c8c6cb9619f1f47a198f149383fce715fb27ea3 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Fri, 18 Aug 2023 22:20:02 +0200 Subject: [PATCH 10/38] update --- gtnh-assets.json | 103 ++++++++++++++++-- .../changelog from 2.3.6 to nightly.md | 43 ++++++-- releases/manifests/nightly.json | 18 +-- releases/readmes/README_nightly.MD | 14 +-- 4 files changed, 144 insertions(+), 34 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index 9e2beb44..e94811d3 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -1,7 +1,7 @@ { "config": { "name": "GT-New-Horizons-Modpack", - "latest_version": "2.3.7-nightly-2023-08-11", + "latest_version": "2.3.7-nightly-2023-08-18", "needs_attention": true, "versions": [ { @@ -673,6 +673,16 @@ "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/121056284", "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.7-nightly-2023-08-11/2.3.7-nightly-2023-08-11.zip", "extra_assets": [] + }, + { + "version_tag": "2.3.7-nightly-2023-08-18", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-08-18T20:11:42+00:00", + "filename": "2.3.7-nightly-2023-08-18.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122108672", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.7-nightly-2023-08-18/2.3.7-nightly-2023-08-18.zip", + "extra_assets": [] } ], "type": "config", @@ -11330,7 +11340,7 @@ }, { "name": "Chisel", - "latest_version": "2.11.3-GTNH", + "latest_version": "2.11.4-GTNH", "private": false, "versions": [ { @@ -11573,6 +11583,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Chisel/releases/download/2.11.3-GTNH/chisel-2.11.3-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Chisel/2.11.3-GTNH/Chisel-2.11.3-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "2.11.4-GTNH", + "changelog": "## What's Changed\n* Fix Chisel opening its UI instead of looked at TE by @serenibyss in https://github.com/GTNewHorizons/Chisel/pull/32\n\n## New Contributors\n* @serenibyss made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/32\n\n**Full Changelog**: https://github.com/GTNewHorizons/Chisel/compare/2.11.3-GTNH...2.11.4-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-18T08:35:58+00:00", + "filename": "chisel-2.11.4-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Chisel/releases/assets/122026506", + "browser_download_url": "https://github.com/GTNewHorizons/Chisel/releases/download/2.11.4-GTNH/chisel-2.11.4-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Chisel/2.11.4-GTNH/Chisel-2.11.4-GTNH.jar", + "extra_assets": [] } ], "license": "GNU General Public License v2.0", @@ -19928,7 +19949,7 @@ }, { "name": "GT5-Unofficial", - "latest_version": "5.09.43.177", + "latest_version": "5.09.43.178", "private": false, "versions": [ { @@ -26814,6 +26835,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.177/gregtech-5.09.43.177.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.177/GT5-Unofficial-5.09.43.177.jar", "extra_assets": [] + }, + { + "version_tag": "5.09.43.178", + "changelog": "## What's Changed\n* Correct file name on resource pack guide by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2242\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.177...5.09.43.178\n", + "prerelease": false, + "tagged_at": "2023-08-18T19:41:21+00:00", + "filename": "gregtech-5.09.43.178.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/122105314", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.178/gregtech-5.09.43.178.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.178/GT5-Unofficial-5.09.43.178.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -27077,7 +27109,7 @@ }, { "name": "GTNH-Intergalactic", - "latest_version": "1.1.25", + "latest_version": "1.1.26", "private": false, "versions": [ { @@ -27532,6 +27564,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GTNH-Intergalactic/releases/download/1.1.25/gtnhintergalactic-1.1.25.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTNH-Intergalactic/1.1.25/GTNH-Intergalactic-1.1.25.jar", "extra_assets": [] + }, + { + "version_tag": "1.1.26", + "changelog": "## What's Changed\n* Ban input hatch and output bus from siphon by @Lyfts in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/46\n\n## New Contributors\n* @Lyfts made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/46\n\n**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Intergalactic/compare/1.1.25...1.1.26\n", + "prerelease": false, + "tagged_at": "2023-08-18T08:33:00+00:00", + "filename": "gtnhintergalactic-1.1.26.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GTNH-Intergalactic/releases/assets/122026216", + "browser_download_url": "https://github.com/GTNewHorizons/GTNH-Intergalactic/releases/download/1.1.26/gtnhintergalactic-1.1.26.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTNH-Intergalactic/1.1.26/GTNH-Intergalactic-1.1.26.jar", + "extra_assets": [] } ], "license": "MIT License", @@ -28488,7 +28531,7 @@ }, { "name": "GTplusplus", - "latest_version": "1.9.77", + "latest_version": "1.9.78", "private": false, "versions": [ { @@ -31806,6 +31849,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.77/GT-PlusPlus-1.9.77.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTplusplus/1.9.77/GTplusplus-1.9.77.jar", "extra_assets": [] + }, + { + "version_tag": "1.9.78", + "changelog": "## What's Changed\n* Add tooltip to Steam Output Bus about auto-export by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/722\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.77...1.9.78\n", + "prerelease": false, + "tagged_at": "2023-08-18T08:34:47+00:00", + "filename": "GT-PlusPlus-1.9.78.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GTplusplus/releases/assets/122026392", + "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.78/GT-PlusPlus-1.9.78.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTplusplus/1.9.78/GTplusplus-1.9.78.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", @@ -38788,7 +38842,7 @@ }, { "name": "Mobs-Info", - "latest_version": "0.1.4-GTNH", + "latest_version": "0.1.5-GTNH", "private": false, "versions": [ { @@ -38926,6 +38980,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Mobs-Info/releases/download/0.1.4-GTNH/mobsinfo-0.1.4-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Mobs-Info/0.1.4-GTNH/Mobs-Info-0.1.4-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "0.1.5-GTNH", + "changelog": "**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.1.4-GTNH...0.1.5-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-18T13:19:46+00:00", + "filename": "mobsinfo-0.1.5-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Mobs-Info/releases/assets/122059813", + "browser_download_url": "https://github.com/GTNewHorizons/Mobs-Info/releases/download/0.1.5-GTNH/mobsinfo-0.1.5-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Mobs-Info/0.1.5-GTNH/Mobs-Info-0.1.5-GTNH.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -40646,7 +40711,7 @@ }, { "name": "nei-custom-diagram", - "latest_version": "1.5.10", + "latest_version": "1.5.11", "private": false, "versions": [ { @@ -40899,6 +40964,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/nei-custom-diagram/releases/download/1.5.10/NEICustomDiagram-1.5.10.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/nei-custom-diagram/1.5.10/nei-custom-diagram-1.5.10.jar", "extra_assets": [] + }, + { + "version_tag": "1.5.11", + "changelog": "## What's Changed\n* Fix diagram drawing in recipe tooltips by @eigenraven in https://github.com/GTNewHorizons/nei-custom-diagram/pull/28\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/nei-custom-diagram/compare/1.5.10...1.5.11\n", + "prerelease": false, + "tagged_at": "2023-08-18T15:47:22+00:00", + "filename": "NEICustomDiagram-1.5.11.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/nei-custom-diagram/releases/assets/122080554", + "browser_download_url": "https://github.com/GTNewHorizons/nei-custom-diagram/releases/download/1.5.11/NEICustomDiagram-1.5.11.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/nei-custom-diagram/1.5.11/nei-custom-diagram-1.5.11.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -44511,7 +44587,7 @@ }, { "name": "NotEnoughItems", - "latest_version": "2.3.82-GTNH", + "latest_version": "2.3.83-GTNH", "private": false, "versions": [ { @@ -46027,6 +46103,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/NotEnoughItems/releases/download/2.3.82-GTNH/NotEnoughItems-2.3.82-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/NotEnoughItems/2.3.82-GTNH/NotEnoughItems-2.3.82-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "2.3.83-GTNH", + "changelog": "## What's Changed\n* Fix world specific settings on MP being also specific to dimension by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/414\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughItems/compare/2.3.82-GTNH...2.3.83-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-18T19:44:52+00:00", + "filename": "NotEnoughItems-2.3.83-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/NotEnoughItems/releases/assets/122105721", + "browser_download_url": "https://github.com/GTNewHorizons/NotEnoughItems/releases/download/2.3.83-GTNH/NotEnoughItems-2.3.83-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/NotEnoughItems/2.3.83-GTNH/NotEnoughItems-2.3.83-GTNH.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", diff --git a/releases/changelogs/changelog from 2.3.6 to nightly.md b/releases/changelogs/changelog from 2.3.6 to nightly.md index 8a9fe790..5bdf9cb6 100644 --- a/releases/changelogs/changelog from 2.3.6 to nightly.md +++ b/releases/changelogs/changelog from 2.3.6 to nightly.md @@ -49,6 +49,17 @@ > * Only use GTNH CT APIs when GTNH CraftTweaker is present by @eigenraven in https://github.com/GTNewHorizons/BloodMagic/pull/46 (1.4.2) > +# Updated Chisel (2.11.3-GTNH@Side.BOTH --> 2.11.4-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Chisel/compare/2.11.2-GTNH...2.11.4-GTNH +>## What's Changed +> * Fix Chisel opening its UI instead of looked at TE by @serenibyss in https://github.com/GTNewHorizons/Chisel/pull/32 (2.11.4-GTNH) +> * disable default hempcrete smelting by @Darkmaxsas in https://github.com/GTNewHorizons/Chisel/pull/31 (2.11.3-GTNH) +> +>## New Contributors +> * @serenibyss made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/32 (2.11.4-GTNH) +> * @Darkmaxsas made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/31 (2.11.3-GTNH) +> + # Updated ForestryMC (4.6.13@Side.BOTH --> 4.6.14@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/ForestryMC/compare/4.6.10...4.6.14 >## What's Changed @@ -56,9 +67,10 @@ > * Fix Additive Production by @hacatu in https://github.com/GTNewHorizons/ForestryMC/pull/55 (4.6.13) > -# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.177@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.177 +# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.178@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.178 >## What's Changed +> * Correct file name on resource pack guide by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2242 (5.09.43.178) > * Remove broken HSLA recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2241 (5.09.43.177) > * Correct PCB Factory Energy Hatch description by @Eraldoe in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2237 (5.09.43.177) > * Crafting input - Optimize isEmpty check to reduce lag by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2239 (5.09.43.176) @@ -94,20 +106,23 @@ > * @firenoo made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2232 (5.09.43.172) > -# Updated GTNH-Intergalactic (1.1.24@Side.BOTH --> 1.1.25@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Intergalactic/compare/1.1.23...1.1.25 +# Updated GTNH-Intergalactic (1.1.24@Side.BOTH --> 1.1.26@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Intergalactic/compare/1.1.23...1.1.26 >## What's Changed +> * Ban input hatch and output bus from siphon by @Lyfts in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/46 (1.1.26) > * Fixed localization of motor block achievements by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/45 (1.1.25) > * Use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/43 (1.1.24) > * Added mk3 pump as NEI catalyst for space pumping by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/44 (1.1.24) > >## New Contributors +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/46 (1.1.26) > * @BlueWeabo made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/43 (1.1.24) > -# Updated GTplusplus (1.9.74@Side.BOTH --> 1.9.77@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.73...1.9.77 +# Updated GTplusplus (1.9.74@Side.BOTH --> 1.9.78@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.73...1.9.78 >## What's Changed +> * Add tooltip to Steam Output Bus about auto-export by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/722 (1.9.78) > * Fix parallels in chemplant by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/721 (1.9.77) > * Fix XL Turbine tooltip by @Lyfts in https://github.com/GTNewHorizons/GTplusplus/pull/718 (1.9.77) > * Fix chemplant needing catalysts on recipes that don't by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/719 (1.9.76) @@ -195,8 +210,8 @@ > * @kuba6000 made their first contribution in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/59 (2.0.0) > -# Updated Mobs-Info (0.1.0-GTNH@Side.BOTH --> 0.1.4-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.0.8-GTNH...0.1.4-GTNH +# Updated Mobs-Info (0.1.0-GTNH@Side.BOTH --> 0.1.5-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.0.8-GTNH...0.1.5-GTNH # Updated NewHorizonsCoreMod (2.1.97@Side.BOTH --> 2.1.100@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.96...2.1.100 @@ -210,9 +225,10 @@ > * Fix fences for piston assembler recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/700 (2.1.98) > -# Updated NotEnoughItems (2.3.80-GTNH@Side.BOTH --> 2.3.82-GTNH@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughItems/compare/2.3.79-GTNH...2.3.82-GTNH +# Updated NotEnoughItems (2.3.80-GTNH@Side.BOTH --> 2.3.83-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughItems/compare/2.3.79-GTNH...2.3.83-GTNH >## What's Changed +> * Fix world specific settings on MP being also specific to dimension by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/414 (2.3.83-GTNH) > * Partial fix for the NEI custom diagram in recipe tooltip issue by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/413 (2.3.82-GTNH) > * Pull bookmarked items from container to player inventory by @Nilau1998 in https://github.com/GTNewHorizons/NotEnoughItems/pull/410 (2.3.81-GTNH) > * Fix recipe tooltip crash with BetterQuesting by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/409 (2.3.80-GTNH) @@ -295,6 +311,13 @@ > * Use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/348 (0.7.36) > +# Updated nei-custom-diagram (1.5.10@Side.BOTH --> 1.5.11@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/nei-custom-diagram/compare/1.5.7...1.5.11 +>## What's Changed +> * Fix diagram drawing in recipe tooltips by @eigenraven in https://github.com/GTNewHorizons/nei-custom-diagram/pull/28 (1.5.11) +> * Make horizontal scrolling using the scrollwheel work again by @wlhlm in https://github.com/GTNewHorizons/nei-custom-diagram/pull/27 (1.5.10) +> + # Updated twilightforest (2.4.4@Side.BOTH --> 2.4.5@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/twilightforest/compare/2.4.3...2.4.5 >## What's Changed diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 8167fe34..e29870ea 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,8 +1,8 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-18T07:12:47.492873", - "config": "2.3.7-nightly-2023-08-11", + "last_updated": "2023-08-18T20:14:25.873346", + "config": "2.3.7-nightly-2023-08-18", "github_mods": { "AdventureBackpack2": { "version": "1.0.14-GTNH", @@ -133,7 +133,7 @@ "side": "BOTH" }, "Chisel": { - "version": "2.11.3-GTNH", + "version": "2.11.4-GTNH", "side": "BOTH" }, "ChiselTones": { @@ -257,7 +257,7 @@ "side": "BOTH" }, "GT5-Unofficial": { - "version": "5.09.43.177", + "version": "5.09.43.178", "side": "BOTH" }, "GTNEIOrePlugin": { @@ -277,7 +277,7 @@ "side": "BOTH" }, "GTplusplus": { - "version": "1.9.77", + "version": "1.9.78", "side": "BOTH" }, "Hardcore-Ender-Expansion": { @@ -413,7 +413,7 @@ "side": "BOTH" }, "nei-custom-diagram": { - "version": "1.5.10", + "version": "1.5.11", "side": "BOTH" }, "NEI-Integration": { @@ -445,7 +445,7 @@ "side": "BOTH" }, "NotEnoughItems": { - "version": "2.3.82-GTNH", + "version": "2.3.83-GTNH", "side": "BOTH" }, "Nuclear-Control": { @@ -809,7 +809,7 @@ "side": "BOTH" }, "GTNH-Intergalactic": { - "version": "1.1.25", + "version": "1.1.26", "side": "BOTH" }, "amunra": { @@ -821,7 +821,7 @@ "side": "CLIENT" }, "Mobs-Info": { - "version": "0.1.4-GTNH", + "version": "0.1.5-GTNH", "side": "BOTH" }, "BeeBetterAtBees-GTNH": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index 1aa83e69..548f4078 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -291,7 +291,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [BuildCraftOilTweak](https://github.com/GTNewHorizons/BuildCraftOilTweak) | 1.0.4 | | [CarpentersBlocks](https://github.com/GTNewHorizons/CarpentersBlocks) | 3.4.0-GTNH | | [Catwalks-2](https://github.com/GTNewHorizons/Catwalks-2) | 2.1.4-GTNH | -| [Chisel](https://github.com/GTNewHorizons/Chisel) | 2.11.3-GTNH | +| [Chisel](https://github.com/GTNewHorizons/Chisel) | 2.11.4-GTNH | | [ChiselTones](https://github.com/GTNewHorizons/ChiselTones) | 1.0.4-GTNH | | [CodeChickenCore](https://github.com/GTNewHorizons/CodeChickenCore) | 1.1.11 | | [CoFH Core](https://www.curseforge.com/minecraft/mc-mods/cofh-core) | 3.1.4-329 | @@ -337,13 +337,13 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.35 | | [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.43.177 | +| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.43.178 | | [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | -| [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.25 | +| [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.26 | | [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.6 | | [GTNH-TC-Wands](https://github.com/GTNewHorizons/GTNH-TC-Wands) | 1.3.1 | | [GTNHLib](https://github.com/GTNewHorizons/GTNHLib) | 0.0.13 | -| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.77 | +| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.78 | | [Hardcore Darkness](https://www.curseforge.com/minecraft/mc-mods/hardcore-darkness) | 1.7 | | [Hardcore-Ender-Expansion](https://github.com/GTNewHorizons/Hardcore-Ender-Expansion) | 1.9.7-GTNH | | [harvestcraft](https://github.com/GTNewHorizons/harvestcraft) | 1.1.0-GTNH | @@ -381,7 +381,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Mantle](https://github.com/GTNewHorizons/Mantle) | 0.3.7 | | [Minecraft-Backpack-Mod](https://github.com/GTNewHorizons/Minecraft-Backpack-Mod) | 2.2.11-GTNH | | [Minetweaker-Gregtech-5-Addon](https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon) | 2.0.1 | -| [Mobs-Info](https://github.com/GTNewHorizons/Mobs-Info) | 0.1.4-GTNH | +| [Mobs-Info](https://github.com/GTNewHorizons/Mobs-Info) | 0.1.5-GTNH | | [ModTweaker](https://github.com/GTNewHorizons/ModTweaker) | 0.9.10 | | [ModularUI](https://github.com/GTNewHorizons/ModularUI) | 1.1.16 | | [Morpheus](https://www.curseforge.com/minecraft/mc-mods/morpheus) | 1.6.21 | @@ -390,7 +390,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [MX-Random](https://github.com/GTNewHorizons/MX-Random) | 0.2.0 | | [Natura](https://github.com/GTNewHorizons/Natura) | 2.5.7 | | [NaturesCompass](https://github.com/GTNewHorizons/NaturesCompass) | 1.3.6-GTNH | -| [nei-custom-diagram](https://github.com/GTNewHorizons/nei-custom-diagram) | 1.5.10 | +| [nei-custom-diagram](https://github.com/GTNewHorizons/nei-custom-diagram) | 1.5.11 | | [NEI-Integration](https://github.com/GTNewHorizons/NEI-Integration) | 1.3.3 | | [neiaddons](https://github.com/GTNewHorizons/neiaddons) | 1.12.22 | | [NetherPortalFix](https://github.com/GTNewHorizons/NetherPortalFix) | 1.1.2 | @@ -399,7 +399,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Nodal-Mechanics](https://github.com/GTNewHorizons/Nodal-Mechanics) | 1.1.-6-GTNH | | [NotEnoughEnergistics](https://github.com/GTNewHorizons/NotEnoughEnergistics) | 1.4.2 | | [NotEnoughIds](https://github.com/GTNewHorizons/NotEnoughIds) | 1.4.6 | -| [NotEnoughItems](https://github.com/GTNewHorizons/NotEnoughItems) | 2.3.82-GTNH | +| [NotEnoughItems](https://github.com/GTNewHorizons/NotEnoughItems) | 2.3.83-GTNH | | [Nuclear-Control](https://github.com/GTNewHorizons/Nuclear-Control) | 2.4.19 | | [Nutrition](https://github.com/GTNewHorizons/Nutrition) | 0.0.4 | | [oauth](https://github.com/GTNewHorizons/oauth) | 1.06.1-GTNH | From 8ba9645009b75ee80fcfe0532a67d7c78e6ed99a Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 19 Aug 2023 12:01:23 +0200 Subject: [PATCH 11/38] update --- gtnh-assets.json | 13 ++++++++++++- .../changelogs/changelog from 2.3.6 to nightly.md | 5 +++-- releases/manifests/nightly.json | 4 ++-- releases/readmes/README_nightly.MD | 4 ++-- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index e94811d3..94e5633d 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -19949,7 +19949,7 @@ }, { "name": "GT5-Unofficial", - "latest_version": "5.09.43.178", + "latest_version": "5.09.43.179", "private": false, "versions": [ { @@ -26846,6 +26846,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.178/gregtech-5.09.43.178.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.178/GT5-Unofficial-5.09.43.178.jar", "extra_assets": [] + }, + { + "version_tag": "5.09.43.179", + "changelog": "## What's Changed\n* Fix GT_RecipeConstants.Fuel by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2243\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.178...5.09.43.179\n", + "prerelease": false, + "tagged_at": "2023-08-19T09:53:02+00:00", + "filename": "gregtech-5.09.43.179.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/122197370", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.179/gregtech-5.09.43.179.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.179/GT5-Unofficial-5.09.43.179.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", diff --git a/releases/changelogs/changelog from 2.3.6 to nightly.md b/releases/changelogs/changelog from 2.3.6 to nightly.md index 5bdf9cb6..1aca8391 100644 --- a/releases/changelogs/changelog from 2.3.6 to nightly.md +++ b/releases/changelogs/changelog from 2.3.6 to nightly.md @@ -67,9 +67,10 @@ > * Fix Additive Production by @hacatu in https://github.com/GTNewHorizons/ForestryMC/pull/55 (4.6.13) > -# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.178@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.178 +# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.179@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.179 >## What's Changed +> * Fix GT_RecipeConstants.Fuel by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2243 (5.09.43.179) > * Correct file name on resource pack guide by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2242 (5.09.43.178) > * Remove broken HSLA recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2241 (5.09.43.177) > * Correct PCB Factory Energy Hatch description by @Eraldoe in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2237 (5.09.43.177) diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index e29870ea..470149e3 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-18T20:14:25.873346", + "last_updated": "2023-08-19T09:54:32.005889", "config": "2.3.7-nightly-2023-08-18", "github_mods": { "AdventureBackpack2": { @@ -257,7 +257,7 @@ "side": "BOTH" }, "GT5-Unofficial": { - "version": "5.09.43.178", + "version": "5.09.43.179", "side": "BOTH" }, "GTNEIOrePlugin": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index 548f4078..e14868f7 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -1,6 +1,6 @@ # GT New Horizons Mod Pack -Version nightly is out 2023-08-18 +Version nightly is out 2023-08-19 [![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=GTNewHorizons%20Configs)](http://jenkins.usrv.eu:8080/job/GTNewHorizons%20Configs/) @@ -337,7 +337,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.35 | | [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.43.178 | +| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.43.179 | | [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | | [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.26 | | [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.6 | From ddb70f5b477dc22c07c05a438e94ec8c37bec3c8 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 19 Aug 2023 12:41:30 +0200 Subject: [PATCH 12/38] update --- gtnh-assets.json | 13 ++++++++++++- .../changelogs/changelog from 2.3.6 to nightly.md | 5 +++-- releases/manifests/nightly.json | 4 ++-- releases/readmes/README_nightly.MD | 2 +- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index 94e5633d..ac8464ba 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -1011,7 +1011,7 @@ }, { "name": "AE2FluidCraft-Rework", - "latest_version": "1.1.39-gtnh", + "latest_version": "1.1.340-gtnh", "private": false, "versions": [ { @@ -2389,6 +2389,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.39-gtnh/ae2fc-1.1.39-gtnh.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.39-gtnh/AE2FluidCraft-Rework-1.1.39-gtnh.jar", "extra_assets": [] + }, + { + "version_tag": "1.1.340-gtnh", + "changelog": "## What's Changed\n* Fix gt++ fluid cells not extracting properly by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/156\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.39-gtnh...1.1.340-gtnh\n", + "prerelease": false, + "tagged_at": "2023-08-19T10:37:06+00:00", + "filename": "ae2fc-1.1.340-gtnh.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/AE2FluidCraft-Rework/releases/assets/122200535", + "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.340-gtnh/ae2fc-1.1.340-gtnh.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.340-gtnh/AE2FluidCraft-Rework-1.1.340-gtnh.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", diff --git a/releases/changelogs/changelog from 2.3.6 to nightly.md b/releases/changelogs/changelog from 2.3.6 to nightly.md index 1aca8391..2e856cae 100644 --- a/releases/changelogs/changelog from 2.3.6 to nightly.md +++ b/releases/changelogs/changelog from 2.3.6 to nightly.md @@ -1,8 +1,9 @@ # Mods Removed: > * Default-Configs -# Updated AE2FluidCraft-Rework (1.1.36-gtnh@Side.BOTH --> 1.1.39-gtnh@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.35-gtnh...1.1.39-gtnh +# Updated AE2FluidCraft-Rework (1.1.36-gtnh@Side.BOTH --> 1.1.340-gtnh@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.35-gtnh...1.1.340-gtnh >## What's Changed +> * Fix gt++ fluid cells not extracting properly by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/156 (1.1.340-gtnh) > * Fix Crafting Input Bus Compatibility & fix general bugs by @foxwhite25 in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/154 (1.1.39-gtnh) > * A collection of fixes by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/152 (1.1.38-gtnh) > * Fix doubling fluids for real now by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/153 (1.1.38-gtnh) diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 470149e3..ce0c46af 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-19T09:54:32.005889", + "last_updated": "2023-08-19T10:37:52.337760", "config": "2.3.7-nightly-2023-08-18", "github_mods": { "AdventureBackpack2": { @@ -9,7 +9,7 @@ "side": "BOTH" }, "AE2FluidCraft-Rework": { - "version": "1.1.39-gtnh", + "version": "1.1.340-gtnh", "side": "BOTH" }, "ae2stuff": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index e14868f7..6df91859 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -246,7 +246,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | --- | --- | | [Advanced Solar Panel For 1.7.10 (Unofficial)](https://www.curseforge.com/minecraft/mc-mods/advancedsolarpanels) | 1.7.10 Edition | | [AdventureBackpack2](https://github.com/GTNewHorizons/AdventureBackpack2) | 1.0.14-GTNH | -| [AE2FluidCraft-Rework](https://github.com/GTNewHorizons/AE2FluidCraft-Rework) | 1.1.39-gtnh | +| [AE2FluidCraft-Rework](https://github.com/GTNewHorizons/AE2FluidCraft-Rework) | 1.1.340-gtnh | | [ae2stuff](https://github.com/GTNewHorizons/ae2stuff) | 0.5.7-GTNH | | [AFSU](https://github.com/GTNewHorizons/AFSU) | 1.2.6-GTNH | | [AlchemyGrate](https://github.com/GTNewHorizons/AlchemyGrate) | 1.0.3-GTNH | From ee020e2924df1e64a714f5611fc629f7ac440bd8 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 19 Aug 2023 12:47:57 +0200 Subject: [PATCH 13/38] fix default configs be in again --- gtnh-assets.json | 25 +++++++++++++++++-- .../changelog from 2.3.6 to nightly.md | 11 ++++---- releases/manifests/nightly.json | 10 +++++--- releases/readmes/README_nightly.MD | 5 ++-- 4 files changed, 38 insertions(+), 13 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index ac8464ba..71b68f59 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -9513,7 +9513,7 @@ }, { "name": "Binnie", - "latest_version": "2.1.9", + "latest_version": "2.1.10", "private": false, "versions": [ { @@ -9837,6 +9837,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Binnie/releases/download/2.1.9/binnie-mods-2.1.9.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Binnie/2.1.9/Binnie-2.1.9.jar", "extra_assets": [] + }, + { + "version_tag": "2.1.10", + "changelog": "## What's Changed\n* Fix NPE with Lumbermill by @miozune in https://github.com/GTNewHorizons/Binnie/pull/35\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/Binnie/compare/2.1.9...2.1.10\n", + "prerelease": false, + "tagged_at": "2023-08-19T10:39:16+00:00", + "filename": "binnie-mods-2.1.10.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Binnie/releases/assets/122200678", + "browser_download_url": "https://github.com/GTNewHorizons/Binnie/releases/download/2.1.10/binnie-mods-2.1.10.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Binnie/2.1.10/Binnie-2.1.10.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -41254,7 +41265,7 @@ }, { "name": "NewHorizonsCoreMod", - "latest_version": "2.1.100", + "latest_version": "2.1.101", "private": false, "versions": [ { @@ -44246,6 +44257,16 @@ "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/122012084", "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.100/GTNewHorizonsCoreMod-2.1.100.jar", "extra_assets": [] + }, + { + "version_tag": "2.1.101", + "changelog": "**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.100...2.1.101\n", + "prerelease": false, + "tagged_at": "2023-08-19T10:43:01+00:00", + "filename": "GTNewHorizonsCoreMod-2.1.101.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/122200824", + "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.101/GTNewHorizonsCoreMod-2.1.101.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", diff --git a/releases/changelogs/changelog from 2.3.6 to nightly.md b/releases/changelogs/changelog from 2.3.6 to nightly.md index 2e856cae..adde7669 100644 --- a/releases/changelogs/changelog from 2.3.6 to nightly.md +++ b/releases/changelogs/changelog from 2.3.6 to nightly.md @@ -1,5 +1,3 @@ -# Mods Removed: -> * Default-Configs # Updated AE2FluidCraft-Rework (1.1.36-gtnh@Side.BOTH --> 1.1.340-gtnh@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.35-gtnh...1.1.340-gtnh >## What's Changed @@ -32,9 +30,10 @@ > * Adapted Wisp entity preview but by respecting DRY principle this time. by @FindMeSomeFun in https://github.com/GTNewHorizons/BetterQuesting/pull/113 (3.3.26-GTNH) > -# Updated Binnie (2.1.8@Side.BOTH --> 2.1.9@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Binnie/compare/2.1.6...2.1.9 +# Updated Binnie (2.1.8@Side.BOTH --> 2.1.10@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Binnie/compare/2.1.6...2.1.10 >## What's Changed +> * Fix NPE with Lumbermill by @miozune in https://github.com/GTNewHorizons/Binnie/pull/35 (2.1.10) > * Fix typo: cooper -> copper by @miozune in https://github.com/GTNewHorizons/Binnie/pull/34 (2.1.9) > * Fix Additive Production by @hacatu in https://github.com/GTNewHorizons/Binnie/pull/33 (2.1.8) > @@ -215,8 +214,8 @@ # Updated Mobs-Info (0.1.0-GTNH@Side.BOTH --> 0.1.5-GTNH@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.0.8-GTNH...0.1.5-GTNH -# Updated NewHorizonsCoreMod (2.1.97@Side.BOTH --> 2.1.100@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.96...2.1.100 +# Updated NewHorizonsCoreMod (2.1.97@Side.BOTH --> 2.1.101@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.96...2.1.101 >## What's Changed > * fix compressed dual desh plates by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/702 (2.1.100) > * Remove broken HSLA recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/703 (2.1.100) diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index ce0c46af..d8aebd6f 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-19T10:37:52.337760", + "last_updated": "2023-08-19T10:46:42.640602", "config": "2.3.7-nightly-2023-08-18", "github_mods": { "AdventureBackpack2": { @@ -85,7 +85,7 @@ "side": "BOTH" }, "Binnie": { - "version": "2.1.9", + "version": "2.1.10", "side": "BOTH" }, "BlockLimiter": { @@ -433,7 +433,7 @@ "side": "CLIENT" }, "NewHorizonsCoreMod": { - "version": "2.1.100", + "version": "2.1.101", "side": "BOTH" }, "Nodal-Mechanics": { @@ -835,6 +835,10 @@ "Nutrition": { "version": "0.0.4", "side": "BOTH" + }, + "Default-Configs": { + "version": "1.1.1", + "side": "CLIENT" } }, "external_mods": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index 6df91859..a40c6822 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -276,7 +276,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [BiblioCraft: BiblioWoods Forestry Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-forestry-edition) | 1.7 | | [BiblioCraft: BiblioWoods Natura Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-natura-edition) | 1.5 | | [BiblioCraft](https://www.curseforge.com/minecraft/mc-mods/bibliocraft) | 1.11.7 | -| [Binnie](https://github.com/GTNewHorizons/Binnie) | 2.1.9 | +| [Binnie](https://github.com/GTNewHorizons/Binnie) | 2.1.10 | | [Biomes O' Plenty](https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty) | 2.1.0.2308 | | [BlockLimiter](https://github.com/GTNewHorizons/BlockLimiter) | 0.55 | | [BlockRenderer6343](https://github.com/GTNewHorizons/BlockRenderer6343) | 1.0.3 | @@ -305,6 +305,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [CropLoadCore](https://github.com/GTNewHorizons/CropLoadCore) | 0.1.10 | | [Crops-plus-plus](https://github.com/GTNewHorizons/Crops-plus-plus) | 1.4.1 | | [Custom-Main-Menu](https://github.com/GTNewHorizons/Custom-Main-Menu) | 1.9.4 | +| [Default-Configs](https://github.com/GTNewHorizons/Default-Configs) | 1.1.1 | | [DefaultServerList](https://github.com/GTNewHorizons/DefaultServerList) | 1.4.0 | | [DefaultWorldGenerator](https://github.com/GTNewHorizons/DefaultWorldGenerator) | 0.2 | | [DetravScannerMod](https://github.com/GTNewHorizons/DetravScannerMod) | 1.7.2 | @@ -395,7 +396,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [neiaddons](https://github.com/GTNewHorizons/neiaddons) | 1.12.22 | | [NetherPortalFix](https://github.com/GTNewHorizons/NetherPortalFix) | 1.1.2 | | [Netty-Patcher](https://github.com/GTNewHorizons/Netty-Patcher) | 0.3.1 | -| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.100 | +| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.101 | | [Nodal-Mechanics](https://github.com/GTNewHorizons/Nodal-Mechanics) | 1.1.-6-GTNH | | [NotEnoughEnergistics](https://github.com/GTNewHorizons/NotEnoughEnergistics) | 1.4.2 | | [NotEnoughIds](https://github.com/GTNewHorizons/NotEnoughIds) | 1.4.6 | From f8f487ffa3c145ebe39404c8642e9d4e6621954f Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 19 Aug 2023 12:57:22 +0200 Subject: [PATCH 14/38] update to 2.3.7 --- gtnh-assets.json | 10 + gtnh-modpack.json | 1 + .../changelog from 2.3.6 to 2.3.7.md | 332 ++++++ releases/manifests/2.3.7.json | 982 ++++++++++++++++++ releases/manifests/nightly.json | 2 +- releases/readmes/README_2.3.7.MD | 493 +++++++++ 6 files changed, 1819 insertions(+), 1 deletion(-) create mode 100644 releases/changelogs/changelog from 2.3.6 to 2.3.7.md create mode 100644 releases/manifests/2.3.7.json create mode 100644 releases/readmes/README_2.3.7.MD diff --git a/gtnh-assets.json b/gtnh-assets.json index 71b68f59..ca7cf4e7 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -664,6 +664,16 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6-nightly-2023-08-05/2.3.6-nightly-2023-08-05.zip", "extra_assets": [] }, + { + "version_tag": "2.3.7", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-08-19T10:51:39+00:00", + "filename": "2.3.7.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122201410", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.7/2.3.7.zip", + "extra_assets": [] + }, { "version_tag": "2.3.7-nightly-2023-08-11", "changelog": "", diff --git a/gtnh-modpack.json b/gtnh-modpack.json index 8f399c99..5cbb8d91 100644 --- a/gtnh-modpack.json +++ b/gtnh-modpack.json @@ -25,6 +25,7 @@ "2.3.4", "2.3.5", "2.3.6", + "2.3.7", "nightly" ], "server_exclusions": [ diff --git a/releases/changelogs/changelog from 2.3.6 to 2.3.7.md b/releases/changelogs/changelog from 2.3.6 to 2.3.7.md new file mode 100644 index 00000000..adde7669 --- /dev/null +++ b/releases/changelogs/changelog from 2.3.6 to 2.3.7.md @@ -0,0 +1,332 @@ +# Updated AE2FluidCraft-Rework (1.1.36-gtnh@Side.BOTH --> 1.1.340-gtnh@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.35-gtnh...1.1.340-gtnh +>## What's Changed +> * Fix gt++ fluid cells not extracting properly by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/156 (1.1.340-gtnh) +> * Fix Crafting Input Bus Compatibility & fix general bugs by @foxwhite25 in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/154 (1.1.39-gtnh) +> * A collection of fixes by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/152 (1.1.38-gtnh) +> * Fix doubling fluids for real now by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/153 (1.1.38-gtnh) +> * Fix fluid stack not doubling by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/151 (1.1.37-gtnh) +> * Lazy monitor updates by @eigenraven in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/150 (1.1.36-gtnh) +> +>## New Contributors +> * @foxwhite25 made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/154 (1.1.39-gtnh) +> + +# Updated Applied-Energistics-2-Unofficial (rv3-beta-247-GTNH@Side.BOTH --> rv3-beta-249-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/compare/rv3-beta-246-GTNH...rv3-beta-249-GTNH +>## What's Changed +> * Update buildscript by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/377 (rv3-beta-249-GTNH) +> * Drop static P2Ps as they are, not ME P2Ps by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/375 (rv3-beta-248-GTNH) +> * Crafting input interface terminal supports by @harrynull in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/368 (rv3-beta-247-GTNH) +> +>## New Contributors +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/368 (rv3-beta-247-GTNH) +> + +# Updated BetterQuesting (3.3.26-GTNH@Side.BOTH --> 3.3.27-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BetterQuesting/compare/3.3.25-GTNH...3.3.27-GTNH +>## What's Changed +> * Wisp final solution by @FindMeSomeFun in https://github.com/GTNewHorizons/BetterQuesting/pull/114 (3.3.27-GTNH) +> * Adapted Wisp entity preview but by respecting DRY principle this time. by @FindMeSomeFun in https://github.com/GTNewHorizons/BetterQuesting/pull/113 (3.3.26-GTNH) +> + +# Updated Binnie (2.1.8@Side.BOTH --> 2.1.10@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Binnie/compare/2.1.6...2.1.10 +>## What's Changed +> * Fix NPE with Lumbermill by @miozune in https://github.com/GTNewHorizons/Binnie/pull/35 (2.1.10) +> * Fix typo: cooper -> copper by @miozune in https://github.com/GTNewHorizons/Binnie/pull/34 (2.1.9) +> * Fix Additive Production by @hacatu in https://github.com/GTNewHorizons/Binnie/pull/33 (2.1.8) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/34 (2.1.9) +> * @hacatu made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/33 (2.1.8) +> + +# Updated BloodMagic (1.4.2@Side.BOTH --> 1.4.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BloodMagic/compare/1.4.1...1.4.3 +>## What's Changed +> * Fix tooltip for meteor NEI by @miozune in https://github.com/GTNewHorizons/BloodMagic/pull/48 (1.4.3) +> * Only use GTNH CT APIs when GTNH CraftTweaker is present by @eigenraven in https://github.com/GTNewHorizons/BloodMagic/pull/46 (1.4.2) +> + +# Updated Chisel (2.11.3-GTNH@Side.BOTH --> 2.11.4-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Chisel/compare/2.11.2-GTNH...2.11.4-GTNH +>## What's Changed +> * Fix Chisel opening its UI instead of looked at TE by @serenibyss in https://github.com/GTNewHorizons/Chisel/pull/32 (2.11.4-GTNH) +> * disable default hempcrete smelting by @Darkmaxsas in https://github.com/GTNewHorizons/Chisel/pull/31 (2.11.3-GTNH) +> +>## New Contributors +> * @serenibyss made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/32 (2.11.4-GTNH) +> * @Darkmaxsas made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/31 (2.11.3-GTNH) +> + +# Updated ForestryMC (4.6.13@Side.BOTH --> 4.6.14@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ForestryMC/compare/4.6.10...4.6.14 +>## What's Changed +> * Update dependency types by @miozune in https://github.com/GTNewHorizons/ForestryMC/pull/56 (4.6.14) +> * Fix Additive Production by @hacatu in https://github.com/GTNewHorizons/ForestryMC/pull/55 (4.6.13) +> + +# Updated GT5-Unofficial (5.09.43.162@Side.BOTH --> 5.09.43.179@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.161...5.09.43.179 +>## What's Changed +> * Fix GT_RecipeConstants.Fuel by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2243 (5.09.43.179) +> * Correct file name on resource pack guide by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2242 (5.09.43.178) +> * Remove broken HSLA recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2241 (5.09.43.177) +> * Correct PCB Factory Energy Hatch description by @Eraldoe in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2237 (5.09.43.177) +> * Crafting input - Optimize isEmpty check to reduce lag by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2239 (5.09.43.176) +> * Fix some output slots allowing insertion by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2230 (5.09.43.175) +> * fix overlay zfighting by disable depth test by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2226 (5.09.43.175) +> * Fix ME Output Bus and Crafting Input Bus overflow when save/load by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2238 (5.09.43.174) +> * Remove fire display from singleblock generator by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2240 (5.09.43.174) +> * Experimental fix to prevent infinite loop in Grid destruction by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2235 (5.09.43.173) +> * clear stale crafting input bus list by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2233 (5.09.43.172) +> * Add a method to remove item data and use it for clay block by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2229 (5.09.43.172) +> * Update buildscript by @firenoo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2232 (5.09.43.172) +> * Fix server crash with RecipeFilter by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2231 (5.09.43.172) +> * Fix a NPE w/ injecting into super/quantum chests by @firenoo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2234 (5.09.43.172) +> * Fix lag caused by getRecipeMap for PA by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2236 (5.09.43.172) +> * Fix overclock calculator calculating eu/t use for ulv recipe wrong on certain parallel by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2225 (5.09.43.171) +> * Fix drilling rigs, plants and concrete backfiller to fail with multiple energy hatches by @Pxx500 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2227 (5.09.43.171) +> * Blacklist AE2FC drop and packet, and Chisel stones from Recycler by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2222 (5.09.43.170) +> * Add detailed logging for ME hatches by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2224 (5.09.43.170) +> * Fix Refractory Capsule by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2219 (5.09.43.169) +> * Fix PAs overclocking ulv recipes too much by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2220 (5.09.43.169) +> * Fix Digital Tank capacity for Fluid Storage Monitor by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2217 (5.09.43.169) +> * Add a way to enable or disable the crafting buffer on GPL multiblocks by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2218 (5.09.43.168) +> * Fix AL logging by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2214 (5.09.43.166) +> * Crafting input buffer: Check for invalid patterns by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2209 (5.09.43.166) +> * Fix and cleanup ammonia recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2210 (5.09.43.165) +> * Adjust Recipe Tiers for Quad Input Hatches by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2211 (5.09.43.165) +> * Check if it is allowed to put into slot by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2207 (5.09.43.164) +> * Fix wireless hatch npe log spam by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2208 (5.09.43.164) +> * Fix nanoforge not overclocking correctly by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2205 (5.09.43.162) +> +>## New Contributors +> * @Eraldoe made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2237 (5.09.43.177) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2232 (5.09.43.172) +> + +# Updated GTNH-Intergalactic (1.1.24@Side.BOTH --> 1.1.26@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Intergalactic/compare/1.1.23...1.1.26 +>## What's Changed +> * Ban input hatch and output bus from siphon by @Lyfts in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/46 (1.1.26) +> * Fixed localization of motor block achievements by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/45 (1.1.25) +> * Use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/43 (1.1.24) +> * Added mk3 pump as NEI catalyst for space pumping by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/44 (1.1.24) +> +>## New Contributors +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/46 (1.1.26) +> * @BlueWeabo made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/43 (1.1.24) +> + +# Updated GTplusplus (1.9.74@Side.BOTH --> 1.9.78@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.73...1.9.78 +>## What's Changed +> * Add tooltip to Steam Output Bus about auto-export by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/722 (1.9.78) +> * Fix parallels in chemplant by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/721 (1.9.77) +> * Fix XL Turbine tooltip by @Lyfts in https://github.com/GTNewHorizons/GTplusplus/pull/718 (1.9.77) +> * Fix chemplant needing catalysts on recipes that don't by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/719 (1.9.76) +> * More LFTR Chain Fixes by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/716 (1.9.76) +> * Fix ore gen pattern for everglades by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/717 (1.9.75) +> * Lower reservoir hatch tier to EV, add tooltip showing tier for reservoir + air intake hatches by @querns in https://github.com/GTNewHorizons/GTplusplus/pull/713 (1.9.74) +> * Fix leather drying in dehydrator by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/714 (1.9.74) +> * Fix steam multis now overclocking recipes which consume 2 eu/t by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/715 (1.9.74) +> +>## New Contributors +> * @querns made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/713 (1.9.74) +> + +# Updated GalacticGregGT5 (1.0.9@Side.BOTH --> 1.0.10@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GalacticGregGT5/compare/1.0.8...1.0.10 +>## What's Changed +> * Fix oregen pattern for space veins by @chochem in https://github.com/GTNewHorizons/GalacticGregGT5/pull/16 (1.0.10) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/GalacticGregGT5/pull/15 (1.0.9) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/GalacticGregGT5/pull/16 (1.0.10) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/GalacticGregGT5/pull/15 (1.0.9) +> + +# Updated Galaxy-Space-GTNH (1.2.5-GTNH@Side.BOTH --> 1.2.6-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Galaxy-Space-GTNH/compare/1.2.4-GTNH...1.2.6-GTNH +>## What's Changed +> * Fix Server-Side Entity leak by @TechnicianLP in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/96 (1.2.6-GTNH) +> * Fix Tantalumhafniumcarbide recipes by @chochem in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/95 (1.2.5-GTNH) +> +>## New Contributors +> * @TechnicianLP made their first contribution in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/96 (1.2.6-GTNH) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/95 (1.2.5-GTNH) +> + +# Updated GoodGenerator (0.6.31@Side.BOTH --> 0.6.35@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.30...0.6.35 +>## What's Changed +> * Fix fuel refinery overclocks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/195 (0.6.35) +> * Add a way to make more Tiberium using Naquadah Gas by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/196 (0.6.35) +> * Don't consume multiple amps for Precise Assembler if only one normal energy hatch is used by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/193 (0.6.34) +> * Fix Compact Fusion not showing correct parallel for scanner by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/194 (0.6.33) +> * Extract using AEFluidStack, not FluidStack by @firenoo in https://github.com/GTNewHorizons/GoodGenerator/pull/192 (0.6.32) +> * Fix compacts mk4 and mk5 having way too many overclocks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/191 (0.6.31) +> +>## New Contributors +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/192 (0.6.32) +> + +# Updated Hodgepodge (2.2.27@Side.BOTH --> 2.2.29@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Hodgepodge/compare/2.2.26...2.2.29 +>## What's Changed +> * Add chunk save CME debugger by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/234 (2.2.29) +> * Fix crash when placing Thaumcraft Golem by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/233 (2.2.28) +> * Fix path handling of bibliocraft saved books to replace invalid characters with dashes by @eigenraven in https://github.com/GTNewHorizons/Hodgepodge/pull/232 (2.2.27) +> + +# Updated KekzTech (0.8.7@Side.BOTH --> 0.8.8@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/KekzTech/compare/0.8.6...0.8.8 +>## What's Changed +> * Allow max tier TFFT to complete with energy hatch by @Lyfts in https://github.com/GTNewHorizons/KekzTech/pull/74 (0.8.8) +> * Add per fluid capacity to TFFT storage field tooltip by @Lyfts in https://github.com/GTNewHorizons/KekzTech/pull/75 (0.8.8) +> * Allow lsc rotation by @alexandre-tardif in https://github.com/GTNewHorizons/KekzTech/pull/73 (0.8.7) +> +>## New Contributors +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/74 (0.8.8) +> * @alexandre-tardif made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/73 (0.8.7) +> + +# Updated KubaTech (0.12.6@Side.BOTH --> 0.12.7@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/KubaTech/compare/0.12.5...0.12.7 +>## What's Changed +> * Allow EEC to get drops that have requirements (e.g. skulls) by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/92 (0.12.7) +> * Partially fix quiver on skeletons in EEC by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/91 (0.12.6) +> + +# Updated Minetweaker-Gregtech-5-Addon (2.0.0@Side.BOTH --> 2.0.1@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/compare/1.7.5...2.0.1 +>## What's Changed +> * Add noOptimize to RA2 and fix fluid recipe crash by @kuba6000 in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/60 (2.0.1) +> * Add Disassembler by @Pilad in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/56 (2.0.0) +> * Add RA2 builder and recipe remover by @kuba6000 in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/59 (2.0.0) +> +>## New Contributors +> * @kuba6000 made their first contribution in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/59 (2.0.0) +> + +# Updated Mobs-Info (0.1.0-GTNH@Side.BOTH --> 0.1.5-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.0.8-GTNH...0.1.5-GTNH + +# Updated NewHorizonsCoreMod (2.1.97@Side.BOTH --> 2.1.101@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.96...2.1.101 +>## What's Changed +> * fix compressed dual desh plates by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/702 (2.1.100) +> * Remove broken HSLA recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/703 (2.1.100) +> * Fix wrong meta for barnada C sapling by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/701 (2.1.99) +> * Fix and clean up ammonia recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/697 (2.1.98) +> * Fix one TC recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/698 (2.1.98) +> * Adjust Recipe Tiers for Endgame Quad Input Hatches by @Steelux8 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/699 (2.1.98) +> * Fix fences for piston assembler recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/700 (2.1.98) +> + +# Updated NotEnoughItems (2.3.80-GTNH@Side.BOTH --> 2.3.83-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughItems/compare/2.3.79-GTNH...2.3.83-GTNH +>## What's Changed +> * Fix world specific settings on MP being also specific to dimension by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/414 (2.3.83-GTNH) +> * Partial fix for the NEI custom diagram in recipe tooltip issue by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/413 (2.3.82-GTNH) +> * Pull bookmarked items from container to player inventory by @Nilau1998 in https://github.com/GTNewHorizons/NotEnoughItems/pull/410 (2.3.81-GTNH) +> * Fix recipe tooltip crash with BetterQuesting by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/409 (2.3.80-GTNH) +> +>## New Contributors +> * @Nilau1998 made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/410 (2.3.81-GTNH) +> + +# Updated Nutrition (0.0.3@Side.BOTH --> 0.0.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Nutrition/compare/0.0.2...0.0.4 +>## What's Changed +> * Suggestions and rebalances by @serenibyss in https://github.com/GTNewHorizons/Nutrition/pull/9 (0.0.4) +> * Dev by @Dream-Master in https://github.com/GTNewHorizons/Nutrition/pull/7 (0.0.3) +> * Fix eating food with zero hunger value crash by @serenibyss in https://github.com/GTNewHorizons/Nutrition/pull/8 (0.0.3) +> +>## New Contributors +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/Nutrition/pull/7 (0.0.3) +> + +# Updated OpenComputers (1.9.13-GTNH@Side.BOTH --> 1.9.14-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/OpenComputers/compare/1.9.12-GTNH...1.9.14-GTNH +>## What's Changed +> * Fix modifying fluid patterns with OC by @S4mpsa in https://github.com/GTNewHorizons/OpenComputers/pull/106 (1.9.14-GTNH) +> * use openContainer instead of sending coords by @Glease in https://github.com/GTNewHorizons/OpenComputers/pull/105 (1.9.13-GTNH) +> +>## New Contributors +> * @Glease made their first contribution in https://github.com/GTNewHorizons/OpenComputers/pull/105 (1.9.13-GTNH) +> + +# Updated ProjectRed (4.7.11-GTNH@Side.BOTH --> 4.7.12-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ProjectRed/compare/4.7.10-GTNH...4.7.12-GTNH +>## What's Changed +> * Fix drawer-related NPEs by @eigenraven in https://github.com/GTNewHorizons/ProjectRed/pull/25 (4.7.12-GTNH) +> * validate tile entities desc packets to be on correct side by @Glease in https://github.com/GTNewHorizons/ProjectRed/pull/24 (4.7.11-GTNH) +> +>## New Contributors +> * @Glease made their first contribution in https://github.com/GTNewHorizons/ProjectRed/pull/24 (4.7.11-GTNH) +> + +# Updated ThaumicEnergistics (1.4.12-GTNH@Side.BOTH --> 1.4.13-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ThaumicEnergistics/compare/1.4.11-GTNH...1.4.13-GTNH +>## What's Changed +> * Use a generated hashcode for EssentiaMonitor by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/50 (1.4.13-GTNH) +> * Fix minor typo in 16k Essentia Storage Cell by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/49 (1.4.12-GTNH) +> + +# Updated WirelessCraftingTerminal (1.9.3@Side.BOTH --> 1.9.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/WirelessCraftingTerminal/compare/1.9.2...1.9.4 +>## What's Changed +> * Fix lang key for keybind by @miozune in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/30 (1.9.4) +> * Fix/magnet npe and updates by @firenoo in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/29 (1.9.3) +> + +# Updated WitchingGadgets (1.3.3-GTNH@Side.BOTH --> 1.3.4-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/WitchingGadgets/compare/1.3.2-GTNH...1.3.4-GTNH +>## What's Changed +> * Fix Bewitched Robe hood rendering by @kumquat-ir in https://github.com/GTNewHorizons/WitchingGadgets/pull/43 (1.3.4-GTNH) +> * Primordial Armor's repairing Fix & Buff by @Sheodar in https://github.com/GTNewHorizons/WitchingGadgets/pull/40 (1.3.3-GTNH) +> +>## New Contributors +> * @kumquat-ir made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/43 (1.3.4-GTNH) +> * @Sheodar made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/40 (1.3.3-GTNH) +> + +# Updated amunra (0.4.35@Side.BOTH --> 0.4.36@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/amunra/compare/0.4.34...0.4.36 +>## What's Changed +> * Fix fluid handling related crash by @eigenraven in https://github.com/GTNewHorizons/amunra/pull/28 (0.4.36) +> * Add Mothership Mass Override by @glowredman in https://github.com/GTNewHorizons/amunra/pull/27 (0.4.35) +> +>## New Contributors +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/amunra/pull/28 (0.4.36) +> + +# Updated bartworks (0.7.36@Side.BOTH --> 0.7.38@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/bartworks/compare/0.7.35...0.7.38 +>## What's Changed +> * Don't lazily initialize EIC recipemap by @miozune in https://github.com/GTNewHorizons/bartworks/pull/350 (0.7.38) +> * Disable crafting me buffer on CAL to stop CAL being formed with 2 slices by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/351 (0.7.37) +> * Use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/348 (0.7.36) +> + +# Updated nei-custom-diagram (1.5.10@Side.BOTH --> 1.5.11@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/nei-custom-diagram/compare/1.5.7...1.5.11 +>## What's Changed +> * Fix diagram drawing in recipe tooltips by @eigenraven in https://github.com/GTNewHorizons/nei-custom-diagram/pull/28 (1.5.11) +> * Make horizontal scrolling using the scrollwheel work again by @wlhlm in https://github.com/GTNewHorizons/nei-custom-diagram/pull/27 (1.5.10) +> + +# Updated twilightforest (2.4.4@Side.BOTH --> 2.4.5@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/twilightforest/compare/2.4.3...2.4.5 +>## What's Changed +> * Improve castle doors by @kumquat-ir in https://github.com/GTNewHorizons/twilightforest/pull/27 (2.4.5) +> * Harmonize color weights for bighorns, fix missing black color by @Dream-Master in https://github.com/GTNewHorizons/twilightforest/pull/24 (2.4.4) +> +>## New Contributors +> * @kumquat-ir made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/27 (2.4.5) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/24 (2.4.4) +> + diff --git a/releases/manifests/2.3.7.json b/releases/manifests/2.3.7.json new file mode 100644 index 00000000..76ee2cf8 --- /dev/null +++ b/releases/manifests/2.3.7.json @@ -0,0 +1,982 @@ +{ + "version": "2.3.7", + "last_version": "2.3.6", + "last_updated": "2023-08-19T10:54:27.705600", + "config": "2.3.7", + "github_mods": { + "AdventureBackpack2": { + "version": "1.0.14-GTNH", + "side": "BOTH" + }, + "AE2FluidCraft-Rework": { + "version": "1.1.340-gtnh", + "side": "BOTH" + }, + "ae2stuff": { + "version": "0.5.7-GTNH", + "side": "BOTH" + }, + "AFSU": { + "version": "1.2.6-GTNH", + "side": "BOTH" + }, + "AngerMod": { + "version": "0.6.3", + "side": "BOTH" + }, + "AppleCore": { + "version": "3.2.10", + "side": "BOTH" + }, + "Applied-Energistics-2-Unofficial": { + "version": "rv3-beta-249-GTNH", + "side": "BOTH" + }, + "ArchitectureCraft": { + "version": "1.8.6", + "side": "BOTH" + }, + "AsieLib": { + "version": "0.5.4", + "side": "BOTH" + }, + "Avaritia": { + "version": "1.45", + "side": "BOTH" + }, + "Avaritiaddons": { + "version": "1.5.5-GTNH", + "side": "BOTH" + }, + "bartworks": { + "version": "0.7.38", + "side": "BOTH" + }, + "Battlegear2": { + "version": "1.2.0", + "side": "BOTH" + }, + "Baubles": { + "version": "1.0.1.16", + "side": "BOTH" + }, + "bdlib": { + "version": "1.9.8-GTNH", + "side": "BOTH" + }, + "BetterBuildersWands": { + "version": "0.9.6-GTNH", + "side": "BOTH" + }, + "BetterCrashes": { + "version": "1.2.2-GTNH", + "side": "CLIENT" + }, + "BetterLoadingScreen": { + "version": "1.4.3-GTNH", + "side": "CLIENT" + }, + "BetterP2P": { + "version": "1.1.20", + "side": "BOTH" + }, + "BetterQuesting": { + "version": "3.3.27-GTNH", + "side": "BOTH" + }, + "Binnie": { + "version": "2.1.10", + "side": "BOTH" + }, + "BlockLimiter": { + "version": "0.55", + "side": "BOTH" + }, + "BloodArsenal": { + "version": "1.2.11", + "side": "BOTH" + }, + "BloodMagic": { + "version": "1.4.3", + "side": "BOTH" + }, + "Botania": { + "version": "1.9.24-GTNH", + "side": "BOTH" + }, + "Botanic-horizons": { + "version": "1.0.15-GTNH", + "side": "BOTH" + }, + "BrandonsCore": { + "version": "1.0.0.13-GTNH", + "side": "BOTH" + }, + "BugTorch": { + "version": "1.2.10-GTNH", + "side": "BOTH" + }, + "BuildCraft": { + "version": "7.1.36", + "side": "BOTH" + }, + "BuildCraftCompat": { + "version": "7.1.14", + "side": "BOTH" + }, + "CarpentersBlocks": { + "version": "3.4.0-GTNH", + "side": "BOTH" + }, + "Catwalks-2": { + "version": "2.1.4-GTNH", + "side": "BOTH" + }, + "Chisel": { + "version": "2.11.4-GTNH", + "side": "BOTH" + }, + "ChiselTones": { + "version": "1.0.4-GTNH", + "side": "BOTH" + }, + "CodeChickenCore": { + "version": "1.1.11", + "side": "BOTH" + }, + "Computronics": { + "version": "1.7.1-GTNH", + "side": "BOTH" + }, + "CookingForBlockheads": { + "version": "1.2.16-GTNH", + "side": "BOTH" + }, + "CraftTweaker": { + "version": "3.2.13", + "side": "BOTH" + }, + "CreativeCore": { + "version": "1.3.31-GTNH", + "side": "BOTH" + }, + "CropLoadCore": { + "version": "0.1.10", + "side": "BOTH" + }, + "Crops-plus-plus": { + "version": "1.4.1", + "side": "BOTH" + }, + "DefaultServerList": { + "version": "1.4.0", + "side": "CLIENT" + }, + "DefaultWorldGenerator": { + "version": "0.2", + "side": "CLIENT" + }, + "DetravScannerMod": { + "version": "1.7.2", + "side": "BOTH" + }, + "Draconic-Evolution": { + "version": "1.1.19-GTNH", + "side": "BOTH" + }, + "Electro-Magic-Tools": { + "version": "1.3.3", + "side": "BOTH" + }, + "EnderCore": { + "version": "0.2.17", + "side": "BOTH" + }, + "EnderIO": { + "version": "2.4.24", + "side": "BOTH" + }, + "EnderStorage": { + "version": "1.4.12", + "side": "BOTH" + }, + "EnderZoo": { + "version": "1.0.23", + "side": "BOTH" + }, + "EnhancedLootBags": { + "version": "1.1.0", + "side": "BOTH" + }, + "Eternal-Singularity": { + "version": "1.1.0", + "side": "BOTH" + }, + "FindIt": { + "version": "1.1.0", + "side": "BOTH" + }, + "ForbiddenMagic": { + "version": "0.6.7-GTNH", + "side": "BOTH" + }, + "ForestryMC": { + "version": "4.6.14", + "side": "BOTH" + }, + "Forgelin": { + "version": "1.9.7-GTNH", + "side": "BOTH" + }, + "ForgeMultipart": { + "version": "1.3.4", + "side": "BOTH" + }, + "Gadomancy": { + "version": "1.1.3", + "side": "BOTH" + }, + "GalacticGregGT5": { + "version": "1.0.10", + "side": "BOTH" + }, + "Galacticraft": { + "version": "3.0.73-GTNH", + "side": "BOTH" + }, + "Galaxy-Space-GTNH": { + "version": "1.2.6-GTNH", + "side": "BOTH" + }, + "gendustry": { + "version": "1.6.5.5-GTNH", + "side": "BOTH" + }, + "GoodGenerator": { + "version": "0.6.35", + "side": "BOTH" + }, + "GT5-Unofficial": { + "version": "5.09.43.179", + "side": "BOTH" + }, + "GTNEIOrePlugin": { + "version": "1.1.3", + "side": "BOTH" + }, + "GTNH-Lanthanides": { + "version": "0.10.6", + "side": "BOTH" + }, + "GTNH-TC-Wands": { + "version": "1.3.1", + "side": "BOTH" + }, + "GTNHLib": { + "version": "0.0.13", + "side": "BOTH" + }, + "GTplusplus": { + "version": "1.9.78", + "side": "BOTH" + }, + "Hardcore-Ender-Expansion": { + "version": "1.9.7-GTNH", + "side": "BOTH" + }, + "harvestcraft": { + "version": "1.1.0-GTNH", + "side": "BOTH" + }, + "Hodgepodge": { + "version": "2.2.29", + "side": "BOTH" + }, + "HoloInventory": { + "version": "2.2.3-GTNH", + "side": "BOTH" + }, + "HungerOverhaul": { + "version": "1.0.4-GTNH", + "side": "BOTH" + }, + "HydroEnergy": { + "version": "1.1.0", + "side": "BOTH" + }, + "IFU": { + "version": "1.9.6", + "side": "BOTH" + }, + "IguanaTweaksTConstruct": { + "version": "2.3.0", + "side": "BOTH" + }, + "Infernal-Mobs": { + "version": "1.7.9-GTNH", + "side": "BOTH" + }, + "InGame-Info-XML": { + "version": "2.8.4", + "side": "CLIENT" + }, + "INpureCore": { + "version": "1.1.5-GTNH", + "side": "BOTH" + }, + "inventory-tweaks": { + "version": "1.5.16", + "side": "CLIENT" + }, + "ironchest": { + "version": "6.0.71", + "side": "BOTH" + }, + "IronChestMinecarts": { + "version": "1.0.8", + "side": "BOTH" + }, + "Irontanks": { + "version": "1.2.6", + "side": "BOTH" + }, + "Jabba": { + "version": "1.2.22", + "side": "BOTH" + }, + "KekzTech": { + "version": "0.8.8", + "side": "BOTH" + }, + "KubaTech": { + "version": "0.12.7", + "side": "BOTH" + }, + "LittleTiles": { + "version": "1.2.9-GTNH", + "side": "BOTH" + }, + "LogisticsPipes": { + "version": "1.0.6-GTNH", + "side": "BOTH" + }, + "LootGames": { + "version": "2.0.8", + "side": "BOTH" + }, + "LunatriusCore": { + "version": "1.1.7-GTNH", + "side": "BOTH" + }, + "MagicBees": { + "version": "2.6.6-GTNH", + "side": "BOTH" + }, + "MalisisCore": { + "version": "0.14.9", + "side": "BOTH" + }, + "MalisisDoors": { + "version": "1.13.7-GTNH", + "side": "BOTH" + }, + "Mantle": { + "version": "0.3.7", + "side": "BOTH" + }, + "Minecraft-Backpack-Mod": { + "version": "2.2.11-GTNH", + "side": "BOTH" + }, + "Minetweaker-Gregtech-5-Addon": { + "version": "2.0.1", + "side": "BOTH" + }, + "ModTweaker": { + "version": "0.9.10", + "side": "BOTH" + }, + "MouseTweaks": { + "version": "2.4.9-GTNH", + "side": "CLIENT" + }, + "MX-Random": { + "version": "0.2.0", + "side": "BOTH" + }, + "Natura": { + "version": "2.5.7", + "side": "BOTH" + }, + "NaturesCompass": { + "version": "1.3.6-GTNH", + "side": "BOTH" + }, + "nei-custom-diagram": { + "version": "1.5.11", + "side": "BOTH" + }, + "NEI-Integration": { + "version": "1.3.3", + "side": "BOTH" + }, + "neiaddons": { + "version": "1.12.22", + "side": "BOTH" + }, + "NetherPortalFix": { + "version": "1.1.2", + "side": "BOTH" + }, + "Netty-Patcher": { + "version": "0.3.1", + "side": "CLIENT" + }, + "NewHorizonsCoreMod": { + "version": "2.1.101", + "side": "BOTH" + }, + "Nodal-Mechanics": { + "version": "1.1.-6-GTNH", + "side": "BOTH" + }, + "NotEnoughEnergistics": { + "version": "1.4.2", + "side": "BOTH" + }, + "NotEnoughItems": { + "version": "2.3.83-GTNH", + "side": "BOTH" + }, + "Nuclear-Control": { + "version": "2.4.19", + "side": "BOTH" + }, + "oauth": { + "version": "1.06.1-GTNH", + "side": "CLIENT" + }, + "OCGlasses": { + "version": "1.3.1-GTNH", + "side": "BOTH" + }, + "OpenBlocks": { + "version": "1.7.0-GTNH", + "side": "BOTH" + }, + "OpenComputers": { + "version": "1.9.14-GTNH", + "side": "BOTH" + }, + "OpenModsLib": { + "version": "0.10.6", + "side": "BOTH" + }, + "OpenModularTurrets": { + "version": "2.2.11-247", + "side": "BOTH" + }, + "OpenSecurity": { + "version": "1.0.120-GTNH", + "side": "BOTH" + }, + "Opis": { + "version": "1.3.8-mapless", + "side": "BOTH" + }, + "OverloadedArmorBar": { + "version": "1.0.1", + "side": "CLIENT" + }, + "PersonalSpace": { + "version": "1.0.26", + "side": "BOTH" + }, + "ProjectBlue": { + "version": "1.1.12-GTNH", + "side": "BOTH" + }, + "ProjectRed": { + "version": "4.7.12-GTNH", + "side": "BOTH" + }, + "Railcraft": { + "version": "9.14.9", + "side": "BOTH" + }, + "Realistic-World-Gen": { + "version": "alpha-1.3.3.2", + "side": "BOTH" + }, + "RemoteIO": { + "version": "2.4.8", + "side": "BOTH" + }, + "Roguelike-Dungeons": { + "version": "1.5.3-GTNH", + "side": "BOTH" + }, + "SC2": { + "version": "2.0.2", + "side": "BOTH" + }, + "Schematica": { + "version": "1.9.3-GTNH", + "side": "CLIENT" + }, + "SGCraft": { + "version": "1.3.13-GTNH", + "side": "BOTH" + }, + "Share-Where-I-am": { + "version": "0.2.0", + "side": "BOTH" + }, + "SleepingBags": { + "version": "0.1.4", + "side": "BOTH" + }, + "SpecialMobs": { + "version": "3.4.3", + "side": "BOTH" + }, + "SpiceOfLife": { + "version": "2.1.0-carrot", + "side": "BOTH" + }, + "Steve-s-Factory-Manager": { + "version": "1.1.7-GTNH", + "side": "BOTH" + }, + "StevesAddons": { + "version": "0.10.27", + "side": "BOTH" + }, + "StorageDrawers": { + "version": "1.12.0-GTNH", + "side": "BOTH" + }, + "StorageDrawers-BiomesOPlenty": { + "version": "1.11.17-GTNH", + "side": "BOTH" + }, + "StorageDrawers-Forestry": { + "version": "1.11.17-GTNH", + "side": "BOTH" + }, + "StorageDrawers-Misc": { + "version": "1.11.18-GTNH", + "side": "BOTH" + }, + "StorageDrawers-Natura": { + "version": "1.11.17-GTNH", + "side": "BOTH" + }, + "StructureCompat": { + "version": "0.4.0", + "side": "BOTH" + }, + "StructureLib": { + "version": "1.2.8", + "side": "BOTH" + }, + "Super-TiC": { + "version": "1.2.5", + "side": "BOTH" + }, + "supersolarpanels": { + "version": "1.1.2-GT-NH-Mod", + "side": "BOTH" + }, + "TCNEIAdditions": { + "version": "1.2.2", + "side": "BOTH" + }, + "TCNodeTracker": { + "version": "1.1.7", + "side": "CLIENT" + }, + "TecTech": { + "version": "5.2.40", + "side": "BOTH" + }, + "thaumcraft-research-tweaks": { + "version": "1.0.4", + "side": "BOTH" + }, + "ThaumcraftMobAspects": { + "version": "1.0.0-GTNH", + "side": "BOTH" + }, + "Thaumic_Exploration": { + "version": "1.1.94-GTNH", + "side": "BOTH" + }, + "ThaumicBases": { + "version": "1.5.4", + "side": "BOTH" + }, + "ThaumicEnergistics": { + "version": "1.4.13-GTNH", + "side": "BOTH" + }, + "ThaumicHorizons": { + "version": "1.3.5", + "side": "BOTH" + }, + "thaumicinsurgence": { + "version": "0.2.6", + "side": "BOTH" + }, + "ThaumicInventoryScanning": { + "version": "1.0.12-GTNH", + "side": "BOTH" + }, + "ThaumicTinkerer": { + "version": "2.7.1", + "side": "BOTH" + }, + "TiC-Tooltips": { + "version": "1.2.11", + "side": "CLIENT" + }, + "TinkersConstruct": { + "version": "1.9.39-GTNH", + "side": "BOTH" + }, + "TinkersMechworks": { + "version": "0.2.16.4", + "side": "BOTH" + }, + "TooMuchLoot": { + "version": "4.1.0-GTNH", + "side": "BOTH" + }, + "ToroHealth": { + "version": "1.0.1", + "side": "CLIENT" + }, + "Translocators": { + "version": "1.1.2.21", + "side": "BOTH" + }, + "twilightforest": { + "version": "2.4.5", + "side": "BOTH" + }, + "Universal-Singularities": { + "version": "8.6.7", + "side": "BOTH" + }, + "VisualProspecting": { + "version": "1.1.13", + "side": "BOTH" + }, + "waila": { + "version": "1.6.0", + "side": "BOTH" + }, + "WailaHarvestability": { + "version": "1.1.10-GTNH", + "side": "BOTH" + }, + "WAILAPlugins": { + "version": "0.2.8", + "side": "BOTH" + }, + "WanionLib": { + "version": "1.8.4", + "side": "BOTH" + }, + "WarpTheory": { + "version": "1.2.16-GTNH", + "side": "BOTH" + }, + "WAWLA": { + "version": "1.1.3-GTNH", + "side": "BOTH" + }, + "WirelessCraftingTerminal": { + "version": "1.9.4", + "side": "BOTH" + }, + "WirelessRedstone-CBE": { + "version": "1.4.8", + "side": "BOTH" + }, + "WitcheryExtras": { + "version": "1.1.14", + "side": "BOTH" + }, + "WitchingGadgets": { + "version": "1.3.4-GTNH", + "side": "BOTH" + }, + "Yamcl": { + "version": "0.5.86", + "side": "BOTH" + }, + "OpenPrinter": { + "version": "0.1.3-GTNH", + "side": "BOTH" + }, + "BlockRenderer6343": { + "version": "1.0.3", + "side": "BOTH" + }, + "ModularUI": { + "version": "1.1.16", + "side": "BOTH" + }, + "TX-Loader": { + "version": "1.5.3", + "side": "CLIENT" + }, + "GigaGramFab": { + "version": "0.2.3", + "side": "BOTH" + }, + "NotEnoughIds": { + "version": "1.4.6", + "side": "BOTH" + }, + "FloodLights": { + "version": "1.2.9", + "side": "BOTH" + }, + "ForgeRelocationFMP": { + "version": "0.0.4", + "side": "BOTH" + }, + "ForgeRelocation": { + "version": "0.0.3", + "side": "BOTH" + }, + "HelpFixer": { + "version": "1.1.0", + "side": "BOTH" + }, + "itlt": { + "version": "1.0.4", + "side": "CLIENT" + }, + "Player-API": { + "version": "1.4.2", + "side": "BOTH" + }, + "BetterAchievements": { + "version": "0.1.3", + "side": "CLIENT" + }, + "DummyCore": { + "version": "1.17.0", + "side": "BOTH" + }, + "Controlling": { + "version": "1.0.0.5", + "side": "CLIENT" + }, + "BuildCraftOilTweak": { + "version": "1.0.4", + "side": "BOTH" + }, + "Custom-Main-Menu": { + "version": "1.9.4", + "side": "CLIENT" + }, + "Gravitation-Suite-Neo": { + "version": "1.0.15", + "side": "BOTH" + }, + "MrTJPCore": { + "version": "1.1.4", + "side": "BOTH" + }, + "Random-Things": { + "version": "2.4.4", + "side": "BOTH" + }, + "Tainted-Magic": { + "version": "7.6.2-GTNH", + "side": "BOTH" + }, + "lwjgl3ify": { + "version": "1.4.2", + "side": "BOTH_JAVA9" + }, + "TravellersGearNeo": { + "version": "1.0", + "side": "BOTH" + }, + "GTNH-Intergalactic": { + "version": "1.1.26", + "side": "BOTH" + }, + "amunra": { + "version": "0.4.36", + "side": "BOTH" + }, + "DuraDisplay": { + "version": "1.0.10", + "side": "CLIENT" + }, + "Mobs-Info": { + "version": "0.1.5-GTNH", + "side": "BOTH" + }, + "BeeBetterAtBees-GTNH": { + "version": "0.3.1-GTNH", + "side": "CLIENT" + }, + "AlchemyGrate": { + "version": "1.0.3-GTNH", + "side": "BOTH" + }, + "Nutrition": { + "version": "0.0.4", + "side": "BOTH" + }, + "Default-Configs": { + "version": "1.1.1", + "side": "CLIENT" + } + }, + "external_mods": { + "Aroma1997Core": { + "version": "1.0.2.16", + "side": "CLIENT" + }, + "AromaBackup": { + "version": "0.1.0.0", + "side": "CLIENT" + }, + "Automagy": { + "version": "0.28.2", + "side": "BOTH" + }, + "BiblioCraft": { + "version": "1.11.7", + "side": "BOTH" + }, + "BiblioCraft: BiblioWoods Biomes O'Plenty Edition": { + "version": "1.9", + "side": "BOTH" + }, + "BiblioCraft: BiblioWoods Forestry Edition": { + "version": "1.7", + "side": "BOTH" + }, + "BiblioCraft: BiblioWoods Natura Edition": { + "version": "1.5", + "side": "BOTH" + }, + "Witchery": { + "version": "0.24.1", + "side": "BOTH" + }, + "Thaumcraft NEI Plugin": { + "version": "1.7a", + "side": "BOTH" + }, + "Pam's Harvest the Nether": { + "version": "1.7.10a", + "side": "BOTH" + }, + "IC2 Crop-Breeding Plugin": { + "version": "1.3.1", + "side": "CLIENT" + }, + "Hardcore Darkness": { + "version": "1.7", + "side": "BOTH" + }, + "FastCraft": { + "version": "1.25", + "side": "CLIENT" + }, + "CoFH Core": { + "version": "3.1.4-329", + "side": "BOTH" + }, + "p455w0rd's Library": { + "version": "1.0.4", + "side": "BOTH" + }, + "Healer": { + "version": "1.2.1", + "side": "BOTH" + }, + "Thaumcraft": { + "version": "4.2.3.5a", + "side": "BOTH" + }, + "JourneyMap": { + "version": "5.1.4p6-fairplay", + "side": "CLIENT" + }, + "JourneyMap Server": { + "version": "1.0.5", + "side": "SERVER" + }, + "Thaumic Machina": { + "version": "0.2.1", + "side": "BOTH" + }, + "Tinkers' Defense": { + "version": "1.2.1d", + "side": "BOTH" + }, + "Travellers Gear": { + "version": "1.16.6", + "side": "BOTH" + }, + "Advanced Solar Panel For 1.7.10 (Unofficial)": { + "version": "1.7.10 Edition", + "side": "BOTH" + }, + "Extra Utilities": { + "version": "1.2.13a", + "side": "BOTH" + }, + "Industrial Craft 2": { + "version": "2.2.82a-experimental", + "side": "BOTH" + }, + "Morpheus": { + "version": "1.6.21", + "side": "SERVER" + }, + "Ztones": { + "version": "2.2.2", + "side": "BOTH" + }, + "Biomes O' Plenty": { + "version": "2.1.0.2308", + "side": "BOTH" + }, + "TC-4-Tweaks": { + "version": "1.5.15", + "side": "BOTH" + }, + "Tinkers-Gregworks": { + "version": "1.0.24", + "side": "BOTH" + }, + "Compact Kinetic Generators": { + "version": "1.0", + "side": "BOTH" + }, + "Craft-Presence": { + "version": "2.2.1", + "side": "CLIENT" + }, + "Gravitation-Suite-old": { + "version": "2.0.3", + "side": "BOTH" + }, + "UniMixins": { + "version": "0.1.11", + "side": "BOTH" + } + } +} \ No newline at end of file diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index d8aebd6f..8c0223db 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-19T10:46:42.640602", + "last_updated": "2023-08-19T10:50:53.164566", "config": "2.3.7-nightly-2023-08-18", "github_mods": { "AdventureBackpack2": { diff --git a/releases/readmes/README_2.3.7.MD b/releases/readmes/README_2.3.7.MD new file mode 100644 index 00000000..e1144f24 --- /dev/null +++ b/releases/readmes/README_2.3.7.MD @@ -0,0 +1,493 @@ +# GT New Horizons Mod Pack + +Version 2.3.7 is out 2023-08-19 + +[![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=GTNewHorizons%20Configs)](http://jenkins.usrv.eu:8080/job/GTNewHorizons%20Configs/) + +## What is GT New Horizons? + +

+ You are looking at a big progressive kitchensink pack for Minecraft 1.7.10 balanced around the mod GregTech.

+ Over 8 years of development (and still going) have formed a balance and refinement that only a handful of packs can keep up with. We are talking about thousands of recipe tweaks, a massive questbook with over 3000 quests, unique world generation, custom mods coded for the pack, custom Thaumonomicon pages, and many more. + The main intentions of the pack are a long-lasting experience and tying mods together in a progressive fashion, making it feel more like a single game than a compilation of mods thrown together.

+ To reach this goal, GT New Horizons is using the tiers (basically ages of technology) from GregTech and allocates content of other mods to a fitting point within the progression.

+ Starting in the stone age you will barely be able to survive until you get your first steam machines and, eventually, reach electricity. Later on, you will have to visit other planets and dimensions to gather important resources and fight mighty bosses to channel their magical power.

+ If you are a fan of expert mode packs and want to take it to the next level, this pack will be your friend! +

+ +## Our Discord server + +Here is our Discord server in case you want to take a look at it: + +[![Join the Discord Server](https://discordapp.com/api/guilds/181078474394566657/widget.png?style=banner4)](https://discord.gg/gtnh) + +## Installing + +

+ To install the GTNH modpack, please follow the instructions on the page Installing and Migrating.
+ The installation files can be found at downloads.gtnewhorizons.com.
+ Do not download the mods separately from the Modlist below - it is provided for reference purposes. +

+ +## Quotes +
    +
  • thcv - This pack is pushing my mental capacity
  • +
  • moronwmachinegun - Noooooooooooooooo! (after cleanroom explosion)
  • +
  • mitchej123 - it probably would have been a bit easier if I put the turbines closer, but it wouldn't look as cool
  • +
  • K1ngMX - problem is like in programming: each change in isolation makes sense, some time later you think "how could this all happen" lol
  • +
  • tsutaaja - If it's not too costly
  • +
  • DreamMasterXXL - Idiots! Do not upgrade your backpack with important stuff inside!
  • +
  • Chaotick - It's already quite the list of errands
  • +
  • LogicFalls - F--k this mod is complicated
  • +
  • Codewarrior0 - Blood, sweat, and tiers
  • +
  • Chewy - No more making any of this irritating s--t
  • +
  • moronwmachinegun - It's never enough
  • +
  • Mondfaust - this game wants so much stuff...
  • +
  • K1ngMX - GTNH is basically pain for win
  • +
  • Pao - RNGesus hates you.
  • +
  • LogicFalls - This modpack makes me unhappy. But it's the good kind of unhappy.
  • +
  • Elusive Ent - GTNH you never fail to frustrate, but i love you all the same
  • +
  • DoomSquirter - welcome to gregtech where we invented the fountain of youth by slowing down time to make you enjoy each millisecond even more.
  • +
  • moronwmachinegun - controller on the front, maintenance in the back? World's worst haircut - gregullet
  • +
  • Axiflare - I've jabbed my screwdriver and my fist into it every way I can think of.
  • +
  • Scribit - Useless coins that are actually useful.
  • +
  • StevensMelon - i really hate this pack why wont i stop playing it. wanT to go back to omifactory where everything was simpler 😭
  • +
+ +## What does this pack have to offer? + +***Technology***
+ +

+ GregTech on its own comes with a huge tech tree using the EU system and the other technology-based mods will open up while you are progressing through the tiers.
+
+ The main cables of GregTech convert EU to RF so you don't have to worry about different energy systems and things feeling incompatible.
+
+ Complex processing lines, automation, a large variety in power generation and a lot of materials to work with create an environment with many possibilities that the player has to explore.
+
+ Crossbreeding plants, bees and crops with Forestry and IndustrialCraft2, setting up mob farms using EnderIO and Draconic Evolution, and general infrastructure improvements with Railcraft and Applied Energistics - it's all there, anything you want (and need!) if you enjoy the technical aspect of modded Minecraft. +

+ +***Magic***
+ +

+ GT New Horizons comes with a variety of powerful magic mods. Your main access will be through the Thauminomicon which is modified to also feature custom sections for Botania, Blood Magic, Witchery, and other important things besides having the usual content of Thaumcraft and its add-ons.
+
+ The Twilight Forest is the dimension linked to magic in this pack and you will have to explore and defeat the bosses to progress in magic. Later on, there is power generation with essentia and options to store it using your AE system connecting technology with magic. +

+ +***Exploration***
+ +

+ Using Realistic World Gen along with Biomes O' Plenty creates a beautiful terrain in the overworld.
+
+ Besides all the biomes and natural structures you can find there will be challenging Rogue-like Dungeons that come with decent loot and spawners you might want to use in creative ways.
+
+ In the early game, villages offer a nice resting spot while looking for the optimal base location. Later you will revisit the villages to trade for key items and scavenge for parts. Eventually, you may end up relocating villagers closer to you - or taking over a village yourself. +

+ +***Put the mining back in Minecraft***
+ +

+ GregTech spawns ore in large localized veins rather than small clusters of everything, rewarding long searches with a huge vein that can sustain your base's growth for a long time.
+
+ In most packs, nearly everything spawns in the overworld which is not the case in GT New Horizons, and you are encouraged to mine in other dimensions such as the Twilight Forest, the nether, the end and (later on) even on other planets to make your way to the endgame. Unlocking things by mining for materials on other planets will create that situation where Galacticraft all of a sudden becomes important to progress which feels really rewarding.
+

+ +***Survival***
+ +

+ The first few days and nights will be rough, in fact, nights will stay rough for a while since hardcore darkness makes them pitch black without any light sources or potion effects, so you might want to get a bed quickly!
+
+ Food is a critical thing early game and you can't keep eating the same things because of Spice of Life. Better watch out for some gardens from Pam's Harvestcraft to get some variety into your nutrition!
+
+ Be prepared to face strong mobs that can cause death quickly if you play without any strategy.
+
+ Facing them with better gear will make life easier once you progress but until then light up your base - there are plenty of options available from Chisel, Project Red, Ztones and Floodlights.
+

+ +***Questing***
+

+ GT New Horizons comes with over 3000 quests that will guide the player through the maze that modded Minecraft can be.
+
+ The texts will inform you what's required to progress so you don't have to watch tutorials or ask others as often. The questbook can even save you the time to type into NEI, just click the items displayed in the quest and it will display the recipe through NEI, quite handy, right?
+
+ Custom lootbags and the coin system make for unique and helpful rewards. And we all enjoy the gamble from time to time. +

+ +***Is this a game for newbies?***
+ +

+ Newbies to Minecraft? Definitely not. Newbies to modded Minecraft? Maybe. The questbook is a great introduction to the variety and type of mods available. With each mod, gated players must learn about the mod to make the most of it while waiting for the next mod to unlock. +

+ +***Is this modpack for me?***
+ +

+ Does the thought of earning that top-end gear over weeks or months appeal to you? The usual packs feel like they are over in 1 or 2 weeks since you get OP gear so quickly?
+
+ How about designing a chemical processing system to rival a real oil refinery, with multiple inputs creating dozens of outputs and intermediate products to finally make a bar of plastic, rubber, explosives or other top-end gear?
+
+ Does the sound of machinery processing ore via crushing, washing, centrifuging, smelting in a blast furnace, and cooling off in a vacuum freezer tickle your brain?
+
+ Then this is the pack for you.
+
+ Your pick is not ready.
+
+ Welcome home.
+

+ +--- +## How to join a server + +

+ Go to the multiplayer menu and choose the server you would like to play on. If the server is whitelisted (check out the list below) you have to contact the staff on the linked website/discord first. For the official servers you can either apply directly on our website or type the "!apply" command on our discord (both linked below) to get further instructions on how to join! +

+ +### EU Servers:
+ +Official EU Server Public (whitelist)
+http://www.gtnewhorizons.com/
+delta.gtnewhorizons.com
+epsilon.gtnewhorizons.com
+eta.gtnewhorizons.com
+ +Official EU Test Server(whitelist)
+zeta.gtnewhorizons.com
+ +Modded Minecraft Club Falkenstein, Germany (open)
+https://www.moddedminecraft.club/
+gtnh.moddedminecraft.club (Teleport enabled)
+gtnh-im.moddedminecraft.club (Ironman, no teleport)
+ +Craftersland +Craftersland GTNH (EU-DE) gt.craftersland.net
+ +MineYourMine
+MineYourMine GTNH (EU) horizons.mineyourmind.net
+ +Zephyrus
+Zephyrus (NL) gtnh.zephyrus-mc.com
+ +Arcturus Network Czech Republic (EU)
+Discord: https://discord.gg/JCCY9NR
+Wiki: http://wiki.arcturus-official.eu/
+play.arcturus-official.eu
+ + +### US/Canada Servers:
+ +Prospercraft (greylist)
+http://www.prospercraft.com/
+newhorizonsold.prospercraft.com
+newhorizons.prospercraft.com
+ +StoneLegion
+StoneLegion.com GTNH (Canada) mc.stonelegion.com
+ +Earthquake
+Earthquake GTNH (US West) aragil.ddns.net
+ + +Modded Minecraft Club(open)
+(same server as above)
+Modded Minecraft Club (Eu-Asia) gtnh.moddedminecraft.club
+Modded Minecraft Club (Am+Aus) gtnh-na.moddedminecraft.club
+MMC No TP (Eu+Asia2) gtnh-im.moddedminecraft.club
+MMC No TP (Am+Aus2) gtnh-im-na.moddedminecraft.club
+ +Stone Huts EU Server (whitelist)
+IP: gtnh.stonehuts.net
+http://stonehuts.net
+ + +### German Server:
+ +MyFTB Public (open)
+https://myftb.de/
+gtnewhorizons.myftb.de
+ + + +### Russian Servers:
+ +Hitechmine.ru GTNG Server Russia
+hitechmine.ru:25565 + +Zvezdolet New fresh Russian server Whitelisted
+IP: gtnh.114-7.com + + + +## Official Links + +MultiMC Downloads: http://downloads.gtnewhorizons.com/Multi_mc_downloads/
+Technic Launcher Link: http://www.technicpack.net/modpack/mcnewhorizons.677387
+Curse Link: https://minecraft.curseforge.com/projects/gt-new-horizons
+Discord Link: https://discord.com/invite/gtnh
+Forum Link: http://gtnewhorizons.com/
+WIKI Link: https://gtnh.miraheze.org/wiki/Main_Page + +### Contributing + +Want to contribute to GTNH? Join our Discord with the link above and read the development manual: https://gtnh.miraheze.org/wiki/Development. + + + +## Resource Realistic Sky GT New Horizons +A resource pack created by MajaProduction that needs Optifine installed, you can find it in your resource folder
+ +--- +## Modlist - NewHorizons + +Downloads can be found at http://downloads.gtnewhorizons.com - do not try to download and install using the links below, this is for reference. + +| Name | Version | +| --- | --- | +| [Advanced Solar Panel For 1.7.10 (Unofficial)](https://www.curseforge.com/minecraft/mc-mods/advancedsolarpanels) | 1.7.10 Edition | +| [AdventureBackpack2](https://github.com/GTNewHorizons/AdventureBackpack2) | 1.0.14-GTNH | +| [AE2FluidCraft-Rework](https://github.com/GTNewHorizons/AE2FluidCraft-Rework) | 1.1.340-gtnh | +| [ae2stuff](https://github.com/GTNewHorizons/ae2stuff) | 0.5.7-GTNH | +| [AFSU](https://github.com/GTNewHorizons/AFSU) | 1.2.6-GTNH | +| [AlchemyGrate](https://github.com/GTNewHorizons/AlchemyGrate) | 1.0.3-GTNH | +| [amunra](https://github.com/GTNewHorizons/amunra) | 0.4.36 | +| [AngerMod](https://github.com/GTNewHorizons/AngerMod) | 0.6.3 | +| [AppleCore](https://github.com/GTNewHorizons/AppleCore) | 3.2.10 | +| [Applied-Energistics-2-Unofficial](https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial) | rv3-beta-249-GTNH | +| [ArchitectureCraft](https://github.com/GTNewHorizons/ArchitectureCraft) | 1.8.6 | +| [Aroma1997Core](https://www.curseforge.com/minecraft/mc-mods/aroma1997core) | 1.0.2.16 | +| [AromaBackup](https://www.curseforge.com/minecraft/mc-mods/aromabackup) | 0.1.0.0 | +| [AsieLib](https://github.com/GTNewHorizons/AsieLib) | 0.5.4 | +| [Automagy](https://www.curseforge.com/minecraft/mc-mods/automagy) | 0.28.2 | +| [Avaritia](https://github.com/GTNewHorizons/Avaritia) | 1.45 | +| [Avaritiaddons](https://github.com/GTNewHorizons/Avaritiaddons) | 1.5.5-GTNH | +| [bartworks](https://github.com/GTNewHorizons/bartworks) | 0.7.38 | +| [Battlegear2](https://github.com/GTNewHorizons/Battlegear2) | 1.2.0 | +| [Baubles](https://github.com/GTNewHorizons/Baubles) | 1.0.1.16 | +| [bdlib](https://github.com/GTNewHorizons/bdlib) | 1.9.8-GTNH | +| [BeeBetterAtBees-GTNH](https://github.com/GTNewHorizons/BeeBetterAtBees-GTNH) | 0.3.1-GTNH | +| [BetterAchievements](https://github.com/GTNewHorizons/BetterAchievements) | 0.1.3 | +| [BetterBuildersWands](https://github.com/GTNewHorizons/BetterBuildersWands) | 0.9.6-GTNH | +| [BetterCrashes](https://github.com/GTNewHorizons/BetterCrashes) | 1.2.2-GTNH | +| [BetterLoadingScreen](https://github.com/GTNewHorizons/BetterLoadingScreen) | 1.4.3-GTNH | +| [BetterP2P](https://github.com/GTNewHorizons/BetterP2P) | 1.1.20 | +| [BetterQuesting](https://github.com/GTNewHorizons/BetterQuesting) | 3.3.27-GTNH | +| [BiblioCraft: BiblioWoods Biomes O'Plenty Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-biomes-oplenty-edition) | 1.9 | +| [BiblioCraft: BiblioWoods Forestry Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-forestry-edition) | 1.7 | +| [BiblioCraft: BiblioWoods Natura Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-natura-edition) | 1.5 | +| [BiblioCraft](https://www.curseforge.com/minecraft/mc-mods/bibliocraft) | 1.11.7 | +| [Binnie](https://github.com/GTNewHorizons/Binnie) | 2.1.10 | +| [Biomes O' Plenty](https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty) | 2.1.0.2308 | +| [BlockLimiter](https://github.com/GTNewHorizons/BlockLimiter) | 0.55 | +| [BlockRenderer6343](https://github.com/GTNewHorizons/BlockRenderer6343) | 1.0.3 | +| [BloodArsenal](https://github.com/GTNewHorizons/BloodArsenal) | 1.2.11 | +| [BloodMagic](https://github.com/GTNewHorizons/BloodMagic) | 1.4.3 | +| [Botania](https://github.com/GTNewHorizons/Botania) | 1.9.24-GTNH | +| [Botanic-horizons](https://github.com/GTNewHorizons/Botanic-horizons) | 1.0.15-GTNH | +| [BrandonsCore](https://github.com/GTNewHorizons/BrandonsCore) | 1.0.0.13-GTNH | +| [BugTorch](https://github.com/GTNewHorizons/BugTorch) | 1.2.10-GTNH | +| [BuildCraft](https://github.com/GTNewHorizons/BuildCraft) | 7.1.36 | +| [BuildCraftCompat](https://github.com/GTNewHorizons/BuildCraftCompat) | 7.1.14 | +| [BuildCraftOilTweak](https://github.com/GTNewHorizons/BuildCraftOilTweak) | 1.0.4 | +| [CarpentersBlocks](https://github.com/GTNewHorizons/CarpentersBlocks) | 3.4.0-GTNH | +| [Catwalks-2](https://github.com/GTNewHorizons/Catwalks-2) | 2.1.4-GTNH | +| [Chisel](https://github.com/GTNewHorizons/Chisel) | 2.11.4-GTNH | +| [ChiselTones](https://github.com/GTNewHorizons/ChiselTones) | 1.0.4-GTNH | +| [CodeChickenCore](https://github.com/GTNewHorizons/CodeChickenCore) | 1.1.11 | +| [CoFH Core](https://www.curseforge.com/minecraft/mc-mods/cofh-core) | 3.1.4-329 | +| [Compact Kinetic Generators](https://forum.industrial-craft.net/thread/12724-ic2-exp-1-7-10-compact-kinetic-generators/) | 1.0 | +| [Computronics](https://github.com/GTNewHorizons/Computronics) | 1.7.1-GTNH | +| [Controlling](https://github.com/GTNewHorizons/Controlling) | 1.0.0.5 | +| [CookingForBlockheads](https://github.com/GTNewHorizons/CookingForBlockheads) | 1.2.16-GTNH | +| [Craft-Presence](https://www.curseforge.com/minecraft/mc-mods/craftpresence/) | 2.2.1 | +| [CraftTweaker](https://github.com/GTNewHorizons/CraftTweaker) | 3.2.13 | +| [CreativeCore](https://github.com/GTNewHorizons/CreativeCore) | 1.3.31-GTNH | +| [CropLoadCore](https://github.com/GTNewHorizons/CropLoadCore) | 0.1.10 | +| [Crops-plus-plus](https://github.com/GTNewHorizons/Crops-plus-plus) | 1.4.1 | +| [Custom-Main-Menu](https://github.com/GTNewHorizons/Custom-Main-Menu) | 1.9.4 | +| [Default-Configs](https://github.com/GTNewHorizons/Default-Configs) | 1.1.1 | +| [DefaultServerList](https://github.com/GTNewHorizons/DefaultServerList) | 1.4.0 | +| [DefaultWorldGenerator](https://github.com/GTNewHorizons/DefaultWorldGenerator) | 0.2 | +| [DetravScannerMod](https://github.com/GTNewHorizons/DetravScannerMod) | 1.7.2 | +| [Draconic-Evolution](https://github.com/GTNewHorizons/Draconic-Evolution) | 1.1.19-GTNH | +| [DummyCore](https://github.com/GTNewHorizons/DummyCore) | 1.17.0 | +| [DuraDisplay](https://github.com/GTNewHorizons/DuraDisplay) | 1.0.10 | +| [Electro-Magic-Tools](https://github.com/GTNewHorizons/Electro-Magic-Tools) | 1.3.3 | +| [EnderCore](https://github.com/GTNewHorizons/EnderCore) | 0.2.17 | +| [EnderIO](https://github.com/GTNewHorizons/EnderIO) | 2.4.24 | +| [EnderStorage](https://github.com/GTNewHorizons/EnderStorage) | 1.4.12 | +| [EnderZoo](https://github.com/GTNewHorizons/EnderZoo) | 1.0.23 | +| [EnhancedLootBags](https://github.com/GTNewHorizons/EnhancedLootBags) | 1.1.0 | +| [Eternal-Singularity](https://github.com/GTNewHorizons/Eternal-Singularity) | 1.1.0 | +| [Extra Utilities](https://www.curseforge.com/minecraft/mc-mods/extra-utilities) | 1.2.13a | +| [FastCraft](https://www.curseforge.com/minecraft/mc-mods/fastcraft) | 1.25 | +| [FindIt](https://github.com/GTNewHorizons/FindIt) | 1.1.0 | +| [FloodLights](https://github.com/GTNewHorizons/FloodLights) | 1.2.9 | +| [ForbiddenMagic](https://github.com/GTNewHorizons/ForbiddenMagic) | 0.6.7-GTNH | +| [ForestryMC](https://github.com/GTNewHorizons/ForestryMC) | 4.6.14 | +| [Forgelin](https://github.com/GTNewHorizons/Forgelin) | 1.9.7-GTNH | +| [ForgeMultipart](https://github.com/GTNewHorizons/ForgeMultipart) | 1.3.4 | +| [ForgeRelocation](https://github.com/GTNewHorizons/ForgeRelocation) | 0.0.3 | +| [ForgeRelocationFMP](https://github.com/GTNewHorizons/ForgeRelocationFMP) | 0.0.4 | +| [Gadomancy](https://github.com/GTNewHorizons/Gadomancy) | 1.1.3 | +| [GalacticGregGT5](https://github.com/GTNewHorizons/GalacticGregGT5) | 1.0.10 | +| [Galacticraft](https://github.com/GTNewHorizons/Galacticraft) | 3.0.73-GTNH | +| [Galaxy-Space-GTNH](https://github.com/GTNewHorizons/Galaxy-Space-GTNH) | 1.2.6-GTNH | +| [gendustry](https://github.com/GTNewHorizons/gendustry) | 1.6.5.5-GTNH | +| [GigaGramFab](https://github.com/GTNewHorizons/GigaGramFab) | 0.2.3 | +| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.35 | +| [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.43.179 | +| [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | +| [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.26 | +| [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.6 | +| [GTNH-TC-Wands](https://github.com/GTNewHorizons/GTNH-TC-Wands) | 1.3.1 | +| [GTNHLib](https://github.com/GTNewHorizons/GTNHLib) | 0.0.13 | +| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.78 | +| [Hardcore Darkness](https://www.curseforge.com/minecraft/mc-mods/hardcore-darkness) | 1.7 | +| [Hardcore-Ender-Expansion](https://github.com/GTNewHorizons/Hardcore-Ender-Expansion) | 1.9.7-GTNH | +| [harvestcraft](https://github.com/GTNewHorizons/harvestcraft) | 1.1.0-GTNH | +| [Healer](https://www.curseforge.com/minecraft/mc-mods/healer) | 1.2.1 | +| [HelpFixer](https://github.com/GTNewHorizons/HelpFixer) | 1.1.0 | +| [Hodgepodge](https://github.com/GTNewHorizons/Hodgepodge) | 2.2.29 | +| [HoloInventory](https://github.com/GTNewHorizons/HoloInventory) | 2.2.3-GTNH | +| [HungerOverhaul](https://github.com/GTNewHorizons/HungerOverhaul) | 1.0.4-GTNH | +| [HydroEnergy](https://github.com/GTNewHorizons/HydroEnergy) | 1.1.0 | +| [IC2 Crop-Breeding Plugin](https://www.curseforge.com/minecraft/mc-mods/ic2-nei-crop-plugin) | 1.3.1 | +| [IFU](https://github.com/GTNewHorizons/IFU) | 1.9.6 | +| [IguanaTweaksTConstruct](https://github.com/GTNewHorizons/IguanaTweaksTConstruct) | 2.3.0 | +| [Industrial Craft 2](https://www.curseforge.com/minecraft/mc-mods/industrial-craft) | 2.2.82a-experimental | +| [Infernal-Mobs](https://github.com/GTNewHorizons/Infernal-Mobs) | 1.7.9-GTNH | +| [InGame-Info-XML](https://github.com/GTNewHorizons/InGame-Info-XML) | 2.8.4 | +| [INpureCore](https://github.com/GTNewHorizons/INpureCore) | 1.1.5-GTNH | +| [inventory-tweaks](https://github.com/GTNewHorizons/inventory-tweaks) | 1.5.16 | +| [ironchest](https://github.com/GTNewHorizons/ironchest) | 6.0.71 | +| [IronChestMinecarts](https://github.com/GTNewHorizons/IronChestMinecarts) | 1.0.8 | +| [Irontanks](https://github.com/GTNewHorizons/Irontanks) | 1.2.6 | +| [itlt](https://github.com/GTNewHorizons/itlt) | 1.0.4 | +| [Jabba](https://github.com/GTNewHorizons/Jabba) | 1.2.22 | +| [JourneyMap Server](https://www.curseforge.com/minecraft/mc-mods/journeymap-server) | 1.0.5 | +| [JourneyMap](https://www.curseforge.com/minecraft/mc-mods/journeymap) | 5.1.4p6-fairplay | +| [KekzTech](https://github.com/GTNewHorizons/KekzTech) | 0.8.8 | +| [KubaTech](https://github.com/GTNewHorizons/KubaTech) | 0.12.7 | +| [LittleTiles](https://github.com/GTNewHorizons/LittleTiles) | 1.2.9-GTNH | +| [LogisticsPipes](https://github.com/GTNewHorizons/LogisticsPipes) | 1.0.6-GTNH | +| [LootGames](https://github.com/GTNewHorizons/LootGames) | 2.0.8 | +| [LunatriusCore](https://github.com/GTNewHorizons/LunatriusCore) | 1.1.7-GTNH | +| [lwjgl3ify](https://github.com/GTNewHorizons/lwjgl3ify) | 1.4.2 | +| [MagicBees](https://github.com/GTNewHorizons/MagicBees) | 2.6.6-GTNH | +| [MalisisCore](https://github.com/GTNewHorizons/MalisisCore) | 0.14.9 | +| [MalisisDoors](https://github.com/GTNewHorizons/MalisisDoors) | 1.13.7-GTNH | +| [Mantle](https://github.com/GTNewHorizons/Mantle) | 0.3.7 | +| [Minecraft-Backpack-Mod](https://github.com/GTNewHorizons/Minecraft-Backpack-Mod) | 2.2.11-GTNH | +| [Minetweaker-Gregtech-5-Addon](https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon) | 2.0.1 | +| [Mobs-Info](https://github.com/GTNewHorizons/Mobs-Info) | 0.1.5-GTNH | +| [ModTweaker](https://github.com/GTNewHorizons/ModTweaker) | 0.9.10 | +| [ModularUI](https://github.com/GTNewHorizons/ModularUI) | 1.1.16 | +| [Morpheus](https://www.curseforge.com/minecraft/mc-mods/morpheus) | 1.6.21 | +| [MouseTweaks](https://github.com/GTNewHorizons/MouseTweaks) | 2.4.9-GTNH | +| [MrTJPCore](https://github.com/GTNewHorizons/MrTJPCore) | 1.1.4 | +| [MX-Random](https://github.com/GTNewHorizons/MX-Random) | 0.2.0 | +| [Natura](https://github.com/GTNewHorizons/Natura) | 2.5.7 | +| [NaturesCompass](https://github.com/GTNewHorizons/NaturesCompass) | 1.3.6-GTNH | +| [nei-custom-diagram](https://github.com/GTNewHorizons/nei-custom-diagram) | 1.5.11 | +| [NEI-Integration](https://github.com/GTNewHorizons/NEI-Integration) | 1.3.3 | +| [neiaddons](https://github.com/GTNewHorizons/neiaddons) | 1.12.22 | +| [NetherPortalFix](https://github.com/GTNewHorizons/NetherPortalFix) | 1.1.2 | +| [Netty-Patcher](https://github.com/GTNewHorizons/Netty-Patcher) | 0.3.1 | +| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.101 | +| [Nodal-Mechanics](https://github.com/GTNewHorizons/Nodal-Mechanics) | 1.1.-6-GTNH | +| [NotEnoughEnergistics](https://github.com/GTNewHorizons/NotEnoughEnergistics) | 1.4.2 | +| [NotEnoughIds](https://github.com/GTNewHorizons/NotEnoughIds) | 1.4.6 | +| [NotEnoughItems](https://github.com/GTNewHorizons/NotEnoughItems) | 2.3.83-GTNH | +| [Nuclear-Control](https://github.com/GTNewHorizons/Nuclear-Control) | 2.4.19 | +| [Nutrition](https://github.com/GTNewHorizons/Nutrition) | 0.0.4 | +| [oauth](https://github.com/GTNewHorizons/oauth) | 1.06.1-GTNH | +| [OCGlasses](https://github.com/GTNewHorizons/OCGlasses) | 1.3.1-GTNH | +| [OpenBlocks](https://github.com/GTNewHorizons/OpenBlocks) | 1.7.0-GTNH | +| [OpenComputers](https://github.com/GTNewHorizons/OpenComputers) | 1.9.14-GTNH | +| [OpenModsLib](https://github.com/GTNewHorizons/OpenModsLib) | 0.10.6 | +| [OpenModularTurrets](https://github.com/GTNewHorizons/OpenModularTurrets) | 2.2.11-247 | +| [OpenPrinter](https://github.com/GTNewHorizons/OpenPrinter) | 0.1.3-GTNH | +| [OpenSecurity](https://github.com/GTNewHorizons/OpenSecurity) | 1.0.120-GTNH | +| [Opis](https://github.com/GTNewHorizons/Opis) | 1.3.8-mapless | +| [OverloadedArmorBar](https://github.com/GTNewHorizons/OverloadedArmorBar) | 1.0.1 | +| [p455w0rd's Library](https://www.curseforge.com/minecraft/mc-mods/p455w0rds-library) | 1.0.4 | +| [Pam's Harvest the Nether](https://www.curseforge.com/minecraft/mc-mods/pams-harvest-the-nether) | 1.7.10a | +| [PersonalSpace](https://github.com/GTNewHorizons/PersonalSpace) | 1.0.26 | +| [Player-API](https://github.com/GTNewHorizons/Player-API) | 1.4.2 | +| [ProjectBlue](https://github.com/GTNewHorizons/ProjectBlue) | 1.1.12-GTNH | +| [ProjectRed](https://github.com/GTNewHorizons/ProjectRed) | 4.7.12-GTNH | +| [Railcraft](https://github.com/GTNewHorizons/Railcraft) | 9.14.9 | +| [Random-Things](https://github.com/GTNewHorizons/Random-Things) | 2.4.4 | +| [Realistic-World-Gen](https://github.com/GTNewHorizons/Realistic-World-Gen) | alpha-1.3.3.2 | +| [RemoteIO](https://github.com/GTNewHorizons/RemoteIO) | 2.4.8 | +| [Roguelike-Dungeons](https://github.com/GTNewHorizons/Roguelike-Dungeons) | 1.5.3-GTNH | +| [SC2](https://github.com/GTNewHorizons/SC2) | 2.0.2 | +| [Schematica](https://github.com/GTNewHorizons/Schematica) | 1.9.3-GTNH | +| [SGCraft](https://github.com/GTNewHorizons/SGCraft) | 1.3.13-GTNH | +| [Share-Where-I-am](https://github.com/GTNewHorizons/Share-Where-I-am) | 0.2.0 | +| [SleepingBags](https://github.com/GTNewHorizons/SleepingBags) | 0.1.4 | +| [SpecialMobs](https://github.com/GTNewHorizons/SpecialMobs) | 3.4.3 | +| [SpiceOfLife](https://github.com/GTNewHorizons/SpiceOfLife) | 2.1.0-carrot | +| [Steve-s-Factory-Manager](https://github.com/GTNewHorizons/Steve-s-Factory-Manager) | 1.1.7-GTNH | +| [StevesAddons](https://github.com/GTNewHorizons/StevesAddons) | 0.10.27 | +| [StorageDrawers-BiomesOPlenty](https://github.com/GTNewHorizons/StorageDrawers-BiomesOPlenty) | 1.11.17-GTNH | +| [StorageDrawers-Forestry](https://github.com/GTNewHorizons/StorageDrawers-Forestry) | 1.11.17-GTNH | +| [StorageDrawers-Misc](https://github.com/GTNewHorizons/StorageDrawers-Misc) | 1.11.18-GTNH | +| [StorageDrawers-Natura](https://github.com/GTNewHorizons/StorageDrawers-Natura) | 1.11.17-GTNH | +| [StorageDrawers](https://github.com/GTNewHorizons/StorageDrawers) | 1.12.0-GTNH | +| [StructureCompat](https://github.com/GTNewHorizons/StructureCompat) | 0.4.0 | +| [StructureLib](https://github.com/GTNewHorizons/StructureLib) | 1.2.8 | +| [Super-TiC](https://github.com/GTNewHorizons/Super-TiC) | 1.2.5 | +| [supersolarpanels](https://github.com/GTNewHorizons/supersolarpanels) | 1.1.2-GT-NH-Mod | +| [Tainted-Magic](https://github.com/GTNewHorizons/Tainted-Magic) | 7.6.2-GTNH | +| [TC-4-Tweaks](https://www.curseforge.com/minecraft/mc-mods/tc4tweaks) | 1.5.15 | +| [TCNEIAdditions](https://github.com/GTNewHorizons/TCNEIAdditions) | 1.2.2 | +| [TCNodeTracker](https://github.com/GTNewHorizons/TCNodeTracker) | 1.1.7 | +| [TecTech](https://github.com/GTNewHorizons/TecTech) | 5.2.40 | +| [Thaumcraft NEI Plugin](https://www.curseforge.com/minecraft/mc-mods/thaumcraft-nei-plugin) | 1.7a | +| [thaumcraft-research-tweaks](https://github.com/GTNewHorizons/thaumcraft-research-tweaks) | 1.0.4 | +| [Thaumcraft](https://www.curseforge.com/minecraft/mc-mods/thaumcraft) | 4.2.3.5a | +| [ThaumcraftMobAspects](https://github.com/GTNewHorizons/ThaumcraftMobAspects) | 1.0.0-GTNH | +| [Thaumic Machina](https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/wip-mods/2200956-wip-1-7-10-open-beta-thaumcraft-4-2-addon-thaumic) | 0.2.1 | +| [Thaumic_Exploration](https://github.com/GTNewHorizons/Thaumic_Exploration) | 1.1.94-GTNH | +| [ThaumicBases](https://github.com/GTNewHorizons/ThaumicBases) | 1.5.4 | +| [ThaumicEnergistics](https://github.com/GTNewHorizons/ThaumicEnergistics) | 1.4.13-GTNH | +| [ThaumicHorizons](https://github.com/GTNewHorizons/ThaumicHorizons) | 1.3.5 | +| [thaumicinsurgence](https://github.com/GTNewHorizons/thaumicinsurgence) | 0.2.6 | +| [ThaumicInventoryScanning](https://github.com/GTNewHorizons/ThaumicInventoryScanning) | 1.0.12-GTNH | +| [ThaumicTinkerer](https://github.com/GTNewHorizons/ThaumicTinkerer) | 2.7.1 | +| [TiC-Tooltips](https://github.com/GTNewHorizons/TiC-Tooltips) | 1.2.11 | +| [Tinkers' Defense](https://www.curseforge.com/minecraft/mc-mods/compendium) | 1.2.1d | +| [Tinkers-Gregworks](https://github.com/Vexatos/TinkersGregworks/tree/GT-NH) | 1.0.24 | +| [TinkersConstruct](https://github.com/GTNewHorizons/TinkersConstruct) | 1.9.39-GTNH | +| [TinkersMechworks](https://github.com/GTNewHorizons/TinkersMechworks) | 0.2.16.4 | +| [TooMuchLoot](https://github.com/GTNewHorizons/TooMuchLoot) | 4.1.0-GTNH | +| [ToroHealth](https://github.com/GTNewHorizons/ToroHealth) | 1.0.1 | +| [Translocators](https://github.com/GTNewHorizons/Translocators) | 1.1.2.21 | +| [Travellers Gear](https://www.curseforge.com/minecraft/mc-mods/travellers-gear) | 1.16.6 | +| [TravellersGearNeo](https://github.com/GTNewHorizons/TravellersGearNeo) | 1.0 | +| [twilightforest](https://github.com/GTNewHorizons/twilightforest) | 2.4.5 | +| [TX-Loader](https://github.com/GTNewHorizons/TX-Loader) | 1.5.3 | +| [UniMixins](https://github.com/LegacyModdingMC/UniMixins) | 0.1.11 | +| [Universal-Singularities](https://github.com/GTNewHorizons/Universal-Singularities) | 8.6.7 | +| [VisualProspecting](https://github.com/GTNewHorizons/VisualProspecting) | 1.1.13 | +| [waila](https://github.com/GTNewHorizons/waila) | 1.6.0 | +| [WailaHarvestability](https://github.com/GTNewHorizons/WailaHarvestability) | 1.1.10-GTNH | +| [WAILAPlugins](https://github.com/GTNewHorizons/WAILAPlugins) | 0.2.8 | +| [WanionLib](https://github.com/GTNewHorizons/WanionLib) | 1.8.4 | +| [WarpTheory](https://github.com/GTNewHorizons/WarpTheory) | 1.2.16-GTNH | +| [WAWLA](https://github.com/GTNewHorizons/WAWLA) | 1.1.3-GTNH | +| [WirelessCraftingTerminal](https://github.com/GTNewHorizons/WirelessCraftingTerminal) | 1.9.4 | +| [WirelessRedstone-CBE](https://github.com/GTNewHorizons/WirelessRedstone-CBE) | 1.4.8 | +| [Witchery](https://www.curseforge.com/minecraft/mc-mods/witchery) | 0.24.1 | +| [WitcheryExtras](https://github.com/GTNewHorizons/WitcheryExtras) | 1.1.14 | +| [WitchingGadgets](https://github.com/GTNewHorizons/WitchingGadgets) | 1.3.4-GTNH | +| [Yamcl](https://github.com/GTNewHorizons/Yamcl) | 0.5.86 | +| [Ztones](https://www.curseforge.com/minecraft/mc-mods/ztones) | 2.2.2 | + +--- + +Maintained by Dream-MasterXXL, Namikon, Drobac, Teteros, Tec, Lefty, Arnab, Methes, Warlord Wossman, SanMan911, Bigbass1997, Ugachaga, MineAnPlay, Giovanni_NL, Ethryan, MTesseracT, Bryfer, Bartimaeusnek, codewarrior, Moronwmachinegun, Mitchej, Zoko061602, Spartak, Highbeam, 0lafe, Teirdalin, Prometheus, KiloJoel, Glease, Kiwi, Bot, LeaGris, Boubou, Glowredman, Repo, DvDManDT, Moller, Colen, Minecraft7771, MuXiu1997, Runakai, YannickMG, SinTh0r4s, Alexdoru, Kiwi, bombcar, vlaetansky, POPlol333, Raven, miozune, GlodBlock, asdflj, D-Cysteine, DianeXD, Ethryan, BlueWeabo, Kuba, Quarri, Steelux8, S4mpsa, chochem, iouter, Elisis and many more. From 4c095510df42f30729ff93261c93b092ea80d2f5 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 19 Aug 2023 13:11:03 +0200 Subject: [PATCH 15/38] update --- gtnh-assets.json | 34 +- gtnh-modpack.json | 1 - .../changelog from 2.3.6 to nightly.md | 6 +- releases/manifests/2.3.7.json | 982 ------------------ releases/manifests/nightly.json | 4 +- releases/readmes/README_nightly.MD | 2 +- 6 files changed, 15 insertions(+), 1014 deletions(-) delete mode 100644 releases/manifests/2.3.7.json diff --git a/gtnh-assets.json b/gtnh-assets.json index ca7cf4e7..48b12650 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -671,7 +671,7 @@ "tagged_at": "2023-08-19T10:51:39+00:00", "filename": "2.3.7.zip", "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122201410", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.7/2.3.7.zip", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/untagged-8923606ad446aa231679/2.3.7.zip", "extra_assets": [] }, { @@ -1021,7 +1021,7 @@ }, { "name": "AE2FluidCraft-Rework", - "latest_version": "1.1.340-gtnh", + "latest_version": "1.1.40-gtnh", "private": false, "versions": [ { @@ -2332,7 +2332,6 @@ "filename": "ae2fc-1.1.34-gtnh.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/AE2FluidCraft-Rework/releases/assets/118383798", "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.34-gtnh/ae2fc-1.1.34-gtnh.jar", - "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.34-gtnh/AE2FluidCraft-Rework-1.1.34-gtnh.jar", "extra_assets": [] }, { @@ -2343,18 +2342,6 @@ "filename": "ae2fc-1.1.35-gtnh.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/AE2FluidCraft-Rework/releases/assets/119777015", "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.35-gtnh/ae2fc-1.1.35-gtnh.jar", - "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.35-gtnh/AE2FluidCraft-Rework-1.1.35-gtnh.jar", - "extra_assets": [] - }, - { - "version_tag": "1.1.36", - "changelog": "## What's Changed\n* Lazy monitor updates by @eigenraven in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/150\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.35-gtnh...1.1.36\n", - "prerelease": false, - "tagged_at": "2023-08-05T07:51:54+00:00", - "filename": "ae2fc-1.1.36.jar", - "download_url": "https://api.github.com/repos/GTNewHorizons/AE2FluidCraft-Rework/releases/assets/120196618", - "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.36/ae2fc-1.1.36.jar", - "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.36/AE2FluidCraft-Rework-1.1.36.jar", "extra_assets": [] }, { @@ -2365,7 +2352,6 @@ "filename": "ae2fc-1.1.36-gtnh.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/AE2FluidCraft-Rework/releases/assets/120209917", "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.36-gtnh/ae2fc-1.1.36-gtnh.jar", - "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.36-gtnh/AE2FluidCraft-Rework-1.1.36-gtnh.jar", "extra_assets": [] }, { @@ -2386,7 +2372,6 @@ "filename": "ae2fc-1.1.38-gtnh.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/AE2FluidCraft-Rework/releases/assets/120581910", "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.38-gtnh/ae2fc-1.1.38-gtnh.jar", - "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.38-gtnh/AE2FluidCraft-Rework-1.1.38-gtnh.jar", "extra_assets": [] }, { @@ -2397,18 +2382,17 @@ "filename": "ae2fc-1.1.39-gtnh.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/AE2FluidCraft-Rework/releases/assets/121152095", "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.39-gtnh/ae2fc-1.1.39-gtnh.jar", - "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.39-gtnh/AE2FluidCraft-Rework-1.1.39-gtnh.jar", "extra_assets": [] }, { - "version_tag": "1.1.340-gtnh", - "changelog": "## What's Changed\n* Fix gt++ fluid cells not extracting properly by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/156\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.39-gtnh...1.1.340-gtnh\n", + "version_tag": "1.1.40-gtnh", + "changelog": "## What's Changed\n* Fix gt++ fluid cells not extracting properly by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/156\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.39-gtnh...1.1.40-gtnh\n", "prerelease": false, - "tagged_at": "2023-08-19T10:37:06+00:00", - "filename": "ae2fc-1.1.340-gtnh.jar", - "download_url": "https://api.github.com/repos/GTNewHorizons/AE2FluidCraft-Rework/releases/assets/122200535", - "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.340-gtnh/ae2fc-1.1.340-gtnh.jar", - "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.340-gtnh/AE2FluidCraft-Rework-1.1.340-gtnh.jar", + "tagged_at": "2023-08-19T11:03:01+00:00", + "filename": "ae2fc-1.1.40-gtnh.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/AE2FluidCraft-Rework/releases/assets/122202151", + "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.40-gtnh/ae2fc-1.1.40-gtnh.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.40-gtnh/AE2FluidCraft-Rework-1.1.40-gtnh.jar", "extra_assets": [] } ], diff --git a/gtnh-modpack.json b/gtnh-modpack.json index 5cbb8d91..8f399c99 100644 --- a/gtnh-modpack.json +++ b/gtnh-modpack.json @@ -25,7 +25,6 @@ "2.3.4", "2.3.5", "2.3.6", - "2.3.7", "nightly" ], "server_exclusions": [ diff --git a/releases/changelogs/changelog from 2.3.6 to nightly.md b/releases/changelogs/changelog from 2.3.6 to nightly.md index adde7669..bbe45114 100644 --- a/releases/changelogs/changelog from 2.3.6 to nightly.md +++ b/releases/changelogs/changelog from 2.3.6 to nightly.md @@ -1,7 +1,7 @@ -# Updated AE2FluidCraft-Rework (1.1.36-gtnh@Side.BOTH --> 1.1.340-gtnh@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.35-gtnh...1.1.340-gtnh +# Updated AE2FluidCraft-Rework (1.1.36-gtnh@Side.BOTH --> 1.1.40-gtnh@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.35-gtnh...1.1.40-gtnh >## What's Changed -> * Fix gt++ fluid cells not extracting properly by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/156 (1.1.340-gtnh) +> * Fix gt++ fluid cells not extracting properly by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/156 (1.1.40-gtnh) > * Fix Crafting Input Bus Compatibility & fix general bugs by @foxwhite25 in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/154 (1.1.39-gtnh) > * A collection of fixes by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/152 (1.1.38-gtnh) > * Fix doubling fluids for real now by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/153 (1.1.38-gtnh) diff --git a/releases/manifests/2.3.7.json b/releases/manifests/2.3.7.json deleted file mode 100644 index 76ee2cf8..00000000 --- a/releases/manifests/2.3.7.json +++ /dev/null @@ -1,982 +0,0 @@ -{ - "version": "2.3.7", - "last_version": "2.3.6", - "last_updated": "2023-08-19T10:54:27.705600", - "config": "2.3.7", - "github_mods": { - "AdventureBackpack2": { - "version": "1.0.14-GTNH", - "side": "BOTH" - }, - "AE2FluidCraft-Rework": { - "version": "1.1.340-gtnh", - "side": "BOTH" - }, - "ae2stuff": { - "version": "0.5.7-GTNH", - "side": "BOTH" - }, - "AFSU": { - "version": "1.2.6-GTNH", - "side": "BOTH" - }, - "AngerMod": { - "version": "0.6.3", - "side": "BOTH" - }, - "AppleCore": { - "version": "3.2.10", - "side": "BOTH" - }, - "Applied-Energistics-2-Unofficial": { - "version": "rv3-beta-249-GTNH", - "side": "BOTH" - }, - "ArchitectureCraft": { - "version": "1.8.6", - "side": "BOTH" - }, - "AsieLib": { - "version": "0.5.4", - "side": "BOTH" - }, - "Avaritia": { - "version": "1.45", - "side": "BOTH" - }, - "Avaritiaddons": { - "version": "1.5.5-GTNH", - "side": "BOTH" - }, - "bartworks": { - "version": "0.7.38", - "side": "BOTH" - }, - "Battlegear2": { - "version": "1.2.0", - "side": "BOTH" - }, - "Baubles": { - "version": "1.0.1.16", - "side": "BOTH" - }, - "bdlib": { - "version": "1.9.8-GTNH", - "side": "BOTH" - }, - "BetterBuildersWands": { - "version": "0.9.6-GTNH", - "side": "BOTH" - }, - "BetterCrashes": { - "version": "1.2.2-GTNH", - "side": "CLIENT" - }, - "BetterLoadingScreen": { - "version": "1.4.3-GTNH", - "side": "CLIENT" - }, - "BetterP2P": { - "version": "1.1.20", - "side": "BOTH" - }, - "BetterQuesting": { - "version": "3.3.27-GTNH", - "side": "BOTH" - }, - "Binnie": { - "version": "2.1.10", - "side": "BOTH" - }, - "BlockLimiter": { - "version": "0.55", - "side": "BOTH" - }, - "BloodArsenal": { - "version": "1.2.11", - "side": "BOTH" - }, - "BloodMagic": { - "version": "1.4.3", - "side": "BOTH" - }, - "Botania": { - "version": "1.9.24-GTNH", - "side": "BOTH" - }, - "Botanic-horizons": { - "version": "1.0.15-GTNH", - "side": "BOTH" - }, - "BrandonsCore": { - "version": "1.0.0.13-GTNH", - "side": "BOTH" - }, - "BugTorch": { - "version": "1.2.10-GTNH", - "side": "BOTH" - }, - "BuildCraft": { - "version": "7.1.36", - "side": "BOTH" - }, - "BuildCraftCompat": { - "version": "7.1.14", - "side": "BOTH" - }, - "CarpentersBlocks": { - "version": "3.4.0-GTNH", - "side": "BOTH" - }, - "Catwalks-2": { - "version": "2.1.4-GTNH", - "side": "BOTH" - }, - "Chisel": { - "version": "2.11.4-GTNH", - "side": "BOTH" - }, - "ChiselTones": { - "version": "1.0.4-GTNH", - "side": "BOTH" - }, - "CodeChickenCore": { - "version": "1.1.11", - "side": "BOTH" - }, - "Computronics": { - "version": "1.7.1-GTNH", - "side": "BOTH" - }, - "CookingForBlockheads": { - "version": "1.2.16-GTNH", - "side": "BOTH" - }, - "CraftTweaker": { - "version": "3.2.13", - "side": "BOTH" - }, - "CreativeCore": { - "version": "1.3.31-GTNH", - "side": "BOTH" - }, - "CropLoadCore": { - "version": "0.1.10", - "side": "BOTH" - }, - "Crops-plus-plus": { - "version": "1.4.1", - "side": "BOTH" - }, - "DefaultServerList": { - "version": "1.4.0", - "side": "CLIENT" - }, - "DefaultWorldGenerator": { - "version": "0.2", - "side": "CLIENT" - }, - "DetravScannerMod": { - "version": "1.7.2", - "side": "BOTH" - }, - "Draconic-Evolution": { - "version": "1.1.19-GTNH", - "side": "BOTH" - }, - "Electro-Magic-Tools": { - "version": "1.3.3", - "side": "BOTH" - }, - "EnderCore": { - "version": "0.2.17", - "side": "BOTH" - }, - "EnderIO": { - "version": "2.4.24", - "side": "BOTH" - }, - "EnderStorage": { - "version": "1.4.12", - "side": "BOTH" - }, - "EnderZoo": { - "version": "1.0.23", - "side": "BOTH" - }, - "EnhancedLootBags": { - "version": "1.1.0", - "side": "BOTH" - }, - "Eternal-Singularity": { - "version": "1.1.0", - "side": "BOTH" - }, - "FindIt": { - "version": "1.1.0", - "side": "BOTH" - }, - "ForbiddenMagic": { - "version": "0.6.7-GTNH", - "side": "BOTH" - }, - "ForestryMC": { - "version": "4.6.14", - "side": "BOTH" - }, - "Forgelin": { - "version": "1.9.7-GTNH", - "side": "BOTH" - }, - "ForgeMultipart": { - "version": "1.3.4", - "side": "BOTH" - }, - "Gadomancy": { - "version": "1.1.3", - "side": "BOTH" - }, - "GalacticGregGT5": { - "version": "1.0.10", - "side": "BOTH" - }, - "Galacticraft": { - "version": "3.0.73-GTNH", - "side": "BOTH" - }, - "Galaxy-Space-GTNH": { - "version": "1.2.6-GTNH", - "side": "BOTH" - }, - "gendustry": { - "version": "1.6.5.5-GTNH", - "side": "BOTH" - }, - "GoodGenerator": { - "version": "0.6.35", - "side": "BOTH" - }, - "GT5-Unofficial": { - "version": "5.09.43.179", - "side": "BOTH" - }, - "GTNEIOrePlugin": { - "version": "1.1.3", - "side": "BOTH" - }, - "GTNH-Lanthanides": { - "version": "0.10.6", - "side": "BOTH" - }, - "GTNH-TC-Wands": { - "version": "1.3.1", - "side": "BOTH" - }, - "GTNHLib": { - "version": "0.0.13", - "side": "BOTH" - }, - "GTplusplus": { - "version": "1.9.78", - "side": "BOTH" - }, - "Hardcore-Ender-Expansion": { - "version": "1.9.7-GTNH", - "side": "BOTH" - }, - "harvestcraft": { - "version": "1.1.0-GTNH", - "side": "BOTH" - }, - "Hodgepodge": { - "version": "2.2.29", - "side": "BOTH" - }, - "HoloInventory": { - "version": "2.2.3-GTNH", - "side": "BOTH" - }, - "HungerOverhaul": { - "version": "1.0.4-GTNH", - "side": "BOTH" - }, - "HydroEnergy": { - "version": "1.1.0", - "side": "BOTH" - }, - "IFU": { - "version": "1.9.6", - "side": "BOTH" - }, - "IguanaTweaksTConstruct": { - "version": "2.3.0", - "side": "BOTH" - }, - "Infernal-Mobs": { - "version": "1.7.9-GTNH", - "side": "BOTH" - }, - "InGame-Info-XML": { - "version": "2.8.4", - "side": "CLIENT" - }, - "INpureCore": { - "version": "1.1.5-GTNH", - "side": "BOTH" - }, - "inventory-tweaks": { - "version": "1.5.16", - "side": "CLIENT" - }, - "ironchest": { - "version": "6.0.71", - "side": "BOTH" - }, - "IronChestMinecarts": { - "version": "1.0.8", - "side": "BOTH" - }, - "Irontanks": { - "version": "1.2.6", - "side": "BOTH" - }, - "Jabba": { - "version": "1.2.22", - "side": "BOTH" - }, - "KekzTech": { - "version": "0.8.8", - "side": "BOTH" - }, - "KubaTech": { - "version": "0.12.7", - "side": "BOTH" - }, - "LittleTiles": { - "version": "1.2.9-GTNH", - "side": "BOTH" - }, - "LogisticsPipes": { - "version": "1.0.6-GTNH", - "side": "BOTH" - }, - "LootGames": { - "version": "2.0.8", - "side": "BOTH" - }, - "LunatriusCore": { - "version": "1.1.7-GTNH", - "side": "BOTH" - }, - "MagicBees": { - "version": "2.6.6-GTNH", - "side": "BOTH" - }, - "MalisisCore": { - "version": "0.14.9", - "side": "BOTH" - }, - "MalisisDoors": { - "version": "1.13.7-GTNH", - "side": "BOTH" - }, - "Mantle": { - "version": "0.3.7", - "side": "BOTH" - }, - "Minecraft-Backpack-Mod": { - "version": "2.2.11-GTNH", - "side": "BOTH" - }, - "Minetweaker-Gregtech-5-Addon": { - "version": "2.0.1", - "side": "BOTH" - }, - "ModTweaker": { - "version": "0.9.10", - "side": "BOTH" - }, - "MouseTweaks": { - "version": "2.4.9-GTNH", - "side": "CLIENT" - }, - "MX-Random": { - "version": "0.2.0", - "side": "BOTH" - }, - "Natura": { - "version": "2.5.7", - "side": "BOTH" - }, - "NaturesCompass": { - "version": "1.3.6-GTNH", - "side": "BOTH" - }, - "nei-custom-diagram": { - "version": "1.5.11", - "side": "BOTH" - }, - "NEI-Integration": { - "version": "1.3.3", - "side": "BOTH" - }, - "neiaddons": { - "version": "1.12.22", - "side": "BOTH" - }, - "NetherPortalFix": { - "version": "1.1.2", - "side": "BOTH" - }, - "Netty-Patcher": { - "version": "0.3.1", - "side": "CLIENT" - }, - "NewHorizonsCoreMod": { - "version": "2.1.101", - "side": "BOTH" - }, - "Nodal-Mechanics": { - "version": "1.1.-6-GTNH", - "side": "BOTH" - }, - "NotEnoughEnergistics": { - "version": "1.4.2", - "side": "BOTH" - }, - "NotEnoughItems": { - "version": "2.3.83-GTNH", - "side": "BOTH" - }, - "Nuclear-Control": { - "version": "2.4.19", - "side": "BOTH" - }, - "oauth": { - "version": "1.06.1-GTNH", - "side": "CLIENT" - }, - "OCGlasses": { - "version": "1.3.1-GTNH", - "side": "BOTH" - }, - "OpenBlocks": { - "version": "1.7.0-GTNH", - "side": "BOTH" - }, - "OpenComputers": { - "version": "1.9.14-GTNH", - "side": "BOTH" - }, - "OpenModsLib": { - "version": "0.10.6", - "side": "BOTH" - }, - "OpenModularTurrets": { - "version": "2.2.11-247", - "side": "BOTH" - }, - "OpenSecurity": { - "version": "1.0.120-GTNH", - "side": "BOTH" - }, - "Opis": { - "version": "1.3.8-mapless", - "side": "BOTH" - }, - "OverloadedArmorBar": { - "version": "1.0.1", - "side": "CLIENT" - }, - "PersonalSpace": { - "version": "1.0.26", - "side": "BOTH" - }, - "ProjectBlue": { - "version": "1.1.12-GTNH", - "side": "BOTH" - }, - "ProjectRed": { - "version": "4.7.12-GTNH", - "side": "BOTH" - }, - "Railcraft": { - "version": "9.14.9", - "side": "BOTH" - }, - "Realistic-World-Gen": { - "version": "alpha-1.3.3.2", - "side": "BOTH" - }, - "RemoteIO": { - "version": "2.4.8", - "side": "BOTH" - }, - "Roguelike-Dungeons": { - "version": "1.5.3-GTNH", - "side": "BOTH" - }, - "SC2": { - "version": "2.0.2", - "side": "BOTH" - }, - "Schematica": { - "version": "1.9.3-GTNH", - "side": "CLIENT" - }, - "SGCraft": { - "version": "1.3.13-GTNH", - "side": "BOTH" - }, - "Share-Where-I-am": { - "version": "0.2.0", - "side": "BOTH" - }, - "SleepingBags": { - "version": "0.1.4", - "side": "BOTH" - }, - "SpecialMobs": { - "version": "3.4.3", - "side": "BOTH" - }, - "SpiceOfLife": { - "version": "2.1.0-carrot", - "side": "BOTH" - }, - "Steve-s-Factory-Manager": { - "version": "1.1.7-GTNH", - "side": "BOTH" - }, - "StevesAddons": { - "version": "0.10.27", - "side": "BOTH" - }, - "StorageDrawers": { - "version": "1.12.0-GTNH", - "side": "BOTH" - }, - "StorageDrawers-BiomesOPlenty": { - "version": "1.11.17-GTNH", - "side": "BOTH" - }, - "StorageDrawers-Forestry": { - "version": "1.11.17-GTNH", - "side": "BOTH" - }, - "StorageDrawers-Misc": { - "version": "1.11.18-GTNH", - "side": "BOTH" - }, - "StorageDrawers-Natura": { - "version": "1.11.17-GTNH", - "side": "BOTH" - }, - "StructureCompat": { - "version": "0.4.0", - "side": "BOTH" - }, - "StructureLib": { - "version": "1.2.8", - "side": "BOTH" - }, - "Super-TiC": { - "version": "1.2.5", - "side": "BOTH" - }, - "supersolarpanels": { - "version": "1.1.2-GT-NH-Mod", - "side": "BOTH" - }, - "TCNEIAdditions": { - "version": "1.2.2", - "side": "BOTH" - }, - "TCNodeTracker": { - "version": "1.1.7", - "side": "CLIENT" - }, - "TecTech": { - "version": "5.2.40", - "side": "BOTH" - }, - "thaumcraft-research-tweaks": { - "version": "1.0.4", - "side": "BOTH" - }, - "ThaumcraftMobAspects": { - "version": "1.0.0-GTNH", - "side": "BOTH" - }, - "Thaumic_Exploration": { - "version": "1.1.94-GTNH", - "side": "BOTH" - }, - "ThaumicBases": { - "version": "1.5.4", - "side": "BOTH" - }, - "ThaumicEnergistics": { - "version": "1.4.13-GTNH", - "side": "BOTH" - }, - "ThaumicHorizons": { - "version": "1.3.5", - "side": "BOTH" - }, - "thaumicinsurgence": { - "version": "0.2.6", - "side": "BOTH" - }, - "ThaumicInventoryScanning": { - "version": "1.0.12-GTNH", - "side": "BOTH" - }, - "ThaumicTinkerer": { - "version": "2.7.1", - "side": "BOTH" - }, - "TiC-Tooltips": { - "version": "1.2.11", - "side": "CLIENT" - }, - "TinkersConstruct": { - "version": "1.9.39-GTNH", - "side": "BOTH" - }, - "TinkersMechworks": { - "version": "0.2.16.4", - "side": "BOTH" - }, - "TooMuchLoot": { - "version": "4.1.0-GTNH", - "side": "BOTH" - }, - "ToroHealth": { - "version": "1.0.1", - "side": "CLIENT" - }, - "Translocators": { - "version": "1.1.2.21", - "side": "BOTH" - }, - "twilightforest": { - "version": "2.4.5", - "side": "BOTH" - }, - "Universal-Singularities": { - "version": "8.6.7", - "side": "BOTH" - }, - "VisualProspecting": { - "version": "1.1.13", - "side": "BOTH" - }, - "waila": { - "version": "1.6.0", - "side": "BOTH" - }, - "WailaHarvestability": { - "version": "1.1.10-GTNH", - "side": "BOTH" - }, - "WAILAPlugins": { - "version": "0.2.8", - "side": "BOTH" - }, - "WanionLib": { - "version": "1.8.4", - "side": "BOTH" - }, - "WarpTheory": { - "version": "1.2.16-GTNH", - "side": "BOTH" - }, - "WAWLA": { - "version": "1.1.3-GTNH", - "side": "BOTH" - }, - "WirelessCraftingTerminal": { - "version": "1.9.4", - "side": "BOTH" - }, - "WirelessRedstone-CBE": { - "version": "1.4.8", - "side": "BOTH" - }, - "WitcheryExtras": { - "version": "1.1.14", - "side": "BOTH" - }, - "WitchingGadgets": { - "version": "1.3.4-GTNH", - "side": "BOTH" - }, - "Yamcl": { - "version": "0.5.86", - "side": "BOTH" - }, - "OpenPrinter": { - "version": "0.1.3-GTNH", - "side": "BOTH" - }, - "BlockRenderer6343": { - "version": "1.0.3", - "side": "BOTH" - }, - "ModularUI": { - "version": "1.1.16", - "side": "BOTH" - }, - "TX-Loader": { - "version": "1.5.3", - "side": "CLIENT" - }, - "GigaGramFab": { - "version": "0.2.3", - "side": "BOTH" - }, - "NotEnoughIds": { - "version": "1.4.6", - "side": "BOTH" - }, - "FloodLights": { - "version": "1.2.9", - "side": "BOTH" - }, - "ForgeRelocationFMP": { - "version": "0.0.4", - "side": "BOTH" - }, - "ForgeRelocation": { - "version": "0.0.3", - "side": "BOTH" - }, - "HelpFixer": { - "version": "1.1.0", - "side": "BOTH" - }, - "itlt": { - "version": "1.0.4", - "side": "CLIENT" - }, - "Player-API": { - "version": "1.4.2", - "side": "BOTH" - }, - "BetterAchievements": { - "version": "0.1.3", - "side": "CLIENT" - }, - "DummyCore": { - "version": "1.17.0", - "side": "BOTH" - }, - "Controlling": { - "version": "1.0.0.5", - "side": "CLIENT" - }, - "BuildCraftOilTweak": { - "version": "1.0.4", - "side": "BOTH" - }, - "Custom-Main-Menu": { - "version": "1.9.4", - "side": "CLIENT" - }, - "Gravitation-Suite-Neo": { - "version": "1.0.15", - "side": "BOTH" - }, - "MrTJPCore": { - "version": "1.1.4", - "side": "BOTH" - }, - "Random-Things": { - "version": "2.4.4", - "side": "BOTH" - }, - "Tainted-Magic": { - "version": "7.6.2-GTNH", - "side": "BOTH" - }, - "lwjgl3ify": { - "version": "1.4.2", - "side": "BOTH_JAVA9" - }, - "TravellersGearNeo": { - "version": "1.0", - "side": "BOTH" - }, - "GTNH-Intergalactic": { - "version": "1.1.26", - "side": "BOTH" - }, - "amunra": { - "version": "0.4.36", - "side": "BOTH" - }, - "DuraDisplay": { - "version": "1.0.10", - "side": "CLIENT" - }, - "Mobs-Info": { - "version": "0.1.5-GTNH", - "side": "BOTH" - }, - "BeeBetterAtBees-GTNH": { - "version": "0.3.1-GTNH", - "side": "CLIENT" - }, - "AlchemyGrate": { - "version": "1.0.3-GTNH", - "side": "BOTH" - }, - "Nutrition": { - "version": "0.0.4", - "side": "BOTH" - }, - "Default-Configs": { - "version": "1.1.1", - "side": "CLIENT" - } - }, - "external_mods": { - "Aroma1997Core": { - "version": "1.0.2.16", - "side": "CLIENT" - }, - "AromaBackup": { - "version": "0.1.0.0", - "side": "CLIENT" - }, - "Automagy": { - "version": "0.28.2", - "side": "BOTH" - }, - "BiblioCraft": { - "version": "1.11.7", - "side": "BOTH" - }, - "BiblioCraft: BiblioWoods Biomes O'Plenty Edition": { - "version": "1.9", - "side": "BOTH" - }, - "BiblioCraft: BiblioWoods Forestry Edition": { - "version": "1.7", - "side": "BOTH" - }, - "BiblioCraft: BiblioWoods Natura Edition": { - "version": "1.5", - "side": "BOTH" - }, - "Witchery": { - "version": "0.24.1", - "side": "BOTH" - }, - "Thaumcraft NEI Plugin": { - "version": "1.7a", - "side": "BOTH" - }, - "Pam's Harvest the Nether": { - "version": "1.7.10a", - "side": "BOTH" - }, - "IC2 Crop-Breeding Plugin": { - "version": "1.3.1", - "side": "CLIENT" - }, - "Hardcore Darkness": { - "version": "1.7", - "side": "BOTH" - }, - "FastCraft": { - "version": "1.25", - "side": "CLIENT" - }, - "CoFH Core": { - "version": "3.1.4-329", - "side": "BOTH" - }, - "p455w0rd's Library": { - "version": "1.0.4", - "side": "BOTH" - }, - "Healer": { - "version": "1.2.1", - "side": "BOTH" - }, - "Thaumcraft": { - "version": "4.2.3.5a", - "side": "BOTH" - }, - "JourneyMap": { - "version": "5.1.4p6-fairplay", - "side": "CLIENT" - }, - "JourneyMap Server": { - "version": "1.0.5", - "side": "SERVER" - }, - "Thaumic Machina": { - "version": "0.2.1", - "side": "BOTH" - }, - "Tinkers' Defense": { - "version": "1.2.1d", - "side": "BOTH" - }, - "Travellers Gear": { - "version": "1.16.6", - "side": "BOTH" - }, - "Advanced Solar Panel For 1.7.10 (Unofficial)": { - "version": "1.7.10 Edition", - "side": "BOTH" - }, - "Extra Utilities": { - "version": "1.2.13a", - "side": "BOTH" - }, - "Industrial Craft 2": { - "version": "2.2.82a-experimental", - "side": "BOTH" - }, - "Morpheus": { - "version": "1.6.21", - "side": "SERVER" - }, - "Ztones": { - "version": "2.2.2", - "side": "BOTH" - }, - "Biomes O' Plenty": { - "version": "2.1.0.2308", - "side": "BOTH" - }, - "TC-4-Tweaks": { - "version": "1.5.15", - "side": "BOTH" - }, - "Tinkers-Gregworks": { - "version": "1.0.24", - "side": "BOTH" - }, - "Compact Kinetic Generators": { - "version": "1.0", - "side": "BOTH" - }, - "Craft-Presence": { - "version": "2.2.1", - "side": "CLIENT" - }, - "Gravitation-Suite-old": { - "version": "2.0.3", - "side": "BOTH" - }, - "UniMixins": { - "version": "0.1.11", - "side": "BOTH" - } - } -} \ No newline at end of file diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 8c0223db..9f88ec57 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-19T10:50:53.164566", + "last_updated": "2023-08-19T11:08:01.359922", "config": "2.3.7-nightly-2023-08-18", "github_mods": { "AdventureBackpack2": { @@ -9,7 +9,7 @@ "side": "BOTH" }, "AE2FluidCraft-Rework": { - "version": "1.1.340-gtnh", + "version": "1.1.40-gtnh", "side": "BOTH" }, "ae2stuff": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index a40c6822..d468b095 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -246,7 +246,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | --- | --- | | [Advanced Solar Panel For 1.7.10 (Unofficial)](https://www.curseforge.com/minecraft/mc-mods/advancedsolarpanels) | 1.7.10 Edition | | [AdventureBackpack2](https://github.com/GTNewHorizons/AdventureBackpack2) | 1.0.14-GTNH | -| [AE2FluidCraft-Rework](https://github.com/GTNewHorizons/AE2FluidCraft-Rework) | 1.1.340-gtnh | +| [AE2FluidCraft-Rework](https://github.com/GTNewHorizons/AE2FluidCraft-Rework) | 1.1.40-gtnh | | [ae2stuff](https://github.com/GTNewHorizons/ae2stuff) | 0.5.7-GTNH | | [AFSU](https://github.com/GTNewHorizons/AFSU) | 1.2.6-GTNH | | [AlchemyGrate](https://github.com/GTNewHorizons/AlchemyGrate) | 1.0.3-GTNH | From a30a799e5c382bb5c4676ea682fab20e49c720b7 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 19 Aug 2023 13:12:48 +0200 Subject: [PATCH 16/38] update --- gtnh-assets.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index 48b12650..10de983e 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -664,16 +664,6 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6-nightly-2023-08-05/2.3.6-nightly-2023-08-05.zip", "extra_assets": [] }, - { - "version_tag": "2.3.7", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-08-19T10:51:39+00:00", - "filename": "2.3.7.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122201410", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/untagged-8923606ad446aa231679/2.3.7.zip", - "extra_assets": [] - }, { "version_tag": "2.3.7-nightly-2023-08-11", "changelog": "", From c005b32f8ed8d79c36bd0da9768c53daaecf875c Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 19 Aug 2023 13:18:55 +0200 Subject: [PATCH 17/38] update --- gtnh-assets.json | 660 +------------------------------- releases/manifests/nightly.json | 4 +- 2 files changed, 7 insertions(+), 657 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index 10de983e..ee33124e 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -5,663 +5,13 @@ "needs_attention": true, "versions": [ { - "version_tag": "nightly-15-05-23", + "version_tag": "2.3.7", "changelog": "", "prerelease": false, - "tagged_at": "2023-05-15T19:49:28+00:00", - "filename": "nightly-15-05-23.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/108287978", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/nightly-15-05-23/nightly-15-05-23.zip", - "extra_assets": [] - }, - { - "version_tag": "nightly-19-05-23", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-05-19T20:44:46+00:00", - "filename": "nightly-19-05-23.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/108953841", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/nightly-19-05-23/nightly-19-05-23.zip", - "extra_assets": [] - }, - { - "version_tag": "nightly-22-05-23", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-05-22T15:44:20+00:00", - "filename": "nightly-22-05-23.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/109288778", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/nightly-22-05-23/nightly-22-05-23.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.3qf-test", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-03-13T19:31:39+00:00", - "filename": "2.1.2.3qf-test.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/59399229", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.3qf-test/2.1.2.3qf-test.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-6-zeta-dev", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-10T09:29:55+00:00", - "filename": "2.1.2.4-6-zeta-dev.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68088196", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-6-zeta-dev/2.1.2.4-6-zeta-dev.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-7-dev", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-12T19:54:14+00:00", - "filename": "2.1.2.4-7-dev.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68280382", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-7-dev/2.1.2.4-7-dev.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-8-dev", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-12T20:54:38+00:00", - "filename": "2.1.2.4-8-dev.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68283725", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-8-dev/2.1.2.4-8-dev.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-9-dev", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-14T21:44:06+00:00", - "filename": "2.1.2.4-9-dev.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68492443", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-9-dev/2.1.2.4-9-dev.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-10", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-15T22:24:02+00:00", - "filename": "2.1.2.4-10.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68606735", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-10/2.1.2.4-10.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-11-dev", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-16T18:37:40+00:00", - "filename": "2.1.2.4-11-dev.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68698851", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-11-dev/2.1.2.4-11-dev.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-12-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-22T09:30:45+00:00", - "filename": "2.1.2.4-12-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/69233541", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-12-pre/2.1.2.4-12-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-13-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-24T13:59:21+00:00", - "filename": "2.1.2.4-13-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/69507877", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-13-pre/2.1.2.4-13-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-14-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-26T11:55:39+00:00", - "filename": "2.1.2.4-14-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/69678300", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-14-pre/2.1.2.4-14-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-15-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-07-05T15:02:22+00:00", - "filename": "2.1.2.4-15-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70638192", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-15-pre/2.1.2.4-15-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-16-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-07-05T16:05:03+00:00", - "filename": "2.1.2.4-16-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70644281", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-16-pre/2.1.2.4-16-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-17-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-07-06T12:51:23+00:00", - "filename": "2.1.2.4-17-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70736026", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-17-pre/2.1.2.4-17-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-18-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-07-08T10:11:46+00:00", - "filename": "2.1.2.4-18-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70956071", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-18-pre/2.1.2.4-18-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-19-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-07-12T13:41:36+00:00", - "filename": "2.1.2.4-19-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/71341083", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-19-pre/2.1.2.4-19-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-20-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-07-13T14:55:55+00:00", - "filename": "2.1.2.4-20-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/71463118", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-20-pre/2.1.2.4-20-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-21-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-01T08:55:00+00:00", - "filename": "2.1.2.4-21-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73316191", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-21-pre/2.1.2.4-21-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-22-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-01T10:19:23+00:00", - "filename": "2.1.2.4-22-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73323921", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-22-pre/2.1.2.4-22-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-23-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-02T11:31:25+00:00", - "filename": "2.1.2.4-23-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73442048", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-23-pre/2.1.2.4-23-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-24-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-03T01:40:44+00:00", - "filename": "2.1.2.4-24-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73510337", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-24-pre/2.1.2.4-24-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-25-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-03T09:24:59+00:00", - "filename": "2.1.2.4-25-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73544160", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-25-pre/2.1.2.4-25-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-26-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-14T14:06:43+00:00", - "filename": "2.1.2.4-26-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/74683655", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-26-pre/2.1.2.4-26-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-27-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-16T19:31:57+00:00", - "filename": "2.1.2.4-27-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/74909241", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-27-pre/2.1.2.4-27-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-28-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-17T09:35:21+00:00", - "filename": "2.1.2.4-28-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/74969236", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-28-pre/2.1.2.4-28-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-29-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-28T13:50:59+00:00", - "filename": "2.1.2.4-29-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/76105656", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-29-pre/2.1.2.4-29-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.0.0-RC-1", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-09-06T17:38:04+00:00", - "filename": "2.2.0.0-RC-1.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/77045842", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-1/2.2.0.0-RC-1.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.0.0-RC-2", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-09-10T14:06:49+00:00", - "filename": "2.2.0.0-RC-2.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/77448203", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-2/2.2.0.0-RC-2.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.0.0-RC-3", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-09-18T09:34:49+00:00", - "filename": "2.2.0.0-RC-3.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/78234075", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-3/2.2.0.0-RC-3.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.0.0-RC-4", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-09-24T10:28:46+00:00", - "filename": "2.2.0.0-RC-4.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/78870238", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-4/2.2.0.0-RC-4.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.0.0", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-09-27T14:03:52+00:00", - "filename": "2.2.0.0.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/79179822", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0/2.2.0.0.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.0.1", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-10-03T10:57:51+00:00", - "filename": "2.2.0.1.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/79802269", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.1/2.2.0.1.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.1", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-10-05T17:39:39+00:00", - "filename": "2.2.1.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80064643", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.1/2.2.1.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.2", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-10-06T09:06:44+00:00", - "filename": "2.2.2.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80130363", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.2/2.2.2.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.3", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-10-07T21:10:06+00:00", - "filename": "2.2.3.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80312736", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.3/2.2.3.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.4", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-10-09T11:22:11+00:00", - "filename": "2.2.4.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80448153", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.4/2.2.4.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.5", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-10-13T07:57:49+00:00", - "filename": "2.2.5.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80863550", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.5/2.2.5.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.6", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-12-10T12:33:18+00:00", - "filename": "2.2.6.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/87698080", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.6/2.2.6.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.7", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-12-11T18:53:04+00:00", - "filename": "2.2.7.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/87815867", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.7/2.2.7.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.8", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-12-24T00:03:09+00:00", - "filename": "2.2.8.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/89321974", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.8/2.2.8.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.9", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-02-12T18:50:20+00:00", - "filename": "2.2.9.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/95359249", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.9/2.2.9.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.10", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-02-17T21:50:44+00:00", - "filename": "2.2.10.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/96116903", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.10/2.2.10.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.11-nightly", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-02-21T19:04:41+00:00", - "filename": "2.2.11-nightly.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/96563168", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.11-nightly/2.2.11-nightly.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.0-RC1", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-03-01T15:02:33+00:00", - "filename": "2.3.0-RC1.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/97615711", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC1/2.3.0-RC1.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.0-RC2", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-03-03T12:15:05+00:00", - "filename": "2.3.0-RC2.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/97901800", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC2/2.3.0-RC2.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.0-RC3", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-03-06T07:02:42+00:00", - "filename": "2.3.0-RC3.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/98204591", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC3/2.3.0-RC3.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.0-RC4", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-03-10T10:25:00+00:00", - "filename": "2.3.0-RC4.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/98817489", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC4/2.3.0-RC4.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.0", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-03-11T08:39:47+00:00", - "filename": "2.3.0.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/98945674", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0/2.3.0.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.1", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-03-19T12:41:44+00:00", - "filename": "2.3.1.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/100023881", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.1/2.3.1.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.2", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-03-26T14:00:39+00:00", - "filename": "2.3.2.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/101023197", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.2/2.3.2.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.3", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-04-23T11:11:45+00:00", - "filename": "2.3.3.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/104919769", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.3/2.3.3.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.4", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-06-11T12:35:23+00:00", - "filename": "2.3.4.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/112259041", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4/2.3.4.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.4-nightly-2023-05-29", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-05-29T08:36:11+00:00", - "filename": "2.3.4-nightly-2023-05-29.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/110282706", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4-nightly-2023-05-29/2.3.4-nightly-2023-05-29.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.4-nightly-2023-06-02", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-06-02T18:25:20+00:00", - "filename": "2.3.4-nightly-2023-06-02.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/111020137", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4-nightly-2023-06-02/2.3.4-nightly-2023-06-02.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.4-nihghtly-2023-06-05", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-06-05T20:39:41+00:00", - "filename": "2.3.4-nihghtly-2023-06-05.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/111412143", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4-nihghtly-2023-06-05/2.3.4-nihghtly-2023-06-05.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.5", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-07-23T10:45:36+00:00", - "filename": "2.3.5.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/118229068", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5/2.3.5.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.5-nightly-2023-07-08", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-07-08T19:24:52+00:00", - "filename": "2.3.5-nightly-2023-07-08.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/116133296", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-08/2.3.5-nightly-2023-07-08.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.5-nightly-2023-07-10", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-07-10T16:15:06+00:00", - "filename": "2.3.5-nightly-2023-07-10.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/116378716", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-10/2.3.5-nightly-2023-07-10.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.5-nightly-2023-07-13", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-07-13T18:57:02+00:00", - "filename": "2.3.5-nightly-2023-07-13.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/116881757", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-13/2.3.5-nightly-2023-07-13.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.5-nightly-2023-07-15", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-07-15T14:09:02+00:00", - "filename": "2.3.5-nightly-2023-07-15.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/117140255", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-15/2.3.5-nightly-2023-07-15.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.5-nightly-2023-07-22", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-07-22T15:39:26+00:00", - "filename": "2.3.5-nightly-2023-07-22.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/118136057", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-22/2.3.5-nightly-2023-07-22.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.6", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-08-05T11:04:21+00:00", - "filename": "2.3.6.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/120211060", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6/2.3.6.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.6-nightly-2023-08-02", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-08-02T15:56:16+00:00", - "filename": "2.3.6-nightly-2023-08-02.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/119775909", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6-nightly-2023-08-02/2.3.6-nightly-2023-08-02.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.6-nightly-2023-08-05", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-08-05T10:52:06+00:00", - "filename": "2.3.6-nightly-2023-08-05.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/120210219", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6-nightly-2023-08-05/2.3.6-nightly-2023-08-05.zip", + "tagged_at": "2023-08-19T10:51:39+00:00", + "filename": "2.3.7.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122201410", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/untagged-8923606ad446aa231679/2.3.7.zip", "extra_assets": [] }, { diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 9f88ec57..0ecd6914 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,8 +1,8 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-19T11:08:01.359922", - "config": "2.3.7-nightly-2023-08-18", + "last_updated": "2023-08-19T11:16:43.479725", + "config": "2.3.7", "github_mods": { "AdventureBackpack2": { "version": "1.0.14-GTNH", From dc5ac4c730f54a42a475b057bfe44aaefd766d2d Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 19 Aug 2023 13:20:26 +0200 Subject: [PATCH 18/38] Revert "update" This reverts commit c005b32f8ed8d79c36bd0da9768c53daaecf875c. --- gtnh-assets.json | 660 +++++++++++++++++++++++++++++++- releases/manifests/nightly.json | 4 +- 2 files changed, 657 insertions(+), 7 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index ee33124e..10de983e 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -5,13 +5,663 @@ "needs_attention": true, "versions": [ { - "version_tag": "2.3.7", + "version_tag": "nightly-15-05-23", "changelog": "", "prerelease": false, - "tagged_at": "2023-08-19T10:51:39+00:00", - "filename": "2.3.7.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122201410", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/untagged-8923606ad446aa231679/2.3.7.zip", + "tagged_at": "2023-05-15T19:49:28+00:00", + "filename": "nightly-15-05-23.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/108287978", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/nightly-15-05-23/nightly-15-05-23.zip", + "extra_assets": [] + }, + { + "version_tag": "nightly-19-05-23", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-05-19T20:44:46+00:00", + "filename": "nightly-19-05-23.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/108953841", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/nightly-19-05-23/nightly-19-05-23.zip", + "extra_assets": [] + }, + { + "version_tag": "nightly-22-05-23", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-05-22T15:44:20+00:00", + "filename": "nightly-22-05-23.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/109288778", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/nightly-22-05-23/nightly-22-05-23.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.3qf-test", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-03-13T19:31:39+00:00", + "filename": "2.1.2.3qf-test.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/59399229", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.3qf-test/2.1.2.3qf-test.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-6-zeta-dev", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-10T09:29:55+00:00", + "filename": "2.1.2.4-6-zeta-dev.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68088196", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-6-zeta-dev/2.1.2.4-6-zeta-dev.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-7-dev", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-12T19:54:14+00:00", + "filename": "2.1.2.4-7-dev.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68280382", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-7-dev/2.1.2.4-7-dev.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-8-dev", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-12T20:54:38+00:00", + "filename": "2.1.2.4-8-dev.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68283725", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-8-dev/2.1.2.4-8-dev.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-9-dev", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-14T21:44:06+00:00", + "filename": "2.1.2.4-9-dev.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68492443", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-9-dev/2.1.2.4-9-dev.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-10", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-15T22:24:02+00:00", + "filename": "2.1.2.4-10.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68606735", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-10/2.1.2.4-10.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-11-dev", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-16T18:37:40+00:00", + "filename": "2.1.2.4-11-dev.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68698851", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-11-dev/2.1.2.4-11-dev.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-12-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-22T09:30:45+00:00", + "filename": "2.1.2.4-12-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/69233541", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-12-pre/2.1.2.4-12-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-13-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-24T13:59:21+00:00", + "filename": "2.1.2.4-13-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/69507877", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-13-pre/2.1.2.4-13-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-14-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-26T11:55:39+00:00", + "filename": "2.1.2.4-14-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/69678300", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-14-pre/2.1.2.4-14-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-15-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-07-05T15:02:22+00:00", + "filename": "2.1.2.4-15-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70638192", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-15-pre/2.1.2.4-15-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-16-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-07-05T16:05:03+00:00", + "filename": "2.1.2.4-16-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70644281", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-16-pre/2.1.2.4-16-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-17-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-07-06T12:51:23+00:00", + "filename": "2.1.2.4-17-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70736026", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-17-pre/2.1.2.4-17-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-18-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-07-08T10:11:46+00:00", + "filename": "2.1.2.4-18-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70956071", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-18-pre/2.1.2.4-18-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-19-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-07-12T13:41:36+00:00", + "filename": "2.1.2.4-19-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/71341083", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-19-pre/2.1.2.4-19-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-20-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-07-13T14:55:55+00:00", + "filename": "2.1.2.4-20-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/71463118", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-20-pre/2.1.2.4-20-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-21-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-01T08:55:00+00:00", + "filename": "2.1.2.4-21-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73316191", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-21-pre/2.1.2.4-21-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-22-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-01T10:19:23+00:00", + "filename": "2.1.2.4-22-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73323921", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-22-pre/2.1.2.4-22-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-23-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-02T11:31:25+00:00", + "filename": "2.1.2.4-23-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73442048", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-23-pre/2.1.2.4-23-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-24-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-03T01:40:44+00:00", + "filename": "2.1.2.4-24-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73510337", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-24-pre/2.1.2.4-24-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-25-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-03T09:24:59+00:00", + "filename": "2.1.2.4-25-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73544160", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-25-pre/2.1.2.4-25-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-26-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-14T14:06:43+00:00", + "filename": "2.1.2.4-26-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/74683655", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-26-pre/2.1.2.4-26-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-27-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-16T19:31:57+00:00", + "filename": "2.1.2.4-27-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/74909241", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-27-pre/2.1.2.4-27-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-28-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-17T09:35:21+00:00", + "filename": "2.1.2.4-28-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/74969236", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-28-pre/2.1.2.4-28-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-29-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-28T13:50:59+00:00", + "filename": "2.1.2.4-29-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/76105656", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-29-pre/2.1.2.4-29-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.0.0-RC-1", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-09-06T17:38:04+00:00", + "filename": "2.2.0.0-RC-1.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/77045842", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-1/2.2.0.0-RC-1.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.0.0-RC-2", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-09-10T14:06:49+00:00", + "filename": "2.2.0.0-RC-2.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/77448203", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-2/2.2.0.0-RC-2.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.0.0-RC-3", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-09-18T09:34:49+00:00", + "filename": "2.2.0.0-RC-3.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/78234075", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-3/2.2.0.0-RC-3.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.0.0-RC-4", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-09-24T10:28:46+00:00", + "filename": "2.2.0.0-RC-4.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/78870238", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-4/2.2.0.0-RC-4.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.0.0", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-09-27T14:03:52+00:00", + "filename": "2.2.0.0.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/79179822", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0/2.2.0.0.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.0.1", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-10-03T10:57:51+00:00", + "filename": "2.2.0.1.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/79802269", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.1/2.2.0.1.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.1", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-10-05T17:39:39+00:00", + "filename": "2.2.1.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80064643", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.1/2.2.1.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.2", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-10-06T09:06:44+00:00", + "filename": "2.2.2.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80130363", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.2/2.2.2.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.3", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-10-07T21:10:06+00:00", + "filename": "2.2.3.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80312736", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.3/2.2.3.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.4", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-10-09T11:22:11+00:00", + "filename": "2.2.4.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80448153", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.4/2.2.4.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.5", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-10-13T07:57:49+00:00", + "filename": "2.2.5.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80863550", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.5/2.2.5.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.6", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-12-10T12:33:18+00:00", + "filename": "2.2.6.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/87698080", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.6/2.2.6.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.7", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-12-11T18:53:04+00:00", + "filename": "2.2.7.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/87815867", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.7/2.2.7.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.8", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-12-24T00:03:09+00:00", + "filename": "2.2.8.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/89321974", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.8/2.2.8.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.9", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-02-12T18:50:20+00:00", + "filename": "2.2.9.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/95359249", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.9/2.2.9.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.10", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-02-17T21:50:44+00:00", + "filename": "2.2.10.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/96116903", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.10/2.2.10.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.11-nightly", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-02-21T19:04:41+00:00", + "filename": "2.2.11-nightly.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/96563168", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.11-nightly/2.2.11-nightly.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.0-RC1", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-03-01T15:02:33+00:00", + "filename": "2.3.0-RC1.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/97615711", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC1/2.3.0-RC1.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.0-RC2", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-03-03T12:15:05+00:00", + "filename": "2.3.0-RC2.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/97901800", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC2/2.3.0-RC2.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.0-RC3", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-03-06T07:02:42+00:00", + "filename": "2.3.0-RC3.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/98204591", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC3/2.3.0-RC3.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.0-RC4", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-03-10T10:25:00+00:00", + "filename": "2.3.0-RC4.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/98817489", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC4/2.3.0-RC4.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.0", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-03-11T08:39:47+00:00", + "filename": "2.3.0.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/98945674", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0/2.3.0.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.1", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-03-19T12:41:44+00:00", + "filename": "2.3.1.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/100023881", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.1/2.3.1.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.2", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-03-26T14:00:39+00:00", + "filename": "2.3.2.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/101023197", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.2/2.3.2.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.3", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-04-23T11:11:45+00:00", + "filename": "2.3.3.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/104919769", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.3/2.3.3.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.4", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-06-11T12:35:23+00:00", + "filename": "2.3.4.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/112259041", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4/2.3.4.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.4-nightly-2023-05-29", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-05-29T08:36:11+00:00", + "filename": "2.3.4-nightly-2023-05-29.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/110282706", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4-nightly-2023-05-29/2.3.4-nightly-2023-05-29.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.4-nightly-2023-06-02", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-06-02T18:25:20+00:00", + "filename": "2.3.4-nightly-2023-06-02.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/111020137", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4-nightly-2023-06-02/2.3.4-nightly-2023-06-02.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.4-nihghtly-2023-06-05", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-06-05T20:39:41+00:00", + "filename": "2.3.4-nihghtly-2023-06-05.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/111412143", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4-nihghtly-2023-06-05/2.3.4-nihghtly-2023-06-05.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.5", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-07-23T10:45:36+00:00", + "filename": "2.3.5.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/118229068", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5/2.3.5.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.5-nightly-2023-07-08", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-07-08T19:24:52+00:00", + "filename": "2.3.5-nightly-2023-07-08.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/116133296", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-08/2.3.5-nightly-2023-07-08.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.5-nightly-2023-07-10", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-07-10T16:15:06+00:00", + "filename": "2.3.5-nightly-2023-07-10.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/116378716", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-10/2.3.5-nightly-2023-07-10.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.5-nightly-2023-07-13", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-07-13T18:57:02+00:00", + "filename": "2.3.5-nightly-2023-07-13.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/116881757", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-13/2.3.5-nightly-2023-07-13.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.5-nightly-2023-07-15", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-07-15T14:09:02+00:00", + "filename": "2.3.5-nightly-2023-07-15.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/117140255", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-15/2.3.5-nightly-2023-07-15.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.5-nightly-2023-07-22", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-07-22T15:39:26+00:00", + "filename": "2.3.5-nightly-2023-07-22.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/118136057", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-22/2.3.5-nightly-2023-07-22.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.6", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-08-05T11:04:21+00:00", + "filename": "2.3.6.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/120211060", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6/2.3.6.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.6-nightly-2023-08-02", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-08-02T15:56:16+00:00", + "filename": "2.3.6-nightly-2023-08-02.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/119775909", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6-nightly-2023-08-02/2.3.6-nightly-2023-08-02.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.6-nightly-2023-08-05", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-08-05T10:52:06+00:00", + "filename": "2.3.6-nightly-2023-08-05.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/120210219", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6-nightly-2023-08-05/2.3.6-nightly-2023-08-05.zip", "extra_assets": [] }, { diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 0ecd6914..9f88ec57 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,8 +1,8 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-19T11:16:43.479725", - "config": "2.3.7", + "last_updated": "2023-08-19T11:08:01.359922", + "config": "2.3.7-nightly-2023-08-18", "github_mods": { "AdventureBackpack2": { "version": "1.0.14-GTNH", From 813a1b9f911a989a8ae7527dc932cbcb37fd83e9 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 19 Aug 2023 14:10:44 +0200 Subject: [PATCH 19/38] update --- releases/manifests/nightly.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 9f88ec57..64adc0a4 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-19T11:08:01.359922", + "last_updated": "2023-08-19T12:05:27.774111", "config": "2.3.7-nightly-2023-08-18", "github_mods": { "AdventureBackpack2": { From 2d3fa47ccdccef87439816f57c24049c8ee2831e Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 19 Aug 2023 15:21:12 +0200 Subject: [PATCH 20/38] update --- gtnh-assets.json | 660 +------------------------------- releases/manifests/nightly.json | 4 +- 2 files changed, 7 insertions(+), 657 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index 10de983e..ee33124e 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -5,663 +5,13 @@ "needs_attention": true, "versions": [ { - "version_tag": "nightly-15-05-23", + "version_tag": "2.3.7", "changelog": "", "prerelease": false, - "tagged_at": "2023-05-15T19:49:28+00:00", - "filename": "nightly-15-05-23.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/108287978", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/nightly-15-05-23/nightly-15-05-23.zip", - "extra_assets": [] - }, - { - "version_tag": "nightly-19-05-23", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-05-19T20:44:46+00:00", - "filename": "nightly-19-05-23.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/108953841", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/nightly-19-05-23/nightly-19-05-23.zip", - "extra_assets": [] - }, - { - "version_tag": "nightly-22-05-23", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-05-22T15:44:20+00:00", - "filename": "nightly-22-05-23.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/109288778", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/nightly-22-05-23/nightly-22-05-23.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.3qf-test", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-03-13T19:31:39+00:00", - "filename": "2.1.2.3qf-test.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/59399229", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.3qf-test/2.1.2.3qf-test.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-6-zeta-dev", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-10T09:29:55+00:00", - "filename": "2.1.2.4-6-zeta-dev.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68088196", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-6-zeta-dev/2.1.2.4-6-zeta-dev.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-7-dev", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-12T19:54:14+00:00", - "filename": "2.1.2.4-7-dev.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68280382", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-7-dev/2.1.2.4-7-dev.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-8-dev", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-12T20:54:38+00:00", - "filename": "2.1.2.4-8-dev.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68283725", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-8-dev/2.1.2.4-8-dev.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-9-dev", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-14T21:44:06+00:00", - "filename": "2.1.2.4-9-dev.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68492443", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-9-dev/2.1.2.4-9-dev.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-10", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-15T22:24:02+00:00", - "filename": "2.1.2.4-10.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68606735", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-10/2.1.2.4-10.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-11-dev", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-16T18:37:40+00:00", - "filename": "2.1.2.4-11-dev.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68698851", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-11-dev/2.1.2.4-11-dev.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-12-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-22T09:30:45+00:00", - "filename": "2.1.2.4-12-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/69233541", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-12-pre/2.1.2.4-12-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-13-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-24T13:59:21+00:00", - "filename": "2.1.2.4-13-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/69507877", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-13-pre/2.1.2.4-13-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-14-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-06-26T11:55:39+00:00", - "filename": "2.1.2.4-14-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/69678300", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-14-pre/2.1.2.4-14-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-15-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-07-05T15:02:22+00:00", - "filename": "2.1.2.4-15-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70638192", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-15-pre/2.1.2.4-15-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-16-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-07-05T16:05:03+00:00", - "filename": "2.1.2.4-16-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70644281", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-16-pre/2.1.2.4-16-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-17-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-07-06T12:51:23+00:00", - "filename": "2.1.2.4-17-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70736026", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-17-pre/2.1.2.4-17-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-18-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-07-08T10:11:46+00:00", - "filename": "2.1.2.4-18-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70956071", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-18-pre/2.1.2.4-18-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-19-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-07-12T13:41:36+00:00", - "filename": "2.1.2.4-19-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/71341083", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-19-pre/2.1.2.4-19-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-20-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-07-13T14:55:55+00:00", - "filename": "2.1.2.4-20-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/71463118", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-20-pre/2.1.2.4-20-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-21-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-01T08:55:00+00:00", - "filename": "2.1.2.4-21-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73316191", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-21-pre/2.1.2.4-21-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-22-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-01T10:19:23+00:00", - "filename": "2.1.2.4-22-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73323921", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-22-pre/2.1.2.4-22-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-23-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-02T11:31:25+00:00", - "filename": "2.1.2.4-23-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73442048", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-23-pre/2.1.2.4-23-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-24-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-03T01:40:44+00:00", - "filename": "2.1.2.4-24-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73510337", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-24-pre/2.1.2.4-24-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-25-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-03T09:24:59+00:00", - "filename": "2.1.2.4-25-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73544160", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-25-pre/2.1.2.4-25-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-26-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-14T14:06:43+00:00", - "filename": "2.1.2.4-26-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/74683655", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-26-pre/2.1.2.4-26-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-27-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-16T19:31:57+00:00", - "filename": "2.1.2.4-27-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/74909241", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-27-pre/2.1.2.4-27-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-28-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-17T09:35:21+00:00", - "filename": "2.1.2.4-28-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/74969236", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-28-pre/2.1.2.4-28-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.1.2.4-29-pre", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-08-28T13:50:59+00:00", - "filename": "2.1.2.4-29-pre.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/76105656", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-29-pre/2.1.2.4-29-pre.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.0.0-RC-1", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-09-06T17:38:04+00:00", - "filename": "2.2.0.0-RC-1.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/77045842", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-1/2.2.0.0-RC-1.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.0.0-RC-2", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-09-10T14:06:49+00:00", - "filename": "2.2.0.0-RC-2.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/77448203", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-2/2.2.0.0-RC-2.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.0.0-RC-3", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-09-18T09:34:49+00:00", - "filename": "2.2.0.0-RC-3.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/78234075", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-3/2.2.0.0-RC-3.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.0.0-RC-4", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-09-24T10:28:46+00:00", - "filename": "2.2.0.0-RC-4.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/78870238", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-4/2.2.0.0-RC-4.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.0.0", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-09-27T14:03:52+00:00", - "filename": "2.2.0.0.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/79179822", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0/2.2.0.0.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.0.1", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-10-03T10:57:51+00:00", - "filename": "2.2.0.1.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/79802269", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.1/2.2.0.1.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.1", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-10-05T17:39:39+00:00", - "filename": "2.2.1.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80064643", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.1/2.2.1.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.2", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-10-06T09:06:44+00:00", - "filename": "2.2.2.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80130363", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.2/2.2.2.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.3", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-10-07T21:10:06+00:00", - "filename": "2.2.3.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80312736", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.3/2.2.3.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.4", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-10-09T11:22:11+00:00", - "filename": "2.2.4.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80448153", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.4/2.2.4.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.5", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-10-13T07:57:49+00:00", - "filename": "2.2.5.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80863550", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.5/2.2.5.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.6", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-12-10T12:33:18+00:00", - "filename": "2.2.6.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/87698080", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.6/2.2.6.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.7", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-12-11T18:53:04+00:00", - "filename": "2.2.7.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/87815867", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.7/2.2.7.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.8", - "changelog": "", - "prerelease": false, - "tagged_at": "2022-12-24T00:03:09+00:00", - "filename": "2.2.8.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/89321974", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.8/2.2.8.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.9", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-02-12T18:50:20+00:00", - "filename": "2.2.9.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/95359249", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.9/2.2.9.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.10", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-02-17T21:50:44+00:00", - "filename": "2.2.10.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/96116903", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.10/2.2.10.zip", - "extra_assets": [] - }, - { - "version_tag": "2.2.11-nightly", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-02-21T19:04:41+00:00", - "filename": "2.2.11-nightly.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/96563168", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.11-nightly/2.2.11-nightly.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.0-RC1", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-03-01T15:02:33+00:00", - "filename": "2.3.0-RC1.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/97615711", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC1/2.3.0-RC1.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.0-RC2", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-03-03T12:15:05+00:00", - "filename": "2.3.0-RC2.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/97901800", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC2/2.3.0-RC2.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.0-RC3", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-03-06T07:02:42+00:00", - "filename": "2.3.0-RC3.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/98204591", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC3/2.3.0-RC3.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.0-RC4", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-03-10T10:25:00+00:00", - "filename": "2.3.0-RC4.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/98817489", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC4/2.3.0-RC4.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.0", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-03-11T08:39:47+00:00", - "filename": "2.3.0.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/98945674", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0/2.3.0.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.1", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-03-19T12:41:44+00:00", - "filename": "2.3.1.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/100023881", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.1/2.3.1.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.2", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-03-26T14:00:39+00:00", - "filename": "2.3.2.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/101023197", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.2/2.3.2.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.3", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-04-23T11:11:45+00:00", - "filename": "2.3.3.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/104919769", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.3/2.3.3.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.4", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-06-11T12:35:23+00:00", - "filename": "2.3.4.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/112259041", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4/2.3.4.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.4-nightly-2023-05-29", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-05-29T08:36:11+00:00", - "filename": "2.3.4-nightly-2023-05-29.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/110282706", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4-nightly-2023-05-29/2.3.4-nightly-2023-05-29.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.4-nightly-2023-06-02", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-06-02T18:25:20+00:00", - "filename": "2.3.4-nightly-2023-06-02.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/111020137", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4-nightly-2023-06-02/2.3.4-nightly-2023-06-02.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.4-nihghtly-2023-06-05", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-06-05T20:39:41+00:00", - "filename": "2.3.4-nihghtly-2023-06-05.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/111412143", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4-nihghtly-2023-06-05/2.3.4-nihghtly-2023-06-05.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.5", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-07-23T10:45:36+00:00", - "filename": "2.3.5.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/118229068", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5/2.3.5.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.5-nightly-2023-07-08", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-07-08T19:24:52+00:00", - "filename": "2.3.5-nightly-2023-07-08.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/116133296", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-08/2.3.5-nightly-2023-07-08.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.5-nightly-2023-07-10", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-07-10T16:15:06+00:00", - "filename": "2.3.5-nightly-2023-07-10.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/116378716", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-10/2.3.5-nightly-2023-07-10.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.5-nightly-2023-07-13", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-07-13T18:57:02+00:00", - "filename": "2.3.5-nightly-2023-07-13.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/116881757", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-13/2.3.5-nightly-2023-07-13.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.5-nightly-2023-07-15", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-07-15T14:09:02+00:00", - "filename": "2.3.5-nightly-2023-07-15.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/117140255", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-15/2.3.5-nightly-2023-07-15.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.5-nightly-2023-07-22", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-07-22T15:39:26+00:00", - "filename": "2.3.5-nightly-2023-07-22.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/118136057", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-22/2.3.5-nightly-2023-07-22.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.6", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-08-05T11:04:21+00:00", - "filename": "2.3.6.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/120211060", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6/2.3.6.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.6-nightly-2023-08-02", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-08-02T15:56:16+00:00", - "filename": "2.3.6-nightly-2023-08-02.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/119775909", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6-nightly-2023-08-02/2.3.6-nightly-2023-08-02.zip", - "extra_assets": [] - }, - { - "version_tag": "2.3.6-nightly-2023-08-05", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-08-05T10:52:06+00:00", - "filename": "2.3.6-nightly-2023-08-05.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/120210219", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6-nightly-2023-08-05/2.3.6-nightly-2023-08-05.zip", + "tagged_at": "2023-08-19T10:51:39+00:00", + "filename": "2.3.7.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122201410", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/untagged-8923606ad446aa231679/2.3.7.zip", "extra_assets": [] }, { diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 64adc0a4..51a6ed9a 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,8 +1,8 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-19T12:05:27.774111", - "config": "2.3.7-nightly-2023-08-18", + "last_updated": "2023-08-19T12:33:22.557640", + "config": "2.3.7", "github_mods": { "AdventureBackpack2": { "version": "1.0.14-GTNH", From cfc5b25a828827cd13c98bcc4bb21522ec567b13 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 19 Aug 2023 15:28:37 +0200 Subject: [PATCH 21/38] update --- gtnh-assets.json | 220 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 215 insertions(+), 5 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index ee33124e..aa78362f 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -4,14 +4,214 @@ "latest_version": "2.3.7-nightly-2023-08-18", "needs_attention": true, "versions": [ + { + "version_tag": "2.3.0-RC1", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-03-01T15:02:33+00:00", + "filename": "2.3.0-RC1.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/97615711", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC1/2.3.0-RC1.zip", + "extra_assets": [] + }, { - "version_tag": "2.3.7", + "version_tag": "2.3.0-RC2", "changelog": "", "prerelease": false, - "tagged_at": "2023-08-19T10:51:39+00:00", - "filename": "2.3.7.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122201410", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/untagged-8923606ad446aa231679/2.3.7.zip", + "tagged_at": "2023-03-03T12:15:05+00:00", + "filename": "2.3.0-RC2.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/97901800", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC2/2.3.0-RC2.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.0-RC3", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-03-06T07:02:42+00:00", + "filename": "2.3.0-RC3.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/98204591", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC3/2.3.0-RC3.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.0-RC4", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-03-10T10:25:00+00:00", + "filename": "2.3.0-RC4.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/98817489", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0-RC4/2.3.0-RC4.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.0", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-03-11T08:39:47+00:00", + "filename": "2.3.0.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/98945674", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.0/2.3.0.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.1", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-03-19T12:41:44+00:00", + "filename": "2.3.1.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/100023881", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.1/2.3.1.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.2", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-03-26T14:00:39+00:00", + "filename": "2.3.2.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/101023197", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.2/2.3.2.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.3", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-04-23T11:11:45+00:00", + "filename": "2.3.3.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/104919769", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.3/2.3.3.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.4", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-06-11T12:35:23+00:00", + "filename": "2.3.4.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/112259041", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4/2.3.4.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.4-nightly-2023-05-29", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-05-29T08:36:11+00:00", + "filename": "2.3.4-nightly-2023-05-29.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/110282706", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4-nightly-2023-05-29/2.3.4-nightly-2023-05-29.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.4-nightly-2023-06-02", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-06-02T18:25:20+00:00", + "filename": "2.3.4-nightly-2023-06-02.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/111020137", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4-nightly-2023-06-02/2.3.4-nightly-2023-06-02.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.4-nihghtly-2023-06-05", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-06-05T20:39:41+00:00", + "filename": "2.3.4-nihghtly-2023-06-05.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/111412143", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.4-nihghtly-2023-06-05/2.3.4-nihghtly-2023-06-05.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.5", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-07-23T10:45:36+00:00", + "filename": "2.3.5.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/118229068", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5/2.3.5.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.5-nightly-2023-07-08", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-07-08T19:24:52+00:00", + "filename": "2.3.5-nightly-2023-07-08.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/116133296", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-08/2.3.5-nightly-2023-07-08.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.5-nightly-2023-07-10", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-07-10T16:15:06+00:00", + "filename": "2.3.5-nightly-2023-07-10.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/116378716", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-10/2.3.5-nightly-2023-07-10.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.5-nightly-2023-07-13", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-07-13T18:57:02+00:00", + "filename": "2.3.5-nightly-2023-07-13.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/116881757", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-13/2.3.5-nightly-2023-07-13.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.5-nightly-2023-07-15", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-07-15T14:09:02+00:00", + "filename": "2.3.5-nightly-2023-07-15.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/117140255", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-15/2.3.5-nightly-2023-07-15.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.5-nightly-2023-07-22", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-07-22T15:39:26+00:00", + "filename": "2.3.5-nightly-2023-07-22.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/118136057", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.5-nightly-2023-07-22/2.3.5-nightly-2023-07-22.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.6", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-08-05T11:04:21+00:00", + "filename": "2.3.6.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/120211060", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6/2.3.6.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.6-nightly-2023-08-02", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-08-02T15:56:16+00:00", + "filename": "2.3.6-nightly-2023-08-02.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/119775909", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6-nightly-2023-08-02/2.3.6-nightly-2023-08-02.zip", + "extra_assets": [] + }, + { + "version_tag": "2.3.6-nightly-2023-08-05", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-08-05T10:52:06+00:00", + "filename": "2.3.6-nightly-2023-08-05.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/120210219", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6-nightly-2023-08-05/2.3.6-nightly-2023-08-05.zip", "extra_assets": [] }, { @@ -33,6 +233,16 @@ "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122108672", "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.7-nightly-2023-08-18/2.3.7-nightly-2023-08-18.zip", "extra_assets": [] + }, + { + "version_tag": "2.3.7", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-08-19T10:51:39+00:00", + "filename": "2.3.7.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122201410", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/untagged-8923606ad446aa231679/2.3.7.zip", + "extra_assets": [] } ], "type": "config", From 59bd0bdad6348f5fa1f48162dbbd4b3fd8c68088 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 19 Aug 2023 15:35:04 +0200 Subject: [PATCH 22/38] update --- gtnh-assets.json | 472 +++++++++++++++++++++++++++++++- releases/manifests/nightly.json | 2 +- 2 files changed, 462 insertions(+), 12 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index aa78362f..6e43eaf8 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -4,7 +4,457 @@ "latest_version": "2.3.7-nightly-2023-08-18", "needs_attention": true, "versions": [ - { + { + "version_tag": "nightly-15-05-23", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-05-15T19:49:28+00:00", + "filename": "nightly-15-05-23.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/108287978", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/nightly-15-05-23/nightly-15-05-23.zip", + "extra_assets": [] + }, + { + "version_tag": "nightly-19-05-23", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-05-19T20:44:46+00:00", + "filename": "nightly-19-05-23.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/108953841", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/nightly-19-05-23/nightly-19-05-23.zip", + "extra_assets": [] + }, + { + "version_tag": "nightly-22-05-23", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-05-22T15:44:20+00:00", + "filename": "nightly-22-05-23.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/109288778", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/nightly-22-05-23/nightly-22-05-23.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.3qf-test", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-03-13T19:31:39+00:00", + "filename": "2.1.2.3qf-test.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/59399229", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.3qf-test/2.1.2.3qf-test.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-6-zeta-dev", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-10T09:29:55+00:00", + "filename": "2.1.2.4-6-zeta-dev.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68088196", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-6-zeta-dev/2.1.2.4-6-zeta-dev.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-7-dev", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-12T19:54:14+00:00", + "filename": "2.1.2.4-7-dev.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68280382", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-7-dev/2.1.2.4-7-dev.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-8-dev", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-12T20:54:38+00:00", + "filename": "2.1.2.4-8-dev.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68283725", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-8-dev/2.1.2.4-8-dev.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-9-dev", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-14T21:44:06+00:00", + "filename": "2.1.2.4-9-dev.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68492443", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-9-dev/2.1.2.4-9-dev.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-10", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-15T22:24:02+00:00", + "filename": "2.1.2.4-10.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68606735", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-10/2.1.2.4-10.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-11-dev", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-16T18:37:40+00:00", + "filename": "2.1.2.4-11-dev.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/68698851", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-11-dev/2.1.2.4-11-dev.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-12-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-22T09:30:45+00:00", + "filename": "2.1.2.4-12-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/69233541", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-12-pre/2.1.2.4-12-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-13-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-24T13:59:21+00:00", + "filename": "2.1.2.4-13-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/69507877", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-13-pre/2.1.2.4-13-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-14-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-06-26T11:55:39+00:00", + "filename": "2.1.2.4-14-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/69678300", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-14-pre/2.1.2.4-14-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-15-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-07-05T15:02:22+00:00", + "filename": "2.1.2.4-15-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70638192", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-15-pre/2.1.2.4-15-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-16-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-07-05T16:05:03+00:00", + "filename": "2.1.2.4-16-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70644281", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-16-pre/2.1.2.4-16-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-17-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-07-06T12:51:23+00:00", + "filename": "2.1.2.4-17-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70736026", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-17-pre/2.1.2.4-17-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-18-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-07-08T10:11:46+00:00", + "filename": "2.1.2.4-18-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/70956071", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-18-pre/2.1.2.4-18-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-19-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-07-12T13:41:36+00:00", + "filename": "2.1.2.4-19-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/71341083", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-19-pre/2.1.2.4-19-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-20-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-07-13T14:55:55+00:00", + "filename": "2.1.2.4-20-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/71463118", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-20-pre/2.1.2.4-20-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-21-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-01T08:55:00+00:00", + "filename": "2.1.2.4-21-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73316191", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-21-pre/2.1.2.4-21-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-22-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-01T10:19:23+00:00", + "filename": "2.1.2.4-22-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73323921", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-22-pre/2.1.2.4-22-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-23-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-02T11:31:25+00:00", + "filename": "2.1.2.4-23-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73442048", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-23-pre/2.1.2.4-23-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-24-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-03T01:40:44+00:00", + "filename": "2.1.2.4-24-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73510337", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-24-pre/2.1.2.4-24-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-25-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-03T09:24:59+00:00", + "filename": "2.1.2.4-25-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/73544160", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-25-pre/2.1.2.4-25-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-26-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-14T14:06:43+00:00", + "filename": "2.1.2.4-26-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/74683655", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-26-pre/2.1.2.4-26-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-27-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-16T19:31:57+00:00", + "filename": "2.1.2.4-27-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/74909241", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-27-pre/2.1.2.4-27-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-28-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-17T09:35:21+00:00", + "filename": "2.1.2.4-28-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/74969236", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-28-pre/2.1.2.4-28-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.1.2.4-29-pre", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-08-28T13:50:59+00:00", + "filename": "2.1.2.4-29-pre.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/76105656", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.1.2.4-29-pre/2.1.2.4-29-pre.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.0.0-RC-1", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-09-06T17:38:04+00:00", + "filename": "2.2.0.0-RC-1.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/77045842", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-1/2.2.0.0-RC-1.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.0.0-RC-2", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-09-10T14:06:49+00:00", + "filename": "2.2.0.0-RC-2.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/77448203", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-2/2.2.0.0-RC-2.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.0.0-RC-3", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-09-18T09:34:49+00:00", + "filename": "2.2.0.0-RC-3.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/78234075", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-3/2.2.0.0-RC-3.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.0.0-RC-4", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-09-24T10:28:46+00:00", + "filename": "2.2.0.0-RC-4.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/78870238", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0-RC-4/2.2.0.0-RC-4.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.0.0", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-09-27T14:03:52+00:00", + "filename": "2.2.0.0.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/79179822", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.0/2.2.0.0.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.0.1", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-10-03T10:57:51+00:00", + "filename": "2.2.0.1.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/79802269", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.0.1/2.2.0.1.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.1", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-10-05T17:39:39+00:00", + "filename": "2.2.1.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80064643", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.1/2.2.1.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.2", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-10-06T09:06:44+00:00", + "filename": "2.2.2.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80130363", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.2/2.2.2.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.3", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-10-07T21:10:06+00:00", + "filename": "2.2.3.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80312736", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.3/2.2.3.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.4", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-10-09T11:22:11+00:00", + "filename": "2.2.4.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80448153", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.4/2.2.4.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.5", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-10-13T07:57:49+00:00", + "filename": "2.2.5.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/80863550", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.5/2.2.5.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.6", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-12-10T12:33:18+00:00", + "filename": "2.2.6.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/87698080", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.6/2.2.6.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.7", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-12-11T18:53:04+00:00", + "filename": "2.2.7.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/87815867", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.7/2.2.7.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.8", + "changelog": "", + "prerelease": false, + "tagged_at": "2022-12-24T00:03:09+00:00", + "filename": "2.2.8.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/89321974", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.8/2.2.8.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.9", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-02-12T18:50:20+00:00", + "filename": "2.2.9.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/95359249", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.9/2.2.9.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.10", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-02-17T21:50:44+00:00", + "filename": "2.2.10.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/96116903", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.10/2.2.10.zip", + "extra_assets": [] + }, + { + "version_tag": "2.2.11-nightly", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-02-21T19:04:41+00:00", + "filename": "2.2.11-nightly.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/96563168", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.2.11-nightly/2.2.11-nightly.zip", + "extra_assets": [] + }, + { "version_tag": "2.3.0-RC1", "changelog": "", "prerelease": false, @@ -214,6 +664,16 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.6-nightly-2023-08-05/2.3.6-nightly-2023-08-05.zip", "extra_assets": [] }, + { + "version_tag": "2.3.7", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-08-19T11:15:09+00:00", + "filename": "2.3.7.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122202912", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.7/2.3.7.zip", + "extra_assets": [] + }, { "version_tag": "2.3.7-nightly-2023-08-11", "changelog": "", @@ -233,16 +693,6 @@ "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122108672", "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.7-nightly-2023-08-18/2.3.7-nightly-2023-08-18.zip", "extra_assets": [] - }, - { - "version_tag": "2.3.7", - "changelog": "", - "prerelease": false, - "tagged_at": "2023-08-19T10:51:39+00:00", - "filename": "2.3.7.zip", - "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122201410", - "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/untagged-8923606ad446aa231679/2.3.7.zip", - "extra_assets": [] } ], "type": "config", diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 51a6ed9a..c9eb4701 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-19T12:33:22.557640", + "last_updated": "2023-08-19T13:34:26.953744", "config": "2.3.7", "github_mods": { "AdventureBackpack2": { From 06f9d7ad3d281dfd36f18aecfcfc5e1387a79eaa Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 19 Aug 2023 15:40:04 +0200 Subject: [PATCH 23/38] update --- releases/manifests/nightly.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index c9eb4701..36adc8f2 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.6", - "last_updated": "2023-08-19T13:34:26.953744", + "last_updated": "2023-08-19T13:38:19.089113", "config": "2.3.7", "github_mods": { "AdventureBackpack2": { From 63cea762f4d036a1fba9f3260406a0cffd3d4754 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 19 Aug 2023 15:43:00 +0200 Subject: [PATCH 24/38] update --- gtnh-modpack.json | 1 + .../changelog from 2.3.6 to 2.3.7.md | 6 +- releases/manifests/2.3.7.json | 982 ++++++++++++++++++ releases/readmes/README_2.3.7.MD | 2 +- 4 files changed, 987 insertions(+), 4 deletions(-) create mode 100644 releases/manifests/2.3.7.json diff --git a/gtnh-modpack.json b/gtnh-modpack.json index 8f399c99..5cbb8d91 100644 --- a/gtnh-modpack.json +++ b/gtnh-modpack.json @@ -25,6 +25,7 @@ "2.3.4", "2.3.5", "2.3.6", + "2.3.7", "nightly" ], "server_exclusions": [ diff --git a/releases/changelogs/changelog from 2.3.6 to 2.3.7.md b/releases/changelogs/changelog from 2.3.6 to 2.3.7.md index adde7669..bbe45114 100644 --- a/releases/changelogs/changelog from 2.3.6 to 2.3.7.md +++ b/releases/changelogs/changelog from 2.3.6 to 2.3.7.md @@ -1,7 +1,7 @@ -# Updated AE2FluidCraft-Rework (1.1.36-gtnh@Side.BOTH --> 1.1.340-gtnh@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.35-gtnh...1.1.340-gtnh +# Updated AE2FluidCraft-Rework (1.1.36-gtnh@Side.BOTH --> 1.1.40-gtnh@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.35-gtnh...1.1.40-gtnh >## What's Changed -> * Fix gt++ fluid cells not extracting properly by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/156 (1.1.340-gtnh) +> * Fix gt++ fluid cells not extracting properly by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/156 (1.1.40-gtnh) > * Fix Crafting Input Bus Compatibility & fix general bugs by @foxwhite25 in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/154 (1.1.39-gtnh) > * A collection of fixes by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/152 (1.1.38-gtnh) > * Fix doubling fluids for real now by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/153 (1.1.38-gtnh) diff --git a/releases/manifests/2.3.7.json b/releases/manifests/2.3.7.json new file mode 100644 index 00000000..94c6cdaf --- /dev/null +++ b/releases/manifests/2.3.7.json @@ -0,0 +1,982 @@ +{ + "version": "2.3.7", + "last_version": "2.3.6", + "last_updated": "2023-08-19T13:41:43.489168", + "config": "2.3.7", + "github_mods": { + "AdventureBackpack2": { + "version": "1.0.14-GTNH", + "side": "BOTH" + }, + "AE2FluidCraft-Rework": { + "version": "1.1.40-gtnh", + "side": "BOTH" + }, + "ae2stuff": { + "version": "0.5.7-GTNH", + "side": "BOTH" + }, + "AFSU": { + "version": "1.2.6-GTNH", + "side": "BOTH" + }, + "AngerMod": { + "version": "0.6.3", + "side": "BOTH" + }, + "AppleCore": { + "version": "3.2.10", + "side": "BOTH" + }, + "Applied-Energistics-2-Unofficial": { + "version": "rv3-beta-249-GTNH", + "side": "BOTH" + }, + "ArchitectureCraft": { + "version": "1.8.6", + "side": "BOTH" + }, + "AsieLib": { + "version": "0.5.4", + "side": "BOTH" + }, + "Avaritia": { + "version": "1.45", + "side": "BOTH" + }, + "Avaritiaddons": { + "version": "1.5.5-GTNH", + "side": "BOTH" + }, + "bartworks": { + "version": "0.7.38", + "side": "BOTH" + }, + "Battlegear2": { + "version": "1.2.0", + "side": "BOTH" + }, + "Baubles": { + "version": "1.0.1.16", + "side": "BOTH" + }, + "bdlib": { + "version": "1.9.8-GTNH", + "side": "BOTH" + }, + "BetterBuildersWands": { + "version": "0.9.6-GTNH", + "side": "BOTH" + }, + "BetterCrashes": { + "version": "1.2.2-GTNH", + "side": "CLIENT" + }, + "BetterLoadingScreen": { + "version": "1.4.3-GTNH", + "side": "CLIENT" + }, + "BetterP2P": { + "version": "1.1.20", + "side": "BOTH" + }, + "BetterQuesting": { + "version": "3.3.27-GTNH", + "side": "BOTH" + }, + "Binnie": { + "version": "2.1.10", + "side": "BOTH" + }, + "BlockLimiter": { + "version": "0.55", + "side": "BOTH" + }, + "BloodArsenal": { + "version": "1.2.11", + "side": "BOTH" + }, + "BloodMagic": { + "version": "1.4.3", + "side": "BOTH" + }, + "Botania": { + "version": "1.9.24-GTNH", + "side": "BOTH" + }, + "Botanic-horizons": { + "version": "1.0.15-GTNH", + "side": "BOTH" + }, + "BrandonsCore": { + "version": "1.0.0.13-GTNH", + "side": "BOTH" + }, + "BugTorch": { + "version": "1.2.10-GTNH", + "side": "BOTH" + }, + "BuildCraft": { + "version": "7.1.36", + "side": "BOTH" + }, + "BuildCraftCompat": { + "version": "7.1.14", + "side": "BOTH" + }, + "CarpentersBlocks": { + "version": "3.4.0-GTNH", + "side": "BOTH" + }, + "Catwalks-2": { + "version": "2.1.4-GTNH", + "side": "BOTH" + }, + "Chisel": { + "version": "2.11.4-GTNH", + "side": "BOTH" + }, + "ChiselTones": { + "version": "1.0.4-GTNH", + "side": "BOTH" + }, + "CodeChickenCore": { + "version": "1.1.11", + "side": "BOTH" + }, + "Computronics": { + "version": "1.7.1-GTNH", + "side": "BOTH" + }, + "CookingForBlockheads": { + "version": "1.2.16-GTNH", + "side": "BOTH" + }, + "CraftTweaker": { + "version": "3.2.13", + "side": "BOTH" + }, + "CreativeCore": { + "version": "1.3.31-GTNH", + "side": "BOTH" + }, + "CropLoadCore": { + "version": "0.1.10", + "side": "BOTH" + }, + "Crops-plus-plus": { + "version": "1.4.1", + "side": "BOTH" + }, + "DefaultServerList": { + "version": "1.4.0", + "side": "CLIENT" + }, + "DefaultWorldGenerator": { + "version": "0.2", + "side": "CLIENT" + }, + "DetravScannerMod": { + "version": "1.7.2", + "side": "BOTH" + }, + "Draconic-Evolution": { + "version": "1.1.19-GTNH", + "side": "BOTH" + }, + "Electro-Magic-Tools": { + "version": "1.3.3", + "side": "BOTH" + }, + "EnderCore": { + "version": "0.2.17", + "side": "BOTH" + }, + "EnderIO": { + "version": "2.4.24", + "side": "BOTH" + }, + "EnderStorage": { + "version": "1.4.12", + "side": "BOTH" + }, + "EnderZoo": { + "version": "1.0.23", + "side": "BOTH" + }, + "EnhancedLootBags": { + "version": "1.1.0", + "side": "BOTH" + }, + "Eternal-Singularity": { + "version": "1.1.0", + "side": "BOTH" + }, + "FindIt": { + "version": "1.1.0", + "side": "BOTH" + }, + "ForbiddenMagic": { + "version": "0.6.7-GTNH", + "side": "BOTH" + }, + "ForestryMC": { + "version": "4.6.14", + "side": "BOTH" + }, + "Forgelin": { + "version": "1.9.7-GTNH", + "side": "BOTH" + }, + "ForgeMultipart": { + "version": "1.3.4", + "side": "BOTH" + }, + "Gadomancy": { + "version": "1.1.3", + "side": "BOTH" + }, + "GalacticGregGT5": { + "version": "1.0.10", + "side": "BOTH" + }, + "Galacticraft": { + "version": "3.0.73-GTNH", + "side": "BOTH" + }, + "Galaxy-Space-GTNH": { + "version": "1.2.6-GTNH", + "side": "BOTH" + }, + "gendustry": { + "version": "1.6.5.5-GTNH", + "side": "BOTH" + }, + "GoodGenerator": { + "version": "0.6.35", + "side": "BOTH" + }, + "GT5-Unofficial": { + "version": "5.09.43.179", + "side": "BOTH" + }, + "GTNEIOrePlugin": { + "version": "1.1.3", + "side": "BOTH" + }, + "GTNH-Lanthanides": { + "version": "0.10.6", + "side": "BOTH" + }, + "GTNH-TC-Wands": { + "version": "1.3.1", + "side": "BOTH" + }, + "GTNHLib": { + "version": "0.0.13", + "side": "BOTH" + }, + "GTplusplus": { + "version": "1.9.78", + "side": "BOTH" + }, + "Hardcore-Ender-Expansion": { + "version": "1.9.7-GTNH", + "side": "BOTH" + }, + "harvestcraft": { + "version": "1.1.0-GTNH", + "side": "BOTH" + }, + "Hodgepodge": { + "version": "2.2.29", + "side": "BOTH" + }, + "HoloInventory": { + "version": "2.2.3-GTNH", + "side": "BOTH" + }, + "HungerOverhaul": { + "version": "1.0.4-GTNH", + "side": "BOTH" + }, + "HydroEnergy": { + "version": "1.1.0", + "side": "BOTH" + }, + "IFU": { + "version": "1.9.6", + "side": "BOTH" + }, + "IguanaTweaksTConstruct": { + "version": "2.3.0", + "side": "BOTH" + }, + "Infernal-Mobs": { + "version": "1.7.9-GTNH", + "side": "BOTH" + }, + "InGame-Info-XML": { + "version": "2.8.4", + "side": "CLIENT" + }, + "INpureCore": { + "version": "1.1.5-GTNH", + "side": "BOTH" + }, + "inventory-tweaks": { + "version": "1.5.16", + "side": "CLIENT" + }, + "ironchest": { + "version": "6.0.71", + "side": "BOTH" + }, + "IronChestMinecarts": { + "version": "1.0.8", + "side": "BOTH" + }, + "Irontanks": { + "version": "1.2.6", + "side": "BOTH" + }, + "Jabba": { + "version": "1.2.22", + "side": "BOTH" + }, + "KekzTech": { + "version": "0.8.8", + "side": "BOTH" + }, + "KubaTech": { + "version": "0.12.7", + "side": "BOTH" + }, + "LittleTiles": { + "version": "1.2.9-GTNH", + "side": "BOTH" + }, + "LogisticsPipes": { + "version": "1.0.6-GTNH", + "side": "BOTH" + }, + "LootGames": { + "version": "2.0.8", + "side": "BOTH" + }, + "LunatriusCore": { + "version": "1.1.7-GTNH", + "side": "BOTH" + }, + "MagicBees": { + "version": "2.6.6-GTNH", + "side": "BOTH" + }, + "MalisisCore": { + "version": "0.14.9", + "side": "BOTH" + }, + "MalisisDoors": { + "version": "1.13.7-GTNH", + "side": "BOTH" + }, + "Mantle": { + "version": "0.3.7", + "side": "BOTH" + }, + "Minecraft-Backpack-Mod": { + "version": "2.2.11-GTNH", + "side": "BOTH" + }, + "Minetweaker-Gregtech-5-Addon": { + "version": "2.0.1", + "side": "BOTH" + }, + "ModTweaker": { + "version": "0.9.10", + "side": "BOTH" + }, + "MouseTweaks": { + "version": "2.4.9-GTNH", + "side": "CLIENT" + }, + "MX-Random": { + "version": "0.2.0", + "side": "BOTH" + }, + "Natura": { + "version": "2.5.7", + "side": "BOTH" + }, + "NaturesCompass": { + "version": "1.3.6-GTNH", + "side": "BOTH" + }, + "nei-custom-diagram": { + "version": "1.5.11", + "side": "BOTH" + }, + "NEI-Integration": { + "version": "1.3.3", + "side": "BOTH" + }, + "neiaddons": { + "version": "1.12.22", + "side": "BOTH" + }, + "NetherPortalFix": { + "version": "1.1.2", + "side": "BOTH" + }, + "Netty-Patcher": { + "version": "0.3.1", + "side": "CLIENT" + }, + "NewHorizonsCoreMod": { + "version": "2.1.101", + "side": "BOTH" + }, + "Nodal-Mechanics": { + "version": "1.1.-6-GTNH", + "side": "BOTH" + }, + "NotEnoughEnergistics": { + "version": "1.4.2", + "side": "BOTH" + }, + "NotEnoughItems": { + "version": "2.3.83-GTNH", + "side": "BOTH" + }, + "Nuclear-Control": { + "version": "2.4.19", + "side": "BOTH" + }, + "oauth": { + "version": "1.06.1-GTNH", + "side": "CLIENT" + }, + "OCGlasses": { + "version": "1.3.1-GTNH", + "side": "BOTH" + }, + "OpenBlocks": { + "version": "1.7.0-GTNH", + "side": "BOTH" + }, + "OpenComputers": { + "version": "1.9.14-GTNH", + "side": "BOTH" + }, + "OpenModsLib": { + "version": "0.10.6", + "side": "BOTH" + }, + "OpenModularTurrets": { + "version": "2.2.11-247", + "side": "BOTH" + }, + "OpenSecurity": { + "version": "1.0.120-GTNH", + "side": "BOTH" + }, + "Opis": { + "version": "1.3.8-mapless", + "side": "BOTH" + }, + "OverloadedArmorBar": { + "version": "1.0.1", + "side": "CLIENT" + }, + "PersonalSpace": { + "version": "1.0.26", + "side": "BOTH" + }, + "ProjectBlue": { + "version": "1.1.12-GTNH", + "side": "BOTH" + }, + "ProjectRed": { + "version": "4.7.12-GTNH", + "side": "BOTH" + }, + "Railcraft": { + "version": "9.14.9", + "side": "BOTH" + }, + "Realistic-World-Gen": { + "version": "alpha-1.3.3.2", + "side": "BOTH" + }, + "RemoteIO": { + "version": "2.4.8", + "side": "BOTH" + }, + "Roguelike-Dungeons": { + "version": "1.5.3-GTNH", + "side": "BOTH" + }, + "SC2": { + "version": "2.0.2", + "side": "BOTH" + }, + "Schematica": { + "version": "1.9.3-GTNH", + "side": "CLIENT" + }, + "SGCraft": { + "version": "1.3.13-GTNH", + "side": "BOTH" + }, + "Share-Where-I-am": { + "version": "0.2.0", + "side": "BOTH" + }, + "SleepingBags": { + "version": "0.1.4", + "side": "BOTH" + }, + "SpecialMobs": { + "version": "3.4.3", + "side": "BOTH" + }, + "SpiceOfLife": { + "version": "2.1.0-carrot", + "side": "BOTH" + }, + "Steve-s-Factory-Manager": { + "version": "1.1.7-GTNH", + "side": "BOTH" + }, + "StevesAddons": { + "version": "0.10.27", + "side": "BOTH" + }, + "StorageDrawers": { + "version": "1.12.0-GTNH", + "side": "BOTH" + }, + "StorageDrawers-BiomesOPlenty": { + "version": "1.11.17-GTNH", + "side": "BOTH" + }, + "StorageDrawers-Forestry": { + "version": "1.11.17-GTNH", + "side": "BOTH" + }, + "StorageDrawers-Misc": { + "version": "1.11.18-GTNH", + "side": "BOTH" + }, + "StorageDrawers-Natura": { + "version": "1.11.17-GTNH", + "side": "BOTH" + }, + "StructureCompat": { + "version": "0.4.0", + "side": "BOTH" + }, + "StructureLib": { + "version": "1.2.8", + "side": "BOTH" + }, + "Super-TiC": { + "version": "1.2.5", + "side": "BOTH" + }, + "supersolarpanels": { + "version": "1.1.2-GT-NH-Mod", + "side": "BOTH" + }, + "TCNEIAdditions": { + "version": "1.2.2", + "side": "BOTH" + }, + "TCNodeTracker": { + "version": "1.1.7", + "side": "CLIENT" + }, + "TecTech": { + "version": "5.2.40", + "side": "BOTH" + }, + "thaumcraft-research-tweaks": { + "version": "1.0.4", + "side": "BOTH" + }, + "ThaumcraftMobAspects": { + "version": "1.0.0-GTNH", + "side": "BOTH" + }, + "Thaumic_Exploration": { + "version": "1.1.94-GTNH", + "side": "BOTH" + }, + "ThaumicBases": { + "version": "1.5.4", + "side": "BOTH" + }, + "ThaumicEnergistics": { + "version": "1.4.13-GTNH", + "side": "BOTH" + }, + "ThaumicHorizons": { + "version": "1.3.5", + "side": "BOTH" + }, + "thaumicinsurgence": { + "version": "0.2.6", + "side": "BOTH" + }, + "ThaumicInventoryScanning": { + "version": "1.0.12-GTNH", + "side": "BOTH" + }, + "ThaumicTinkerer": { + "version": "2.7.1", + "side": "BOTH" + }, + "TiC-Tooltips": { + "version": "1.2.11", + "side": "CLIENT" + }, + "TinkersConstruct": { + "version": "1.9.39-GTNH", + "side": "BOTH" + }, + "TinkersMechworks": { + "version": "0.2.16.4", + "side": "BOTH" + }, + "TooMuchLoot": { + "version": "4.1.0-GTNH", + "side": "BOTH" + }, + "ToroHealth": { + "version": "1.0.1", + "side": "CLIENT" + }, + "Translocators": { + "version": "1.1.2.21", + "side": "BOTH" + }, + "twilightforest": { + "version": "2.4.5", + "side": "BOTH" + }, + "Universal-Singularities": { + "version": "8.6.7", + "side": "BOTH" + }, + "VisualProspecting": { + "version": "1.1.13", + "side": "BOTH" + }, + "waila": { + "version": "1.6.0", + "side": "BOTH" + }, + "WailaHarvestability": { + "version": "1.1.10-GTNH", + "side": "BOTH" + }, + "WAILAPlugins": { + "version": "0.2.8", + "side": "BOTH" + }, + "WanionLib": { + "version": "1.8.4", + "side": "BOTH" + }, + "WarpTheory": { + "version": "1.2.16-GTNH", + "side": "BOTH" + }, + "WAWLA": { + "version": "1.1.3-GTNH", + "side": "BOTH" + }, + "WirelessCraftingTerminal": { + "version": "1.9.4", + "side": "BOTH" + }, + "WirelessRedstone-CBE": { + "version": "1.4.8", + "side": "BOTH" + }, + "WitcheryExtras": { + "version": "1.1.14", + "side": "BOTH" + }, + "WitchingGadgets": { + "version": "1.3.4-GTNH", + "side": "BOTH" + }, + "Yamcl": { + "version": "0.5.86", + "side": "BOTH" + }, + "OpenPrinter": { + "version": "0.1.3-GTNH", + "side": "BOTH" + }, + "BlockRenderer6343": { + "version": "1.0.3", + "side": "BOTH" + }, + "ModularUI": { + "version": "1.1.16", + "side": "BOTH" + }, + "TX-Loader": { + "version": "1.5.3", + "side": "CLIENT" + }, + "GigaGramFab": { + "version": "0.2.3", + "side": "BOTH" + }, + "NotEnoughIds": { + "version": "1.4.6", + "side": "BOTH" + }, + "FloodLights": { + "version": "1.2.9", + "side": "BOTH" + }, + "ForgeRelocationFMP": { + "version": "0.0.4", + "side": "BOTH" + }, + "ForgeRelocation": { + "version": "0.0.3", + "side": "BOTH" + }, + "HelpFixer": { + "version": "1.1.0", + "side": "BOTH" + }, + "itlt": { + "version": "1.0.4", + "side": "CLIENT" + }, + "Player-API": { + "version": "1.4.2", + "side": "BOTH" + }, + "BetterAchievements": { + "version": "0.1.3", + "side": "CLIENT" + }, + "DummyCore": { + "version": "1.17.0", + "side": "BOTH" + }, + "Controlling": { + "version": "1.0.0.5", + "side": "CLIENT" + }, + "BuildCraftOilTweak": { + "version": "1.0.4", + "side": "BOTH" + }, + "Custom-Main-Menu": { + "version": "1.9.4", + "side": "CLIENT" + }, + "Gravitation-Suite-Neo": { + "version": "1.0.15", + "side": "BOTH" + }, + "MrTJPCore": { + "version": "1.1.4", + "side": "BOTH" + }, + "Random-Things": { + "version": "2.4.4", + "side": "BOTH" + }, + "Tainted-Magic": { + "version": "7.6.2-GTNH", + "side": "BOTH" + }, + "lwjgl3ify": { + "version": "1.4.2", + "side": "BOTH_JAVA9" + }, + "TravellersGearNeo": { + "version": "1.0", + "side": "BOTH" + }, + "GTNH-Intergalactic": { + "version": "1.1.26", + "side": "BOTH" + }, + "amunra": { + "version": "0.4.36", + "side": "BOTH" + }, + "DuraDisplay": { + "version": "1.0.10", + "side": "CLIENT" + }, + "Mobs-Info": { + "version": "0.1.5-GTNH", + "side": "BOTH" + }, + "BeeBetterAtBees-GTNH": { + "version": "0.3.1-GTNH", + "side": "CLIENT" + }, + "AlchemyGrate": { + "version": "1.0.3-GTNH", + "side": "BOTH" + }, + "Nutrition": { + "version": "0.0.4", + "side": "BOTH" + }, + "Default-Configs": { + "version": "1.1.1", + "side": "CLIENT" + } + }, + "external_mods": { + "Aroma1997Core": { + "version": "1.0.2.16", + "side": "CLIENT" + }, + "AromaBackup": { + "version": "0.1.0.0", + "side": "CLIENT" + }, + "Automagy": { + "version": "0.28.2", + "side": "BOTH" + }, + "BiblioCraft": { + "version": "1.11.7", + "side": "BOTH" + }, + "BiblioCraft: BiblioWoods Biomes O'Plenty Edition": { + "version": "1.9", + "side": "BOTH" + }, + "BiblioCraft: BiblioWoods Forestry Edition": { + "version": "1.7", + "side": "BOTH" + }, + "BiblioCraft: BiblioWoods Natura Edition": { + "version": "1.5", + "side": "BOTH" + }, + "Witchery": { + "version": "0.24.1", + "side": "BOTH" + }, + "Thaumcraft NEI Plugin": { + "version": "1.7a", + "side": "BOTH" + }, + "Pam's Harvest the Nether": { + "version": "1.7.10a", + "side": "BOTH" + }, + "IC2 Crop-Breeding Plugin": { + "version": "1.3.1", + "side": "CLIENT" + }, + "Hardcore Darkness": { + "version": "1.7", + "side": "BOTH" + }, + "FastCraft": { + "version": "1.25", + "side": "CLIENT" + }, + "CoFH Core": { + "version": "3.1.4-329", + "side": "BOTH" + }, + "p455w0rd's Library": { + "version": "1.0.4", + "side": "BOTH" + }, + "Healer": { + "version": "1.2.1", + "side": "BOTH" + }, + "Thaumcraft": { + "version": "4.2.3.5a", + "side": "BOTH" + }, + "JourneyMap": { + "version": "5.1.4p6-fairplay", + "side": "CLIENT" + }, + "JourneyMap Server": { + "version": "1.0.5", + "side": "SERVER" + }, + "Thaumic Machina": { + "version": "0.2.1", + "side": "BOTH" + }, + "Tinkers' Defense": { + "version": "1.2.1d", + "side": "BOTH" + }, + "Travellers Gear": { + "version": "1.16.6", + "side": "BOTH" + }, + "Advanced Solar Panel For 1.7.10 (Unofficial)": { + "version": "1.7.10 Edition", + "side": "BOTH" + }, + "Extra Utilities": { + "version": "1.2.13a", + "side": "BOTH" + }, + "Industrial Craft 2": { + "version": "2.2.82a-experimental", + "side": "BOTH" + }, + "Morpheus": { + "version": "1.6.21", + "side": "SERVER" + }, + "Ztones": { + "version": "2.2.2", + "side": "BOTH" + }, + "Biomes O' Plenty": { + "version": "2.1.0.2308", + "side": "BOTH" + }, + "TC-4-Tweaks": { + "version": "1.5.15", + "side": "BOTH" + }, + "Tinkers-Gregworks": { + "version": "1.0.24", + "side": "BOTH" + }, + "Compact Kinetic Generators": { + "version": "1.0", + "side": "BOTH" + }, + "Craft-Presence": { + "version": "2.2.1", + "side": "CLIENT" + }, + "Gravitation-Suite-old": { + "version": "2.0.3", + "side": "BOTH" + }, + "UniMixins": { + "version": "0.1.11", + "side": "BOTH" + } + } +} \ No newline at end of file diff --git a/releases/readmes/README_2.3.7.MD b/releases/readmes/README_2.3.7.MD index e1144f24..4c485123 100644 --- a/releases/readmes/README_2.3.7.MD +++ b/releases/readmes/README_2.3.7.MD @@ -246,7 +246,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | --- | --- | | [Advanced Solar Panel For 1.7.10 (Unofficial)](https://www.curseforge.com/minecraft/mc-mods/advancedsolarpanels) | 1.7.10 Edition | | [AdventureBackpack2](https://github.com/GTNewHorizons/AdventureBackpack2) | 1.0.14-GTNH | -| [AE2FluidCraft-Rework](https://github.com/GTNewHorizons/AE2FluidCraft-Rework) | 1.1.340-gtnh | +| [AE2FluidCraft-Rework](https://github.com/GTNewHorizons/AE2FluidCraft-Rework) | 1.1.40-gtnh | | [ae2stuff](https://github.com/GTNewHorizons/ae2stuff) | 0.5.7-GTNH | | [AFSU](https://github.com/GTNewHorizons/AFSU) | 1.2.6-GTNH | | [AlchemyGrate](https://github.com/GTNewHorizons/AlchemyGrate) | 1.0.3-GTNH | From cf46409773add6f67b8d634e7fd926f9eddd3506 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sun, 20 Aug 2023 11:45:28 +0200 Subject: [PATCH 25/38] update --- gtnh-assets.json | 40 +++++++++++++++++-- .../changelog from 2.3.7 to nightly.md | 23 +++++++++++ releases/manifests/nightly.json | 10 ++--- releases/readmes/README_nightly.MD | 8 ++-- 4 files changed, 68 insertions(+), 13 deletions(-) create mode 100644 releases/changelogs/changelog from 2.3.7 to nightly.md diff --git a/gtnh-assets.json b/gtnh-assets.json index 6e43eaf8..7547d1c6 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -12997,7 +12997,7 @@ }, { "name": "Default-Configs", - "latest_version": "1.1.1", + "latest_version": "1.1.2", "private": false, "versions": [ { @@ -13020,6 +13020,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Default-Configs/releases/download/1.1.1/defaultkeys-1.1.1.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Default-Configs/1.1.1/Default-Configs-1.1.1.jar", "extra_assets": [] + }, + { + "version_tag": "1.1.2", + "changelog": "## What's Changed\n* Fix config/modpack-update never being deleted when localconfig.cfg is missing by @glowredman in https://github.com/GTNewHorizons/Default-Configs/pull/3\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/Default-Configs/compare/1.1.1...1.1.2\n", + "prerelease": false, + "tagged_at": "2023-08-19T20:32:43+00:00", + "filename": "defaultkeys-1.1.2.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Default-Configs/releases/assets/122241209", + "browser_download_url": "https://github.com/GTNewHorizons/Default-Configs/releases/download/1.1.2/defaultkeys-1.1.2.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Default-Configs/1.1.2/Default-Configs-1.1.2.jar", + "extra_assets": [] } ], "license": "MIT License", @@ -32163,7 +32174,7 @@ }, { "name": "Hodgepodge", - "latest_version": "2.2.29", + "latest_version": "2.2.30", "private": false, "versions": [ { @@ -33409,6 +33420,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Hodgepodge/releases/download/2.2.29/hodgepodge-2.2.29.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Hodgepodge/2.2.29/Hodgepodge-2.2.29.jar", "extra_assets": [] + }, + { + "version_tag": "2.2.30", + "changelog": "## What's Changed\n* Micro reduce fps lags with tileentities by @quentin452 in https://github.com/GTNewHorizons/Hodgepodge/pull/236\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/Hodgepodge/compare/2.2.29...2.2.30\n", + "prerelease": false, + "tagged_at": "2023-08-19T20:34:39+00:00", + "filename": "hodgepodge-2.2.30.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Hodgepodge/releases/assets/122241301", + "browser_download_url": "https://github.com/GTNewHorizons/Hodgepodge/releases/download/2.2.30/hodgepodge-2.2.30.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Hodgepodge/2.2.30/Hodgepodge-2.2.30.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -50588,7 +50610,7 @@ }, { "name": "Tainted-Magic", - "latest_version": "7.6.2-GTNH", + "latest_version": "7.6.3-GTNH", "private": false, "versions": [ { @@ -50619,7 +50641,17 @@ "filename": "Tainted-Magic-7.6.2-GTNH.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/Tainted-Magic/releases/assets/96202348", "browser_download_url": "https://github.com/GTNewHorizons/Tainted-Magic/releases/download/7.6.2-GTNH/Tainted-Magic-7.6.2-GTNH.jar", - "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Tainted-Magic/7.6.2-GTNH/Tainted-Magic-7.6.2-GTNH.jar", + "extra_assets": [] + }, + { + "version_tag": "7.6.3-GTNH", + "changelog": "## What's Changed\n* improve net code by @Glease in https://github.com/GTNewHorizons/Tainted-Magic/pull/19\n\n## New Contributors\n* @Glease made their first contribution in https://github.com/GTNewHorizons/Tainted-Magic/pull/19\n\n**Full Changelog**: https://github.com/GTNewHorizons/Tainted-Magic/compare/7.6.2-GTNH...7.6.3-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-03T16:14:34+00:00", + "filename": "Tainted-Magic-7.6.3-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Tainted-Magic/releases/assets/119944376", + "browser_download_url": "https://github.com/GTNewHorizons/Tainted-Magic/releases/download/7.6.3-GTNH/Tainted-Magic-7.6.3-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Tainted-Magic/7.6.3-GTNH/Tainted-Magic-7.6.3-GTNH.jar", "extra_assets": [] }, { diff --git a/releases/changelogs/changelog from 2.3.7 to nightly.md b/releases/changelogs/changelog from 2.3.7 to nightly.md new file mode 100644 index 00000000..063c13a2 --- /dev/null +++ b/releases/changelogs/changelog from 2.3.7 to nightly.md @@ -0,0 +1,23 @@ +# Updated Default-Configs (1.1.1@Side.CLIENT --> 1.1.2@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/Default-Configs/compare/1.1.0...1.1.2 +>## What's Changed +> * Fix config/modpack-update never being deleted when localconfig.cfg is missing by @glowredman in https://github.com/GTNewHorizons/Default-Configs/pull/3 (1.1.2) +> * Fix restoring of Config Files by @glowredman in https://github.com/GTNewHorizons/Default-Configs/pull/2 (1.1.1) +> + +# Updated Hodgepodge (2.2.29@Side.BOTH --> 2.2.30@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Hodgepodge/compare/2.2.28...2.2.30 +>## What's Changed +> * Micro reduce fps lags with tileentities by @quentin452 in https://github.com/GTNewHorizons/Hodgepodge/pull/236 (2.2.30) +> * Add chunk save CME debugger by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/234 (2.2.29) +> + +# Updated Tainted-Magic (7.6.2-GTNH@Side.BOTH --> 7.6.3-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Tainted-Magic/compare/7.6.2-GTNH...7.6.3-GTNH +>## What's Changed +> * 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) +> + diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 36adc8f2..f5b5d22f 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", - "last_version": "2.3.6", - "last_updated": "2023-08-19T13:38:19.089113", + "last_version": "2.3.7", + "last_updated": "2023-08-20T09:43:23.996179", "config": "2.3.7", "github_mods": { "AdventureBackpack2": { @@ -289,7 +289,7 @@ "side": "BOTH" }, "Hodgepodge": { - "version": "2.2.29", + "version": "2.2.30", "side": "BOTH" }, "HoloInventory": { @@ -797,7 +797,7 @@ "side": "BOTH" }, "Tainted-Magic": { - "version": "7.6.2-GTNH", + "version": "7.6.3-GTNH", "side": "BOTH" }, "lwjgl3ify": { @@ -837,7 +837,7 @@ "side": "BOTH" }, "Default-Configs": { - "version": "1.1.1", + "version": "1.1.2", "side": "CLIENT" } }, diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index d468b095..20b63baa 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -1,6 +1,6 @@ # GT New Horizons Mod Pack -Version nightly is out 2023-08-19 +Version nightly is out 2023-08-20 [![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=GTNewHorizons%20Configs)](http://jenkins.usrv.eu:8080/job/GTNewHorizons%20Configs/) @@ -305,7 +305,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [CropLoadCore](https://github.com/GTNewHorizons/CropLoadCore) | 0.1.10 | | [Crops-plus-plus](https://github.com/GTNewHorizons/Crops-plus-plus) | 1.4.1 | | [Custom-Main-Menu](https://github.com/GTNewHorizons/Custom-Main-Menu) | 1.9.4 | -| [Default-Configs](https://github.com/GTNewHorizons/Default-Configs) | 1.1.1 | +| [Default-Configs](https://github.com/GTNewHorizons/Default-Configs) | 1.1.2 | | [DefaultServerList](https://github.com/GTNewHorizons/DefaultServerList) | 1.4.0 | | [DefaultWorldGenerator](https://github.com/GTNewHorizons/DefaultWorldGenerator) | 0.2 | | [DetravScannerMod](https://github.com/GTNewHorizons/DetravScannerMod) | 1.7.2 | @@ -350,7 +350,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [harvestcraft](https://github.com/GTNewHorizons/harvestcraft) | 1.1.0-GTNH | | [Healer](https://www.curseforge.com/minecraft/mc-mods/healer) | 1.2.1 | | [HelpFixer](https://github.com/GTNewHorizons/HelpFixer) | 1.1.0 | -| [Hodgepodge](https://github.com/GTNewHorizons/Hodgepodge) | 2.2.29 | +| [Hodgepodge](https://github.com/GTNewHorizons/Hodgepodge) | 2.2.30 | | [HoloInventory](https://github.com/GTNewHorizons/HoloInventory) | 2.2.3-GTNH | | [HungerOverhaul](https://github.com/GTNewHorizons/HungerOverhaul) | 1.0.4-GTNH | | [HydroEnergy](https://github.com/GTNewHorizons/HydroEnergy) | 1.1.0 | @@ -442,7 +442,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [StructureLib](https://github.com/GTNewHorizons/StructureLib) | 1.2.8 | | [Super-TiC](https://github.com/GTNewHorizons/Super-TiC) | 1.2.5 | | [supersolarpanels](https://github.com/GTNewHorizons/supersolarpanels) | 1.1.2-GT-NH-Mod | -| [Tainted-Magic](https://github.com/GTNewHorizons/Tainted-Magic) | 7.6.2-GTNH | +| [Tainted-Magic](https://github.com/GTNewHorizons/Tainted-Magic) | 7.6.3-GTNH | | [TC-4-Tweaks](https://www.curseforge.com/minecraft/mc-mods/tc4tweaks) | 1.5.15 | | [TCNEIAdditions](https://github.com/GTNewHorizons/TCNEIAdditions) | 1.2.2 | | [TCNodeTracker](https://github.com/GTNewHorizons/TCNodeTracker) | 1.1.7 | From 2c518af96f4683ec4a71224fc7b42d3465b10f22 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sun, 20 Aug 2023 21:21:06 +0200 Subject: [PATCH 26/38] update --- gtnh-assets.json | 68 ++++++++++++++++++- .../changelog from 2.3.7 to nightly.md | 30 ++++++++ releases/manifests/nightly.json | 10 +-- releases/readmes/README_nightly.MD | 6 +- 4 files changed, 103 insertions(+), 11 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index 7547d1c6..6de33cb0 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -19976,7 +19976,7 @@ }, { "name": "GT5-Unofficial", - "latest_version": "5.09.43.179", + "latest_version": "5.09.43.180-pre", "private": false, "versions": [ { @@ -26884,6 +26884,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.179/gregtech-5.09.43.179.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.179/GT5-Unofficial-5.09.43.179.jar", "extra_assets": [] + }, + { + "version_tag": "5.09.43.180-pre", + "changelog": "## What's Changed\n* Update Text by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2246\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.179...5.09.43.180-pre\n", + "prerelease": false, + "tagged_at": "2023-08-20T10:34:14+00:00", + "filename": "gregtech-5.09.43.180-pre.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/122302406", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.180-pre/gregtech-5.09.43.180-pre.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.180-pre/GT5-Unofficial-5.09.43.180-pre.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -28569,7 +28580,7 @@ }, { "name": "GTplusplus", - "latest_version": "1.9.78", + "latest_version": "1.9.80", "private": false, "versions": [ { @@ -31898,6 +31909,27 @@ "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.78/GT-PlusPlus-1.9.78.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTplusplus/1.9.78/GTplusplus-1.9.78.jar", "extra_assets": [] + }, + { + "version_tag": "1.9.79-pre", + "changelog": "**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.78...1.9.79-pre\n", + "prerelease": false, + "tagged_at": "2023-08-20T10:36:22+00:00", + "filename": "GT-PlusPlus-1.9.79-pre.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GTplusplus/releases/assets/122302559", + "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.79-pre/GT-PlusPlus-1.9.79-pre.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTplusplus/1.9.79-pre/GTplusplus-1.9.79-pre.jar", + "extra_assets": [] + }, + { + "version_tag": "1.9.80", + "changelog": "## What's Changed\n* Fix recipe cache with LPF by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/723\n* Remove batch mode from steam multis by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/724\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.78...1.9.80\n", + "prerelease": false, + "tagged_at": "2023-08-20T13:39:08+00:00", + "filename": "GT-PlusPlus-1.9.80.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GTplusplus/releases/assets/122317306", + "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.80/GT-PlusPlus-1.9.80.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", @@ -41281,7 +41313,7 @@ }, { "name": "NewHorizonsCoreMod", - "latest_version": "2.1.101", + "latest_version": "2.1.104", "private": false, "versions": [ { @@ -44283,6 +44315,36 @@ "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/122200824", "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.101/GTNewHorizonsCoreMod-2.1.101.jar", "extra_assets": [] + }, + { + "version_tag": "2.1.102-pre", + "changelog": "## What's Changed\n* Elevator assembler recipe by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/705\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.101...2.1.102-pre\n", + "prerelease": false, + "tagged_at": "2023-08-20T10:12:33+00:00", + "filename": "GTNewHorizonsCoreMod-2.1.102-pre.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/122301228", + "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.102-pre/GTNewHorizonsCoreMod-2.1.102-pre.jar", + "extra_assets": [] + }, + { + "version_tag": "2.1.103-pre", + "changelog": "## What's Changed\n* Mainframe fix by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/709\n* Spotless apply for branch mica-based-plate for #707 by @github-actions in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/710\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.102-pre...2.1.103-pre\n", + "prerelease": false, + "tagged_at": "2023-08-20T10:34:28+00:00", + "filename": "GTNewHorizonsCoreMod-2.1.103-pre.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/122302420", + "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.103-pre/GTNewHorizonsCoreMod-2.1.103-pre.jar", + "extra_assets": [] + }, + { + "version_tag": "2.1.104", + "changelog": "## What's Changed\n* Elevator assembler recipe by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/705\n* Mainframe fix by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/709\n* Mica based plate by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/707\n* Recipes for T9 Planet items (EoH catalysts) + DD update by @Gofer2x in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/712\n\n## New Contributors\n* @Gofer2x made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/712\n\n**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.101...2.1.104\n", + "prerelease": false, + "tagged_at": "2023-08-20T13:38:35+00:00", + "filename": "GTNewHorizonsCoreMod-2.1.104.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/122317246", + "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.104/GTNewHorizonsCoreMod-2.1.104.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", diff --git a/releases/changelogs/changelog from 2.3.7 to nightly.md b/releases/changelogs/changelog from 2.3.7 to nightly.md index 063c13a2..1f15a0b6 100644 --- a/releases/changelogs/changelog from 2.3.7 to nightly.md +++ b/releases/changelogs/changelog from 2.3.7 to nightly.md @@ -5,6 +5,21 @@ > * Fix restoring of Config Files by @glowredman in https://github.com/GTNewHorizons/Default-Configs/pull/2 (1.1.1) > +# Updated GT5-Unofficial (5.09.43.179@Side.BOTH --> 5.09.43.180-pre@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.178...5.09.43.180-pre +>## What's Changed +> * Update Text by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2246 (5.09.43.180-pre) +> * Fix GT_RecipeConstants.Fuel by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2243 (5.09.43.179) +> + +# Updated GTplusplus (1.9.78@Side.BOTH --> 1.9.80@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.77...1.9.80 +>## What's Changed +> * Fix recipe cache with LPF by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/723 (1.9.80) +> * Remove batch mode from steam multis by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/724 (1.9.80) +> * Add tooltip to Steam Output Bus about auto-export by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/722 (1.9.78) +> + # Updated Hodgepodge (2.2.29@Side.BOTH --> 2.2.30@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/Hodgepodge/compare/2.2.28...2.2.30 >## What's Changed @@ -12,6 +27,21 @@ > * Add chunk save CME debugger by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/234 (2.2.29) > +# Updated NewHorizonsCoreMod (2.1.101@Side.BOTH --> 2.1.104@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.100...2.1.104 +>## What's Changed +> * Elevator assembler recipe by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/705 (2.1.104) +> * Mainframe fix by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/709 (2.1.104) +> * Mica based plate by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/707 (2.1.104) +> * Recipes for T9 Planet items (EoH catalysts) + DD update by @Gofer2x in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/712 (2.1.104) +> * Mainframe fix by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/709 (2.1.103-pre) +> * Spotless apply for branch mica-based-plate for #707 by @github-actions in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/710 (2.1.103-pre) +> * Elevator assembler recipe by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/705 (2.1.102-pre) +> +>## New Contributors +> * @Gofer2x made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/712 (2.1.104) +> + # Updated Tainted-Magic (7.6.2-GTNH@Side.BOTH --> 7.6.3-GTNH@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/Tainted-Magic/compare/7.6.2-GTNH...7.6.3-GTNH >## What's Changed diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index f5b5d22f..e1d69a71 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,8 +1,8 @@ { "version": "nightly", "last_version": "2.3.7", - "last_updated": "2023-08-20T09:43:23.996179", - "config": "2.3.7", + "last_updated": "2023-08-20T19:19:33.332839", + "config": "2.3.7-nightly-2023-08-18", "github_mods": { "AdventureBackpack2": { "version": "1.0.14-GTNH", @@ -257,7 +257,7 @@ "side": "BOTH" }, "GT5-Unofficial": { - "version": "5.09.43.179", + "version": "5.09.43.180-pre", "side": "BOTH" }, "GTNEIOrePlugin": { @@ -277,7 +277,7 @@ "side": "BOTH" }, "GTplusplus": { - "version": "1.9.78", + "version": "1.9.80", "side": "BOTH" }, "Hardcore-Ender-Expansion": { @@ -433,7 +433,7 @@ "side": "CLIENT" }, "NewHorizonsCoreMod": { - "version": "2.1.101", + "version": "2.1.104", "side": "BOTH" }, "Nodal-Mechanics": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index 20b63baa..68dfaa50 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -338,13 +338,13 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.35 | | [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.43.179 | +| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.43.180-pre | | [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | | [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.26 | | [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.6 | | [GTNH-TC-Wands](https://github.com/GTNewHorizons/GTNH-TC-Wands) | 1.3.1 | | [GTNHLib](https://github.com/GTNewHorizons/GTNHLib) | 0.0.13 | -| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.78 | +| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.80 | | [Hardcore Darkness](https://www.curseforge.com/minecraft/mc-mods/hardcore-darkness) | 1.7 | | [Hardcore-Ender-Expansion](https://github.com/GTNewHorizons/Hardcore-Ender-Expansion) | 1.9.7-GTNH | | [harvestcraft](https://github.com/GTNewHorizons/harvestcraft) | 1.1.0-GTNH | @@ -396,7 +396,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [neiaddons](https://github.com/GTNewHorizons/neiaddons) | 1.12.22 | | [NetherPortalFix](https://github.com/GTNewHorizons/NetherPortalFix) | 1.1.2 | | [Netty-Patcher](https://github.com/GTNewHorizons/Netty-Patcher) | 0.3.1 | -| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.101 | +| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.104 | | [Nodal-Mechanics](https://github.com/GTNewHorizons/Nodal-Mechanics) | 1.1.-6-GTNH | | [NotEnoughEnergistics](https://github.com/GTNewHorizons/NotEnoughEnergistics) | 1.4.2 | | [NotEnoughIds](https://github.com/GTNewHorizons/NotEnoughIds) | 1.4.6 | From 1e87a3820273699e9fb2213056911d3dd50903a7 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sun, 20 Aug 2023 21:26:03 +0200 Subject: [PATCH 27/38] update --- gtnh-assets.json | 1 + 1 file changed, 1 insertion(+) diff --git a/gtnh-assets.json b/gtnh-assets.json index 6de33cb0..b30966bb 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -31929,6 +31929,7 @@ "filename": "GT-PlusPlus-1.9.80.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/GTplusplus/releases/assets/122317306", "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.80/GT-PlusPlus-1.9.80.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTplusplus/1.9.80/GTplusplus-1.9.80.jar", "extra_assets": [] } ], From 3674f0faac694c1ce2489ccc3fd0e3fb77bbe4d7 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Mon, 21 Aug 2023 22:11:44 +0200 Subject: [PATCH 28/38] update --- gtnh-assets.json | 12 +++++++++++- releases/manifests/nightly.json | 4 ++-- releases/readmes/README_nightly.MD | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index b30966bb..6e3e4d51 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -1,7 +1,7 @@ { "config": { "name": "GT-New-Horizons-Modpack", - "latest_version": "2.3.7-nightly-2023-08-18", + "latest_version": "2.3.8-nightly-2023-08-21", "needs_attention": true, "versions": [ { @@ -693,6 +693,16 @@ "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122108672", "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.7-nightly-2023-08-18/2.3.7-nightly-2023-08-18.zip", "extra_assets": [] + }, + { + "version_tag": "2.3.8-nightly-2023-08-21", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-08-21T20:01:10+00:00", + "filename": "2.3.8-nightly-2023-08-21.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122493518", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.8-nightly-2023-08-21/2.3.8-nightly-2023-08-21.zip", + "extra_assets": [] } ], "type": "config", diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index e1d69a71..8753330b 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,8 +1,8 @@ { "version": "nightly", "last_version": "2.3.7", - "last_updated": "2023-08-20T19:19:33.332839", - "config": "2.3.7-nightly-2023-08-18", + "last_updated": "2023-08-21T20:08:21.128483", + "config": "2.3.8-nightly-2023-08-21", "github_mods": { "AdventureBackpack2": { "version": "1.0.14-GTNH", diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index 68dfaa50..0d25cccf 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -1,6 +1,6 @@ # GT New Horizons Mod Pack -Version nightly is out 2023-08-20 +Version nightly is out 2023-08-21 [![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=GTNewHorizons%20Configs)](http://jenkins.usrv.eu:8080/job/GTNewHorizons%20Configs/) From c9442fe4f1cfde7c89cf8d7635541ec099af7e35 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Tue, 22 Aug 2023 22:39:48 +0200 Subject: [PATCH 29/38] update --- gtnh-assets.json | 87 +++++++++++++++++-- .../changelog from 2.3.7 to nightly.md | 45 ++++++++-- releases/manifests/nightly.json | 14 +-- releases/readmes/README_nightly.MD | 14 +-- 4 files changed, 134 insertions(+), 26 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index 6e3e4d51..592751dc 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -18231,7 +18231,7 @@ }, { "name": "GoodGenerator", - "latest_version": "0.6.35", + "latest_version": "0.6.36", "private": false, "versions": [ { @@ -19829,6 +19829,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.35/GoodGenerator-0.6.35.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.35/GoodGenerator-0.6.35.jar", "extra_assets": [] + }, + { + "version_tag": "0.6.36", + "changelog": "## What's Changed\n* Add PA centrifuge recipe map to naq line recipe replacements by @chochem in https://github.com/GTNewHorizons/GoodGenerator/pull/197\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.35...0.6.36\n", + "prerelease": false, + "tagged_at": "2023-08-22T16:15:33+00:00", + "filename": "GoodGenerator-0.6.36.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GoodGenerator/releases/assets/122632226", + "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.36/GoodGenerator-0.6.36.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.36/GoodGenerator-0.6.36.jar", + "extra_assets": [] } ], "license": "MIT License", @@ -19986,7 +19997,7 @@ }, { "name": "GT5-Unofficial", - "latest_version": "5.09.43.180-pre", + "latest_version": "5.09.43.182", "private": false, "versions": [ { @@ -26905,6 +26916,27 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.180-pre/gregtech-5.09.43.180-pre.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.180-pre/GT5-Unofficial-5.09.43.180-pre.jar", "extra_assets": [] + }, + { + "version_tag": "5.09.43.181-pre", + "changelog": "**Preview Release** Adding interface terminal support and other QoLs for Crafting Input Buffer.\r\n\r\nBecause pattern slots have changed to 36, it will not be safe to downgrade or even upgrade to 2.4.0 because you will lose those 4 extra pattern slots, until [this PR](https://github.com/GTNewHorizons/GT5-Unofficial/pull/2200) is merged. I recommend wait until the next stable.\r\n\r\nIf you do decide to use this version, be sure to backup your world, and pin to this GT5u version when upgrading packs until the said PR is merged.\r\n\r\nChanges:\r\n* Support interface terminal\r\n* Support custom name and auto generate name for crafting input buses/buffers\r\n* WAILA for slave hatches\r\n* 36 pattern slots (was 32)\r\n* 9 manual slots (was 1)\r\n* Open GUI from linked slave hatches\r\n\r\nCompared to [5.09.43.167-pre](https://github.com/GTNewHorizons/GT5-Unofficial/releases/tag/5.09.43.167-pre):\r\n* Fixed the bug where server gets stuck when shutting down\r\n* Fixed the bug where you may have items voided when restarting server\r\n* TPS improvements\r\n* Fixed the 32->36 migration, it should be automatic now\r\n\r\n---\r\n\r\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.178...5.09.43.181-pre\r\n", + "prerelease": true, + "tagged_at": "2023-08-20T19:36:22+00:00", + "filename": "gregtech-5.09.43.181-pre.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/122342943", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.181-pre/gregtech-5.09.43.181-pre.jar", + "extra_assets": [] + }, + { + "version_tag": "5.09.43.182", + "changelog": "## What's Changed\n* Update Text by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2246\n* Fix startup tier for fusion NEI by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2249\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.179...5.09.43.182\n", + "prerelease": false, + "tagged_at": "2023-08-22T17:11:07+00:00", + "filename": "gregtech-5.09.43.182.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/122639393", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.182/gregtech-5.09.43.182.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.182/GT5-Unofficial-5.09.43.182.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -27643,7 +27675,7 @@ }, { "name": "GTNH-Lanthanides", - "latest_version": "0.10.6", + "latest_version": "0.10.7", "private": false, "versions": [ { @@ -28127,6 +28159,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GTNH-Lanthanides/releases/download/0.10.6/gtnhlanth-0.10.6.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTNH-Lanthanides/0.10.6/GTNH-Lanthanides-0.10.6.jar", "extra_assets": [] + }, + { + "version_tag": "0.10.7", + "changelog": "## What's Changed\n* Add PA centrifuge and electrolysis recipe maps to recipe replacements by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/62\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Lanthanides/compare/0.10.6...0.10.7\n", + "prerelease": false, + "tagged_at": "2023-08-22T16:15:08+00:00", + "filename": "gtnhlanth-0.10.7.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GTNH-Lanthanides/releases/assets/122632172", + "browser_download_url": "https://github.com/GTNewHorizons/GTNH-Lanthanides/releases/download/0.10.7/gtnhlanth-0.10.7.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTNH-Lanthanides/0.10.7/GTNH-Lanthanides-0.10.7.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -28590,7 +28633,7 @@ }, { "name": "GTplusplus", - "latest_version": "1.9.80", + "latest_version": "1.9.81", "private": false, "versions": [ { @@ -31941,6 +31984,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.80/GT-PlusPlus-1.9.80.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTplusplus/1.9.80/GTplusplus-1.9.80.jar", "extra_assets": [] + }, + { + "version_tag": "1.9.81", + "changelog": "## What's Changed\n* Fix Algae Farm compost calculation by @Jonodonozym in https://github.com/GTNewHorizons/GTplusplus/pull/726\n\n## New Contributors\n* @Jonodonozym made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/726\n\n**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.80...1.9.81\n", + "prerelease": false, + "tagged_at": "2023-08-22T20:08:47+00:00", + "filename": "GT-PlusPlus-1.9.81.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GTplusplus/releases/assets/122657930", + "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.81/GT-PlusPlus-1.9.81.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTplusplus/1.9.81/GTplusplus-1.9.81.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", @@ -32086,7 +32140,7 @@ }, { "name": "harvestcraft", - "latest_version": "1.1.0-GTNH", + "latest_version": "1.1.1-GTNH", "private": true, "versions": [ { @@ -32149,6 +32203,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/harvestcraft/releases/download/1.1.0-GTNH/harvestcraft-1.1.0-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/harvestcraft/1.1.0-GTNH/harvestcraft-1.1.0-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "1.1.1-GTNH", + "changelog": "## What's Changed\n* Fix some juice items not having oredict listAlljuice by @miozune in https://github.com/GTNewHorizons/harvestcraft/pull/47\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/harvestcraft/compare/1.1.0-GTNH...1.1.1-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-22T16:03:48+00:00", + "filename": "harvestcraft-1.1.1-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/harvestcraft/releases/assets/122630042", + "browser_download_url": "https://github.com/GTNewHorizons/harvestcraft/releases/download/1.1.1-GTNH/harvestcraft-1.1.1-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/harvestcraft/1.1.1-GTNH/harvestcraft-1.1.1-GTNH.jar", + "extra_assets": [] } ], "license": "Explicit Permission.", @@ -41324,7 +41389,7 @@ }, { "name": "NewHorizonsCoreMod", - "latest_version": "2.1.104", + "latest_version": "2.1.105", "private": false, "versions": [ { @@ -44356,6 +44421,16 @@ "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/122317246", "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.104/GTNewHorizonsCoreMod-2.1.104.jar", "extra_assets": [] + }, + { + "version_tag": "2.1.105", + "changelog": "## What's Changed\n* Shaers ender io by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/713\n* Fix amber light research text by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/714\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.104...2.1.105\n", + "prerelease": false, + "tagged_at": "2023-08-22T16:25:39+00:00", + "filename": "GTNewHorizonsCoreMod-2.1.105.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/122633670", + "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.105/GTNewHorizonsCoreMod-2.1.105.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", diff --git a/releases/changelogs/changelog from 2.3.7 to nightly.md b/releases/changelogs/changelog from 2.3.7 to nightly.md index 1f15a0b6..f844b73b 100644 --- a/releases/changelogs/changelog from 2.3.7 to nightly.md +++ b/releases/changelogs/changelog from 2.3.7 to nightly.md @@ -5,20 +5,41 @@ > * Fix restoring of Config Files by @glowredman in https://github.com/GTNewHorizons/Default-Configs/pull/2 (1.1.1) > -# Updated GT5-Unofficial (5.09.43.179@Side.BOTH --> 5.09.43.180-pre@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.178...5.09.43.180-pre +# Updated GT5-Unofficial (5.09.43.179@Side.BOTH --> 5.09.43.182@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.178...5.09.43.182 >## What's Changed +> * Update Text by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2246 (5.09.43.182) +> * Fix startup tier for fusion NEI by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2249 (5.09.43.182) > * Update Text by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2246 (5.09.43.180-pre) > * Fix GT_RecipeConstants.Fuel by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2243 (5.09.43.179) > -# Updated GTplusplus (1.9.78@Side.BOTH --> 1.9.80@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.77...1.9.80 +# Updated GTNH-Lanthanides (0.10.6@Side.BOTH --> 0.10.7@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Lanthanides/compare/0.10.5...0.10.7 >## What's Changed +> * Add PA centrifuge and electrolysis recipe maps to recipe replacements by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/62 (0.10.7) +> * Remove reference to sByProductList by @miozune in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/61 (0.10.6) +> + +# Updated GTplusplus (1.9.78@Side.BOTH --> 1.9.81@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.77...1.9.81 +>## What's Changed +> * Fix Algae Farm compost calculation by @Jonodonozym in https://github.com/GTNewHorizons/GTplusplus/pull/726 (1.9.81) > * Fix recipe cache with LPF by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/723 (1.9.80) > * Remove batch mode from steam multis by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/724 (1.9.80) > * Add tooltip to Steam Output Bus about auto-export by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/722 (1.9.78) > +>## New Contributors +> * @Jonodonozym made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/726 (1.9.81) +> + +# Updated GoodGenerator (0.6.35@Side.BOTH --> 0.6.36@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.34...0.6.36 +>## What's Changed +> * Add PA centrifuge recipe map to naq line recipe replacements by @chochem in https://github.com/GTNewHorizons/GoodGenerator/pull/197 (0.6.36) +> * Fix fuel refinery overclocks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/195 (0.6.35) +> * Add a way to make more Tiberium using Naquadah Gas by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/196 (0.6.35) +> # Updated Hodgepodge (2.2.29@Side.BOTH --> 2.2.30@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/Hodgepodge/compare/2.2.28...2.2.30 @@ -27,9 +48,11 @@ > * Add chunk save CME debugger by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/234 (2.2.29) > -# Updated NewHorizonsCoreMod (2.1.101@Side.BOTH --> 2.1.104@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.100...2.1.104 +# Updated NewHorizonsCoreMod (2.1.101@Side.BOTH --> 2.1.105@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.100...2.1.105 >## What's Changed +> * Shaers ender io by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/713 (2.1.105) +> * Fix amber light research text by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/714 (2.1.105) > * Elevator assembler recipe by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/705 (2.1.104) > * Mainframe fix by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/709 (2.1.104) > * Mica based plate by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/707 (2.1.104) @@ -51,3 +74,13 @@ > * @Glease made their first contribution in https://github.com/GTNewHorizons/Tainted-Magic/pull/19 (7.6.3-GTNH) > +# Updated harvestcraft (1.1.0-GTNH@Side.BOTH --> 1.1.1-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/harvestcraft/compare/1.0.21-GTNH...1.1.1-GTNH +>## What's Changed +> * Fix some juice items not having oredict listAlljuice by @miozune in https://github.com/GTNewHorizons/harvestcraft/pull/47 (1.1.1-GTNH) +> * Make pie recipes shaped to avoid tofu conflicts by @Pxx500 in https://github.com/GTNewHorizons/harvestcraft/pull/45 (1.1.0-GTNH) +> +>## New Contributors +> * @Pxx500 made their first contribution in https://github.com/GTNewHorizons/harvestcraft/pull/45 (1.1.0-GTNH) +> + diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 8753330b..ebc9325b 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.7", - "last_updated": "2023-08-21T20:08:21.128483", + "last_updated": "2023-08-22T20:21:58.078530", "config": "2.3.8-nightly-2023-08-21", "github_mods": { "AdventureBackpack2": { @@ -253,11 +253,11 @@ "side": "BOTH" }, "GoodGenerator": { - "version": "0.6.35", + "version": "0.6.36", "side": "BOTH" }, "GT5-Unofficial": { - "version": "5.09.43.180-pre", + "version": "5.09.43.182", "side": "BOTH" }, "GTNEIOrePlugin": { @@ -265,7 +265,7 @@ "side": "BOTH" }, "GTNH-Lanthanides": { - "version": "0.10.6", + "version": "0.10.7", "side": "BOTH" }, "GTNH-TC-Wands": { @@ -277,7 +277,7 @@ "side": "BOTH" }, "GTplusplus": { - "version": "1.9.80", + "version": "1.9.81", "side": "BOTH" }, "Hardcore-Ender-Expansion": { @@ -285,7 +285,7 @@ "side": "BOTH" }, "harvestcraft": { - "version": "1.1.0-GTNH", + "version": "1.1.1-GTNH", "side": "BOTH" }, "Hodgepodge": { @@ -433,7 +433,7 @@ "side": "CLIENT" }, "NewHorizonsCoreMod": { - "version": "2.1.104", + "version": "2.1.105", "side": "BOTH" }, "Nodal-Mechanics": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index 0d25cccf..f3ce3f9c 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -1,6 +1,6 @@ # GT New Horizons Mod Pack -Version nightly is out 2023-08-21 +Version nightly is out 2023-08-22 [![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=GTNewHorizons%20Configs)](http://jenkins.usrv.eu:8080/job/GTNewHorizons%20Configs/) @@ -335,19 +335,19 @@ 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.6-GTNH | | [gendustry](https://github.com/GTNewHorizons/gendustry) | 1.6.5.5-GTNH | | [GigaGramFab](https://github.com/GTNewHorizons/GigaGramFab) | 0.2.3 | -| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.35 | +| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.36 | | [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.43.180-pre | +| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.43.182 | | [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | | [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.26 | -| [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.6 | +| [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.7 | | [GTNH-TC-Wands](https://github.com/GTNewHorizons/GTNH-TC-Wands) | 1.3.1 | | [GTNHLib](https://github.com/GTNewHorizons/GTNHLib) | 0.0.13 | -| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.80 | +| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.81 | | [Hardcore Darkness](https://www.curseforge.com/minecraft/mc-mods/hardcore-darkness) | 1.7 | | [Hardcore-Ender-Expansion](https://github.com/GTNewHorizons/Hardcore-Ender-Expansion) | 1.9.7-GTNH | -| [harvestcraft](https://github.com/GTNewHorizons/harvestcraft) | 1.1.0-GTNH | +| [harvestcraft](https://github.com/GTNewHorizons/harvestcraft) | 1.1.1-GTNH | | [Healer](https://www.curseforge.com/minecraft/mc-mods/healer) | 1.2.1 | | [HelpFixer](https://github.com/GTNewHorizons/HelpFixer) | 1.1.0 | | [Hodgepodge](https://github.com/GTNewHorizons/Hodgepodge) | 2.2.30 | @@ -396,7 +396,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [neiaddons](https://github.com/GTNewHorizons/neiaddons) | 1.12.22 | | [NetherPortalFix](https://github.com/GTNewHorizons/NetherPortalFix) | 1.1.2 | | [Netty-Patcher](https://github.com/GTNewHorizons/Netty-Patcher) | 0.3.1 | -| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.104 | +| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.105 | | [Nodal-Mechanics](https://github.com/GTNewHorizons/Nodal-Mechanics) | 1.1.-6-GTNH | | [NotEnoughEnergistics](https://github.com/GTNewHorizons/NotEnoughEnergistics) | 1.4.2 | | [NotEnoughIds](https://github.com/GTNewHorizons/NotEnoughIds) | 1.4.6 | From 77513ce07ded07e8186b7e155fda311711b144bd Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Wed, 23 Aug 2023 22:08:02 +0200 Subject: [PATCH 30/38] update --- gtnh-assets.json | 110 ++++++++++++++++-- .../changelog from 2.3.7 to nightly.md | 48 ++++++-- releases/manifests/nightly.json | 16 +-- releases/readmes/README_nightly.MD | 16 +-- 4 files changed, 159 insertions(+), 31 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index 592751dc..df91c231 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -5644,7 +5644,7 @@ }, { "name": "bartworks", - "latest_version": "0.7.38", + "latest_version": "0.7.39", "private": false, "versions": [ { @@ -7621,6 +7621,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/bartworks/releases/download/0.7.38/bartworks-0.7.38.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/bartworks/0.7.38/bartworks-0.7.38.jar", "extra_assets": [] + }, + { + "version_tag": "0.7.39", + "changelog": "## What's Changed\n* Change Infinity to Neutronium in alternate High Density recipes by @S4mpsa in https://github.com/GTNewHorizons/bartworks/pull/353\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/bartworks/compare/0.7.38...0.7.39\n", + "prerelease": false, + "tagged_at": "2023-08-23T15:11:17+00:00", + "filename": "bartworks-0.7.39.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/bartworks/releases/assets/122785639", + "browser_download_url": "https://github.com/GTNewHorizons/bartworks/releases/download/0.7.39/bartworks-0.7.39.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/bartworks/0.7.39/bartworks-0.7.39.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -18231,7 +18242,7 @@ }, { "name": "GoodGenerator", - "latest_version": "0.6.36", + "latest_version": "0.6.37", "private": false, "versions": [ { @@ -19840,6 +19851,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.36/GoodGenerator-0.6.36.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.36/GoodGenerator-0.6.36.jar", "extra_assets": [] + }, + { + "version_tag": "0.6.37", + "changelog": "## What's Changed\n* Buff Naquadah Fuels in UIV+ tiers by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/198\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.36...0.6.37\n", + "prerelease": false, + "tagged_at": "2023-08-23T20:01:29+00:00", + "filename": "GoodGenerator-0.6.37.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GoodGenerator/releases/assets/122818240", + "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.37/GoodGenerator-0.6.37.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.37/GoodGenerator-0.6.37.jar", + "extra_assets": [] } ], "license": "MIT License", @@ -19997,7 +20019,7 @@ }, { "name": "GT5-Unofficial", - "latest_version": "5.09.43.182", + "latest_version": "5.09.43.184", "private": false, "versions": [ { @@ -26937,6 +26959,27 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.182/gregtech-5.09.43.182.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.182/GT5-Unofficial-5.09.43.182.jar", "extra_assets": [] + }, + { + "version_tag": "5.09.43.183", + "changelog": "## What's Changed\n* Update the conditionals buttons and tooltips on covers to reflect their actual effects by @C0bra5 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2244\n\n## New Contributors\n* @C0bra5 made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2244\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.182...5.09.43.183\n", + "prerelease": false, + "tagged_at": "2023-08-23T06:40:17+00:00", + "filename": "gregtech-5.09.43.183.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/122720648", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.183/gregtech-5.09.43.183.jar", + "extra_assets": [] + }, + { + "version_tag": "5.09.43.184", + "changelog": "## What's Changed\n* Fix Orichalcum and Shadowiron smelting by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2251\n* Fix tier display for Fusion NEI header by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2250\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.183...5.09.43.184\n", + "prerelease": false, + "tagged_at": "2023-08-23T20:02:33+00:00", + "filename": "gregtech-5.09.43.184.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/122818309", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.184/gregtech-5.09.43.184.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.184/GT5-Unofficial-5.09.43.184.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -27200,7 +27243,7 @@ }, { "name": "GTNH-Intergalactic", - "latest_version": "1.1.26", + "latest_version": "1.1.28", "private": false, "versions": [ { @@ -27666,6 +27709,27 @@ "browser_download_url": "https://github.com/GTNewHorizons/GTNH-Intergalactic/releases/download/1.1.26/gtnhintergalactic-1.1.26.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTNH-Intergalactic/1.1.26/GTNH-Intergalactic-1.1.26.jar", "extra_assets": [] + }, + { + "version_tag": "1.1.27", + "changelog": "## What's Changed\n* Buff Tiberium asteroid by ~170% by @S4mpsa in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/47\n\n## New Contributors\n* @S4mpsa made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/47\n\n**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Intergalactic/compare/1.1.26...1.1.27\n", + "prerelease": false, + "tagged_at": "2023-08-22T21:04:16+00:00", + "filename": "gtnhintergalactic-1.1.27.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GTNH-Intergalactic/releases/assets/122663136", + "browser_download_url": "https://github.com/GTNewHorizons/GTNH-Intergalactic/releases/download/1.1.27/gtnhintergalactic-1.1.27.jar", + "extra_assets": [] + }, + { + "version_tag": "1.1.28", + "changelog": "## What's Changed\n* SE Miner: Bounds checks and off-by-one range fix for cycle mode. by @fluffle in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/48\n\n## New Contributors\n* @fluffle made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/48\n\n**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Intergalactic/compare/1.1.27...1.1.28\n", + "prerelease": false, + "tagged_at": "2023-08-23T20:00:35+00:00", + "filename": "gtnhintergalactic-1.1.28.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GTNH-Intergalactic/releases/assets/122818176", + "browser_download_url": "https://github.com/GTNewHorizons/GTNH-Intergalactic/releases/download/1.1.28/gtnhintergalactic-1.1.28.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTNH-Intergalactic/1.1.28/GTNH-Intergalactic-1.1.28.jar", + "extra_assets": [] } ], "license": "MIT License", @@ -28633,7 +28697,7 @@ }, { "name": "GTplusplus", - "latest_version": "1.9.81", + "latest_version": "1.9.82", "private": false, "versions": [ { @@ -31995,6 +32059,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.81/GT-PlusPlus-1.9.81.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTplusplus/1.9.81/GTplusplus-1.9.81.jar", "extra_assets": [] + }, + { + "version_tag": "1.9.82", + "changelog": "## What's Changed\n* Fix NPE with Volcanus coil level by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/727\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.81...1.9.82\n", + "prerelease": false, + "tagged_at": "2023-08-23T06:39:50+00:00", + "filename": "GT-PlusPlus-1.9.82.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GTplusplus/releases/assets/122720623", + "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.82/GT-PlusPlus-1.9.82.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTplusplus/1.9.82/GTplusplus-1.9.82.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", @@ -38999,7 +39074,7 @@ }, { "name": "Mobs-Info", - "latest_version": "0.1.5-GTNH", + "latest_version": "0.1.6-GTNH", "private": false, "versions": [ { @@ -39148,6 +39223,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Mobs-Info/releases/download/0.1.5-GTNH/mobsinfo-0.1.5-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Mobs-Info/0.1.5-GTNH/Mobs-Info-0.1.5-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "0.1.6-GTNH", + "changelog": "**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.1.5-GTNH...0.1.6-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-23T15:08:57+00:00", + "filename": "mobsinfo-0.1.6-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Mobs-Info/releases/assets/122785249", + "browser_download_url": "https://github.com/GTNewHorizons/Mobs-Info/releases/download/0.1.6-GTNH/mobsinfo-0.1.6-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Mobs-Info/0.1.6-GTNH/Mobs-Info-0.1.6-GTNH.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -41389,7 +41475,7 @@ }, { "name": "NewHorizonsCoreMod", - "latest_version": "2.1.105", + "latest_version": "2.1.106", "private": false, "versions": [ { @@ -44431,6 +44517,16 @@ "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/122633670", "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.105/GTNewHorizonsCoreMod-2.1.105.jar", "extra_assets": [] + }, + { + "version_tag": "2.1.106", + "changelog": "## What's Changed\n* Use GT molten Obsidian by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/715\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.105...2.1.106\n", + "prerelease": false, + "tagged_at": "2023-08-23T06:39:38+00:00", + "filename": "GTNewHorizonsCoreMod-2.1.106.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/122720605", + "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.106/GTNewHorizonsCoreMod-2.1.106.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", diff --git a/releases/changelogs/changelog from 2.3.7 to nightly.md b/releases/changelogs/changelog from 2.3.7 to nightly.md index f844b73b..3f7fb4b7 100644 --- a/releases/changelogs/changelog from 2.3.7 to nightly.md +++ b/releases/changelogs/changelog from 2.3.7 to nightly.md @@ -5,14 +5,33 @@ > * Fix restoring of Config Files by @glowredman in https://github.com/GTNewHorizons/Default-Configs/pull/2 (1.1.1) > -# Updated GT5-Unofficial (5.09.43.179@Side.BOTH --> 5.09.43.182@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.178...5.09.43.182 +# Updated GT5-Unofficial (5.09.43.179@Side.BOTH --> 5.09.43.184@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.178...5.09.43.184 >## What's Changed +> * Fix Orichalcum and Shadowiron smelting by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2251 (5.09.43.184) +> * Fix tier display for Fusion NEI header by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2250 (5.09.43.184) +> * Update the conditionals buttons and tooltips on covers to reflect their actual effects by @C0bra5 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2244 (5.09.43.183) > * Update Text by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2246 (5.09.43.182) > * Fix startup tier for fusion NEI by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2249 (5.09.43.182) > * Update Text by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2246 (5.09.43.180-pre) > * Fix GT_RecipeConstants.Fuel by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2243 (5.09.43.179) > +>## New Contributors +> * @C0bra5 made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2244 (5.09.43.183) +> + +# Updated GTNH-Intergalactic (1.1.26@Side.BOTH --> 1.1.28@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Intergalactic/compare/1.1.25...1.1.28 +>## What's Changed +> * SE Miner: Bounds checks and off-by-one range fix for cycle mode. by @fluffle in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/48 (1.1.28) +> * Buff Tiberium asteroid by ~170% by @S4mpsa in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/47 (1.1.27) +> * Ban input hatch and output bus from siphon by @Lyfts in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/46 (1.1.26) +> +>## New Contributors +> * @fluffle made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/48 (1.1.28) +> * @S4mpsa made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/47 (1.1.27) +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/46 (1.1.26) +> # Updated GTNH-Lanthanides (0.10.6@Side.BOTH --> 0.10.7@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/GTNH-Lanthanides/compare/0.10.5...0.10.7 @@ -21,9 +40,10 @@ > * Remove reference to sByProductList by @miozune in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/61 (0.10.6) > -# Updated GTplusplus (1.9.78@Side.BOTH --> 1.9.81@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.77...1.9.81 +# Updated GTplusplus (1.9.78@Side.BOTH --> 1.9.82@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.77...1.9.82 >## What's Changed +> * Fix NPE with Volcanus coil level by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/727 (1.9.82) > * Fix Algae Farm compost calculation by @Jonodonozym in https://github.com/GTNewHorizons/GTplusplus/pull/726 (1.9.81) > * Fix recipe cache with LPF by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/723 (1.9.80) > * Remove batch mode from steam multis by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/724 (1.9.80) @@ -33,9 +53,10 @@ > * @Jonodonozym made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/726 (1.9.81) > -# Updated GoodGenerator (0.6.35@Side.BOTH --> 0.6.36@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.34...0.6.36 +# Updated GoodGenerator (0.6.35@Side.BOTH --> 0.6.37@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.34...0.6.37 >## What's Changed +> * Buff Naquadah Fuels in UIV+ tiers by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/198 (0.6.37) > * Add PA centrifuge recipe map to naq line recipe replacements by @chochem in https://github.com/GTNewHorizons/GoodGenerator/pull/197 (0.6.36) > * Fix fuel refinery overclocks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/195 (0.6.35) > * Add a way to make more Tiberium using Naquadah Gas by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/196 (0.6.35) @@ -48,9 +69,13 @@ > * Add chunk save CME debugger by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/234 (2.2.29) > -# Updated NewHorizonsCoreMod (2.1.101@Side.BOTH --> 2.1.105@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.100...2.1.105 +# Updated Mobs-Info (0.1.5-GTNH@Side.BOTH --> 0.1.6-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.1.4-GTNH...0.1.6-GTNH + +# Updated NewHorizonsCoreMod (2.1.101@Side.BOTH --> 2.1.106@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.100...2.1.106 >## What's Changed +> * Use GT molten Obsidian by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/715 (2.1.106) > * Shaers ender io by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/713 (2.1.105) > * Fix amber light research text by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/714 (2.1.105) > * Elevator assembler recipe by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/705 (2.1.104) @@ -74,6 +99,13 @@ > * @Glease made their first contribution in https://github.com/GTNewHorizons/Tainted-Magic/pull/19 (7.6.3-GTNH) > +# Updated bartworks (0.7.38@Side.BOTH --> 0.7.39@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/bartworks/compare/0.7.37...0.7.39 +>## What's Changed +> * Change Infinity to Neutronium in alternate High Density recipes by @S4mpsa in https://github.com/GTNewHorizons/bartworks/pull/353 (0.7.39) +> * Don't lazily initialize EIC recipemap by @miozune in https://github.com/GTNewHorizons/bartworks/pull/350 (0.7.38) +> + # Updated harvestcraft (1.1.0-GTNH@Side.BOTH --> 1.1.1-GTNH@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/harvestcraft/compare/1.0.21-GTNH...1.1.1-GTNH >## What's Changed diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index ebc9325b..8afe45db 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.7", - "last_updated": "2023-08-22T20:21:58.078530", + "last_updated": "2023-08-23T20:05:02.081028", "config": "2.3.8-nightly-2023-08-21", "github_mods": { "AdventureBackpack2": { @@ -49,7 +49,7 @@ "side": "BOTH" }, "bartworks": { - "version": "0.7.38", + "version": "0.7.39", "side": "BOTH" }, "Battlegear2": { @@ -253,11 +253,11 @@ "side": "BOTH" }, "GoodGenerator": { - "version": "0.6.36", + "version": "0.6.37", "side": "BOTH" }, "GT5-Unofficial": { - "version": "5.09.43.182", + "version": "5.09.43.184", "side": "BOTH" }, "GTNEIOrePlugin": { @@ -277,7 +277,7 @@ "side": "BOTH" }, "GTplusplus": { - "version": "1.9.81", + "version": "1.9.82", "side": "BOTH" }, "Hardcore-Ender-Expansion": { @@ -433,7 +433,7 @@ "side": "CLIENT" }, "NewHorizonsCoreMod": { - "version": "2.1.105", + "version": "2.1.106", "side": "BOTH" }, "Nodal-Mechanics": { @@ -809,7 +809,7 @@ "side": "BOTH" }, "GTNH-Intergalactic": { - "version": "1.1.26", + "version": "1.1.28", "side": "BOTH" }, "amunra": { @@ -821,7 +821,7 @@ "side": "CLIENT" }, "Mobs-Info": { - "version": "0.1.5-GTNH", + "version": "0.1.6-GTNH", "side": "BOTH" }, "BeeBetterAtBees-GTNH": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index f3ce3f9c..f80bd504 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -1,6 +1,6 @@ # GT New Horizons Mod Pack -Version nightly is out 2023-08-22 +Version nightly is out 2023-08-23 [![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=GTNewHorizons%20Configs)](http://jenkins.usrv.eu:8080/job/GTNewHorizons%20Configs/) @@ -261,7 +261,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Automagy](https://www.curseforge.com/minecraft/mc-mods/automagy) | 0.28.2 | | [Avaritia](https://github.com/GTNewHorizons/Avaritia) | 1.45 | | [Avaritiaddons](https://github.com/GTNewHorizons/Avaritiaddons) | 1.5.5-GTNH | -| [bartworks](https://github.com/GTNewHorizons/bartworks) | 0.7.38 | +| [bartworks](https://github.com/GTNewHorizons/bartworks) | 0.7.39 | | [Battlegear2](https://github.com/GTNewHorizons/Battlegear2) | 1.2.0 | | [Baubles](https://github.com/GTNewHorizons/Baubles) | 1.0.1.16 | | [bdlib](https://github.com/GTNewHorizons/bdlib) | 1.9.8-GTNH | @@ -335,16 +335,16 @@ 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.6-GTNH | | [gendustry](https://github.com/GTNewHorizons/gendustry) | 1.6.5.5-GTNH | | [GigaGramFab](https://github.com/GTNewHorizons/GigaGramFab) | 0.2.3 | -| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.36 | +| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.37 | | [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.43.182 | +| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.43.184 | | [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | -| [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.26 | +| [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.28 | | [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.7 | | [GTNH-TC-Wands](https://github.com/GTNewHorizons/GTNH-TC-Wands) | 1.3.1 | | [GTNHLib](https://github.com/GTNewHorizons/GTNHLib) | 0.0.13 | -| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.81 | +| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.82 | | [Hardcore Darkness](https://www.curseforge.com/minecraft/mc-mods/hardcore-darkness) | 1.7 | | [Hardcore-Ender-Expansion](https://github.com/GTNewHorizons/Hardcore-Ender-Expansion) | 1.9.7-GTNH | | [harvestcraft](https://github.com/GTNewHorizons/harvestcraft) | 1.1.1-GTNH | @@ -382,7 +382,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Mantle](https://github.com/GTNewHorizons/Mantle) | 0.3.7 | | [Minecraft-Backpack-Mod](https://github.com/GTNewHorizons/Minecraft-Backpack-Mod) | 2.2.11-GTNH | | [Minetweaker-Gregtech-5-Addon](https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon) | 2.0.1 | -| [Mobs-Info](https://github.com/GTNewHorizons/Mobs-Info) | 0.1.5-GTNH | +| [Mobs-Info](https://github.com/GTNewHorizons/Mobs-Info) | 0.1.6-GTNH | | [ModTweaker](https://github.com/GTNewHorizons/ModTweaker) | 0.9.10 | | [ModularUI](https://github.com/GTNewHorizons/ModularUI) | 1.1.16 | | [Morpheus](https://www.curseforge.com/minecraft/mc-mods/morpheus) | 1.6.21 | @@ -396,7 +396,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [neiaddons](https://github.com/GTNewHorizons/neiaddons) | 1.12.22 | | [NetherPortalFix](https://github.com/GTNewHorizons/NetherPortalFix) | 1.1.2 | | [Netty-Patcher](https://github.com/GTNewHorizons/Netty-Patcher) | 0.3.1 | -| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.105 | +| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.106 | | [Nodal-Mechanics](https://github.com/GTNewHorizons/Nodal-Mechanics) | 1.1.-6-GTNH | | [NotEnoughEnergistics](https://github.com/GTNewHorizons/NotEnoughEnergistics) | 1.4.2 | | [NotEnoughIds](https://github.com/GTNewHorizons/NotEnoughIds) | 1.4.6 | From f549cf7fe9c05c671e0a04f66d10a8750cfa175a Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Fri, 25 Aug 2023 20:44:31 +0200 Subject: [PATCH 31/38] update --- gtnh-assets.json | 99 +++++++++++++++++-- .../changelog from 2.3.7 to nightly.md | 50 ++++++++-- releases/manifests/nightly.json | 16 +-- releases/readmes/README_nightly.MD | 14 +-- 4 files changed, 151 insertions(+), 28 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index df91c231..ca564de6 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -1,7 +1,7 @@ { "config": { "name": "GT-New-Horizons-Modpack", - "latest_version": "2.3.8-nightly-2023-08-21", + "latest_version": "2.3.8-nightly-2023-08-25", "needs_attention": true, "versions": [ { @@ -703,6 +703,16 @@ "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/122493518", "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.8-nightly-2023-08-21/2.3.8-nightly-2023-08-21.zip", "extra_assets": [] + }, + { + "version_tag": "2.3.8-nightly-2023-08-25", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-08-25T18:36:38+00:00", + "filename": "2.3.8-nightly-2023-08-25.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/123132395", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.8-nightly-2023-08-25/2.3.8-nightly-2023-08-25.zip", + "extra_assets": [] } ], "type": "config", @@ -2938,7 +2948,7 @@ }, { "name": "AppleCore", - "latest_version": "3.2.10", + "latest_version": "3.2.11", "private": false, "versions": [ { @@ -3131,6 +3141,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/AppleCore/releases/download/3.2.10/AppleCore-3.2.10.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AppleCore/3.2.10/AppleCore-3.2.10.jar", "extra_assets": [] + }, + { + "version_tag": "3.2.11", + "changelog": "## What's Changed\n* Fix FoodStats crash with Thermos by @miozune in https://github.com/GTNewHorizons/AppleCore/pull/27\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/AppleCore/compare/3.2.10...3.2.11\n", + "prerelease": false, + "tagged_at": "2023-08-25T17:45:04+00:00", + "filename": "AppleCore-3.2.11.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/AppleCore/releases/assets/123127325", + "browser_download_url": "https://github.com/GTNewHorizons/AppleCore/releases/download/3.2.11/AppleCore-3.2.11.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AppleCore/3.2.11/AppleCore-3.2.11.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -17979,7 +18000,7 @@ }, { "name": "GigaGramFab", - "latest_version": "0.2.3", + "latest_version": "0.2.4", "private": false, "versions": [ { @@ -18233,6 +18254,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GigaGramFab/releases/download/0.2.3/ggfab-0.2.3.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GigaGramFab/0.2.3/GigaGramFab-0.2.3.jar", "extra_assets": [] + }, + { + "version_tag": "0.2.4", + "changelog": "## What's Changed\n* fix linked input bus pasting not working when origin uses a circuit by @Glease in https://github.com/GTNewHorizons/GigaGramFab/pull/16\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GigaGramFab/compare/0.2.3...0.2.4\n", + "prerelease": false, + "tagged_at": "2023-08-25T17:46:43+00:00", + "filename": "ggfab-0.2.4.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GigaGramFab/releases/assets/123127481", + "browser_download_url": "https://github.com/GTNewHorizons/GigaGramFab/releases/download/0.2.4/ggfab-0.2.4.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GigaGramFab/0.2.4/GigaGramFab-0.2.4.jar", + "extra_assets": [] } ], "license": "GNU Affero General Public License v3.0", @@ -18242,7 +18274,7 @@ }, { "name": "GoodGenerator", - "latest_version": "0.6.37", + "latest_version": "0.6.38", "private": false, "versions": [ { @@ -19862,6 +19894,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.37/GoodGenerator-0.6.37.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.37/GoodGenerator-0.6.37.jar", "extra_assets": [] + }, + { + "version_tag": "0.6.38", + "changelog": "## What's Changed\n* Mark VI Naquadah Fuel by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/200\n* Buff Mark I and Mark II naquadah fuels by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/202\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.37...0.6.38\n", + "prerelease": false, + "tagged_at": "2023-08-25T17:45:09+00:00", + "filename": "GoodGenerator-0.6.38.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GoodGenerator/releases/assets/123127336", + "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.38/GoodGenerator-0.6.38.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.38/GoodGenerator-0.6.38.jar", + "extra_assets": [] } ], "license": "MIT License", @@ -28697,7 +28740,7 @@ }, { "name": "GTplusplus", - "latest_version": "1.9.82", + "latest_version": "1.9.83", "private": false, "versions": [ { @@ -32070,6 +32113,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.82/GT-PlusPlus-1.9.82.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTplusplus/1.9.82/GTplusplus-1.9.82.jar", "extra_assets": [] + }, + { + "version_tag": "1.9.83", + "changelog": "## What's Changed\n* Enable batch mode on QFT by @S4mpsa in https://github.com/GTNewHorizons/GTplusplus/pull/725\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.82...1.9.83\n", + "prerelease": false, + "tagged_at": "2023-08-25T18:16:21+00:00", + "filename": "GT-PlusPlus-1.9.83.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GTplusplus/releases/assets/123130387", + "browser_download_url": "https://github.com/GTNewHorizons/GTplusplus/releases/download/1.9.83/GT-PlusPlus-1.9.83.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTplusplus/1.9.83/GTplusplus-1.9.83.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", @@ -41475,7 +41529,7 @@ }, { "name": "NewHorizonsCoreMod", - "latest_version": "2.1.106", + "latest_version": "2.1.108", "private": false, "versions": [ { @@ -44527,6 +44581,26 @@ "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/122720605", "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.106/GTNewHorizonsCoreMod-2.1.106.jar", "extra_assets": [] + }, + { + "version_tag": "2.1.107", + "changelog": "## What's Changed\n* Fix wrong Mehen Belt ChunkProvider class by @glowredman in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/717\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.106...2.1.107\n", + "prerelease": false, + "tagged_at": "2023-08-25T17:45:49+00:00", + "filename": "GTNewHorizonsCoreMod-2.1.107.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/123127432", + "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.107/GTNewHorizonsCoreMod-2.1.107.jar", + "extra_assets": [] + }, + { + "version_tag": "2.1.108", + "changelog": "## What's Changed\n* Swap gated plates for adv. fluid housing by @Lyfts in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/716\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.107...2.1.108\n", + "prerelease": false, + "tagged_at": "2023-08-25T18:29:37+00:00", + "filename": "GTNewHorizonsCoreMod-2.1.108.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/123131697", + "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.108/GTNewHorizonsCoreMod-2.1.108.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", @@ -48622,7 +48696,7 @@ }, { "name": "Random-Things", - "latest_version": "2.4.4", + "latest_version": "2.4.5", "private": false, "versions": [ { @@ -48665,6 +48739,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Random-Things/releases/download/2.4.4/RandomThings-2.4.4.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Random-Things/2.4.4/Random-Things-2.4.4.jar", "extra_assets": [] + }, + { + "version_tag": "2.4.5", + "changelog": "## What's Changed\n* Cyclic Bloodmoon by @DrParadox7 in https://github.com/GTNewHorizons/Random-Things/pull/3\n\n## New Contributors\n* @DrParadox7 made their first contribution in https://github.com/GTNewHorizons/Random-Things/pull/3\n\n**Full Changelog**: https://github.com/GTNewHorizons/Random-Things/compare/2.4.4...2.4.5\n", + "prerelease": false, + "tagged_at": "2023-08-25T17:53:35+00:00", + "filename": "RandomThings-2.4.5.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Random-Things/releases/assets/123128113", + "browser_download_url": "https://github.com/GTNewHorizons/Random-Things/releases/download/2.4.5/RandomThings-2.4.5.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Random-Things/2.4.5/Random-Things-2.4.5.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", diff --git a/releases/changelogs/changelog from 2.3.7 to nightly.md b/releases/changelogs/changelog from 2.3.7 to nightly.md index 3f7fb4b7..daeaec74 100644 --- a/releases/changelogs/changelog from 2.3.7 to nightly.md +++ b/releases/changelogs/changelog from 2.3.7 to nightly.md @@ -1,3 +1,14 @@ +# Updated AppleCore (3.2.10@Side.BOTH --> 3.2.11@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AppleCore/compare/3.2.9...3.2.11 +>## What's Changed +> * Fix FoodStats crash with Thermos by @miozune in https://github.com/GTNewHorizons/AppleCore/pull/27 (3.2.11) +> * Add tooltip to NEI bookmark panel by @miozune in https://github.com/GTNewHorizons/AppleCore/pull/25 (3.2.10) +> * Fix bug : not reading the config file by @Alexdoru in https://github.com/GTNewHorizons/AppleCore/pull/24 (3.2.10) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/AppleCore/pull/25 (3.2.10) +> + # Updated Default-Configs (1.1.1@Side.CLIENT --> 1.1.2@Side.CLIENT) **Full Changelog**: https://github.com/GTNewHorizons/Default-Configs/compare/1.1.0...1.1.2 >## What's Changed @@ -40,9 +51,10 @@ > * Remove reference to sByProductList by @miozune in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/61 (0.10.6) > -# Updated GTplusplus (1.9.78@Side.BOTH --> 1.9.82@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.77...1.9.82 +# Updated GTplusplus (1.9.78@Side.BOTH --> 1.9.83@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.9.77...1.9.83 >## What's Changed +> * Enable batch mode on QFT by @S4mpsa in https://github.com/GTNewHorizons/GTplusplus/pull/725 (1.9.83) > * Fix NPE with Volcanus coil level by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/727 (1.9.82) > * Fix Algae Farm compost calculation by @Jonodonozym in https://github.com/GTNewHorizons/GTplusplus/pull/726 (1.9.81) > * Fix recipe cache with LPF by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/723 (1.9.80) @@ -53,9 +65,22 @@ > * @Jonodonozym made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/726 (1.9.81) > -# Updated GoodGenerator (0.6.35@Side.BOTH --> 0.6.37@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.34...0.6.37 +# Updated GigaGramFab (0.2.3@Side.BOTH --> 0.2.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GigaGramFab/compare/0.2.2...0.2.4 >## What's Changed +> * fix linked input bus pasting not working when origin uses a circuit by @Glease in https://github.com/GTNewHorizons/GigaGramFab/pull/16 (0.2.4) +> * Make sure to calculate the overclock calculator by @BlueWeabo in https://github.com/GTNewHorizons/GigaGramFab/pull/12 (0.2.3) +> * fix adv assline drain from wrong input hatch by @Glease in https://github.com/GTNewHorizons/GigaGramFab/pull/13 (0.2.3) +> +>## New Contributors +> * @BlueWeabo made their first contribution in https://github.com/GTNewHorizons/GigaGramFab/pull/12 (0.2.3) +> + +# Updated GoodGenerator (0.6.35@Side.BOTH --> 0.6.38@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.34...0.6.38 +>## What's Changed +> * Mark VI Naquadah Fuel by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/200 (0.6.38) +> * Buff Mark I and Mark II naquadah fuels by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/202 (0.6.38) > * Buff Naquadah Fuels in UIV+ tiers by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/198 (0.6.37) > * Add PA centrifuge recipe map to naq line recipe replacements by @chochem in https://github.com/GTNewHorizons/GoodGenerator/pull/197 (0.6.36) > * Fix fuel refinery overclocks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/195 (0.6.35) @@ -72,9 +97,11 @@ # Updated Mobs-Info (0.1.5-GTNH@Side.BOTH --> 0.1.6-GTNH@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.1.4-GTNH...0.1.6-GTNH -# Updated NewHorizonsCoreMod (2.1.101@Side.BOTH --> 2.1.106@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.100...2.1.106 +# Updated NewHorizonsCoreMod (2.1.101@Side.BOTH --> 2.1.108@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.100...2.1.108 >## What's Changed +> * Swap gated plates for adv. fluid housing by @Lyfts in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/716 (2.1.108) +> * Fix wrong Mehen Belt ChunkProvider class by @glowredman in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/717 (2.1.107) > * Use GT molten Obsidian by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/715 (2.1.106) > * Shaers ender io by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/713 (2.1.105) > * Fix amber light research text by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/714 (2.1.105) @@ -90,6 +117,17 @@ > * @Gofer2x made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/712 (2.1.104) > +# Updated Random-Things (2.4.4@Side.BOTH --> 2.4.5@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Random-Things/compare/2.4.3...2.4.5 +>## What's Changed +> * Cyclic Bloodmoon by @DrParadox7 in https://github.com/GTNewHorizons/Random-Things/pull/3 (2.4.5) +> * Voiding Drop Filter rework: tooltips, prevent looping pick up with magnet, fix crash moving filter while its GUI is opened by @wlhlm in https://github.com/GTNewHorizons/Random-Things/pull/2 (2.4.4) +> +>## New Contributors +> * @DrParadox7 made their first contribution in https://github.com/GTNewHorizons/Random-Things/pull/3 (2.4.5) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/Random-Things/pull/2 (2.4.4) +> + # Updated Tainted-Magic (7.6.2-GTNH@Side.BOTH --> 7.6.3-GTNH@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/Tainted-Magic/compare/7.6.2-GTNH...7.6.3-GTNH >## What's Changed diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 8afe45db..5e2d49c8 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,8 +1,8 @@ { "version": "nightly", "last_version": "2.3.7", - "last_updated": "2023-08-23T20:05:02.081028", - "config": "2.3.8-nightly-2023-08-21", + "last_updated": "2023-08-25T18:38:09.190554", + "config": "2.3.8-nightly-2023-08-25", "github_mods": { "AdventureBackpack2": { "version": "1.0.14-GTNH", @@ -25,7 +25,7 @@ "side": "BOTH" }, "AppleCore": { - "version": "3.2.10", + "version": "3.2.11", "side": "BOTH" }, "Applied-Energistics-2-Unofficial": { @@ -253,7 +253,7 @@ "side": "BOTH" }, "GoodGenerator": { - "version": "0.6.37", + "version": "0.6.38", "side": "BOTH" }, "GT5-Unofficial": { @@ -277,7 +277,7 @@ "side": "BOTH" }, "GTplusplus": { - "version": "1.9.82", + "version": "1.9.83", "side": "BOTH" }, "Hardcore-Ender-Expansion": { @@ -433,7 +433,7 @@ "side": "CLIENT" }, "NewHorizonsCoreMod": { - "version": "2.1.106", + "version": "2.1.108", "side": "BOTH" }, "Nodal-Mechanics": { @@ -733,7 +733,7 @@ "side": "CLIENT" }, "GigaGramFab": { - "version": "0.2.3", + "version": "0.2.4", "side": "BOTH" }, "NotEnoughIds": { @@ -793,7 +793,7 @@ "side": "BOTH" }, "Random-Things": { - "version": "2.4.4", + "version": "2.4.5", "side": "BOTH" }, "Tainted-Magic": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index f80bd504..5fc90c35 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -1,6 +1,6 @@ # GT New Horizons Mod Pack -Version nightly is out 2023-08-23 +Version nightly is out 2023-08-25 [![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=GTNewHorizons%20Configs)](http://jenkins.usrv.eu:8080/job/GTNewHorizons%20Configs/) @@ -252,7 +252,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [AlchemyGrate](https://github.com/GTNewHorizons/AlchemyGrate) | 1.0.3-GTNH | | [amunra](https://github.com/GTNewHorizons/amunra) | 0.4.36 | | [AngerMod](https://github.com/GTNewHorizons/AngerMod) | 0.6.3 | -| [AppleCore](https://github.com/GTNewHorizons/AppleCore) | 3.2.10 | +| [AppleCore](https://github.com/GTNewHorizons/AppleCore) | 3.2.11 | | [Applied-Energistics-2-Unofficial](https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial) | rv3-beta-249-GTNH | | [ArchitectureCraft](https://github.com/GTNewHorizons/ArchitectureCraft) | 1.8.6 | | [Aroma1997Core](https://www.curseforge.com/minecraft/mc-mods/aroma1997core) | 1.0.2.16 | @@ -334,8 +334,8 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Galacticraft](https://github.com/GTNewHorizons/Galacticraft) | 3.0.73-GTNH | | [Galaxy-Space-GTNH](https://github.com/GTNewHorizons/Galaxy-Space-GTNH) | 1.2.6-GTNH | | [gendustry](https://github.com/GTNewHorizons/gendustry) | 1.6.5.5-GTNH | -| [GigaGramFab](https://github.com/GTNewHorizons/GigaGramFab) | 0.2.3 | -| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.37 | +| [GigaGramFab](https://github.com/GTNewHorizons/GigaGramFab) | 0.2.4 | +| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.38 | | [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.43.184 | @@ -344,7 +344,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.7 | | [GTNH-TC-Wands](https://github.com/GTNewHorizons/GTNH-TC-Wands) | 1.3.1 | | [GTNHLib](https://github.com/GTNewHorizons/GTNHLib) | 0.0.13 | -| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.82 | +| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.83 | | [Hardcore Darkness](https://www.curseforge.com/minecraft/mc-mods/hardcore-darkness) | 1.7 | | [Hardcore-Ender-Expansion](https://github.com/GTNewHorizons/Hardcore-Ender-Expansion) | 1.9.7-GTNH | | [harvestcraft](https://github.com/GTNewHorizons/harvestcraft) | 1.1.1-GTNH | @@ -396,7 +396,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [neiaddons](https://github.com/GTNewHorizons/neiaddons) | 1.12.22 | | [NetherPortalFix](https://github.com/GTNewHorizons/NetherPortalFix) | 1.1.2 | | [Netty-Patcher](https://github.com/GTNewHorizons/Netty-Patcher) | 0.3.1 | -| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.106 | +| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.108 | | [Nodal-Mechanics](https://github.com/GTNewHorizons/Nodal-Mechanics) | 1.1.-6-GTNH | | [NotEnoughEnergistics](https://github.com/GTNewHorizons/NotEnoughEnergistics) | 1.4.2 | | [NotEnoughIds](https://github.com/GTNewHorizons/NotEnoughIds) | 1.4.6 | @@ -420,7 +420,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [ProjectBlue](https://github.com/GTNewHorizons/ProjectBlue) | 1.1.12-GTNH | | [ProjectRed](https://github.com/GTNewHorizons/ProjectRed) | 4.7.12-GTNH | | [Railcraft](https://github.com/GTNewHorizons/Railcraft) | 9.14.9 | -| [Random-Things](https://github.com/GTNewHorizons/Random-Things) | 2.4.4 | +| [Random-Things](https://github.com/GTNewHorizons/Random-Things) | 2.4.5 | | [Realistic-World-Gen](https://github.com/GTNewHorizons/Realistic-World-Gen) | alpha-1.3.3.2 | | [RemoteIO](https://github.com/GTNewHorizons/RemoteIO) | 2.4.8 | | [Roguelike-Dungeons](https://github.com/GTNewHorizons/Roguelike-Dungeons) | 1.5.3-GTNH | From b2d274a379a2100c5872e56448aa0dcef4f3eade Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sun, 27 Aug 2023 21:23:25 +0200 Subject: [PATCH 32/38] add thaumic boots --- gtnh-assets.json | 22 +++++++++++++++++++ .../changelog from 2.3.7 to nightly.md | 5 +++++ releases/readmes/README_nightly.MD | 3 ++- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index ca564de6..0a03bb66 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -53990,6 +53990,28 @@ "maven": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/ThaumicBases/", "side": "BOTH" }, + { + "name": "ThaumicBoots", + "latest_version": "0.0.1", + "private": false, + "versions": [ + { + "version_tag": "0.0.1", + "changelog": "**Full Changelog**: https://github.com/GTNewHorizons/ThaumicBoots/commits/0.0.1\n", + "prerelease": false, + "tagged_at": "2023-07-22T00:27:06+00:00", + "filename": "thaumicboots-0.0.1.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/ThaumicBoots/releases/assets/118063938", + "browser_download_url": "https://github.com/GTNewHorizons/ThaumicBoots/releases/download/0.0.1/thaumicboots-0.0.1.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/ThaumicBoots/0.0.1/ThaumicBoots-0.0.1.jar", + "extra_assets": [] + } + ], + "license": "MIT License", + "repo_url": "https://github.com/GTNewHorizons/ThaumicBoots", + "maven": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/ThaumicBoots/", + "side": "BOTH" + }, { "name": "ThaumicEnergistics", "latest_version": "1.4.13-GTNH", diff --git a/releases/changelogs/changelog from 2.3.7 to nightly.md b/releases/changelogs/changelog from 2.3.7 to nightly.md index daeaec74..e41cbff8 100644 --- a/releases/changelogs/changelog from 2.3.7 to nightly.md +++ b/releases/changelogs/changelog from 2.3.7 to nightly.md @@ -1,3 +1,5 @@ +# New Mods: +> * ThaumicBoots # Updated AppleCore (3.2.10@Side.BOTH --> 3.2.11@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/AppleCore/compare/3.2.9...3.2.11 >## What's Changed @@ -137,6 +139,9 @@ > * @Glease made their first contribution in https://github.com/GTNewHorizons/Tainted-Magic/pull/19 (7.6.3-GTNH) > +# New Mod - ThaumicBoots (0.0.1@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ThaumicBoots/commits/0.0.1 + # Updated bartworks (0.7.38@Side.BOTH --> 0.7.39@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/bartworks/compare/0.7.37...0.7.39 >## What's Changed diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index 5fc90c35..790ff8a4 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -1,6 +1,6 @@ # GT New Horizons Mod Pack -Version nightly is out 2023-08-25 +Version nightly is out 2023-08-27 [![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=GTNewHorizons%20Configs)](http://jenkins.usrv.eu:8080/job/GTNewHorizons%20Configs/) @@ -454,6 +454,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Thaumic Machina](https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/wip-mods/2200956-wip-1-7-10-open-beta-thaumcraft-4-2-addon-thaumic) | 0.2.1 | | [Thaumic_Exploration](https://github.com/GTNewHorizons/Thaumic_Exploration) | 1.1.94-GTNH | | [ThaumicBases](https://github.com/GTNewHorizons/ThaumicBases) | 1.5.4 | +| [ThaumicBoots](https://github.com/GTNewHorizons/ThaumicBoots) | 0.0.1 | | [ThaumicEnergistics](https://github.com/GTNewHorizons/ThaumicEnergistics) | 1.4.13-GTNH | | [ThaumicHorizons](https://github.com/GTNewHorizons/ThaumicHorizons) | 1.3.5 | | [thaumicinsurgence](https://github.com/GTNewHorizons/thaumicinsurgence) | 0.2.6 | From d44fc5ad6512a5e2040a3400aca96cbcda47b47b Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sun, 27 Aug 2023 21:37:53 +0200 Subject: [PATCH 33/38] update --- gtnh-assets.json | 78 +++++++++++++++++-- .../changelog from 2.3.7 to nightly.md | 45 ++++++++--- releases/manifests/nightly.json | 14 ++-- releases/readmes/README_nightly.MD | 13 ++-- 4 files changed, 119 insertions(+), 31 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index 0a03bb66..f9a20934 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -1041,7 +1041,7 @@ }, { "name": "AE2FluidCraft-Rework", - "latest_version": "1.1.40-gtnh", + "latest_version": "1.1.41-gtnh", "private": false, "versions": [ { @@ -2414,6 +2414,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.40-gtnh/ae2fc-1.1.40-gtnh.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.40-gtnh/AE2FluidCraft-Rework-1.1.40-gtnh.jar", "extra_assets": [] + }, + { + "version_tag": "1.1.41-gtnh", + "changelog": "## What's Changed\n* Revert fluid animation fix for Quartz Tank to mitigate FPS issue by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/157\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.40-gtnh...1.1.41-gtnh\n", + "prerelease": false, + "tagged_at": "2023-08-27T18:44:30+00:00", + "filename": "ae2fc-1.1.41-gtnh.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/AE2FluidCraft-Rework/releases/assets/123354286", + "browser_download_url": "https://github.com/GTNewHorizons/AE2FluidCraft-Rework/releases/download/1.1.41-gtnh/ae2fc-1.1.41-gtnh.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/AE2FluidCraft-Rework/1.1.41-gtnh/AE2FluidCraft-Rework-1.1.41-gtnh.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -3161,7 +3172,7 @@ }, { "name": "Applied-Energistics-2-Unofficial", - "latest_version": "rv3-beta-249-GTNH", + "latest_version": "rv3-beta-250-GTNH", "private": false, "versions": [ { @@ -5039,6 +5050,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/releases/download/rv3-beta-249-GTNH/appliedenergistics2-rv3-beta-249-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Applied-Energistics-2-Unofficial/rv3-beta-249-GTNH/Applied-Energistics-2-Unofficial-rv3-beta-249-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "rv3-beta-250-GTNH", + "changelog": "## What's Changed\n* Fix some GUIs not accepting numpad enter key by @miozune in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/380\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/compare/rv3-beta-249-GTNH...rv3-beta-250-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-27T18:44:49+00:00", + "filename": "appliedenergistics2-rv3-beta-250-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/Applied-Energistics-2-Unofficial/releases/assets/123354303", + "browser_download_url": "https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/releases/download/rv3-beta-250-GTNH/appliedenergistics2-rv3-beta-250-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/Applied-Energistics-2-Unofficial/rv3-beta-250-GTNH/Applied-Energistics-2-Unofficial-rv3-beta-250-GTNH.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -18274,7 +18296,7 @@ }, { "name": "GoodGenerator", - "latest_version": "0.6.38", + "latest_version": "0.6.39", "private": false, "versions": [ { @@ -19905,6 +19927,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.38/GoodGenerator-0.6.38.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.38/GoodGenerator-0.6.38.jar", "extra_assets": [] + }, + { + "version_tag": "0.6.39", + "changelog": "## What's Changed\n* No amperage OC for PrAss by @chochem in https://github.com/GTNewHorizons/GoodGenerator/pull/203\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.38...0.6.39\n", + "prerelease": false, + "tagged_at": "2023-08-26T15:10:17+00:00", + "filename": "GoodGenerator-0.6.39.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GoodGenerator/releases/assets/123230753", + "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.39/GoodGenerator-0.6.39.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.39/GoodGenerator-0.6.39.jar", + "extra_assets": [] } ], "license": "MIT License", @@ -20062,7 +20095,7 @@ }, { "name": "GT5-Unofficial", - "latest_version": "5.09.43.184", + "latest_version": "5.09.43.185-pre", "private": false, "versions": [ { @@ -27023,6 +27056,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.184/gregtech-5.09.43.184.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.184/GT5-Unofficial-5.09.43.184.jar", "extra_assets": [] + }, + { + "version_tag": "5.09.43.185-pre", + "changelog": "## What's Changed\n* fix ulv recipes being broken again when under 1 tick calculation is done by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2254\n* change way to fix zfighting by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2253\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.184...5.09.43.185-pre\n", + "prerelease": false, + "tagged_at": "2023-08-27T18:47:49+00:00", + "filename": "gregtech-5.09.43.185-pre.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/123354536", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.185-pre/gregtech-5.09.43.185-pre.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.185-pre/GT5-Unofficial-5.09.43.185-pre.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -27782,7 +27826,7 @@ }, { "name": "GTNH-Lanthanides", - "latest_version": "0.10.7", + "latest_version": "0.10.8", "private": false, "versions": [ { @@ -28277,6 +28321,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/GTNH-Lanthanides/releases/download/0.10.7/gtnhlanth-0.10.7.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTNH-Lanthanides/0.10.7/GTNH-Lanthanides-0.10.7.jar", "extra_assets": [] + }, + { + "version_tag": "0.10.8", + "changelog": "## What's Changed\n* Remove duplicate recipe by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/63\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Lanthanides/compare/0.10.7...0.10.8\n", + "prerelease": false, + "tagged_at": "2023-08-27T18:47:50+00:00", + "filename": "gtnhlanth-0.10.8.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GTNH-Lanthanides/releases/assets/123354539", + "browser_download_url": "https://github.com/GTNewHorizons/GTNH-Lanthanides/releases/download/0.10.8/gtnhlanth-0.10.8.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GTNH-Lanthanides/0.10.8/GTNH-Lanthanides-0.10.8.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -35231,7 +35286,7 @@ }, { "name": "KekzTech", - "latest_version": "0.8.8", + "latest_version": "0.8.9", "private": false, "versions": [ { @@ -35745,6 +35800,17 @@ "browser_download_url": "https://github.com/GTNewHorizons/KekzTech/releases/download/0.8.8/kekztech-0.8.8.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/KekzTech/0.8.8/KekzTech-0.8.8.jar", "extra_assets": [] + }, + { + "version_tag": "0.8.9", + "changelog": "**Full Changelog**: https://github.com/GTNewHorizons/KekzTech/compare/0.8.8...0.8.9\n", + "prerelease": false, + "tagged_at": "2023-08-27T18:49:23+00:00", + "filename": "kekztech-0.8.9.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/KekzTech/releases/assets/123354623", + "browser_download_url": "https://github.com/GTNewHorizons/KekzTech/releases/download/0.8.9/kekztech-0.8.9.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/KekzTech/0.8.9/KekzTech-0.8.9.jar", + "extra_assets": [] } ], "license": "MIT License", diff --git a/releases/changelogs/changelog from 2.3.7 to nightly.md b/releases/changelogs/changelog from 2.3.7 to nightly.md index e41cbff8..cb2bfd34 100644 --- a/releases/changelogs/changelog from 2.3.7 to nightly.md +++ b/releases/changelogs/changelog from 2.3.7 to nightly.md @@ -1,5 +1,10 @@ -# New Mods: -> * ThaumicBoots +# Updated AE2FluidCraft-Rework (1.1.40-gtnh@Side.BOTH --> 1.1.41-gtnh@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.39-gtnh...1.1.41-gtnh +>## What's Changed +> * Revert fluid animation fix for Quartz Tank to mitigate FPS issue by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/157 (1.1.41-gtnh) +> * Fix gt++ fluid cells not extracting properly by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/156 (1.1.40-gtnh) +> + # Updated AppleCore (3.2.10@Side.BOTH --> 3.2.11@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/AppleCore/compare/3.2.9...3.2.11 >## What's Changed @@ -11,6 +16,13 @@ > * @miozune made their first contribution in https://github.com/GTNewHorizons/AppleCore/pull/25 (3.2.10) > +# Updated Applied-Energistics-2-Unofficial (rv3-beta-249-GTNH@Side.BOTH --> rv3-beta-250-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/compare/rv3-beta-248-GTNH...rv3-beta-250-GTNH +>## What's Changed +> * Fix some GUIs not accepting numpad enter key by @miozune in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/380 (rv3-beta-250-GTNH) +> * Update buildscript by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/377 (rv3-beta-249-GTNH) +> + # Updated Default-Configs (1.1.1@Side.CLIENT --> 1.1.2@Side.CLIENT) **Full Changelog**: https://github.com/GTNewHorizons/Default-Configs/compare/1.1.0...1.1.2 >## What's Changed @@ -18,9 +30,11 @@ > * Fix restoring of Config Files by @glowredman in https://github.com/GTNewHorizons/Default-Configs/pull/2 (1.1.1) > -# Updated GT5-Unofficial (5.09.43.179@Side.BOTH --> 5.09.43.184@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.178...5.09.43.184 +# Updated GT5-Unofficial (5.09.43.179@Side.BOTH --> 5.09.43.185-pre@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.178...5.09.43.185-pre >## What's Changed +> * fix ulv recipes being broken again when under 1 tick calculation is done by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2254 (5.09.43.185-pre) +> * change way to fix zfighting by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2253 (5.09.43.185-pre) > * Fix Orichalcum and Shadowiron smelting by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2251 (5.09.43.184) > * Fix tier display for Fusion NEI header by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2250 (5.09.43.184) > * Update the conditionals buttons and tooltips on covers to reflect their actual effects by @C0bra5 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2244 (5.09.43.183) @@ -46,9 +60,10 @@ > * @Lyfts made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/46 (1.1.26) > -# Updated GTNH-Lanthanides (0.10.6@Side.BOTH --> 0.10.7@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Lanthanides/compare/0.10.5...0.10.7 +# Updated GTNH-Lanthanides (0.10.6@Side.BOTH --> 0.10.8@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Lanthanides/compare/0.10.5...0.10.8 >## What's Changed +> * Remove duplicate recipe by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/63 (0.10.8) > * Add PA centrifuge and electrolysis recipe maps to recipe replacements by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/62 (0.10.7) > * Remove reference to sByProductList by @miozune in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/61 (0.10.6) > @@ -78,9 +93,10 @@ > * @BlueWeabo made their first contribution in https://github.com/GTNewHorizons/GigaGramFab/pull/12 (0.2.3) > -# Updated GoodGenerator (0.6.35@Side.BOTH --> 0.6.38@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.34...0.6.38 +# Updated GoodGenerator (0.6.35@Side.BOTH --> 0.6.39@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.34...0.6.39 >## What's Changed +> * No amperage OC for PrAss by @chochem in https://github.com/GTNewHorizons/GoodGenerator/pull/203 (0.6.39) > * Mark VI Naquadah Fuel by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/200 (0.6.38) > * Buff Mark I and Mark II naquadah fuels by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/202 (0.6.38) > * Buff Naquadah Fuels in UIV+ tiers by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/198 (0.6.37) @@ -96,6 +112,16 @@ > * Add chunk save CME debugger by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/234 (2.2.29) > +# Updated KekzTech (0.8.8@Side.BOTH --> 0.8.9@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/KekzTech/compare/0.8.7...0.8.9 +>## What's Changed +> * Allow max tier TFFT to complete with energy hatch by @Lyfts in https://github.com/GTNewHorizons/KekzTech/pull/74 (0.8.8) +> * Add per fluid capacity to TFFT storage field tooltip by @Lyfts in https://github.com/GTNewHorizons/KekzTech/pull/75 (0.8.8) +> +>## New Contributors +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/74 (0.8.8) +> + # Updated Mobs-Info (0.1.5-GTNH@Side.BOTH --> 0.1.6-GTNH@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.1.4-GTNH...0.1.6-GTNH @@ -139,9 +165,6 @@ > * @Glease made their first contribution in https://github.com/GTNewHorizons/Tainted-Magic/pull/19 (7.6.3-GTNH) > -# New Mod - ThaumicBoots (0.0.1@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ThaumicBoots/commits/0.0.1 - # Updated bartworks (0.7.38@Side.BOTH --> 0.7.39@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/bartworks/compare/0.7.37...0.7.39 >## What's Changed diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 5e2d49c8..a95dd6a8 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.7", - "last_updated": "2023-08-25T18:38:09.190554", + "last_updated": "2023-08-27T19:24:00.286289", "config": "2.3.8-nightly-2023-08-25", "github_mods": { "AdventureBackpack2": { @@ -9,7 +9,7 @@ "side": "BOTH" }, "AE2FluidCraft-Rework": { - "version": "1.1.40-gtnh", + "version": "1.1.41-gtnh", "side": "BOTH" }, "ae2stuff": { @@ -29,7 +29,7 @@ "side": "BOTH" }, "Applied-Energistics-2-Unofficial": { - "version": "rv3-beta-249-GTNH", + "version": "rv3-beta-250-GTNH", "side": "BOTH" }, "ArchitectureCraft": { @@ -253,11 +253,11 @@ "side": "BOTH" }, "GoodGenerator": { - "version": "0.6.38", + "version": "0.6.39", "side": "BOTH" }, "GT5-Unofficial": { - "version": "5.09.43.184", + "version": "5.09.43.185-pre", "side": "BOTH" }, "GTNEIOrePlugin": { @@ -265,7 +265,7 @@ "side": "BOTH" }, "GTNH-Lanthanides": { - "version": "0.10.7", + "version": "0.10.8", "side": "BOTH" }, "GTNH-TC-Wands": { @@ -345,7 +345,7 @@ "side": "BOTH" }, "KekzTech": { - "version": "0.8.8", + "version": "0.8.9", "side": "BOTH" }, "KubaTech": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index 790ff8a4..cc02449c 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -246,14 +246,14 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | --- | --- | | [Advanced Solar Panel For 1.7.10 (Unofficial)](https://www.curseforge.com/minecraft/mc-mods/advancedsolarpanels) | 1.7.10 Edition | | [AdventureBackpack2](https://github.com/GTNewHorizons/AdventureBackpack2) | 1.0.14-GTNH | -| [AE2FluidCraft-Rework](https://github.com/GTNewHorizons/AE2FluidCraft-Rework) | 1.1.40-gtnh | +| [AE2FluidCraft-Rework](https://github.com/GTNewHorizons/AE2FluidCraft-Rework) | 1.1.41-gtnh | | [ae2stuff](https://github.com/GTNewHorizons/ae2stuff) | 0.5.7-GTNH | | [AFSU](https://github.com/GTNewHorizons/AFSU) | 1.2.6-GTNH | | [AlchemyGrate](https://github.com/GTNewHorizons/AlchemyGrate) | 1.0.3-GTNH | | [amunra](https://github.com/GTNewHorizons/amunra) | 0.4.36 | | [AngerMod](https://github.com/GTNewHorizons/AngerMod) | 0.6.3 | | [AppleCore](https://github.com/GTNewHorizons/AppleCore) | 3.2.11 | -| [Applied-Energistics-2-Unofficial](https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial) | rv3-beta-249-GTNH | +| [Applied-Energistics-2-Unofficial](https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial) | rv3-beta-250-GTNH | | [ArchitectureCraft](https://github.com/GTNewHorizons/ArchitectureCraft) | 1.8.6 | | [Aroma1997Core](https://www.curseforge.com/minecraft/mc-mods/aroma1997core) | 1.0.2.16 | | [AromaBackup](https://www.curseforge.com/minecraft/mc-mods/aromabackup) | 0.1.0.0 | @@ -335,13 +335,13 @@ 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.6-GTNH | | [gendustry](https://github.com/GTNewHorizons/gendustry) | 1.6.5.5-GTNH | | [GigaGramFab](https://github.com/GTNewHorizons/GigaGramFab) | 0.2.4 | -| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.38 | +| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.39 | | [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.43.184 | +| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.43.185-pre | | [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | | [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.28 | -| [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.7 | +| [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.8 | | [GTNH-TC-Wands](https://github.com/GTNewHorizons/GTNH-TC-Wands) | 1.3.1 | | [GTNHLib](https://github.com/GTNewHorizons/GTNHLib) | 0.0.13 | | [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.83 | @@ -369,7 +369,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Jabba](https://github.com/GTNewHorizons/Jabba) | 1.2.22 | | [JourneyMap Server](https://www.curseforge.com/minecraft/mc-mods/journeymap-server) | 1.0.5 | | [JourneyMap](https://www.curseforge.com/minecraft/mc-mods/journeymap) | 5.1.4p6-fairplay | -| [KekzTech](https://github.com/GTNewHorizons/KekzTech) | 0.8.8 | +| [KekzTech](https://github.com/GTNewHorizons/KekzTech) | 0.8.9 | | [KubaTech](https://github.com/GTNewHorizons/KubaTech) | 0.12.7 | | [LittleTiles](https://github.com/GTNewHorizons/LittleTiles) | 1.2.9-GTNH | | [LogisticsPipes](https://github.com/GTNewHorizons/LogisticsPipes) | 1.0.6-GTNH | @@ -454,7 +454,6 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Thaumic Machina](https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/wip-mods/2200956-wip-1-7-10-open-beta-thaumcraft-4-2-addon-thaumic) | 0.2.1 | | [Thaumic_Exploration](https://github.com/GTNewHorizons/Thaumic_Exploration) | 1.1.94-GTNH | | [ThaumicBases](https://github.com/GTNewHorizons/ThaumicBases) | 1.5.4 | -| [ThaumicBoots](https://github.com/GTNewHorizons/ThaumicBoots) | 0.0.1 | | [ThaumicEnergistics](https://github.com/GTNewHorizons/ThaumicEnergistics) | 1.4.13-GTNH | | [ThaumicHorizons](https://github.com/GTNewHorizons/ThaumicHorizons) | 1.3.5 | | [thaumicinsurgence](https://github.com/GTNewHorizons/thaumicinsurgence) | 0.2.6 | From 4555a2eecad406594193cffda526685423e98300 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sun, 27 Aug 2023 21:57:01 +0200 Subject: [PATCH 34/38] why daxxl remove mods i add before ? --- releases/changelogs/changelog from 2.3.7 to nightly.md | 5 +++++ releases/manifests/nightly.json | 6 +++++- releases/readmes/README_nightly.MD | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/releases/changelogs/changelog from 2.3.7 to nightly.md b/releases/changelogs/changelog from 2.3.7 to nightly.md index cb2bfd34..3b5a23d7 100644 --- a/releases/changelogs/changelog from 2.3.7 to nightly.md +++ b/releases/changelogs/changelog from 2.3.7 to nightly.md @@ -1,3 +1,5 @@ +# New Mods: +> * ThaumicBoots # Updated AE2FluidCraft-Rework (1.1.40-gtnh@Side.BOTH --> 1.1.41-gtnh@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.1.39-gtnh...1.1.41-gtnh >## What's Changed @@ -165,6 +167,9 @@ > * @Glease made their first contribution in https://github.com/GTNewHorizons/Tainted-Magic/pull/19 (7.6.3-GTNH) > +# New Mod - ThaumicBoots (0.0.1@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ThaumicBoots/commits/0.0.1 + # Updated bartworks (0.7.38@Side.BOTH --> 0.7.39@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/bartworks/compare/0.7.37...0.7.39 >## What's Changed diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index a95dd6a8..91903102 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.7", - "last_updated": "2023-08-27T19:24:00.286289", + "last_updated": "2023-08-27T19:55:19.145176", "config": "2.3.8-nightly-2023-08-25", "github_mods": { "AdventureBackpack2": { @@ -839,6 +839,10 @@ "Default-Configs": { "version": "1.1.2", "side": "CLIENT" + }, + "ThaumicBoots": { + "version": "0.0.1", + "side": "BOTH" } }, "external_mods": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index cc02449c..03a30ec2 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -454,6 +454,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [Thaumic Machina](https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/wip-mods/2200956-wip-1-7-10-open-beta-thaumcraft-4-2-addon-thaumic) | 0.2.1 | | [Thaumic_Exploration](https://github.com/GTNewHorizons/Thaumic_Exploration) | 1.1.94-GTNH | | [ThaumicBases](https://github.com/GTNewHorizons/ThaumicBases) | 1.5.4 | +| [ThaumicBoots](https://github.com/GTNewHorizons/ThaumicBoots) | 0.0.1 | | [ThaumicEnergistics](https://github.com/GTNewHorizons/ThaumicEnergistics) | 1.4.13-GTNH | | [ThaumicHorizons](https://github.com/GTNewHorizons/ThaumicHorizons) | 1.3.5 | | [thaumicinsurgence](https://github.com/GTNewHorizons/thaumicinsurgence) | 0.2.6 | From 74d82f12c4dcf56d5aab653ab5e7c192e44262f6 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Mon, 28 Aug 2023 21:19:35 +0200 Subject: [PATCH 35/38] update --- gtnh-assets.json | 58 +++++++++++++++++-- .../changelog from 2.3.7 to nightly.md | 31 ++++++++-- releases/manifests/nightly.json | 10 ++-- releases/readmes/README_nightly.MD | 10 ++-- 4 files changed, 89 insertions(+), 20 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index f9a20934..78402578 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -8273,7 +8273,7 @@ }, { "name": "BetterLoadingScreen", - "latest_version": "1.4.3-GTNH", + "latest_version": "1.4.4-GTNH", "private": false, "versions": [ { @@ -8427,6 +8427,16 @@ "browser_download_url": "https://github.com/GTNewHorizons/BetterLoadingScreen/releases/download/1.4.3-GTNH/betterloadingscreen-1.4.3-GTNH.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/BetterLoadingScreen/1.4.3-GTNH/BetterLoadingScreen-1.4.3-GTNH.jar", "extra_assets": [] + }, + { + "version_tag": "1.4.4-GTNH", + "changelog": "**Full Changelog**: https://github.com/GTNewHorizons/BetterLoadingScreen/compare/1.4.3-GTNH...1.4.4-GTNH\n", + "prerelease": false, + "tagged_at": "2023-08-28T06:57:29+00:00", + "filename": "betterloadingscreen-1.4.4-GTNH.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/BetterLoadingScreen/releases/assets/123417320", + "browser_download_url": "https://github.com/GTNewHorizons/BetterLoadingScreen/releases/download/1.4.4-GTNH/betterloadingscreen-1.4.4-GTNH.jar", + "extra_assets": [] } ], "license": "GNU General Public License v2.0", @@ -18296,7 +18306,7 @@ }, { "name": "GoodGenerator", - "latest_version": "0.6.39", + "latest_version": "0.6.40", "private": false, "versions": [ { @@ -19938,6 +19948,16 @@ "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.39/GoodGenerator-0.6.39.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.39/GoodGenerator-0.6.39.jar", "extra_assets": [] + }, + { + "version_tag": "0.6.40", + "changelog": "## What's Changed\n* Make UCFE use TecTech's new power API by @sasha0552 in https://github.com/GTNewHorizons/GoodGenerator/pull/204\n\n## New Contributors\n* @sasha0552 made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/204\n\n**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.39...0.6.40\n", + "prerelease": false, + "tagged_at": "2023-08-28T19:05:29+00:00", + "filename": "GoodGenerator-0.6.40.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GoodGenerator/releases/assets/123499135", + "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.40/GoodGenerator-0.6.40.jar", + "extra_assets": [] } ], "license": "MIT License", @@ -20095,7 +20115,7 @@ }, { "name": "GT5-Unofficial", - "latest_version": "5.09.43.185-pre", + "latest_version": "5.09.43.187", "private": false, "versions": [ { @@ -27067,6 +27087,26 @@ "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.185-pre/gregtech-5.09.43.185-pre.jar", "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.185-pre/GT5-Unofficial-5.09.43.185-pre.jar", "extra_assets": [] + }, + { + "version_tag": "5.09.43.186", + "changelog": "## What's Changed\n* fix ulv recipes being broken again when under 1 tick calculation is done by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2254\n* change way to fix zfighting by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2253\n* Crafting input hatches QoLs by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2200\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.184...5.09.43.186\n", + "prerelease": false, + "tagged_at": "2023-08-28T06:37:56+00:00", + "filename": "gregtech-5.09.43.186.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/123415936", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.186/gregtech-5.09.43.186.jar", + "extra_assets": [] + }, + { + "version_tag": "5.09.43.187", + "changelog": "## What's Changed\n* Use real stack limit when splitting stacks in output bus by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2256\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.186...5.09.43.187\n", + "prerelease": false, + "tagged_at": "2023-08-28T19:06:20+00:00", + "filename": "gregtech-5.09.43.187.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/123499234", + "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.187/gregtech-5.09.43.187.jar", + "extra_assets": [] } ], "license": "GNU Lesser General Public License v3.0", @@ -41595,7 +41635,7 @@ }, { "name": "NewHorizonsCoreMod", - "latest_version": "2.1.108", + "latest_version": "2.1.109", "private": false, "versions": [ { @@ -44667,6 +44707,16 @@ "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/123131697", "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.108/GTNewHorizonsCoreMod-2.1.108.jar", "extra_assets": [] + }, + { + "version_tag": "2.1.109", + "changelog": "## What's Changed\n* Update CoreModConfig.java by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/718\n* Update MainRegistry.java by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/719\n\n\n**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.108...2.1.109\n", + "prerelease": false, + "tagged_at": "2023-08-28T19:06:51+00:00", + "filename": "GTNewHorizonsCoreMod-2.1.109.jar", + "download_url": "https://api.github.com/repos/GTNewHorizons/NewHorizonsCoreMod/releases/assets/123499282", + "browser_download_url": "https://github.com/GTNewHorizons/NewHorizonsCoreMod/releases/download/2.1.109/GTNewHorizonsCoreMod-2.1.109.jar", + "extra_assets": [] } ], "license": "GNU General Public License v3.0", diff --git a/releases/changelogs/changelog from 2.3.7 to nightly.md b/releases/changelogs/changelog from 2.3.7 to nightly.md index 3b5a23d7..8b92800c 100644 --- a/releases/changelogs/changelog from 2.3.7 to nightly.md +++ b/releases/changelogs/changelog from 2.3.7 to nightly.md @@ -25,6 +25,15 @@ > * Update buildscript by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/377 (rv3-beta-249-GTNH) > +# Updated BetterLoadingScreen (1.4.3-GTNH@Side.CLIENT --> 1.4.4-GTNH@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/BetterLoadingScreen/compare/1.4.2-GTNH...1.4.4-GTNH +>## What's Changed +> * Add imgur gallery/album background support by @tth05 in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/19 (1.4.3-GTNH) +> +>## New Contributors +> * @tth05 made their first contribution in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/19 (1.4.3-GTNH) +> + # Updated Default-Configs (1.1.1@Side.CLIENT --> 1.1.2@Side.CLIENT) **Full Changelog**: https://github.com/GTNewHorizons/Default-Configs/compare/1.1.0...1.1.2 >## What's Changed @@ -32,9 +41,13 @@ > * Fix restoring of Config Files by @glowredman in https://github.com/GTNewHorizons/Default-Configs/pull/2 (1.1.1) > -# Updated GT5-Unofficial (5.09.43.179@Side.BOTH --> 5.09.43.185-pre@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.178...5.09.43.185-pre +# Updated GT5-Unofficial (5.09.43.179@Side.BOTH --> 5.09.43.187@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.43.178...5.09.43.187 >## What's Changed +> * Use real stack limit when splitting stacks in output bus by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2256 (5.09.43.187) +> * fix ulv recipes being broken again when under 1 tick calculation is done by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2254 (5.09.43.186) +> * change way to fix zfighting by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2253 (5.09.43.186) +> * Crafting input hatches QoLs by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2200 (5.09.43.186) > * fix ulv recipes being broken again when under 1 tick calculation is done by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2254 (5.09.43.185-pre) > * change way to fix zfighting by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2253 (5.09.43.185-pre) > * Fix Orichalcum and Shadowiron smelting by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2251 (5.09.43.184) @@ -95,9 +108,10 @@ > * @BlueWeabo made their first contribution in https://github.com/GTNewHorizons/GigaGramFab/pull/12 (0.2.3) > -# Updated GoodGenerator (0.6.35@Side.BOTH --> 0.6.39@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.34...0.6.39 +# Updated GoodGenerator (0.6.35@Side.BOTH --> 0.6.40@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.6.34...0.6.40 >## What's Changed +> * Make UCFE use TecTech's new power API by @sasha0552 in https://github.com/GTNewHorizons/GoodGenerator/pull/204 (0.6.40) > * No amperage OC for PrAss by @chochem in https://github.com/GTNewHorizons/GoodGenerator/pull/203 (0.6.39) > * Mark VI Naquadah Fuel by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/200 (0.6.38) > * Buff Mark I and Mark II naquadah fuels by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/202 (0.6.38) @@ -106,6 +120,9 @@ > * Fix fuel refinery overclocks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/195 (0.6.35) > * Add a way to make more Tiberium using Naquadah Gas by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/196 (0.6.35) > +>## New Contributors +> * @sasha0552 made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/204 (0.6.40) +> # Updated Hodgepodge (2.2.29@Side.BOTH --> 2.2.30@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/Hodgepodge/compare/2.2.28...2.2.30 @@ -127,9 +144,11 @@ # Updated Mobs-Info (0.1.5-GTNH@Side.BOTH --> 0.1.6-GTNH@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/compare/0.1.4-GTNH...0.1.6-GTNH -# Updated NewHorizonsCoreMod (2.1.101@Side.BOTH --> 2.1.108@Side.BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.100...2.1.108 +# Updated NewHorizonsCoreMod (2.1.101@Side.BOTH --> 2.1.109@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/2.1.100...2.1.109 >## What's Changed +> * Update CoreModConfig.java by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/718 (2.1.109) +> * Update MainRegistry.java by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/719 (2.1.109) > * Swap gated plates for adv. fluid housing by @Lyfts in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/716 (2.1.108) > * Fix wrong Mehen Belt ChunkProvider class by @glowredman in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/717 (2.1.107) > * Use GT molten Obsidian by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/715 (2.1.106) diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 91903102..247ccec7 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,7 +1,7 @@ { "version": "nightly", "last_version": "2.3.7", - "last_updated": "2023-08-27T19:55:19.145176", + "last_updated": "2023-08-28T19:18:00.889521", "config": "2.3.8-nightly-2023-08-25", "github_mods": { "AdventureBackpack2": { @@ -73,7 +73,7 @@ "side": "CLIENT" }, "BetterLoadingScreen": { - "version": "1.4.3-GTNH", + "version": "1.4.4-GTNH", "side": "CLIENT" }, "BetterP2P": { @@ -253,11 +253,11 @@ "side": "BOTH" }, "GoodGenerator": { - "version": "0.6.39", + "version": "0.6.40", "side": "BOTH" }, "GT5-Unofficial": { - "version": "5.09.43.185-pre", + "version": "5.09.43.187", "side": "BOTH" }, "GTNEIOrePlugin": { @@ -433,7 +433,7 @@ "side": "CLIENT" }, "NewHorizonsCoreMod": { - "version": "2.1.108", + "version": "2.1.109", "side": "BOTH" }, "Nodal-Mechanics": { diff --git a/releases/readmes/README_nightly.MD b/releases/readmes/README_nightly.MD index 03a30ec2..59e8aa53 100644 --- a/releases/readmes/README_nightly.MD +++ b/releases/readmes/README_nightly.MD @@ -1,6 +1,6 @@ # GT New Horizons Mod Pack -Version nightly is out 2023-08-27 +Version nightly is out 2023-08-28 [![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=GTNewHorizons%20Configs)](http://jenkins.usrv.eu:8080/job/GTNewHorizons%20Configs/) @@ -269,7 +269,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [BetterAchievements](https://github.com/GTNewHorizons/BetterAchievements) | 0.1.3 | | [BetterBuildersWands](https://github.com/GTNewHorizons/BetterBuildersWands) | 0.9.6-GTNH | | [BetterCrashes](https://github.com/GTNewHorizons/BetterCrashes) | 1.2.2-GTNH | -| [BetterLoadingScreen](https://github.com/GTNewHorizons/BetterLoadingScreen) | 1.4.3-GTNH | +| [BetterLoadingScreen](https://github.com/GTNewHorizons/BetterLoadingScreen) | 1.4.4-GTNH | | [BetterP2P](https://github.com/GTNewHorizons/BetterP2P) | 1.1.20 | | [BetterQuesting](https://github.com/GTNewHorizons/BetterQuesting) | 3.3.27-GTNH | | [BiblioCraft: BiblioWoods Biomes O'Plenty Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-biomes-oplenty-edition) | 1.9 | @@ -335,10 +335,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.6-GTNH | | [gendustry](https://github.com/GTNewHorizons/gendustry) | 1.6.5.5-GTNH | | [GigaGramFab](https://github.com/GTNewHorizons/GigaGramFab) | 0.2.4 | -| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.39 | +| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.40 | | [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.43.185-pre | +| [GT5-Unofficial](https://github.com/GTNewHorizons/GT5-Unofficial) | 5.09.43.187 | | [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | | [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.28 | | [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.8 | @@ -396,7 +396,7 @@ Downloads can be found at http://downloads.gtnewhorizons.com - do not try to dow | [neiaddons](https://github.com/GTNewHorizons/neiaddons) | 1.12.22 | | [NetherPortalFix](https://github.com/GTNewHorizons/NetherPortalFix) | 1.1.2 | | [Netty-Patcher](https://github.com/GTNewHorizons/Netty-Patcher) | 0.3.1 | -| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.108 | +| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.109 | | [Nodal-Mechanics](https://github.com/GTNewHorizons/Nodal-Mechanics) | 1.1.-6-GTNH | | [NotEnoughEnergistics](https://github.com/GTNewHorizons/NotEnoughEnergistics) | 1.4.2 | | [NotEnoughIds](https://github.com/GTNewHorizons/NotEnoughIds) | 1.4.6 | From 7f6e0dbcdc2c2df7d86c07c51ef35bcd32e55559 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Mon, 28 Aug 2023 21:19:55 +0200 Subject: [PATCH 36/38] update --- gtnh-assets.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtnh-assets.json b/gtnh-assets.json index 78402578..e0d61a45 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -8436,6 +8436,7 @@ "filename": "betterloadingscreen-1.4.4-GTNH.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/BetterLoadingScreen/releases/assets/123417320", "browser_download_url": "https://github.com/GTNewHorizons/BetterLoadingScreen/releases/download/1.4.4-GTNH/betterloadingscreen-1.4.4-GTNH.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/BetterLoadingScreen/1.4.4-GTNH/BetterLoadingScreen-1.4.4-GTNH.jar", "extra_assets": [] } ], @@ -19957,6 +19958,7 @@ "filename": "GoodGenerator-0.6.40.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/GoodGenerator/releases/assets/123499135", "browser_download_url": "https://github.com/GTNewHorizons/GoodGenerator/releases/download/0.6.40/GoodGenerator-0.6.40.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GoodGenerator/0.6.40/GoodGenerator-0.6.40.jar", "extra_assets": [] } ], @@ -27106,6 +27108,7 @@ "filename": "gregtech-5.09.43.187.jar", "download_url": "https://api.github.com/repos/GTNewHorizons/GT5-Unofficial/releases/assets/123499234", "browser_download_url": "https://github.com/GTNewHorizons/GT5-Unofficial/releases/download/5.09.43.187/gregtech-5.09.43.187.jar", + "maven_url": "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases/com/github/GTNewHorizons/GT5-Unofficial/5.09.43.187/GT5-Unofficial-5.09.43.187.jar", "extra_assets": [] } ], From c00870c1a5b0f8f6a167ec7ef4e55e1b91f64ad8 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Mon, 28 Aug 2023 21:28:50 +0200 Subject: [PATCH 37/38] update --- gtnh-assets.json | 12 +- .../changelog from 2.3.0 to nightly.md | 2793 ++++++++++++++++- releases/manifests/nightly.json | 6 +- 3 files changed, 2723 insertions(+), 88 deletions(-) diff --git a/gtnh-assets.json b/gtnh-assets.json index e0d61a45..15741f0a 100644 --- a/gtnh-assets.json +++ b/gtnh-assets.json @@ -1,7 +1,7 @@ { "config": { "name": "GT-New-Horizons-Modpack", - "latest_version": "2.3.8-nightly-2023-08-25", + "latest_version": "2.4.0-RC1", "needs_attention": true, "versions": [ { @@ -713,6 +713,16 @@ "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/123132395", "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.3.8-nightly-2023-08-25/2.3.8-nightly-2023-08-25.zip", "extra_assets": [] + }, + { + "version_tag": "2.4.0-RC1", + "changelog": "", + "prerelease": false, + "tagged_at": "2023-08-28T19:23:50+00:00", + "filename": "2.4.0-RC1.zip", + "download_url": "https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack/releases/assets/123500952", + "browser_download_url": "https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/releases/download/2.4.0-RC1/2.4.0-RC1.zip", + "extra_assets": [] } ], "type": "config", diff --git a/releases/changelogs/changelog from 2.3.0 to nightly.md b/releases/changelogs/changelog from 2.3.0 to nightly.md index 294ede18..6b4b5d89 100644 --- a/releases/changelogs/changelog from 2.3.0 to nightly.md +++ b/releases/changelogs/changelog from 2.3.0 to nightly.md @@ -1,21 +1,186 @@ # New Mods: +> * AlchemyGrate +> * BeeBetterAtBees-GTNH +> * Default-Configs +> * DuraDisplay > * GTNH-Intergalactic +> * Mobs-Info +> * Nutrition +> * ThaumicBoots > * UniMixins +> * amunra # Mods Removed: +> * BeeBetterAtBees +> * ExtraCells2 > * GTNHMixins > * Mixingasm -# Updated AE2FluidCraft-Rework (1.0.92-gtnh@BOTH --> 1.1.0-gtnh@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.0.91-gtnh...1.1.0-gtnh +# Updated AE2FluidCraft-Rework (1.0.92-gtnh@Side.BOTH --> 1.1.41-gtnh@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.0.91-gtnh...1.1.41-gtnh >## What's Changed +> * Revert fluid animation fix for Quartz Tank to mitigate FPS issue by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/157 (1.1.41-gtnh) +> * Fix gt++ fluid cells not extracting properly by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/156 (1.1.40-gtnh) +> * Fix Crafting Input Bus Compatibility & fix general bugs by @foxwhite25 in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/154 (1.1.39-gtnh) +> * A collection of fixes by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/152 (1.1.38-gtnh) +> * Fix doubling fluids for real now by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/153 (1.1.38-gtnh) +> * Fix fluid stack not doubling by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/151 (1.1.37-gtnh) +> * Lazy monitor updates by @eigenraven in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/150 (1.1.36-gtnh) +> * Add null check for retrieving tank info by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/145 (1.1.35-gtnh) +> * Update ru_RU.lang by @StrangeMan1580 in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/146 (1.1.35-gtnh) +> * Add pattern doubling to ae2fc terminals by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/148 (1.1.35-gtnh) +> * Update zh_CN.lang by @DancingSnow0517 in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/147 (1.1.35-gtnh) +> * Save search string when search unfocuses by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/149 (1.1.35-gtnh) +> * Render drops as fluids in GuiCraftConfirm by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/144 (1.1.34-gtnh) +> * Register dual p2p interface for pattern capacity upgrade by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/143 (1.1.33-gtnh) +> * Add the dual P2P interface by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/139 (1.1.32-gtnh) +> * Fix typo "encoded" pattern by @Eraldoe in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/141 (1.1.30-gtnh) +> * Fix another typo by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/142 (1.1.30-gtnh) +> * Spotless apply for branch feature/p2p_di for #139 by @github-actions in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/140 (1.1.29-gtnh-pre) +> * Untangle Baubles hard dependency and skip on unmapped items/blocks by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/137 (1.1.27-gtnh) +> * Spotless apply for branch fix/untangle_baubles for #137 by @github-actions in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/138 (1.1.26-gtnh-pre) +> * Fix modulate/sim bug by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/135 (1.1.25-gtnh) +> * Fix fluid texture animation by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/136 (1.1.25-gtnh) +> * Changed craft amount config ref from priority to crafting amount by @minecraft7771 in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/134 (1.1.24-gtnh) +> * Code cleanup by @chill-was-taken in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/133 (1.1.22-gtnh) +> * Update APIs by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/130 (1.1.21-gtnh) +> * Fix NPE with FCStackStringifyHandler by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/129 (1.1.20-gtnh) +> * ForgeDirection fix & update dependencies by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/128 (1.1.19-gtnh) +> * Fix fluid animation with Hodgepodge loaded by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/126 (1.1.18-gtnh) +> * Show detailed fluid amount tooltip for Fluid Drop and Packet item by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/127 (1.1.18-gtnh) +> * More ec2 mappings by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/124 (1.1.16-gtnh) +> * Add support for the Advanced Blocking Card to Dual Interfaces by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/123 (1.1.15-gtnh) +> * Fix FluidContainerRegistry interactions w/ Certus Quart Tank by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/122 (1.1.14-gtnh) +> * Allow all 63 partition items to be used for fluid cells by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/121 (1.1.14-gtnh) +> * Add mappings for most important Extra Cells items by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/115 (1.1.14-gtnh) +> * Fix fluid export bus voiding fluids on crafting only mode by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/120 (1.1.14-gtnh) +> * Add null check for tanks by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/118 (1.1.9-gtnh) +> * Add null check when determining potential tanks to import by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/116 (1.1.8-gtnh) +> * fix by @Dream-Master in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/117 (1.1.8-gtnh) +> * Quantum fluid cell fix by @chochem in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/114 (1.1.7-gtnh) +> * Network throttle: Force ME update packets to be sent once every N ms. by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/110 (1.1.7-gtnh) +> * Fix fluid terminal interactions by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/111 (1.1.7-gtnh) +> * Quantum fluid cell fix by @chochem in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/114 (1.1.6-gtnh-pre) +> * Split large packets up by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/107 (1.1.4-gtnh-pre) +> * Fix fluid terminal interactions by @Dream-Master in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/112 (1.1.3-gtnh-pre) +> * Split large packets up by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/107 (1.1.2-gtnh) > * Add unlocalized names to fluid drops&packets by @eigenraven in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/105 (1.1.0-gtnh) > * craft confirm screen add cpu select support by @asdflj in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/99 (1.0.95-gtnh) > * fc terminal add type filter by @asdflj in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/98 (1.0.94-gtnh) > * fix fc pattern terminal shift click will use not support item to fill slot by @asdflj in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/103 (1.0.92-gtnh) > +>## New Contributors +> * @foxwhite25 made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/154 (1.1.39-gtnh) +> * @StrangeMan1580 made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/146 (1.1.35-gtnh) +> * @DancingSnow0517 made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/147 (1.1.35-gtnh) +> * @Eraldoe made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/141 (1.1.30-gtnh) +> * @minecraft7771 made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/134 (1.1.24-gtnh) +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/133 (1.1.22-gtnh) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/126 (1.1.18-gtnh) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/114 (1.1.7-gtnh) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/114 (1.1.6-gtnh-pre) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/107 (1.1.4-gtnh-pre) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/107 (1.1.2-gtnh) +> + +# Updated AdventureBackpack2 (1.0.9-GTNH@Side.BOTH --> 1.0.14-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AdventureBackpack2/compare/1.0.8-GTNH...1.0.14-GTNH +>## What's Changed +> * Refactoring and pruning by @chill-was-taken in https://github.com/GTNewHorizons/AdventureBackpack2/pull/15 (1.0.14-GTNH) +> * Fix hight step break boots from other mods by @Pilzinsel64 in https://github.com/GTNewHorizons/AdventureBackpack2/pull/13 (1.0.12-GTNH) +> * Fix unequipping Piston Boots with armor stand not resets step height #12780 by @r1tsuu in https://github.com/GTNewHorizons/AdventureBackpack2/pull/12 (1.0.9-GTNH) +> +>## New Contributors +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/AdventureBackpack2/pull/15 (1.0.14-GTNH) +> * @Pilzinsel64 made their first contribution in https://github.com/GTNewHorizons/AdventureBackpack2/pull/13 (1.0.12-GTNH) +> * @r1tsuu made their first contribution in https://github.com/GTNewHorizons/AdventureBackpack2/pull/12 (1.0.9-GTNH) +> -# Updated Applied-Energistics-2-Unofficial (rv3-beta-175-GTNH@BOTH --> rv3-beta-183-GTNH@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/compare/rv3-beta-174-GTNH...rv3-beta-183-GTNH +# New Mod - AlchemyGrate (1.0.3-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AlchemyGrate/commits/1.0.3-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) +> * Gregfing the recipe by @EnderProyects in https://github.com/GTNewHorizons/AlchemyGrate/pull/2 (1.0.2-GTNH) +> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/AlchemyGrate/pull/1 (1.0.1-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) +> * @EnderProyects made their first contribution in https://github.com/GTNewHorizons/AlchemyGrate/pull/2 (1.0.2-GTNH) +> * @glowredman made their first contribution in https://github.com/GTNewHorizons/AlchemyGrate/pull/1 (1.0.1-GTNH) +> + +# Updated AppleCore (3.2.10@Side.BOTH --> 3.2.11@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AppleCore/compare/3.2.9...3.2.11 +>## What's Changed +> * Fix FoodStats crash with Thermos by @miozune in https://github.com/GTNewHorizons/AppleCore/pull/27 (3.2.11) +> * Add tooltip to NEI bookmark panel by @miozune in https://github.com/GTNewHorizons/AppleCore/pull/25 (3.2.10) +> * Fix bug : not reading the config file by @Alexdoru in https://github.com/GTNewHorizons/AppleCore/pull/24 (3.2.10) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/AppleCore/pull/25 (3.2.10) +> + +# Updated Applied-Energistics-2-Unofficial (rv3-beta-175-GTNH@Side.BOTH --> rv3-beta-250-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/compare/rv3-beta-174-GTNH...rv3-beta-250-GTNH +>## What's Changed +> * Fix some GUIs not accepting numpad enter key by @miozune in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/380 (rv3-beta-250-GTNH) +> * Update buildscript by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/377 (rv3-beta-249-GTNH) +> * Drop static P2Ps as they are, not ME P2Ps by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/375 (rv3-beta-248-GTNH) +> * Crafting input interface terminal supports by @harrynull in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/368 (rv3-beta-247-GTNH) +> * Lazily fill out the ItemList for network delta updates by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/363 (rv3-beta-246-GTNH) +> * Fix overflow because arithmetic used more than 33 bits by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/365 (rv3-beta-244-GTNH) +> * Move cursor to the end when initializing text field by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/366 (rv3-beta-244-GTNH) +> * Remove backbone recipes and add deprecation tooltip by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/367 (rv3-beta-244-GTNH) +> * Allow the color applicator to work with any IColourableTile by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/364 (rv3-beta-243-GTNH) +> * Implement in-place pattern doubling by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/362 (rv3-beta-241-GTNH) +> * Nerf Interface P2P Cost by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/356 (rv3-beta-240-GTNH) +> * Fix texture for Hyper-Acceleration Card by @miozune in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/359 (rv3-beta-239-GTNH) +> * Add the CraftingMode selection button and draw the icon by @wohaopa in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/357 (rv3-beta-238-GTNH-pre) +> * Add the CraftingMode selection button and draw the icon by @wohaopa in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/357 (rv3-beta-237-GTNH) +> * Fix some nodes being blocked from updating at all by @tth05 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/353 (rv3-beta-235-GTNH) +> * Revert "p2p rebooting the network (#329)" by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/354 (rv3-beta-234-GTNH) +> * Buff interface throughput by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/350 (rv3-beta-231-GTNH) +> * Config for renaming input length by @minecraft7771 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/348 (rv3-beta-230-GTNH) +> * Fix quartz knife cursor position by @minecraft7771 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/349 (rv3-beta-230-GTNH) +> * API: Add simple item render overlay hook for duradisplay by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/342 (rv3-beta-229-GTNH) +> * PreCrafting mode to add crafting plans when items missing by @wohaopa in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/341 (rv3-beta-228-GTNH) +> * AE2 Wireless Access Point Incorrect Energy Usage Display by @repo-alt in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/343 (rv3-beta-227-GTNH) +> * Change editorconfig + Fix blocking mode config channel by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/339 (rv3-beta-226-GTNH) +> * p2p rebooting the network by @repo-alt in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/329 (rv3-beta-226-GTNH) +> * Add lighting to the attrib matrix to fix lighting disabled bug by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/337 (rv3-beta-225-GTNH) +> * GuiCraftConfirm Tall Mode now depends on tall terminal config by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/335 (rv3-beta-224-GTNH) +> * Optimize craft execution with many co-processors by @greesyB in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/334 (rv3-beta-223-GTNH) +> * Crafting tree zoom and screenshot by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/332 (rv3-beta-222-GTNH) +> * Spotless apply for branch feature/networkRebooting for #329 by @github-actions in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/331 (rv3-beta-219-GTNH-pre) +> * Add enough API to make NEE no longer require asming into ae2 by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/326 (rv3-beta-217-GTNH) +> * Feature Configs by @DrParadox7 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/325 (rv3-beta-216-GTNH) +> * Use interface instead of class for generalization by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/323 (rv3-beta-215-GTNH) +> * AE API: Add a method to blacklist items/provide filters based on item/fluid by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/322 (rv3-beta-214-GTNH) +> * Forge direction backwards compat by @greesyB in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/320 (rv3-beta-213-GTNH) +> * Fix ME Chest storage bus integration by @greesyB in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/318 (rv3-beta-212-GTNH) +> * Add check for adjacent interfaces that are part of same network by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/319 (rv3-beta-212-GTNH) +> * Update de_DE.lang - translate storage cells & storage components by @Pilzinsel64 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/316 (rv3-beta-211-GTNH) +> * Split crafting tree data packets into 1MB chunks and only limit max crafting steps on dedicated servers by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/314 (rv3-beta-210-GTNH) +> * ForgeDirection fix & update dependencies by @miozune in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/315 (rv3-beta-208-GTNH) +> * Fullscreen crafting tree and tall crafting list by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/313 (rv3-beta-206-GTNH) +> * ru translate by @Quetz4l in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/312 (rv3-beta-205-GTNH) +> * Hotfix: Pattern Refiller by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/311 (rv3-beta-204-GTNH) +> * Hotfix: Make the interface part work with adv. blocking card by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/310 (rv3-beta-203-GTNH) +> * Feature: Add Advanced Blocking Card for interfaces by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/308 (rv3-beta-202-GTNH) +> * Enable generics injection & Jabel & code cleanup by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/307 (rv3-beta-201-GTNH) +> * Fall back to the default icon provider if null is returned from ICraftingIconProvider, handle renamed interfaces in the crafting tree view by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/306 (rv3-beta-200-GTNH) +> * Add a blank pattern refill upgrade to the pattern terminals by @repo-alt in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/305 (rv3-beta-200-GTNH) +> * Dep by @Dream-Master in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/302 (rv3-beta-198-GTNH-pre) +> * Fix crash with Ars Magica by @miozune in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/304 (rv3-beta-198-GTNH-pre) +> * Fix crash with Ars Magica by @miozune in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/304 (rv3-beta-197-GTNH) +> * Dep by @Dream-Master in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/302 (rv3-beta-196-GTNH) +> * Allow null in part deprecation to "skip" migration by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/299 (rv3-beta-195-GTNH) +> * Crafting tree view by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/283 (rv3-beta-193-GTNH) +> * Revert commit 84574778291f54e4bf32e545fd8d49c2e8d8f624 by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/295 (rv3-beta-190-GTNH) +> * Revert commit 84574778291f54e4bf32e545fd8d49c2e8d8f624 by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/295 (rv3-beta-188-GTNH) +> * Optimize how the ME terminals are updated. by @Dream-Master in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/293 (rv3-beta-186-GTNH-pre) +> * sanity checks for `CraftingLinkNexsus.isDead()` by @Pilzinsel64 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/292 (rv3-beta-185-GTNH) +> * Don't prevent GridNode from destroying by @Pilzinsel64 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/289 (rv3-beta-184-GTNH) > * Quickfix for sorting to retain consistency w/ prev behavior by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/288 (rv3-beta-183-GTNH) > * Uncap ME chest stack size by @greesyB in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/286 (rv3-beta-182-GTNH) > * Sorter cleanup by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/287 (rv3-beta-182-GTNH) @@ -24,23 +189,75 @@ > * Make PartP2PTunnel#getTypeTexture() public by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/278 (rv3-beta-179-GTNH) > * Copy interface settings, storage, and upgrades for p2p rebind by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/265 (rv3-beta-179-GTNH) > * Trim arrays to size after mutations for memory savings by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/277 (rv3-beta-177-GTNH) +> * Add type filter (item/fluid) toggle to the terminal by @asdflj in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/262 (rv3-beta-176-GTNH) > * Deprecation updates by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/276 (rv3-beta-175-GTNH) > +>## New Contributors +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/368 (rv3-beta-247-GTNH) +> * @tth05 made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/353 (rv3-beta-235-GTNH) +> * @minecraft7771 made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/348 (rv3-beta-230-GTNH) +> * @wohaopa made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/341 (rv3-beta-228-GTNH) +> * @DrParadox7 made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/325 (rv3-beta-216-GTNH) +> * @Quetz4l made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/312 (rv3-beta-205-GTNH) +> -# Updated ArchitectureCraft (1.7.6@BOTH --> 1.8.1@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ArchitectureCraft/compare/1.7.5...1.8.1 +# Updated ArchitectureCraft (1.7.6@Side.BOTH --> 1.8.6@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ArchitectureCraft/compare/1.7.5...1.8.6 >## What's Changed +> * Fixes to Shift Click Behavior in the Sawbench by @Superfrogman98 in https://github.com/GTNewHorizons/ArchitectureCraft/pull/10 (1.8.6) +> * Fix dupe when breaking Sawbench by @wlhlm in https://github.com/GTNewHorizons/ArchitectureCraft/pull/9 (1.8.5) +> * tweaks by @Jimbno in https://github.com/GTNewHorizons/ArchitectureCraft/pull/8 (1.8.3) +> * Architecture craft GUI by @Jimbno in https://github.com/GTNewHorizons/ArchitectureCraft/pull/7 (1.8.2) > * Spotless apply for branch newShapes for #5 by @github-actions in https://github.com/GTNewHorizons/ArchitectureCraft/pull/6 (1.8.0) > * New shapes by @S4mpsa in https://github.com/GTNewHorizons/ArchitectureCraft/pull/5 (1.8.0) > * update buildscript by @bombcar in https://github.com/GTNewHorizons/ArchitectureCraft/pull/4 (1.7.6) > >## New Contributors +> * @Superfrogman98 made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/10 (1.8.6) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/9 (1.8.5) +> * @Jimbno made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/7 (1.8.2) > * @github-actions made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/6 (1.8.0) > * @S4mpsa made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/5 (1.8.0) > * @bombcar made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/4 (1.7.6) > -# Updated Battlegear2 (1.1.2.4@BOTH --> 1.2.0@BOTH) +# Updated AsieLib (0.5.3@Side.BOTH --> 0.5.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AsieLib/compare/0.5.2...0.5.4 +>## What's Changed +> * Don't use ObjectInputStream by @miozune in https://github.com/GTNewHorizons/AsieLib/pull/3 (0.5.4) +> * update dependencies, including buildscript and buildcraft by @bombcar in https://github.com/GTNewHorizons/AsieLib/pull/2 (0.5.3) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/AsieLib/pull/3 (0.5.4) +> + +# Updated Avaritia (1.34@Side.BOTH --> 1.45@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Avaritia/compare/1.33...1.45 +>## What's Changed +> * Fix NoClassDefFoundError with NEI config by @miozune in https://github.com/GTNewHorizons/Avaritia/pull/35 (1.45) +> * Fix server causing error with NEI by @miozune in https://github.com/GTNewHorizons/Avaritia/pull/34 (1.43) +> * Don't register Tinker's parts recipes in GTNH by @miozune in https://github.com/GTNewHorizons/Avaritia/pull/33 (1.42) +> * Fix Singularities by @Dream-Master in https://github.com/GTNewHorizons/Avaritia/pull/32 (1.41) +> * Update dependencies.gradle by @Dream-Master in https://github.com/GTNewHorizons/Avaritia/pull/31 (1.38) +> * Update repositories.gradle by @Dream-Master in https://github.com/GTNewHorizons/Avaritia/pull/30 (1.38) +> * Remove Default Inf Catalyst Recipe by @Connor-Colenso in https://github.com/GTNewHorizons/Avaritia/pull/29 (1.36) +> * Optionally support GT machine blocks by @greesyB in https://github.com/GTNewHorizons/Avaritia/pull/28 (1.35) +> * Add traveler boots ability by @JOOOCV in https://github.com/GTNewHorizons/Avaritia/pull/27 (1.34) +> +>## New Contributors +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/Avaritia/pull/31 (1.38) +> * @Connor-Colenso made their first contribution in https://github.com/GTNewHorizons/Avaritia/pull/29 (1.36) +> * @greesyB made their first contribution in https://github.com/GTNewHorizons/Avaritia/pull/28 (1.35) +> * @JOOOCV made their first contribution in https://github.com/GTNewHorizons/Avaritia/pull/27 (1.34) +> + +# Updated Avaritiaddons (1.5.4-GTNH@Side.BOTH --> 1.5.5-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Avaritiaddons/compare/1.5.3-GTNH...1.5.5-GTNH +>## What's Changed +> * make ava's chest have correct drop behavior by @GlodBlock in https://github.com/GTNewHorizons/Avaritiaddons/pull/9 (1.5.4-GTNH) +> + +# Updated Battlegear2 (1.1.2.4@Side.BOTH --> 1.2.0@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/Battlegear2/compare/1.1.2.3...1.2.0 >## What's Changed > * Fix method name conflicts by @wohaopa in https://github.com/GTNewHorizons/Battlegear2/pull/16 (1.2.0) @@ -50,94 +267,959 @@ > * @wohaopa made their first contribution in https://github.com/GTNewHorizons/Battlegear2/pull/16 (1.2.0) > -# Updated BetterCrashes (1.1.9-GTNH@CLIENT --> 1.2.0-GTNH@CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/BetterCrashes/compare/1.1.8-GTNH...1.2.0-GTNH +# New Mod - BeeBetterAtBees-GTNH (0.3.1-GTNH@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/BeeBetterAtBees-GTNH/commits/0.3.1-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 BetterCrashes (1.1.9-GTNH@Side.CLIENT --> 1.2.2-GTNH@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/BetterCrashes/compare/1.1.8-GTNH...1.2.2-GTNH +>## What's Changed +> * Switch to mclo.gs crash report upload, replace GTNH-specific code with configuration, and fix stacktrace deobfuscator by @wlhlm in https://github.com/GTNewHorizons/BetterCrashes/pull/11 (1.2.2-GTNH) > * Don't throw exception if mod identification failed by @miozune in https://github.com/GTNewHorizons/BetterCrashes/pull/10 (1.2.0-GTNH) > * Add the URL that errors out sometimes for more debugging information by @eigenraven in https://github.com/GTNewHorizons/BetterCrashes/pull/9 (1.1.9-GTNH) > >## New Contributors +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/BetterCrashes/pull/11 (1.2.2-GTNH) > * @eigenraven made their first contribution in https://github.com/GTNewHorizons/BetterCrashes/pull/9 (1.1.9-GTNH) > -# Updated BetterP2P (1.0.23@BOTH --> 1.1.0@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/BetterP2P/compare/1.0.19...1.1.0 +# Updated BetterLoadingScreen (1.3.39-GTNH@Side.CLIENT --> 1.4.4-GTNH@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/BetterLoadingScreen/compare/1.3.38-GTNH...1.4.4-GTNH +>## What's Changed +> * Add imgur gallery/album background support by @tth05 in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/19 (1.4.3-GTNH) +> * Update zh_CN.lang by @DancingSnow0517 in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/18 (1.4.2-GTNH) +> * Update ru_RU.lang by @NoX-programer in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/17 (1.4.1-GTNH) +> * Add a simple memory usage bar to the loading screen by @eigenraven in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/15 (1.4.0-GTNH) +> +>## New Contributors +> * @tth05 made their first contribution in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/19 (1.4.3-GTNH) +> * @DancingSnow0517 made their first contribution in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/18 (1.4.2-GTNH) +> * @NoX-programer made their first contribution in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/17 (1.4.1-GTNH) +> + +# Updated BetterP2P (1.0.23@Side.BOTH --> 1.1.20@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BetterP2P/compare/1.0.19...1.1.20 >## What's Changed +> * Rewrite Net code, add dual interface compat by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/32 (1.1.20) +> * Fix bad hash function + Add new P2P compat by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/31 (1.1.15) +> * Refactoring by @chill-was-taken in https://github.com/GTNewHorizons/BetterP2P/pull/30 (1.1.14) +> * Completely overhaul the Advanced Memory Card by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/29 (1.1.13) +> * Update buildscript by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/27 (1.1.10) +> * Change rename to commit on KEY_ENTER press by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/26 (1.1.9) +> * Add additional checks for P2P selection by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/25 (1.1.7) +> * Add additional checks for P2P selection by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/25 (1.1.6) +> * Fix client accessing the server world when it shouldn't by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/24 (1.1.5) +> * New GUI by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/23 (1.1.3) > * New Filtering System for Text Search by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/20 (1.1.0) > * Dev/firenoo/filter by @Dream-Master in https://github.com/GTNewHorizons/BetterP2P/pull/22 (1.0.24-pre) > * Rework the Advanced Memory Card's internal mechanisms. by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/18 (1.0.23) > * Fix P2P interface voiding/not saving settings on Adv. Mem. Card rebind by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/19 (1.0.23) > >## New Contributors +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/BetterP2P/pull/30 (1.1.14) > * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/BetterP2P/pull/22 (1.0.24-pre) > -# Updated BetterQuesting (3.1.8-GTNH@BOTH --> 3.3.0-GTNH@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/BetterQuesting/compare/3.1.7-GTNH...3.3.0-GTNH +# Updated BetterQuesting (3.1.8-GTNH@Side.BOTH --> 3.3.27-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BetterQuesting/compare/3.1.7-GTNH...3.3.27-GTNH >## What's Changed +> * Wisp final solution by @FindMeSomeFun in https://github.com/GTNewHorizons/BetterQuesting/pull/114 (3.3.27-GTNH) +> * Adapted Wisp entity preview but by respecting DRY principle this time. by @FindMeSomeFun in https://github.com/GTNewHorizons/BetterQuesting/pull/113 (3.3.26-GTNH) +> * Adapted Wisp entity preview. by @FindMeSomeFun in https://github.com/GTNewHorizons/BetterQuesting/pull/112 (3.3.25-GTNH) +> * fix url hotzone misalignment when format specifier are used by @Glease in https://github.com/GTNewHorizons/BetterQuesting/pull/111 (3.3.24-GTNH) +> * Reload quest db on world load automatically by @eigenraven in https://github.com/GTNewHorizons/BetterQuesting/pull/110 (3.3.23-GTNH) +> * Remember last search term and clear search field on right click by @wlhlm in https://github.com/GTNewHorizons/BetterQuesting/pull/109 (3.3.21-GTNH) +> * Update build dependencies by @rekongstor in https://github.com/GTNewHorizons/BetterQuesting/pull/108 (3.3.19-GTNH) +> * stronger oss set check by @Glease in https://github.com/GTNewHorizons/BetterQuesting/pull/106 (3.3.18-GTNH) +> * Remove quest IDs from tooltips by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/105 (3.3.17-GTNH) +> * Hqm import by @mitchej123 in https://github.com/GTNewHorizons/BetterQuesting/pull/102 (3.3.16-GTNH) +> * Add HQM translations to `zh_CN.lang` by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/104 (3.3.16-GTNH) +> * Update lang file handling by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/103 (3.3.16-GTNH) +> * Split out quest line order by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/101 (3.3.15-GTNH) +> * fix clickable url hotzone detection not ignoring linebreaks in raw text by @Glease in https://github.com/GTNewHorizons/BetterQuesting/pull/97 (3.3.11-GTNH) +> * Some small fixes for BQ format by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/98 (3.3.11-GTNH) +> * fix compatibility for new log4j versions by @Pa4ok in https://github.com/GTNewHorizons/BetterQuesting/pull/96 (3.3.8-GTNH) +> * Add check for duplicate quest line order by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/95 (3.3.7-GTNH) +> * Split up quest lines into separate files by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/94 (3.3.6-GTNH) +> * Add shorter string encoding for UUIDs, and make saved quest data more stable by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/92 (3.3.5-GTNH) +> * add clickable URI to quest description by @Glease in https://github.com/GTNewHorizons/BetterQuesting/pull/93 (3.3.5-GTNH) +> * Fix new db by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/91 (3.3.4-GTNH-pre) +> * Fix new db by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/91 (3.3.3-GTNH) > * Use UUID for quest ID, and split up giant quest JSON file by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/89 (3.3.0-GTNH) > * Do not trigger task check for all inventory slots by @greesyB in https://github.com/GTNewHorizons/BetterQuesting/pull/90 (3.2.1-GTNH) > * More quest resetting fixes by @eigenraven in https://github.com/GTNewHorizons/BetterQuesting/pull/88 (3.1.8-GTNH) > >## New Contributors +> * @FindMeSomeFun made their first contribution in https://github.com/GTNewHorizons/BetterQuesting/pull/112 (3.3.25-GTNH) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/BetterQuesting/pull/109 (3.3.21-GTNH) +> * @rekongstor made their first contribution in https://github.com/GTNewHorizons/BetterQuesting/pull/108 (3.3.19-GTNH) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/BetterQuesting/pull/102 (3.3.16-GTNH) +> * @Pa4ok made their first contribution in https://github.com/GTNewHorizons/BetterQuesting/pull/96 (3.3.8-GTNH) > * @greesyB made their first contribution in https://github.com/GTNewHorizons/BetterQuesting/pull/90 (3.2.1-GTNH) > -# Updated Botania (1.9.15-GTNH@BOTH --> 1.9.16-GTNH@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Botania/compare/1.9.14-GTNH...1.9.16-GTNH +# Updated Binnie (2.0.48@Side.BOTH --> 2.1.10@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Binnie/compare/2.0.46...2.1.10 +>## What's Changed +> * Fix NPE with Lumbermill by @miozune in https://github.com/GTNewHorizons/Binnie/pull/35 (2.1.10) +> * Fix typo: cooper -> copper by @miozune in https://github.com/GTNewHorizons/Binnie/pull/34 (2.1.9) +> * Fix Additive Production by @hacatu in https://github.com/GTNewHorizons/Binnie/pull/33 (2.1.8) +> * Fixed the stimulator accepting stacks with a size higher than 1 by @minecraft7771 in https://github.com/GTNewHorizons/Binnie/pull/32 (2.1.6) +> * Fix bee database local by @minecraft7771 in https://github.com/GTNewHorizons/Binnie/pull/31 (2.1.5) +> * Added alveary unlighting by @minecraft7771 in https://github.com/GTNewHorizons/Binnie/pull/30 (2.1.4) +> * Fix Swamp Gum Tree by @DrParadox7 in https://github.com/GTNewHorizons/Binnie/pull/29 (2.1.2) +> * Add OrderedSky to Chadbee whitelist by @Runakai1 in https://github.com/GTNewHorizons/Binnie/pull/28 (2.1.1) +> * Fix frame overrides not respecting `maxDamage` field by @DStrand1 in https://github.com/GTNewHorizons/Binnie/pull/27 (2.1.0) +> * Make reflection Java 12+ compatible, mark mods as children of the main mod by @eigenraven in https://github.com/GTNewHorizons/Binnie/pull/26 (2.0.48) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/34 (2.1.9) +> * @hacatu made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/33 (2.1.8) +> * @minecraft7771 made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/30 (2.1.4) +> * @DStrand1 made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/27 (2.1.0) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/26 (2.0.48) +> + +# Updated BlockRenderer6343 (1.0.0-RC7@Side.BOTH --> 1.0.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BlockRenderer6343/compare/1.0.0-RC7...1.0.3 >## What's Changed +> * Fix rendering bugs by @eigenraven in https://github.com/GTNewHorizons/BlockRenderer6343/pull/6 (1.0.3) +> * Forge Direction fix by @Dream-Master in https://github.com/GTNewHorizons/BlockRenderer6343/pull/5 (1.0.1) +> +>## New Contributors +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/BlockRenderer6343/pull/6 (1.0.3) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/BlockRenderer6343/pull/5 (1.0.1) +> + +# Updated BloodArsenal (1.2.9@Side.BOTH --> 1.2.11@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BloodArsenal/compare/1.2.7...1.2.11 +>## What's Changed +> * 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) +> * fix ethereal blood stone -> broken potentia craft by @Gofer2x in https://github.com/GTNewHorizons/BloodArsenal/pull/17 (1.2.10) +> * Don't resize the potions array if already large - for Java 12+ compat by @eigenraven in https://github.com/GTNewHorizons/BloodArsenal/pull/16 (1.2.9) +> +>## New Contributors +> * @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) +> * @Gofer2x made their first contribution in https://github.com/GTNewHorizons/BloodArsenal/pull/17 (1.2.10) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/BloodArsenal/pull/16 (1.2.9) +> + +# Updated BloodMagic (1.3.25@Side.BOTH --> 1.4.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BloodMagic/compare/1.3.24...1.4.3 +>## What's Changed +> * Fix tooltip for meteor NEI by @miozune in https://github.com/GTNewHorizons/BloodMagic/pull/48 (1.4.3) +> * Only use GTNH CT APIs when GTNH CraftTweaker is present by @eigenraven in https://github.com/GTNewHorizons/BloodMagic/pull/46 (1.4.2) +> * Remove blood frame from BM (reinvented in magic bees) by @chochem in https://github.com/GTNewHorizons/BloodMagic/pull/45 (1.4.1) +> * fix wrong biomeID by @albus12138 in https://github.com/GTNewHorizons/BloodMagic/pull/44 (1.4.0) +> * Add waila support by @mitchej123 in https://github.com/GTNewHorizons/BloodMagic/pull/42 (1.3.25) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/BloodMagic/pull/45 (1.4.1) +> * @albus12138 made their first contribution in https://github.com/GTNewHorizons/BloodMagic/pull/44 (1.4.0) +> + +# Updated Botania (1.9.15-GTNH@Side.BOTH --> 1.9.24-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Botania/compare/1.9.14-GTNH...1.9.24-GTNH +>## What's Changed +> * Updated Russian localization by @Pyromanc3r in https://github.com/GTNewHorizons/Botania/pull/30 (1.9.24-GTNH) +> * Fixes a dupe with the crafting halos by @MeiTianyou in https://github.com/GTNewHorizons/Botania/pull/29 (1.9.23-GTNH) +> * Fix tps lag in orespawn dimensions caused by the onSpawn methods by @quentin452 in https://github.com/GTNewHorizons/Botania/pull/28 (1.9.22-GTNH) +> * Fix Lexica Botania handling of GT tools by @DStrand1 in https://github.com/GTNewHorizons/Botania/pull/27 (1.9.21-GTNH) +> * Fix ring of loki range by @LewisSaber in https://github.com/GTNewHorizons/Botania/pull/26 (1.9.19-GTNH) +> * Ring of loki improvement by @LewisSaber in https://github.com/GTNewHorizons/Botania/pull/25 (1.9.17-GTNH) > * Mobs not spawning on blocks by @Zereff06 in https://github.com/GTNewHorizons/Botania/pull/23 (1.9.15-GTNH) > >## New Contributors +> * @Pyromanc3r made their first contribution in https://github.com/GTNewHorizons/Botania/pull/30 (1.9.24-GTNH) +> * @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/Botania/pull/29 (1.9.23-GTNH) +> * @quentin452 made their first contribution in https://github.com/GTNewHorizons/Botania/pull/28 (1.9.22-GTNH) +> * @DStrand1 made their first contribution in https://github.com/GTNewHorizons/Botania/pull/27 (1.9.21-GTNH) +> * @LewisSaber made their first contribution in https://github.com/GTNewHorizons/Botania/pull/25 (1.9.17-GTNH) > * @Zereff06 made their first contribution in https://github.com/GTNewHorizons/Botania/pull/23 (1.9.15-GTNH) > -# Updated BugTorch (1.2.5GTNH@BOTH --> 1.2.6-GTNH@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/BugTorch/compare/1.2.4-GTNH...1.2.6-GTNH +# Updated Botanic-horizons (1.0.14-GTNH@Side.BOTH --> 1.0.15-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Botanic-horizons/compare/1.0.13-GTNH...1.0.15-GTNH +>## What's Changed +> * Revert "Alternate tiny planet block recipe" by @combusterf in https://github.com/GTNewHorizons/Botanic-horizons/pull/19 (1.0.14-GTNH) +> * Add Tiny Planet Recipe by @BlueWeabo in https://github.com/GTNewHorizons/Botanic-horizons/pull/20 (1.0.14-GTNH) +> +>## New Contributors +> * @BlueWeabo made their first contribution in https://github.com/GTNewHorizons/Botanic-horizons/pull/20 (1.0.14-GTNH) +> + +# Updated BugTorch (1.2.5GTNH@Side.BOTH --> 1.2.10-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BugTorch/compare/1.2.4-GTNH...1.2.10-GTNH >## What's Changed +> * Dev by @Dream-Master in https://github.com/GTNewHorizons/BugTorch/pull/19 (1.2.10-GTNH) +> * Rebase on upstream by @eigenraven in https://github.com/GTNewHorizons/BugTorch/pull/17 (1.2.8-GTNH) +> * More scaling damage options by @Dream-Master in https://github.com/GTNewHorizons/BugTorch/pull/13 (1.2.7-GTNH) > * Dev by @Dream-Master in https://github.com/GTNewHorizons/BugTorch/pull/15 (1.2.6-GTNH) > +>## New Contributors +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/BugTorch/pull/17 (1.2.8-GTNH) +> + +# Updated BuildCraft (7.1.31@Side.BOTH --> 7.1.36@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BuildCraft/compare/7.1.30...7.1.36 +>## What's Changed +> * Fix crash with RemoteIO by @miozune in https://github.com/GTNewHorizons/BuildCraft/pull/16 (7.1.36) +> * Add API for creating custom render state and pluggable state by @miozune in https://github.com/GTNewHorizons/BuildCraft/pull/15 (7.1.34) +> * fix net code handling packets on wrong side by @Glease in https://github.com/GTNewHorizons/BuildCraft/pull/14 (7.1.33) +> * Make the packet sender thread a daemon so it doesn't block mc exit by @eigenraven in https://github.com/GTNewHorizons/BuildCraft/pull/13 (7.1.32) +> * Fix recipe of brush colors by @LewisSaber in https://github.com/GTNewHorizons/BuildCraft/pull/12 (7.1.31) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/BuildCraft/pull/15 (7.1.34) +> * @Glease made their first contribution in https://github.com/GTNewHorizons/BuildCraft/pull/14 (7.1.33) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/BuildCraft/pull/13 (7.1.32) +> + +# Updated BuildCraftCompat (7.1.12@Side.BOTH --> 7.1.14@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BuildCraftCompat/compare/7.1.11...7.1.14 +>## What's Changed +> * Line removal fix for Apiarist's Pipe that makes it much more useful and work correctly. by @Cardinalstars in https://github.com/GTNewHorizons/BuildCraftCompat/pull/8 (7.1.14) +> * Fixed Generics in RecipeHandlerBase and updated Deps by @Cardinalstars in https://github.com/GTNewHorizons/BuildCraftCompat/pull/7 (7.1.13) +> +>## New Contributors +> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/BuildCraftCompat/pull/7 (7.1.13) +> + +# Updated CarpentersBlocks (3.3.8.2-GTNH@Side.BOTH --> 3.4.0-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/CarpentersBlocks/compare/3.3.8.2-GTNH...3.4.0-GTNH +>## What's Changed +> * Stronger server-side validation in PacketActivateBlock by @eigenraven in https://github.com/GTNewHorizons/CarpentersBlocks/pull/2 (3.4.0-GTNH) +> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/CarpentersBlocks/pull/1 (3.3.8.2-GTNH) +> +>## New Contributors +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/CarpentersBlocks/pull/2 (3.4.0-GTNH) +> * @glowredman made their first contribution in https://github.com/GTNewHorizons/CarpentersBlocks/pull/1 (3.3.8.2-GTNH) +> + +# Updated Chisel (2.10.17-GTNH@Side.BOTH --> 2.11.4-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Chisel/compare/2.10.16-GTNH...2.11.4-GTNH +>## What's Changed +> * Fix Chisel opening its UI instead of looked at TE by @serenibyss in https://github.com/GTNewHorizons/Chisel/pull/32 (2.11.4-GTNH) +> * disable default hempcrete smelting by @Darkmaxsas in https://github.com/GTNewHorizons/Chisel/pull/31 (2.11.3-GTNH) +> * Fix broken recipe for hempcrete powder (yes, again!) by @chochem in https://github.com/GTNewHorizons/Chisel/pull/30 (2.11.2-GTNH) +> * Change hempcrete recipe from fern to wheat to actually be automatable by @S4mpsa in https://github.com/GTNewHorizons/Chisel/pull/29 (2.11.1-GTNH) +> * Fix broken recipes for hempcrete and hempcrete powder by @chochem in https://github.com/GTNewHorizons/Chisel/pull/28 (2.11.0-GTNH) +> * Added 7 new sets of blocks by @Jimbno in https://github.com/GTNewHorizons/Chisel/pull/27 (2.10.19-GTNH) +> * Disable mob spawn on the chisel blocks by @Zereff06 in https://github.com/GTNewHorizons/Chisel/pull/26 (2.10.17-GTNH) +> +>## New Contributors +> * @serenibyss made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/32 (2.11.4-GTNH) +> * @Darkmaxsas made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/31 (2.11.3-GTNH) +> * @S4mpsa made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/29 (2.11.1-GTNH) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/28 (2.11.0-GTNH) +> * @Jimbno made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/27 (2.10.19-GTNH) +> * @Zereff06 made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/26 (2.10.17-GTNH) +> + +# Updated Computronics (1.6.19-GTNH@Side.BOTH --> 1.7.1-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Computronics/compare/1.6.18-GTNH...1.7.1-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) +> * spotlessApply & update dependencies by @miozune in https://github.com/GTNewHorizons/Computronics/pull/20 (1.7.0-GTNH) +> +>## New Contributors +> * @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/Computronics/pull/21 (1.7.1-GTNH) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/Computronics/pull/20 (1.7.0-GTNH) +> + +# Updated CookingForBlockheads (1.2.14-GTNH@Side.BOTH --> 1.2.16-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/CookingForBlockheads/compare/1.2.13-GTNH...1.2.16-GTNH +>## What's Changed +> * Fix: TileEntity migration from old savefiles by @eigenraven in https://github.com/GTNewHorizons/CookingForBlockheads/pull/40 (1.2.16-GTNH) +> * Prevent crash with GT6 by @miozune in https://github.com/GTNewHorizons/CookingForBlockheads/pull/39 (1.2.15-GTNH) +> * Fix corner blocks having inventory by @miozune in https://github.com/GTNewHorizons/CookingForBlockheads/pull/36 (1.2.14-GTNH) +> +>## New Contributors +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/CookingForBlockheads/pull/40 (1.2.16-GTNH) +> + +# Updated CraftTweaker (3.2.11@Side.BOTH --> 3.2.13@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/CraftTweaker/compare/3.2.10...3.2.13 +>## What's Changed +> * Fix missing ModOnly-IC2 annotations by @eigenraven in https://github.com/GTNewHorizons/CraftTweaker/pull/14 (3.2.13) +> + +# Updated CreativeCore (1.3.27-GTNH@Side.BOTH --> 1.3.31-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/CreativeCore/compare/1.3.26-GTNH...1.3.31-GTNH +>## What's Changed +> * Log what class received by @miozune in https://github.com/GTNewHorizons/CreativeCore/pull/5 (1.3.31-GTNH) +> * Validate ObjectInputStream by @miozune in https://github.com/GTNewHorizons/CreativeCore/pull/4 (1.3.30-GTNH) +> * Add API for item GUI slot blocking by @miozune in https://github.com/GTNewHorizons/CreativeCore/pull/3 (1.3.29-GTNH) +> * update build for maven by @bombcar in https://github.com/GTNewHorizons/CreativeCore/pull/2 (1.3.27-GTNH) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/CreativeCore/pull/3 (1.3.29-GTNH) +> * @bombcar made their first contribution in https://github.com/GTNewHorizons/CreativeCore/pull/2 (1.3.27-GTNH) +> + +# Updated Crops-plus-plus (1.3.6.12@Side.BOTH --> 1.4.1@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Crops-plus-plus/compare/1.3.6.11...1.4.1 +>## What's Changed +> * Fix broken recipe by @chochem in https://github.com/GTNewHorizons/Crops-plus-plus/pull/52 (1.4.1) +> * ForgeDirection by @miozune in https://github.com/GTNewHorizons/Crops-plus-plus/pull/51 (1.4.0) +> * Fix random number checks in GarnydniaCrop.java by @D-Cysteine in https://github.com/GTNewHorizons/Crops-plus-plus/pull/50 (1.3.6.12) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/Crops-plus-plus/pull/52 (1.4.1) +> * @D-Cysteine made their first contribution in https://github.com/GTNewHorizons/Crops-plus-plus/pull/50 (1.3.6.12) +> -# Updated DetravScannerMod (1.6.9@BOTH --> 1.7.0@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/DetravScannerMod/compare/1.6.8...1.7.0 +# New Mod - Default-Configs (1.1.2@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/Default-Configs/commits/1.1.2 >## What's Changed +> * Fix config/modpack-update never being deleted when localconfig.cfg is missing by @glowredman in https://github.com/GTNewHorizons/Default-Configs/pull/3 (1.1.2) +> * Fix restoring of Config Files by @glowredman in https://github.com/GTNewHorizons/Default-Configs/pull/2 (1.1.1) +> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/Default-Configs/pull/1 (1.1.0) +> +>## New Contributors +> * @glowredman made their first contribution in https://github.com/GTNewHorizons/Default-Configs/pull/1 (1.1.0) +> + +# Updated DetravScannerMod (1.6.9@Side.BOTH --> 1.7.2@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/DetravScannerMod/compare/1.6.8...1.7.2 +>## What's Changed +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/DetravScannerMod/pull/29 (1.7.1) > * compress prospecting packet using deflater by @Glease in https://github.com/GTNewHorizons/DetravScannerMod/pull/28 (1.7.0) > * Added missing gtpp ores by @minecraft7771 in https://github.com/GTNewHorizons/DetravScannerMod/pull/26 (1.6.9) > * Changed bw localization by @minecraft7771 in https://github.com/GTNewHorizons/DetravScannerMod/pull/27 (1.6.9) > >## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/DetravScannerMod/pull/29 (1.7.1) > * @Glease made their first contribution in https://github.com/GTNewHorizons/DetravScannerMod/pull/28 (1.7.0) > * @minecraft7771 made their first contribution in https://github.com/GTNewHorizons/DetravScannerMod/pull/26 (1.6.9) > -# Updated EnderIO (2.3.1.68@BOTH --> 2.4.2@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/EnderIO/compare/2.3.1.67...2.4.2 +# Updated Draconic-Evolution (1.1.15-GTNH@Side.BOTH --> 1.1.19-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Draconic-Evolution/compare/1.1.14-GTNH...1.1.19-GTNH +>## What's Changed +> * Minor cleanup by @miozune in https://github.com/GTNewHorizons/Draconic-Evolution/pull/40 (1.1.19-GTNH) +> * Code cleanup by @OneEyeMaker in https://github.com/GTNewHorizons/Draconic-Evolution/pull/39 (1.1.18-GTNH) +> * Consume 64 ender pearls at once by @LewisSaber in https://github.com/GTNewHorizons/Draconic-Evolution/pull/36 (1.1.15-GTNH) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/Draconic-Evolution/pull/40 (1.1.19-GTNH) +> * @OneEyeMaker made their first contribution in https://github.com/GTNewHorizons/Draconic-Evolution/pull/39 (1.1.18-GTNH) +> * @LewisSaber made their first contribution in https://github.com/GTNewHorizons/Draconic-Evolution/pull/36 (1.1.15-GTNH) +> + +# Updated DummyCore (1.15@Side.BOTH --> 1.17.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/DummyCore/compare/1.15...1.17.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) +> * Spotless apply for branch hide-menu-switch-btn for #3 by @github-actions in https://github.com/GTNewHorizons/DummyCore/pull/4 (1.16-pre) +> +>## New Contributors +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/DummyCore/pull/4 (1.17.0) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/DummyCore/pull/4 (1.16-pre) +> + +# New Mod - DuraDisplay (1.0.10@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/DuraDisplay/commits/1.0.10 +>## What's Changed +> * Fix the display of IC2 electric jetpack and some RF items by @ghostflyby in https://github.com/GTNewHorizons/DuraDisplay/pull/8 (1.0.10) +> * fix DarkSteel and other EIO items display by @ghostflyby in https://github.com/GTNewHorizons/DuraDisplay/pull/7 (1.0.9) +> * Fix circuit programming by @Caedis in https://github.com/GTNewHorizons/DuraDisplay/pull/6 (1.0.8) +> * Config Rework by @Caedis in https://github.com/GTNewHorizons/DuraDisplay/pull/5 (1.0.7) +> * Fix more types of items by @Caedis in https://github.com/GTNewHorizons/DuraDisplay/pull/4 (1.0.6) +> * Handle more items by @Caedis in https://github.com/GTNewHorizons/DuraDisplay/pull/3 (1.0.4) +> * Fix error when ran on server by @Caedis in https://github.com/GTNewHorizons/DuraDisplay/pull/2 (1.0.3) +> * Refactor #1 by @Caedis in https://github.com/GTNewHorizons/DuraDisplay/pull/1 (1.0) +> +>## New Contributors +> * @ghostflyby made their first contribution in https://github.com/GTNewHorizons/DuraDisplay/pull/7 (1.0.9) +> * @Caedis made their first contribution in https://github.com/GTNewHorizons/DuraDisplay/pull/1 (1.0) +> + +# Updated Electro-Magic-Tools (1.2.8.28@Side.BOTH --> 1.3.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Electro-Magic-Tools/compare/1.2.8.27...1.3.3 >## What's Changed +> * Mark Bart's LEG for termination by @Alastors in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/61 (1.3.3) +> * Fix maintenance focus NPE by @greesyB in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/63 (1.3.2) +> * Adding a maintenance foci, thaumic alternative to carrying a toolbox/duct-tape by @Cardinalstars in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/60 (1.3.1) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/59 (1.3.0) +> * Fix Materials by @Dream-Master in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/58 (1.2.9) +> * Less super fast by @mitchej123 in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/57 (1.2.8.28) +> +>## New Contributors +> * @Alastors made their first contribution in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/61 (1.3.3) +> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/60 (1.3.1) +> + +# Updated EnderCore (0.2.13@Side.BOTH --> 0.2.17@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/EnderCore/compare/0.2.12...0.2.17 +>## What's Changed +> * Validate ObjectInputStream by @miozune in https://github.com/GTNewHorizons/EnderCore/pull/16 (0.2.17) +> * Enable scrolling over Color and Cycle buttons by @wlhlm in https://github.com/GTNewHorizons/EnderCore/pull/15 (0.2.16) +> * updateBuildScript & spotlessApply by @miozune in https://github.com/GTNewHorizons/EnderCore/pull/13 (0.2.14) +> * Fix TextureErrorRemover crash with Java 12+ env by @miozune in https://github.com/GTNewHorizons/EnderCore/pull/12 (0.2.13) +> +>## New Contributors +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/EnderCore/pull/15 (0.2.16) +> + +# Updated EnderIO (2.3.1.68@Side.BOTH --> 2.4.24@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/EnderIO/compare/2.3.1.67...2.4.24 +>## What's Changed +> * fix travel upgrade items using wrong way to determine power stored by @Glease in https://github.com/GTNewHorizons/EnderIO/pull/131 (2.4.24) +> * valiate tp packets by @Glease in https://github.com/GTNewHorizons/EnderIO/pull/128 (2.4.23) +> * update bs+sa+deps by @Dream-Master in https://github.com/GTNewHorizons/EnderIO/pull/130 (2.4.23) +> * Fix a bug in NBT usage by @wohaopa in https://github.com/GTNewHorizons/EnderIO/pull/127 (2.4.21) +> * Validate TE of packet by @miozune in https://github.com/GTNewHorizons/EnderIO/pull/126 (2.4.20) +> * Implement item bar visibility config by @Caedis in https://github.com/GTNewHorizons/EnderIO/pull/125 (2.4.18) +> * Fix fluid conduit connecting to non-fluid GT tiles by @miozune in https://github.com/GTNewHorizons/EnderIO/pull/123 (2.4.17) +> * Minor hotfix + more cleanup for PowerConduitEndergy by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/122 (2.4.16) +> * Fix crash with outOfRange on server by @miozune in https://github.com/GTNewHorizons/EnderIO/pull/120 (2.4.14) +> * Cleanup PowerConduitEndergy by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/121 (2.4.14) +> * Use config for transceiver's energy buffer by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/119 (2.4.13) +> * Show travel message above hotbar by @miozune in https://github.com/GTNewHorizons/EnderIO/pull/117 (2.4.10) +> * Try to fix energy overflow by @D-Cysteine in https://github.com/GTNewHorizons/EnderIO/pull/114 (2.4.9) +> * prevent ghostloading by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/115 (2.4.9) +> * Try to fix energy overflow by @D-Cysteine in https://github.com/GTNewHorizons/EnderIO/pull/114 (2.4.8-pre) +> * Prevent ghostloading by @Dream-Master in https://github.com/GTNewHorizons/EnderIO/pull/116 (2.4.8-pre) +> * `needUpdateConnections` only while updating cons by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/113 (2.4.6) +> * Add comments for `needUpdateConnections` by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/112 (2.4.5) +> * Improve canConnectToExternal() by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/111 (2.4.4) > * Ultra Dense ME Conduits by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/105 (2.4.2) > * More German Translation by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/110 (2.4.0) > * Revert "Fix ME Conduits onChunkUnload" by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/109 (2.3.1.68) > +>## New Contributors +> * @wohaopa made their first contribution in https://github.com/GTNewHorizons/EnderIO/pull/127 (2.4.21) +> * @Caedis made their first contribution in https://github.com/GTNewHorizons/EnderIO/pull/125 (2.4.18) +> -# Updated EnhancedLootBags (1.0.8@BOTH --> 1.1.0@BOTH) +# Updated EnhancedLootBags (1.0.8@Side.BOTH --> 1.1.0@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/EnhancedLootBags/compare/1.0.7...1.1.0 >## What's Changed > * Add NEI handler by @miozune in https://github.com/GTNewHorizons/EnhancedLootBags/pull/8 (1.1.0) > * Fix DB not being loaded from existing save by @miozune in https://github.com/GTNewHorizons/EnhancedLootBags/pull/9 (1.0.8) > -# Updated ExtraCells2 (2.5.32@BOTH --> 2.5.33@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ExtraCells2/compare/2.5.31...2.5.33 +# Updated Eternal-Singularity (1.0.10@Side.BOTH --> 1.1.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Eternal-Singularity/compare/1.0.9...1.1.0 +>## What's Changed +> * Update buildscript, dependencies and repositories by @eigenraven in https://github.com/GTNewHorizons/Eternal-Singularity/pull/7 (1.0.10) +> +>## New Contributors +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/Eternal-Singularity/pull/7 (1.0.10) +> + +# Updated FindIt (1.0.11@Side.BOTH --> 1.1.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/FindIt/compare/1.0.10...1.1.0 >## What's Changed -> * Self destruct. (FStorage bus, FImport/Export bus, and more) by @firenoo in https://github.com/GTNewHorizons/ExtraCells2/pull/81 (2.5.33) -> * add warning tooltip by @GlodBlock in https://github.com/GTNewHorizons/ExtraCells2/pull/80 (2.5.32) +> * Remove hard-dependency on GregTech by @glowredman in https://github.com/GTNewHorizons/FindIt/pull/10 (1.1.0) +> * Fix inventory slots not being highlighted by @miozune in https://github.com/GTNewHorizons/FindIt/pull/9 (1.0.11) > >## New Contributors -> * @firenoo made their first contribution in https://github.com/GTNewHorizons/ExtraCells2/pull/81 (2.5.33) +> * @glowredman made their first contribution in https://github.com/GTNewHorizons/FindIt/pull/10 (1.1.0) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/FindIt/pull/9 (1.0.11) > -# Updated GT5-Unofficial (5.09.41.317@BOTH --> 5.09.42.07@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.41.316...5.09.42.07 +# Updated ForbiddenMagic (0.6.6-GTNH@Side.BOTH --> 0.6.7-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ForbiddenMagic/compare/0.6.5-GTNH...0.6.7-GTNH >## What's Changed +> * Fixing dependencies by @Cardinalstars in https://github.com/GTNewHorizons/ForbiddenMagic/pull/12 (0.6.7-GTNH) +> * fix-> scribing tools can't form the table (more 2 ScribeTools) by @Zereff06 in https://github.com/GTNewHorizons/ForbiddenMagic/pull/11 (0.6.6-GTNH) +> +>## New Contributors +> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/ForbiddenMagic/pull/12 (0.6.7-GTNH) +> + +# Updated ForestryMC (4.5.8@Side.BOTH --> 4.6.14@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ForestryMC/compare/4.5.7...4.6.14 +>## What's Changed +> * Update dependency types by @miozune in https://github.com/GTNewHorizons/ForestryMC/pull/56 (4.6.14) +> * Fix Additive Production by @hacatu in https://github.com/GTNewHorizons/ForestryMC/pull/55 (4.6.13) +> * Fix a bug when NBTString does not exist. by @wohaopa in https://github.com/GTNewHorizons/ForestryMC/pull/54 (4.6.10) +> * Fix Alveary Simulation of Temperatures by @Runakai1 in https://github.com/GTNewHorizons/ForestryMC/pull/52 (4.6.8) +> * Auto-apply stats tooltips to all IHiveFrame items by @DStrand1 in https://github.com/GTNewHorizons/ForestryMC/pull/51 (4.6.7) +> * Fixes the incompatability with the newest NEI by @Alastors in https://github.com/GTNewHorizons/ForestryMC/pull/50 (4.6.6) +> * Support GT_Block_Machines in mutation requirements by @kuba6000 in https://github.com/GTNewHorizons/ForestryMC/pull/48 (4.6.5) +> * New bees formula by @kuba6000 in https://github.com/GTNewHorizons/ForestryMC/pull/45 (4.6.3) +> * Bees by @Dream-Master in https://github.com/GTNewHorizons/ForestryMC/pull/47 (4.6.2-pre) +> * Add a way to simulate night by @kuba6000 in https://github.com/GTNewHorizons/ForestryMC/pull/46 (4.6.1) +> * add setting to config-> disable butterflies spawn by @Quetz4l in https://github.com/GTNewHorizons/ForestryMC/pull/44 (4.6.0) +> * Fix typo by @Ethryan in https://github.com/GTNewHorizons/ForestryMC/pull/43 (4.5.8) +> +>## New Contributors +> * @wohaopa made their first contribution in https://github.com/GTNewHorizons/ForestryMC/pull/54 (4.6.10) +> * @Runakai1 made their first contribution in https://github.com/GTNewHorizons/ForestryMC/pull/52 (4.6.8) +> * @DStrand1 made their first contribution in https://github.com/GTNewHorizons/ForestryMC/pull/51 (4.6.7) +> * @Alastors made their first contribution in https://github.com/GTNewHorizons/ForestryMC/pull/50 (4.6.6) +> * @Quetz4l made their first contribution in https://github.com/GTNewHorizons/ForestryMC/pull/44 (4.6.0) +> * @Ethryan made their first contribution in https://github.com/GTNewHorizons/ForestryMC/pull/43 (4.5.8) +> + +# Updated ForgeMultipart (1.3.2@Side.BOTH --> 1.3.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ForgeMultipart/compare/1.3.1...1.3.4 +>## What's Changed +> * Update build by @miozune in https://github.com/GTNewHorizons/ForgeMultipart/pull/16 (1.3.4) +> * update dep by @chochem in https://github.com/GTNewHorizons/ForgeMultipart/pull/15 (1.3.3) +> * keybinds by @Alexdoru in https://github.com/GTNewHorizons/ForgeMultipart/pull/14 (1.3.2) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/ForgeMultipart/pull/15 (1.3.3) +> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/ForgeMultipart/pull/14 (1.3.2) +> + +# Updated GT5-Unofficial (5.09.41.317@Side.BOTH --> 5.09.43.187@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.41.316...5.09.43.187 +>## What's Changed +> * Use real stack limit when splitting stacks in output bus by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2256 (5.09.43.187) +> * fix ulv recipes being broken again when under 1 tick calculation is done by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2254 (5.09.43.186) +> * change way to fix zfighting by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2253 (5.09.43.186) +> * Crafting input hatches QoLs by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2200 (5.09.43.186) +> * fix ulv recipes being broken again when under 1 tick calculation is done by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2254 (5.09.43.185-pre) +> * change way to fix zfighting by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2253 (5.09.43.185-pre) +> * Fix Orichalcum and Shadowiron smelting by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2251 (5.09.43.184) +> * Fix tier display for Fusion NEI header by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2250 (5.09.43.184) +> * Update the conditionals buttons and tooltips on covers to reflect their actual effects by @C0bra5 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2244 (5.09.43.183) +> * Update Text by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2246 (5.09.43.182) +> * Fix startup tier for fusion NEI by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2249 (5.09.43.182) +> * Update Text by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2246 (5.09.43.180-pre) +> * Fix GT_RecipeConstants.Fuel by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2243 (5.09.43.179) +> * Correct file name on resource pack guide by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2242 (5.09.43.178) +> * Remove broken HSLA recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2241 (5.09.43.177) +> * Correct PCB Factory Energy Hatch description by @Eraldoe in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2237 (5.09.43.177) +> * Crafting input - Optimize isEmpty check to reduce lag by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2239 (5.09.43.176) +> * Fix some output slots allowing insertion by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2230 (5.09.43.175) +> * fix overlay zfighting by disable depth test by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2226 (5.09.43.175) +> * Fix ME Output Bus and Crafting Input Bus overflow when save/load by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2238 (5.09.43.174) +> * Remove fire display from singleblock generator by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2240 (5.09.43.174) +> * Experimental fix to prevent infinite loop in Grid destruction by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2235 (5.09.43.173) +> * clear stale crafting input bus list by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2233 (5.09.43.172) +> * Add a method to remove item data and use it for clay block by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2229 (5.09.43.172) +> * Update buildscript by @firenoo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2232 (5.09.43.172) +> * Fix server crash with RecipeFilter by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2231 (5.09.43.172) +> * Fix a NPE w/ injecting into super/quantum chests by @firenoo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2234 (5.09.43.172) +> * Fix lag caused by getRecipeMap for PA by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2236 (5.09.43.172) +> * Fix overclock calculator calculating eu/t use for ulv recipe wrong on certain parallel by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2225 (5.09.43.171) +> * Fix drilling rigs, plants and concrete backfiller to fail with multiple energy hatches by @Pxx500 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2227 (5.09.43.171) +> * Blacklist AE2FC drop and packet, and Chisel stones from Recycler by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2222 (5.09.43.170) +> * Add detailed logging for ME hatches by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2224 (5.09.43.170) +> * Fix Refractory Capsule by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2219 (5.09.43.169) +> * Fix PAs overclocking ulv recipes too much by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2220 (5.09.43.169) +> * Fix Digital Tank capacity for Fluid Storage Monitor by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2217 (5.09.43.169) +> * Add a way to enable or disable the crafting buffer on GPL multiblocks by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2218 (5.09.43.168) +> * Fix AL logging by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2214 (5.09.43.166) +> * Crafting input buffer: Check for invalid patterns by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2209 (5.09.43.166) +> * Fix and cleanup ammonia recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2210 (5.09.43.165) +> * Adjust Recipe Tiers for Quad Input Hatches by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2211 (5.09.43.165) +> * Check if it is allowed to put into slot by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2207 (5.09.43.164) +> * Fix wireless hatch npe log spam by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2208 (5.09.43.164) +> * Fix nanoforge not overclocking correctly by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2205 (5.09.43.162) +> * Make recipe check less intensive with batch mode by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2198 (5.09.43.161) +> * fix new tooltip layout being missing for the brewery by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2196 (5.09.43.161) +> * Stop setting the recipe map amperage on OC calc by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2199 (5.09.43.161) +> * Crafting input hatches: fixes by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2202 (5.09.43.161) +> * Minor cleanup for checkProcessing by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2195 (5.09.43.161) +> * Fix Overclock Calculator Making Too many parallels and wrong eut consumption by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2190 (5.09.43.160) +> * Fix GT_ParallelHelper adding 0.01% to chanced outputs by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2194 (5.09.43.160) +> * Fix wireless energy voiding by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2192 (5.09.43.160) +> * enable subclass to allow less voiding mode being set by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2191 (5.09.43.160) +> * Less hostile user interfaces (Buffer/Filter/Input bus) by @YannickMG in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2165 (5.09.43.159) +> * Crafting Input: display pattern output by default by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2186 (5.09.43.158) +> * Add more API to ParallelHelper and rework OverclockCalculator by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2185 (5.09.43.158) +> * Crafting Input bus/buffer Overflow fix by @greatinfluence in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2187 (5.09.43.158) +> * Texture & Bug fixes for Crafting Input Hatches by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2182 (5.09.43.157) +> * Allow using ME output hatches for fusion reactor by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2184 (5.09.43.157) +> * Reset outputs after outputting them by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2181 (5.09.43.153) +> * Remove "Ore Byproduct List" NEI in favor of custom diagram mod by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2183 (5.09.43.153) +> * Fix Oil Cracker crashing on being placed by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2180 (5.09.43.151) +> * Return validate recipe result, when leaving the process method by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2179 (5.09.43.150) +> * Fix wrong Oregen Pattern on Servers by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2177 (5.09.43.148) +> * Make Parallel Helper do better chanced output calculation for paralleled chanced recipes by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2130 (5.09.43.146) +> * Use additive production modifier in Industrial Apiary by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2169 (5.09.43.144) +> * clearer order and some comments by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2176 (5.09.43.144) +> * Fix hull crafting table recipes by @serenibyss in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2170 (5.09.43.143) +> * Fix hull recipe removal from #2170 by @serenibyss in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2171 (5.09.43.143) +> * Add Crafting Input Buffer (ME) by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2160 (5.09.43.143) +> * Fix EBF calculating twice and Oil Cracker having wrong discount by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2172 (5.09.43.143) +> * Add a config to enable seeing average ns per tick in waila by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2173 (5.09.43.143) +> * fix implosion compressor requiring wrong amount of output by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2168 (5.09.43.143) +> * Make DD Great Again(Adding Tritanium Ore) by @TheEpicGamer274 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2166 (5.09.43.142) +> * Cache old recipe map and delete lastRecipe if it changes by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2167 (5.09.43.141) +> * Add circuit to Solid Machine Casing Recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2163 (5.09.43.140) +> * Revert rutile yield from garnet processing to it's pre-nerf values by @Eysla in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2154 (5.09.43.140) +> * Fix recipe check broken by fluid registry by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2161 (5.09.43.140) +> * Remove old base gt recipe that we dont want by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2164 (5.09.43.140) +> * Exposed recipe consumption via method by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2162 (5.09.43.139) +> * Fix PA destroying itself by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2159 (5.09.43.138) +> * Format Waila Fluid Display for GT Blocks by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2157 (5.09.43.137) +> * Added display of machine name of Processing Array to WAILA by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2156 (5.09.43.137) +> * Generic processing logic GTPP API by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2155 (5.09.43.137) +> * Fix enriched holmium by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2152 (5.09.43.136) +> * Remove unwanted GT recipes for frequency transmitter by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2153 (5.09.43.136) +> * Automatically label pull requests targetting MuTEs by @wlhlm in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2148 (5.09.43.136) +> * Enable Batch Mode on EBF and VF by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2151 (5.09.43.135) +> * Boron Plasma freezing fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2150 (5.09.43.135) +> * Migrate fusion reactor to proper generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2145 (5.09.43.135) +> * Fix Input and Output ME busses having switched IDs by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2149 (5.09.43.134) +> * Fix division by zero error with VoidProtectionHelper by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2144 (5.09.43.133) +> * Added machine type on single block tooltips by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2138 (5.09.43.133) +> * Fix GT_ParallelHelper always doing batch mode parallels instead of focusing on normal parallels by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2147 (5.09.43.133) +> * merge master by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2143 (5.09.43.132-pre) +> * Fix findRecipe might limit stack size by 64 by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2139 (5.09.43.131) +> * Fix potential issue with applecore ItemFoodProxy by @serenibyss in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2137 (5.09.43.131) +> * Added ofNoOverclock builder that accepts eut and duration by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2140 (5.09.43.130) +> * Enable void protection for PA by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2136 (5.09.43.129) +> * Changes to ore factorys running mode description by @Lyfts in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2135 (5.09.43.128) +> * GPL Special Item access by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2134 (5.09.43.127) +> * Make structure tooltips more colorful by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2133 (5.09.43.125) +> * Add tooltip for locked fluid name for digital tank by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2132 (5.09.43.124) +> * Makes boilers "getSteamCapacity() aware" by @Lyfts in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2131 (5.09.43.123) +> * update deps by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2129 (5.09.43.122) +> * Generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2096 (5.09.43.121) +> * More frequent recipe checks after machine just shuts down by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2125 (5.09.43.120-pre) +> * Added current queen species and errors to iApiary WAILA by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2127 (5.09.43.120-pre) +> * GTPP Advanced boiler fix by @Lyfts in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2128 (5.09.43.120-pre) +> * More frequent recipe checks after machine just shuts down by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2125 (5.09.43.119) +> * Added current queen species and errors to iApiary WAILA by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2127 (5.09.43.119) +> * GTPP Advanced boiler fix by @Lyfts in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2128 (5.09.43.119) +> * More quad input hatches by @TheEpicGamer274 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2121 (5.09.43.117) +> * Add soft material subtag by @DotJason in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2124 (5.09.43.117) +> * Add infused gold bee. by @fluffle in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2119 (5.09.43.113) +> * Remove container item check by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2118 (5.09.43.113) +> * Fix the shadow ItemStack bug of multi-InputBus_ME by @wohaopa in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2104 (5.09.43.111) +> * Fix NPE with grid proxy by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2116 (5.09.43.111) +> * fix leaving wireless network team not having an effect by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2113 (5.09.43.111) +> * Fix GT Ore Gen by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2081 (5.09.43.111) +> * Fix the shadow ItemStack bug of multi-InputBus_ME by @wohaopa in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2104 (5.09.43.110-pre) +> * changed clay chem formula by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2114 (5.09.43.109-pre) +> * Rectangular Cleanroom Fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2115 (5.09.43.109-pre) +> * Prioritize ghost slots over manual slot for stocking bus by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2112 (5.09.43.109-pre) +> * Change lapotron chance by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2117 (5.09.43.109-pre) +> * changed clay chem formula by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2114 (5.09.43.108) +> * Rectangular Cleanroom Fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2115 (5.09.43.108) +> * Prioritize ghost slots over manual slot for stocking bus by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2112 (5.09.43.108) +> * Change lapotron chance by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2117 (5.09.43.108) +> * Bring oregen-fix branch to NH org by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2080 (5.09.43.105-pre) +> * Minor integrated ore factory tooltip changes by @Lyfts in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2107 (5.09.43.104) +> * Refactor Cleanroom logic by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2108 (5.09.43.104) +> * Trans metal renderer rework by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2102 (5.09.43.104) +> * Fix Tartarite smelting by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2098 (5.09.43.104) +> * Overhaul stretchy materials (aka bending recipes for Polyethylene) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2097 (5.09.43.104) +> * fix ceruclase, vulcanite, and mithril by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2111 (5.09.43.104) +> * Clarify ME Output Bus and ME Output Hatch tooltips by @DmitryScaletta in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2106 (5.09.43.104) +> * fix remove hourglass from Glass requirements by @Quetz4l in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2100 (5.09.43.104) +> * Fix crash by casting emptyList to ArrayList by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2103 (5.09.43.102-pre) +> * Fix crash by casting emptyList to ArrayList by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2103 (5.09.43.101) +> * ForgeDirections fix for GT Boilers by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2095 (5.09.43.100-pre) +> * ForgeDirections fix for GT Boilers by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2095 (5.09.43.99) +> * Improve Long Distance Pipeline usability and rework textures slightly by @wlhlm in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2094 (5.09.43.98-pre) +> * Improve Long Distance Pipeline usability and rework textures slightly by @wlhlm in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2094 (5.09.43.97) +> * Fix missing variable save to NBT by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2093 (5.09.43.96-pre) +> * Fix missing variable save to NBT by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2093 (5.09.43.95) +> * Fix chunk corruption when using single recipe lock by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2092 (5.09.43.94-pre) +> * Fix chunk corruption when using single recipe lock by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2092 (5.09.43.93) +> * Bring oregen-fix branch to NH org by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2080 (5.09.43.92-pre) +> * Fix Precision by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2091 (5.09.43.91) +> * Make Placing cables and pipes easier by making them full blocks when the player sneaks and is holding one by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2088 (5.09.43.90) +> * Add class for handling external materials by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2089 (5.09.43.90) +> * restore sodium persulfate chem bath recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2087 (5.09.43.89) +> * Bring oregen-fix branch to NH org by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2080 (5.09.43.88-pre) +> * Fix the volumetric flask recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2086 (5.09.43.87) +> * Rearrange Super and Quantum Tank GUI a little bit by @wlhlm in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2084 (5.09.43.86) +> * Move away from SlotWidget for circuit selection window by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2083 (5.09.43.86) +> * Fix missing copy call for fluid recipe builder by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2078 (5.09.43.85) +> * Fix warning when closing circuit selection window by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2079 (5.09.43.85) +> * fix typo in asset names by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2077 (5.09.43.84) +> * Fix carbon monoxide electrolysis by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2071 (5.09.43.83) +> * Fix spelling mistake for kevlar bee by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2073 (5.09.43.83) +> * Enable input separation by default if it's supported by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2072 (5.09.43.83) +> * Fix iridium exploit by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2074 (5.09.43.83) +> * Remove duplicate recipes for maintenance hatch by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2075 (5.09.43.83) +> * fix recipe time and tier to adapt to CBD by @POPlol333 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2076 (5.09.43.83) +> * Fix mutation requirements in NEI by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2069 (5.09.43.82) +> * Fix fermented biomass recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2068 (5.09.43.81) +> * Add a toggle to queen insertion in the industrial apiary by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2064 (5.09.43.80) +> * Remove GT_FluidStack by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2063 (5.09.43.80) +> * Enable fire resistance checks for heat and hot item damage by @wlhlm in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2065 (5.09.43.80) +> * Halve Tin Plasma Fuel Value and Double Fusion Output by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2060 (5.09.43.80) +> * Change Kevlar Parents by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2066 (5.09.43.80) +> * Add a toggle to queen insertion in the industrial apiary by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2064 (5.09.43.79-pre) +> * Fix fluid lock issues by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2062 (5.09.43.76) +> * final qft item retexture by @EmeraldsEmerald in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2061 (5.09.43.74) +> * Replace outdated botdustries fluids and fix hydrazine name by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2059 (5.09.43.73) +> * New Bee, Nerfed Nee by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2058 (5.09.43.72) +> * fix incorrect GT_RecipeBuilder deep copy by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2048 (5.09.43.71) +> * Safe the macguffin by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2050 (5.09.43.71) +> * Move screenshot directory by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2052 (5.09.43.71) +> * Make desulferization recipes explicit by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2047 (5.09.43.71) +> * Fix void protection not working with MB with custom output hatch field by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2051 (5.09.43.71) +> * Fix PCB Perfect OC upgrade not costing spacetime by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2054 (5.09.43.71) +> * Lower Ingot to Nugget Craft with Saw from 9 to 8 Nuggets by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2056 (5.09.43.71) +> * Code cleanup by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2040 (5.09.43.71) +> * Use IVoidable for GT_ParallelHelper by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2053 (5.09.43.71) +> * Fix fluid registry related bugs by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2057 (5.09.43.71) +> * fix incorrect GT_RecipeBuilder deep copy by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2048 (5.09.43.70-pre) +> * Safe the macguffin by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2050 (5.09.43.70-pre) +> * Move screenshot directory by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2052 (5.09.43.70-pre) +> * Make desulferization recipes explicit by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2047 (5.09.43.70-pre) +> * Fix void protection not working with MB with custom output hatch field by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2051 (5.09.43.70-pre) +> * Fix PCB Perfect OC upgrade not costing spacetime by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2054 (5.09.43.70-pre) +> * Lower Ingot to Nugget Craft with Saw from 9 to 8 Nuggets by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2056 (5.09.43.70-pre) +> * Code cleanup by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2040 (5.09.43.70-pre) +> * Use IVoidable for GT_ParallelHelper by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2053 (5.09.43.70-pre) +> * fix incorrect GT_RecipeBuilder deep copy by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2048 (5.09.43.69-pre) +> * Safe the macguffin by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2050 (5.09.43.69-pre) +> * Move screenshot directory by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2052 (5.09.43.69-pre) +> * Make desulferization recipes explicit by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2047 (5.09.43.69-pre) +> * Fix void protection not working with MB with custom output hatch field by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2051 (5.09.43.69-pre) +> * fix incorrect GT_RecipeBuilder deep copy by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2048 (5.09.43.68-pre) +> * Safe the macguffin by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2050 (5.09.43.68-pre) +> * Move screenshot directory by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2052 (5.09.43.68-pre) +> * Make desulferization recipes explicit by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2047 (5.09.43.68-pre) +> * fix incorrect GT_RecipeBuilder deep copy by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2048 (5.09.43.66-pre) +> * Safe the macguffin by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2050 (5.09.43.66-pre) +> * Refactor GT-ERR-01 by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2045 (5.09.43.65) +> * Chemical reactor recipe map fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2046 (5.09.43.65) +> * some gtmodhandler improvements by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2043 (5.09.43.64) +> * Change Tengam processing voltage by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2044 (5.09.43.64) +> * Add Grate Machine Casing assembler recipe by @DotJason in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2042 (5.09.43.63) +> * Add durability and charge bar visibility config options by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2041 (5.09.43.63) +> * Simply add a chem formula as a tooltip to stellar catalyst by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2037 (5.09.43.62) +> * Final stretch for GT RA2 conversions by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2038 (5.09.43.62) +> * Remove hourglass from cleanroom by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2039 (5.09.43.62) +> * Allow muffler hatches to face downward by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2036 (5.09.43.61) +> * Allow setting larger threshold of item detector cover for digital chests by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2035 (5.09.43.60) +> * butcher recipe time by @POPlol333 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2033 (5.09.43.60) +> * Delegate blast resistance call to MetaPipeEntity to allow overriding by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2030 (5.09.43.59) +> * Refactor checkExoticAndNormalEnergyHatches by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2025 (5.09.43.58) +> * Simplify logic expressions by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2026 (5.09.43.58) +> * Add new mode for void protection & implement it for more multis by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2024 (5.09.43.58) +> * Simplify ifs by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2027 (5.09.43.58) +> * Make private fields final where possible by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2028 (5.09.43.58) +> * Make enum fields final where possible by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2029 (5.09.43.58) +> * Refactor checkExoticAndNormalEnergyHatches by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2025 (5.09.43.57-pre) +> * Add void protection mode to fluid and ore drillers by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2023 (5.09.43.54) +> * Fix warnings about ModularUI methods that can only be overridden by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2022 (5.09.43.52) +> * Texture update for a few QFT items by @EmeraldsEmerald in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2021 (5.09.43.51) +> * Fixed mixer recipe map ending up without programmed circuits by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2020 (5.09.43.50) +> * Adjust overrides to allow opening machine GUI by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2019 (5.09.43.50) +> * list update for recipe in coremod by @TheEpicGamer274 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2017 (5.09.43.49) +> * Add tooltip for gas proof for fluid pipe by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2018 (5.09.43.49) +> * Speedup Recycler recipe lookup by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2016 (5.09.43.48) +> * Nerf Sunnarium Bee, Add Endstone to Endstone Bee by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2014 (5.09.43.47) +> * Fix typo in SteamPower by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2012 (5.09.43.46) +> * GT Charged Certus Quartz fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2013 (5.09.43.46) +> * Singleblock machine internal fluid tank scaling standardization by @Pxx500 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1999 (5.09.43.46) +> * More recipe collision fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2010 (5.09.43.44) +> * Yet another round of ra2 conversions by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2006 (5.09.43.44) +> * Cable recipe collision fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2009 (5.09.43.44) +> * Debug for recipe collisions by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2008 (5.09.43.44) +> * Don't allow steel steam machines to do MV recipe by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2007 (5.09.43.42) +> * a few small fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2003 (5.09.43.41) +> * Don't add cell recipe for Replicator if dust one is already available by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2005 (5.09.43.41) +> * Fix gt++ solidfying materials without fluid by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2004 (5.09.43.41) +> * bump the deps version of ae2 and buildcraft by @Fiyorin in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2001 (5.09.43.40) +> * Various GT fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2002 (5.09.43.40) +> * More RA2 conversion for automatic gt recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2000 (5.09.43.40) +> * Eternity nanites by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1997 (5.09.43.39) +> * more Ra2 recipe conversions and some small fixes/improvements in GT recipe generation by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1994 (5.09.43.38) +> * PA doesn't take a muffler -> fix blockrenderer and hologram projector by @Fiyorin in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1996 (5.09.43.37) +> * cleanroom -> botania glass by @Quetz4l in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1993 (5.09.43.36) +> * Various GT recipe fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1990 (5.09.43.35) +> * glasses for structure by @Quetz4l in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1986 (5.09.43.33) +> * Nerf Phosphorus Bee, Buff Fluid bees by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1985 (5.09.43.32) +> * More ReverseArcSmelting fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1979 (5.09.43.31) +> * Next round of Ra2 conversions by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1982 (5.09.43.31) +> * Rhodium plated palladium fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1980 (5.09.43.30) +> * Add cell item for some fluids by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1974 (5.09.43.29) +> * Fix sodium fluid corrupting fluid registry by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1977 (5.09.43.29) +> * Add Eternity material + Timepiece by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1973 (5.09.43.29) +> * Add cell item for some fluids by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1974 (5.09.43.27-pre) +> * Slight adjustment for TPM NEI by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1972 (5.09.43.26) +> * Fix ME Output Hatch not outputting other fluids if one gets stuck by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1971 (5.09.43.26) +> * And back Obsidian Ingots by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1969 (5.09.43.24) +> * Some more ra2 recipe conversions by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1966 (5.09.43.24) +> * Adjust rutile amounts from bauxite and ilmenite by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1970 (5.09.43.24) +> * Use compileOnlyApi where appropriate by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1965 (5.09.43.21) +> * Make sodium have a fluid with only gt5u by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1967 (5.09.43.21) +> * Sodium backwards compat by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1968 (5.09.43.21) +> * Migrate to FluidSlotWidget from FluidDisplaySlotWidget by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1963 (5.09.43.20) +> * deprecate all the recipes adders by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1961 (5.09.43.18) +> * Convert more recipes to RA2 by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1957 (5.09.43.17) +> * Fix cover data never being set by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1958 (5.09.43.15) +> * Add docs to mute by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1960 (5.09.43.15) +> * Brick electrolyzer fix by @Pxx500 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1956 (5.09.43.14) +> * ULV OCs should not overclock too much and waste power by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1951 (5.09.43.13) +> * Display multiblock name&icon in AE2 interface terminal and crafting tree view instead of the hatch by @eigenraven in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1944 (5.09.43.13) +> * Show energy flow amperage and correct voltage tier in WAILA for machine blocks by @wlhlm in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1955 (5.09.43.13) +> * Split MetaTE loader and integrate bw material replacement by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1954 (5.09.43.13) +> * Exploring some various ForgeDirection fixes by @mitchej123 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1950 (5.09.43.13) +> * Default facing fixes by @leagris in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1945 (5.09.43.12) +> * ULV OCs should not overclock too much and waste power by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1951 (5.09.43.12) +> * Display multiblock name&icon in AE2 interface terminal and crafting tree view instead of the hatch by @eigenraven in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1944 (5.09.43.12) +> * Default facing fixes by @leagris in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1945 (5.09.43.11-pre) +> * ULV OCs should not overclock too much and waste power by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1951 (5.09.43.11-pre) +> * Display multiblock name&icon in AE2 interface terminal and crafting tree view instead of the hatch by @eigenraven in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1944 (5.09.43.11-pre) +> * allow mute registers to be made outside of gt5u by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1947 (5.09.43.10) +> * Adds 1 manual slot to Stocking Input Bus for lenses/molds by @kstvr32 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1946 (5.09.43.10) +> * Adjust new ore lines (bauxite, ruby, etc) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1948 (5.09.43.10) +> * Add mods to mod enum by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1943 (5.09.43.08) +> * Add combs tooltip by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1940 (5.09.43.07) +> * Fix all of the ore chem bathing by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1941 (5.09.43.07) +> * RA2 fix: Remove unnecessary not consumed cells from recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1938 (5.09.43.06) +> * More Distilling RA2 Fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1936 (5.09.43.06) +> * Adds Borax to Salt Bee by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1924 (5.09.43.05) +> * Unify creosote block recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1919 (5.09.43.05) +> * Fix missing polymer recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1923 (5.09.43.05) +> * Arc Furnace Fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1921 (5.09.43.05) +> * Ra2 Fix Number 17 by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1916 (5.09.43.05) +> * Titaniumtetrachloride Fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1927 (5.09.43.05) +> * Crop Autoclave fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1929 (5.09.43.05) +> * Revert #1816 and #1825 by @NexusNull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1931 (5.09.43.05) +> * Remove unwanted assembler recipes (RA2 fix) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1934 (5.09.43.05) +> * Some more ra2 fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1932 (5.09.43.05) +> * Allow SMD inductor for MV transformer by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1907 (5.09.43.04) +> * T9 Oreveins by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1906 (5.09.43.04) +> * Mask direction patches by @leagris in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1908 (5.09.43.04) +> * RA2 fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1910 (5.09.43.04) +> * Re-add circuits to distilling by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1912 (5.09.43.04) +> * Forge direction by @mitchej123 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1895 (5.09.43.03) +> * MuTE overhaul and ACR by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1883 (5.09.43.01-pre) +> * Adjust new ore lines (bauxite, ruby, etc) (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1949 (5.09.42.89) +> * Fix all of the ore chem bathing (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1942 (5.09.42.87) +> * RA2 fix: Remove unnecessary not consumed cells from recipes (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1939 (5.09.42.86) +> * Remove unwanted assembler recipes (RA2 fix) (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1935 (5.09.42.85) +> * More Distilling RA2 Fixes (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1937 (5.09.42.85) +> * Some more ra2 fixes (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1933 (5.09.42.84) +> * Titaniumtetrachloride Fix (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1928 (5.09.42.83) +> * crop autoclave fix (for dev) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1930 (5.09.42.83) +> * Revert redstone cover changes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1925 (5.09.42.81) +> * fix merge conflict correctly by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1926 (5.09.42.81) +> * Fix missing polymer recipes (for dev) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1922 (5.09.42.80) +> * Arc Furnace Fix (for dev) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1920 (5.09.42.79) +> * Unify creosote block recipe (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1918 (5.09.42.78) +> * RA2 fix number 17 (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1915 (5.09.42.77) +> * Ra2 fix number 17 - missed one by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1917 (5.09.42.77) +> * Re-add null checks for many autogenerated recipes (dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1913 (5.09.42.76) +> * Re-add circuits to distilling (dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1914 (5.09.42.76) +> * more missing circuits by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1911 (5.09.42.74) +> * Bending fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1909 (5.09.42.73) +> * MuTE overhaul and ACR by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1883 (5.09.42.71) +> * Add new mods to the Mods enum by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1903 (5.09.42.70) +> * Stellar catalyst + catalyst fixes + new materials class by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1893 (5.09.42.70) +> * Recipes ra2 by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1872 (5.09.42.70) +> * Allow sound loop to be muffled by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1902 (5.09.42.69-pre) +> * Add new mods to the Mods enum by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1903 (5.09.42.69-pre) +> * Explain how to import GT5 by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1892 (5.09.42.68) +> * Add 3 commits to .git-blame-ignore-revs by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1899 (5.09.42.68) +> * Prevent NPE with large fluid cell renderer by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1898 (5.09.42.68) +> * Account for EU discounts when calculating OCs/parallels in multis by @xSkewer in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1901 (5.09.42.68) +> * Allow sound loop to be muffled by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1902 (5.09.42.68) +> * Account for EU discounts when calculating OCs/parallels in multis by @xSkewer in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1901 (5.09.42.66-pre) +> * Added separate tank inventories for input separation by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1887 (5.09.42.64-pre) +> * Misc Cleanup by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1888 (5.09.42.64-pre) +> * MuTE improved hatch GUI and fluid output locking by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1889 (5.09.42.64-pre) +> * Spotless apply for branch StellarCatalyst for #1893 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1894 (5.09.42.64-pre) +> * Add Tengam materials by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1891 (5.09.42.64-pre) +> * Explain how to import GT5 by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1892 (5.09.42.64-pre) +> * Add 3 commits to .git-blame-ignore-revs by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1899 (5.09.42.64-pre) +> * Prevent NPE with large fluid cell renderer by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1898 (5.09.42.64-pre) +> * Added separate tank inventories for input separation by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1887 (5.09.42.62-pre) +> * Misc Cleanup by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1888 (5.09.42.62-pre) +> * MuTE improved hatch GUI and fluid output locking by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1889 (5.09.42.62-pre) +> * Spotless apply for branch StellarCatalyst for #1893 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1894 (5.09.42.62-pre) +> * Add Tengam materials by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1891 (5.09.42.62-pre) +> * allow data stick (contains assline recipe)render like ae2 pattern by @xkball in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1890 (5.09.42.61) +> * allow data stick (contains assline recipe)render like ae2 pattern by @xkball in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1890 (5.09.42.60-pre) +> * Spotless apply for branch StellarCatalyst for #1893 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1894 (5.09.42.60-pre) +> * Disable some autogenerated recipes by @Pxx500 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1880 (5.09.42.58) +> * Space Project fixes by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1881 (5.09.42.56) +> * improve NBT version detection in buildscript by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1885 (5.09.42.56) +> * Fix PCB Factory multiplicating the outputs of the recipe :D by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1882 (5.09.42.56) +> * Misc structure and tooltip fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1884 (5.09.42.56) +> * Adjust time and voltage for a few assembler recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1877 (5.09.42.55) +> * Fix MuTE sound by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1878 (5.09.42.55) +> * make lightning rod more cumbersome to use by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1875 (5.09.42.55) +> * Fixed recipe lock not setting difference correctly by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1879 (5.09.42.55) +> * Re-add a bunch of recipes that went missing by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1874 (5.09.42.54) +> * Fix PCB factory texts by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1873 (5.09.42.53) +> * Further RA2 recipe fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1870 (5.09.42.53) +> * Next round of RA2 recipe fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1869 (5.09.42.52) +> * Added tooltip line which displays the machine color, if any by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1868 (5.09.42.51) +> * Rename UNCOLORED_RBGA -> UNCOLORED_RGBA by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1867 (5.09.42.50) +> * More RA2 GT recipes fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1866 (5.09.42.50) +> * Fix fusion recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1865 (5.09.42.49) +> * Add missing Override by @LewisSaber in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1864 (5.09.42.49) +> * Enable input separation button in EBF GUI by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1862 (5.09.42.48) +> * Allow spray cans to color a chain of blocks when sneaking by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1863 (5.09.42.48) +> * fix RA2 universal chemical target using inverted dispatch rule by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1861 (5.09.42.47) +> * add new mods to the mod enum by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1858 (5.09.42.46) +> * add slot migration to disassembler by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1860 (5.09.42.46) +> * Fix metal machine block support on break by @greesyB in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1859 (5.09.42.46) +> * Misc by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1844 (5.09.42.45) +> * Kill Disassembler by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1855 (5.09.42.44) +> * Added method to add instance specific information to an MTE tooltip by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1857 (5.09.42.43) +> * Fix broken alloy smelting recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1852 (5.09.42.42) +> * Fix uv motor recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1854 (5.09.42.42) +> * Reenable missing EBF recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1853 (5.09.42.42) +> * remove vyroxeres furnace recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1856 (5.09.42.42) +> * Add isMachineBlock support to metal blocks by @greesyB in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1849 (5.09.42.42) +> * improve ra2 debug mode by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1845 (5.09.42.42) +> * Wiremillfix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1843 (5.09.42.41) +> * Player activity logger fixes by @eigenraven in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1842 (5.09.42.41) +> * Fix TPM recipes by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1847 (5.09.42.41) +> * Reenable 11 missing materials by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1846 (5.09.42.41) +> * Rework quantum anomaly dtpf recipe by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1850 (5.09.42.41) +> * Wiremillfix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1843 (5.09.42.40-pre) +> * Monthly disassembler fix by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1840 (5.09.42.36) +> * Fix mega ultimate battery achievement by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1841 (5.09.42.36) +> * Add hazmat protection to GT++ armors by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1839 (5.09.42.35) +> * add Missing mod ids by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1838 (5.09.42.34) +> * Add Living Bio Wafer & Chip by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1835 (5.09.42.33) +> * Modid work by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1833 (5.09.42.33) +> * Fix: Basic heat vent works without water by @leagris in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1832 (5.09.42.32) +> * Fix RA2 bugs by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1830 (5.09.42.32) +> * Jabel, Generic injection and mostly automatic code cleanup by @eigenraven in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1829 (5.09.42.31) +> * fix RA2 mistakes by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1828 (5.09.42.30) +> * update spotless formatting by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1827 (5.09.42.28) +> * Recipe Adder v2 by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1770 (5.09.42.27) +> * Implement Power Logic, Pollution Logic and Processing Logic for MuTEs and many other things by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1823 (5.09.42.26) +> * Add option for strong signal to Fluid Cover by @NexusNull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1825 (5.09.42.25) +> * Implementation of A more useful Lava Boiler by @leagris in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1814 (5.09.42.24) +> * Steel bee + Salt bee change by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1815 (5.09.42.24) +> * fix: redstone strong signal not resetting by @NexusNull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1816 (5.09.42.24) +> * Add night upgrade to Industrial Apiary by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1821 (5.09.42.24) +> * Fix TPM NPE by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1824 (5.09.42.22) +> * Update production upgrades formula in Industrial Apiary by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1820 (5.09.42.21-pre) +> * Fix PCB Factory not voiding output when trace size is above 100 by @foxwhite25 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1822 (5.09.42.20) +> * Update production upgrades formula in Industrial Apiary by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1820 (5.09.42.20) +> * Fix PCB Factory not voiding output when trace size is above 100 by @foxwhite25 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1822 (5.09.42.19-pre) +> * Change Bee things by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1817 (5.09.42.16-pre) +> * Modpack 12931 by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1818 (5.09.42.16-pre) +> * fix: redstone strong signal not resetting by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1819 (5.09.42.16-pre) +> * Display tier of nano forge in GUI by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1813 (5.09.42.15) +> * Fix infinite drill loc by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1812 (5.09.42.14) +> * Activity Sound by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1811 (5.09.42.13) +> * Display Mode of Ore Processor to WAILA and Scanner by @LewisSaber in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1803 (5.09.42.12) +> * Fix super tank output rate based on the pump used by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1810 (5.09.42.12) +> * Fixed projects not unlocking if build elsewhere by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1808 (5.09.42.10) +> * Added sound to distillery by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1809 (5.09.42.10) +> * Add Insanely & Mega ultimate battery by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1807 (5.09.42.09) +> * Some glass work by @LewisSaber in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1802 (5.09.42.08) +> * Fix typo in Nano Forge tooltip by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1804 (5.09.42.08) +> * Added machine sound to fusion reactors by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1805 (5.09.42.08) +> * Added some null checks to loadInstance by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1806 (5.09.42.08) +> * Change osmiridium to ruridit in gt directly by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1801 (5.09.42.08) > * fix the machine's tooltip doesn't automatically generate when loading by @iouter in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1799 (5.09.42.07) > * merge master by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1800 (5.09.42.06-pre) > * Auto-stock for stocking input bus by @MadMan310 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1790 (5.09.42.05) @@ -147,20 +1229,91 @@ > * Fix Recipes starting because of discount by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1796 (5.09.42.02) > * Add regulator abilities to Steam Valve by @NexusNull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1785 (5.09.41.318) > +>## New Contributors +> * @C0bra5 made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2244 (5.09.43.183) +> * @Eraldoe made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2237 (5.09.43.177) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2232 (5.09.43.172) +> * @greatinfluence made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2187 (5.09.43.158) +> * @Eysla made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2154 (5.09.43.140) +> * @serenibyss made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2137 (5.09.43.131) +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2125 (5.09.43.120-pre) +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2125 (5.09.43.119) +> * @fluffle made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2119 (5.09.43.113) +> * @wohaopa made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2104 (5.09.43.111) +> * @wohaopa made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2104 (5.09.43.110-pre) +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2107 (5.09.43.104) +> * @DmitryScaletta made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2106 (5.09.43.104) +> * @DotJason made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2042 (5.09.43.63) +> * @Caedis made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2041 (5.09.43.63) +> * @EmeraldsEmerald made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2021 (5.09.43.51) +> * @Fiyorin made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1996 (5.09.43.37) +> * @Quetz4l made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1986 (5.09.43.33) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1955 (5.09.43.13) +> * @kstvr32 made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1946 (5.09.43.10) +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1892 (5.09.42.68) +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1892 (5.09.42.64-pre) +> * @xkball made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1890 (5.09.42.61) +> * @xkball made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1890 (5.09.42.60-pre) +> * @foxwhite25 made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1822 (5.09.42.20) +> * @foxwhite25 made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1822 (5.09.42.19-pre) +> -# Updated GTNEIOrePlugin (1.0.28@BOTH --> 1.0.29@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTNEIOrePlugin/compare/1.0.27...1.0.29 +# Updated GTNEIOrePlugin (1.0.28@Side.BOTH --> 1.1.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTNEIOrePlugin/compare/1.0.27...1.1.3 >## What's Changed +> * T9 Planets + new Textures by @glowredman in https://github.com/GTNewHorizons/GTNEIOrePlugin/pull/35 (1.1.3) +> * Cleanup by @miozune in https://github.com/GTNewHorizons/GTNEIOrePlugin/pull/36 (1.1.1) +> * Cleanup by @glowredman in https://github.com/GTNewHorizons/GTNEIOrePlugin/pull/34 (1.1.0) > * Fix server crash with I18n by @miozune in https://github.com/GTNewHorizons/GTNEIOrePlugin/pull/33 (1.0.29) > * Move helper methods out of client side by @minecraft7771 in https://github.com/GTNewHorizons/GTNEIOrePlugin/pull/32 (1.0.28) > >## New Contributors +> * @glowredman made their first contribution in https://github.com/GTNewHorizons/GTNEIOrePlugin/pull/34 (1.1.0) > * @minecraft7771 made their first contribution in https://github.com/GTNewHorizons/GTNEIOrePlugin/pull/32 (1.0.28) > -# New Mod - GTNH-Intergalactic (1.0.1@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Intergalactic/commits/1.0.1 +# New Mod - GTNH-Intergalactic (1.1.28@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Intergalactic/commits/1.1.28 >## What's Changed +> * SE Miner: Bounds checks and off-by-one range fix for cycle mode. by @fluffle in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/48 (1.1.28) +> * Buff Tiberium asteroid by ~170% by @S4mpsa in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/47 (1.1.27) +> * Ban input hatch and output bus from siphon by @Lyfts in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/46 (1.1.26) +> * Fixed localization of motor block achievements by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/45 (1.1.25) +> * Use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/43 (1.1.24) +> * Added mk3 pump as NEI catalyst for space pumping by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/44 (1.1.24) +> * Fix findRecipe by @miozune in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/42 (1.1.23) +> * Fix umv circuits in recipes by @chochem in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/40 (1.1.22) +> * Add Space Pump MK3 by @greesyB in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/39 (1.1.21) +> * Implement generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/38 (1.1.20) +> * More mining drones by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/37 (1.1.17) +> * Change controller crafting times and transition to RA2 by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/36 (1.1.16) +> * Fix missing call to GT_ParallelHelper#setController in Space Miner by @miozune in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/35 (1.1.15) +> * Update to new void protection API & implement it for some multi by @miozune in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/34 (1.1.14) +> * SE Controller: improve tooltip by @Fiyorin in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/33 (1.1.12) +> * Space Miner: add molybdenum and nether quartz ore by @Fiyorin in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/31 (1.1.11) +> * Actively connect modules by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/30 (1.1.10) +> * make toxic everglades great again by @Fiyorin in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/29 (1.1.9) +> * Added new textures by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/28 (1.1.8) +> * Minor fixes by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/27 (1.1.6) +> * adds a bunch of useful ores to the spaceminer by @Fiyorin in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/26 (1.1.6) +> * Added doc that modules automatically pause by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/25 (1.1.5) +> * Added space pump void protection and batch mode by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/24 (1.1.4) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/23 (1.1.3) +> * Regenerate whitelist on world load or when user changes it by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/22 (1.1.2) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/21 (1.1.1) +> * Added motor blocks to tooltip and removed unnecessary IO by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/20 (1.0.15) +> * Added filter to the GUI of the mining module by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/18 (1.0.14) +> * Fix Materials by @Dream-Master in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/19 (1.0.14) +> * Added filter to the GUI of the mining module by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/18 (1.0.13-pre) +> * Fix a broken spacemining recipe by @chochem in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/17 (1.0.11) +> * Fix miner whitelist by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/16 (1.0.11) +> * Allow lore translations to be weighted by @glowredman in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/15 (1.0.9) +> * Added white-/blacklist option to mining module by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/14 (1.0.8) +> * Fixed fluid and item input getting in SpAss by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/13 (1.0.7) +> * Various Space Elevator Improvements by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/12 (1.0.6) +> * Fixed research item of miner mk2 by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/11 (1.0.4) +> * Made elevator travel up to T8 by default, T9 with MK-3 motor by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/10 (1.0.3) +> * Added number of possible module slots to motor tooltip by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/8 (1.0.2) > * Updated motor top/bottom texture by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/6 (1.0.1) > * Adjusted siphon based fluids in space pumping by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/7 (1.0.1) > * change code to work with newest bartworks by @Dream-Master in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/2 (1.0.0) @@ -169,33 +1322,204 @@ > * Update build-and-test.yml by @Dream-Master in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/3 (0.9.1-pre) > >## New Contributors +> * @fluffle made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/48 (1.1.28) +> * @S4mpsa made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/47 (1.1.27) +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/46 (1.1.26) +> * @BlueWeabo made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/43 (1.1.24) +> * @greesyB made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/39 (1.1.21) +> * @Fiyorin made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/26 (1.1.6) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/23 (1.1.3) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/21 (1.1.1) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/17 (1.0.11) > * @minecraft7771 made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/5 (1.0.0) > * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/3 (0.9.1-pre) > -# Updated GTNH-Lanthanides (0.9.29@BOTH --> 0.9.30@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Lanthanides/compare/0.9.28...0.9.30 +# Updated GTNH-Lanthanides (0.9.29@Side.BOTH --> 0.10.8@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Lanthanides/compare/0.9.28...0.10.8 >## What's Changed +> * Remove duplicate recipe by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/63 (0.10.8) +> * Add PA centrifuge and electrolysis recipe maps to recipe replacements by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/62 (0.10.7) +> * Remove reference to sByProductList by @miozune in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/61 (0.10.6) +> * Give digester multiblock perfect OC and reduce pollution by 10x by @Elisis in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/60 (0.10.5) +> * remove botdustries monomethylhydrazine by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/59 (0.10.3) +> * Remove outdated botdustries fluids by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/58 (0.10.2) +> * Phosgene Fix by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/57 (0.10.1) +> * Spotless apply for branch ForgeDirection for #54 by @github-actions in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/55 (0.10.0) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/54 (0.10.0) +> * Zirconolite fix by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/53 (0.9.32) > * patch up europium tier skip by @Glease in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/52 (0.9.30) > * More Lanthanum ore proc fixes by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/51 (0.9.29) > >## New Contributors +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/54 (0.10.0) > * @Glease made their first contribution in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/52 (0.9.30) > -# Updated GTNH-TC-Wands (1.2.6@BOTH --> 1.3.0@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTNH-TC-Wands/compare/1.2.5...1.3.0 +# Updated GTNH-TC-Wands (1.2.6@Side.BOTH --> 1.3.1@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTNH-TC-Wands/compare/1.2.5...1.3.1 >## What's Changed +> * Fix missing/broken Staff & Wand recipes by @TechnicianLP in https://github.com/GTNewHorizons/GTNH-TC-Wands/pull/16 (1.3.1) > * Add ChromatiCraft support by @KuroPeach in https://github.com/GTNewHorizons/GTNH-TC-Wands/pull/15 (1.3.0) > * update buildscript for maven by @bombcar in https://github.com/GTNewHorizons/GTNH-TC-Wands/pull/14 (1.2.6) > >## New Contributors +> * @TechnicianLP made their first contribution in https://github.com/GTNewHorizons/GTNH-TC-Wands/pull/16 (1.3.1) > * @KuroPeach made their first contribution in https://github.com/GTNewHorizons/GTNH-TC-Wands/pull/15 (1.3.0) > -# Updated GTplusplus (1.7.227@BOTH --> 1.8.10@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.7.226...1.8.10 +# Updated GTplusplus (1.7.227@Side.BOTH --> 1.9.83@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.7.226...1.9.83 >## What's Changed +> * Enable batch mode on QFT by @S4mpsa in https://github.com/GTNewHorizons/GTplusplus/pull/725 (1.9.83) +> * Fix NPE with Volcanus coil level by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/727 (1.9.82) +> * Fix Algae Farm compost calculation by @Jonodonozym in https://github.com/GTNewHorizons/GTplusplus/pull/726 (1.9.81) +> * Fix recipe cache with LPF by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/723 (1.9.80) +> * Remove batch mode from steam multis by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/724 (1.9.80) +> * Add tooltip to Steam Output Bus about auto-export by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/722 (1.9.78) +> * Fix parallels in chemplant by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/721 (1.9.77) +> * Fix XL Turbine tooltip by @Lyfts in https://github.com/GTNewHorizons/GTplusplus/pull/718 (1.9.77) +> * Fix chemplant needing catalysts on recipes that don't by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/719 (1.9.76) +> * More LFTR Chain Fixes by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/716 (1.9.76) +> * Fix ore gen pattern for everglades by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/717 (1.9.75) +> * Lower reservoir hatch tier to EV, add tooltip showing tier for reservoir + air intake hatches by @querns in https://github.com/GTNewHorizons/GTplusplus/pull/713 (1.9.74) +> * Fix leather drying in dehydrator by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/714 (1.9.74) +> * Fix steam multis now overclocking recipes which consume 2 eu/t by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/715 (1.9.74) +> * Fix chemical plant always thinking it has enough inputs by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/711 (1.9.73) +> * Fix Steam multiblocks not having their parallel by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/712 (1.9.73) +> * Particle Acceleration in the QFT by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/695 (1.9.72) +> * Remove QFT parallel cap by @alexandre-tardif in https://github.com/GTNewHorizons/GTplusplus/pull/710 (1.9.72) +> * Fix steam macerator generating byproducts And use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/708 (1.9.71) +> * Make sure to account for first output being chanced on steam grinder by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/709 (1.9.71) +> * Fix steam macerator generating byproducts And use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/708 (1.9.69) +> * Make sure to account for first output being chanced on steam grinder by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/709 (1.9.69) +> * Fix LFTR by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/707 (1.9.68) +> * Fixed mass fab sometimes crashing in scrap mode by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/706 (1.9.67) +> * Fixed fermium check on QFT by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/705 (1.9.66) +> * Fix findRecipe for Elemental Duplicator by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/704 (1.9.66) +> * Fix void protection on steam machines by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/703 (1.9.65) +> * Remove duplicated chemplant recipemap by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/702 (1.9.64) +> * Adding The Fine Wire + Recipe in wiremill for Chromatic Glass by @TheEpicGamer274 in https://github.com/GTNewHorizons/GTplusplus/pull/700 (1.9.63) +> * Implement generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/697 (1.9.62) +> * Remove the duplicate pu239 by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/698 (1.9.61) +> * Migrated mk4 and mk5 fusion to generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/696 (1.9.60) +> * Improve Industrial Arc Furnace tooltip by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/692 (1.9.59) +> * Add QFT Water Line Skips by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/693 (1.9.59) +> * Patches the hole in Dangote by @Lyfts in https://github.com/GTNewHorizons/GTplusplus/pull/694 (1.9.59) +> * Fixed bee frames to make sense with additive production modifiers by @hacatu in https://github.com/GTNewHorizons/GTplusplus/pull/691 (1.9.59) +> * Improve Industrial Arc Furnace tooltip by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/692 (1.9.58-pre) +> * Fix Multiblock structure info tooltips by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/689 (1.9.57) +> * Add missing advancement localization by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/690 (1.9.57) +> * Fix some recipe conflicts by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/688 (1.9.56) +> * Make PSS stop pulling input power when it's full. by @antihutka in https://github.com/GTNewHorizons/GTplusplus/pull/687 (1.9.55) +> * Advanced boiler steam capacity fix by @Lyfts in https://github.com/GTNewHorizons/GTplusplus/pull/686 (1.9.55) +> * Restore pams fish compat by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/685 (1.9.54) +> * Fix europa 'blizz' drops by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/684 (1.9.54) +> * Remove Breaker Box by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/683 (1.9.52) +> * Added LPF mode to WAILA tooltip by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/680 (1.9.51) +> * Added mac stack tier to WAILA tooltip by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/681 (1.9.51) +> * Add Wireless Charger Baubles Compat by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/682 (1.9.51) +> * Hydrogen loop fix by @TheEpicGamer274 in https://github.com/GTNewHorizons/GTplusplus/pull/678 (1.9.50) +> * Fix a QFT recipe by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/679 (1.9.50) +> * MassFab: Set efficiency in SCRAP mode. by @fluffle in https://github.com/GTNewHorizons/GTplusplus/pull/676 (1.9.49) +> * Adding Circuit requirement for data orb repository to tooltip and rem… by @TheEpicGamer274 in https://github.com/GTNewHorizons/GTplusplus/pull/675 (1.9.48) +> * Monomethylhydrazine cleanup by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/674 (1.9.47) +> * Reword Crop Manager AoE description in tooltip by @wlhlm in https://github.com/GTNewHorizons/GTplusplus/pull/673 (1.9.46) +> * Fix some BW materials creating bad washer recipes by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/672 (1.9.45) +> * Make the New Plasma Powergen Chains Viable by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/669 (1.9.44-pre) +> * nitrobenzene followup by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/671 (1.9.44-pre) +> * Make the New Plasma Powergen Chains Viable by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/669 (1.9.43) +> * nitrobenzene followup by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/671 (1.9.43) +> * Spotless apply for branch Plasma_Chains_Numbers for #669 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/670 (1.9.42-pre) +> * Remove Dragonblood from comb qft recipe by @Runakai1 in https://github.com/GTNewHorizons/GTplusplus/pull/667 (1.9.41) +> * Remove broken GC asm by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/666 (1.9.40) +> * Update dep + change comb recipe by @Runakai1 in https://github.com/GTNewHorizons/GTplusplus/pull/664 (1.9.39) +> * Fix gt++ pollution tooltips by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/662 (1.9.38) +> * Adds a platline comb recipe to QFT by @Runakai1 in https://github.com/GTNewHorizons/GTplusplus/pull/661 (1.9.37) +> * Remove outdated botdustries compat recipes by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/658 (1.9.36) +> * Fix Green Metal Catalyst Recipe by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/660 (1.9.36) +> * Remove reference to GT_FluidStack by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/659 (1.9.36) +> * Change XL Plasma Penalty Formula and Fuel Values for New Plasmas by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/656 (1.9.36) +> * Spotless apply for branch NewPlasmas_NewValues for #656 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/657 (1.9.35-pre) +> * Remove outdated botdustries compat recipes by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/658 (1.9.35-pre) +> * Fix Green Metal Catalyst Recipe by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/660 (1.9.35-pre) +> * Spotless apply for branch NewPlasmas_NewValues for #656 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/657 (1.9.34-pre) +> * Add New Recipes for Powergen Plasmas by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/651 (1.9.33) +> * Fix steam hatch not working for some people by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/655 (1.9.33) +> * Add New Recipes for Powergen Plasmas by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/651 (1.9.32-pre) +> * fix lag by disabling asm that messed with tinkers fluid lighting by @Denostrov in https://github.com/GTNewHorizons/GTplusplus/pull/654 (1.9.31) +> * Fix void protection for Sparge Tower and Dangote by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/653 (1.9.30) +> * Spotless apply for branch Power_Plasmas for #651 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/652 (1.9.29-pre) +> * Nerf low-grade plasmas in the XL Plasma turbine by @S4mpsa in https://github.com/GTNewHorizons/GTplusplus/pull/649 (1.9.28) +> * Fix item damage for some items by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/646 (1.9.27) +> * Fix item name color and tooltip for ItemGenericToken by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/648 (1.9.27) +> * Make fluid generator hatch fill partial amount by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/647 (1.9.27) +> * Reservoir hatch refill fix by @GDCloudstrike in https://github.com/GTNewHorizons/GTplusplus/pull/645 (1.9.26) +> * Remove recipe removal for rocket fuels by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/643 (1.9.25) +> * Cleanup reservoir hatch tooltip by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/644 (1.9.25) +> * Fix voiding mode not being saved by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/642 (1.9.25) +> * Fix missing call to GT_ParallelHelper#setController in QFT by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/641 (1.9.24) +> * Update to new void protection API by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/640 (1.9.23) +> * blacklist benzene and helium plasma from XL Turbines by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/639 (1.9.19) +> * added chisel input busses by @Quetz4l in https://github.com/GTNewHorizons/GTplusplus/pull/638 (1.9.18) +> * Deprecation cleanup by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/637 (1.9.18) +> * Arc Furnace: Fix Blockrenderer Preview by @Fiyorin in https://github.com/GTNewHorizons/GTplusplus/pull/636 (1.9.16) +> * Fix HV semifluid gen recipe by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/635 (1.9.15) +> * Make sure that GT++ Cokes have recipes in the Advanced Coke Oven by @MeiTianyou in https://github.com/GTNewHorizons/GTplusplus/pull/634 (1.9.14) +> * ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview by @Fiyorin in https://github.com/GTNewHorizons/GTplusplus/pull/632 (1.9.13) +> * Add Temporal Harmonizer Catalyst by @GDCloudstrike in https://github.com/GTNewHorizons/GTplusplus/pull/633 (1.9.12) +> * Fixes several minor bugs by @MeiTianyou in https://github.com/GTNewHorizons/GTplusplus/pull/630 (1.9.11) +> * Update readme by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/631 (1.9.10) +> * Remove a lot of unused classes by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/629 (1.9.10) +> * Make sure the backpack is properly secured while it's open by @wlhlm in https://github.com/GTNewHorizons/GTplusplus/pull/627 (1.9.9) +> * Fix GT++ material cable rendering by @wlhlm in https://github.com/GTNewHorizons/GTplusplus/pull/626 (1.9.8) +> * Fix fluid input restrictor wrench side mapping by @leagris in https://github.com/GTNewHorizons/GTplusplus/pull/625 (1.9.7) +> * Remove Computer Cube MKII by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/622 (1.9.7) +> * Fix GT++ material pipe rendering by @wlhlm in https://github.com/GTNewHorizons/GTplusplus/pull/621 (1.9.6) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/620 (1.9.5) +> * Remove unused code & migrate to FluidSlotWidget by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/619 (1.9.4) +> * Add channels to MABS by @kstvr32 in https://github.com/GTNewHorizons/GTplusplus/pull/618 (1.9.3) +> * add channels to QFT by @kstvr32 in https://github.com/GTNewHorizons/GTplusplus/pull/616 (1.9.2) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/GTplusplus/pull/608 (1.9.1) +> * Add Bartworks ores to simple washer by @DStrand1 in https://github.com/GTNewHorizons/GTplusplus/pull/611 (1.9.1) +> * Allow scanners to display heat of Volcanus. by @MarchingCube in https://github.com/GTNewHorizons/GTplusplus/pull/613 (1.9.1) +> * Add the Nuclear Salt Processing Plant by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/607 (1.9.1) +> * Spotless apply for branch ForgeDirection for #608 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/612 (1.9.0-pre) +> * fix missing industrial hcl by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/610 (1.8.47) +> * fix missing industrial hcl by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/610 (1.8.45-pre) +> * fix missing industrial hcl by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/610 (1.8.44) +> * fix crop harvester energy drain and non-last optimal level crops by @Denostrov in https://github.com/GTNewHorizons/GTplusplus/pull/609 (1.8.42) +> * Fix Material by @Dream-Master in https://github.com/GTNewHorizons/GTplusplus/pull/605 (1.8.39) +> * Fix assembler by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/606 (1.8.39) +> * Don't require a min of output busses on sifter by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/604 (1.8.37) +> * Fix null item name by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/603 (1.8.36) +> * Fix internal name of mk5 fusion blocks by @GDCloudstrike in https://github.com/GTNewHorizons/GTplusplus/pull/602 (1.8.35) +> * Add Fusion Mk5 to RecipeCatalyst by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/601 (1.8.34) +> * Revive Fusion mk5 by @GDCloudstrike in https://github.com/GTNewHorizons/GTplusplus/pull/597 (1.8.33) +> * implement more new tooltips by @Glease in https://github.com/GTNewHorizons/GTplusplus/pull/596 (1.8.32) +> * Fix migration code for ABS NBT by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/600 (1.8.32) +> * fix incorrect ulv turbine tooltip by @Glease in https://github.com/GTNewHorizons/GTplusplus/pull/598 (1.8.32) +> * Implement new tooltips by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/595 (1.8.31) +> * clean up GT++ code by @boubou19 in https://github.com/GTNewHorizons/GTplusplus/pull/589 (1.8.30) +> * Fix missing overrides for input separation by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/593 (1.8.29) +> * Kill Disassembler in GT++ by @Connor-Colenso in https://github.com/GTNewHorizons/GTplusplus/pull/594 (1.8.29) +> * Update Rocketdyne Tooltip with More Info by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/587 (1.8.29) +> * Fix NPE in dev with Blast Smelter recipes by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/592 (1.8.26-pre) +> * Add tier tooltips to Charge Pack and quad batteries by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/591 (1.8.26-pre) +> * Fix NPE in dev with Blast Smelter recipes by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/592 (1.8.25) +> * Add tier tooltips to Charge Pack and quad batteries by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/591 (1.8.25) +> * Fix QFT Description by @LewisSaber in https://github.com/GTNewHorizons/GTplusplus/pull/588 (1.8.23) +> * LFTR Chain Fixes, Buffs and Tweaks by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/584 (1.8.22) +> * Spotless apply for branch LFTR_Improvements for #584 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/585 (1.8.21-pre) +> * Fix survival place offset of structure by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/586 (1.8.20) +> * Spotless apply for branch LFTR_Improvements for #584 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/585 (1.8.19-pre) +> * Downtier oreproc GT++ multis to EV and add new EV Mac Stack by @Dream-Master in https://github.com/GTNewHorizons/GTplusplus/pull/579 (1.8.18) +> * Spotless apply for branch Multiblock-EV-change for #579 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/582 (1.8.16-pre) +> * Spotless apply for branch Multiblock-EV-change for #579 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/581 (1.8.15-pre) +> * Spotless apply for branch Multiblock-EV-change for #579 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/580 (1.8.14-pre) +> * clean up hand pump code by @Glease in https://github.com/GTNewHorizons/GTplusplus/pull/577 (1.8.12) +> * Fix typo in printer tooltip by @LewisSaber in https://github.com/GTNewHorizons/GTplusplus/pull/575 (1.8.11) +> * Add Fusion MKIV Description by @LewisSaber in https://github.com/GTNewHorizons/GTplusplus/pull/576 (1.8.11) > * Remove For Loops on Speed Multiplier for Multiplication by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/574 (1.8.10) > * Changed Basic and added Advanced UUMatter recipes by @RaitGamerGR in https://github.com/GTNewHorizons/GTplusplus/pull/571 (1.8.9) > * Uu matter and uu amplifier by @Dream-Master in https://github.com/GTNewHorizons/GTplusplus/pull/573 (1.8.8-pre) @@ -213,29 +1537,165 @@ > * Fix removed CustomName init call causing an NPE by @eigenraven in https://github.com/GTNewHorizons/GTplusplus/pull/562 (1.7.227) > >## New Contributors +> * @Jonodonozym made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/726 (1.9.81) +> * @querns made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/713 (1.9.74) +> * @hacatu made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/691 (1.9.59) +> * @antihutka made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/687 (1.9.55) +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/686 (1.9.55) +> * @fluffle made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/676 (1.9.49) +> * @TheEpicGamer274 made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/675 (1.9.48) +> * @S4mpsa made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/649 (1.9.28) +> * @Fiyorin made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/632 (1.9.13) +> * @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/630 (1.9.11) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/621 (1.9.6) +> * @kstvr32 made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/616 (1.9.2) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/608 (1.9.1) +> * @DStrand1 made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/611 (1.9.1) +> * @Denostrov made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/609 (1.8.42) > * @posiaden123 made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/569 (1.8.5) > -# Updated Galaxy-Space-GTNH (1.1.61-GTNH@BOTH --> 1.1.63-GTNH@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Galaxy-Space-GTNH/compare/1.1.60-GTNH...1.1.63-GTNH +# Updated Gadomancy (1.0.8.9@Side.BOTH --> 1.1.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Gadomancy/compare/1.0.8.6...1.1.3 +>## What's Changed +> * Cache the models for the Arcane Enervation Emitter by @firenoo in https://github.com/GTNewHorizons/Gadomancy/pull/23 (1.1.3) +> * Validate ObjectInputStream by @miozune in https://github.com/GTNewHorizons/Gadomancy/pull/22 (1.1.2) +> * Validate side when processing packets by @miozune in https://github.com/GTNewHorizons/Gadomancy/pull/21 (1.1.1) +> * infusionClaw by @Quetz4l in https://github.com/GTNewHorizons/Gadomancy/pull/20 (1.1.0) +> * Switch from hacking EnumHelper private apis to a java 9+ compatible reflection/unsafe approach by @eigenraven in https://github.com/GTNewHorizons/Gadomancy/pull/19 (1.0.8.9) +> +>## New Contributors +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/Gadomancy/pull/23 (1.1.3) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/Gadomancy/pull/21 (1.1.1) +> * @Quetz4l made their first contribution in https://github.com/GTNewHorizons/Gadomancy/pull/20 (1.1.0) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/Gadomancy/pull/19 (1.0.8.9) +> + +# Updated GalacticGregGT5 (1.0.8@Side.BOTH --> 1.0.10@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GalacticGregGT5/compare/1.0.7...1.0.10 >## What's Changed +> * Fix oregen pattern for space veins by @chochem in https://github.com/GTNewHorizons/GalacticGregGT5/pull/16 (1.0.10) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/GalacticGregGT5/pull/15 (1.0.9) +> * make galgreg vein generation consist with gt5 by @GlodBlock in https://github.com/GTNewHorizons/GalacticGregGT5/pull/14 (1.0.8) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/GalacticGregGT5/pull/16 (1.0.10) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/GalacticGregGT5/pull/15 (1.0.9) +> * @GlodBlock made their first contribution in https://github.com/GTNewHorizons/GalacticGregGT5/pull/14 (1.0.8) +> + +# Updated Galacticraft (3.0.67-GTNH@Side.BOTH --> 3.0.73-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Galacticraft/compare/3.0.66-GTNH...3.0.73-GTNH +>## What's Changed +> * Remove hacky ignition of entities from the client-side by particles by @eigenraven in https://github.com/GTNewHorizons/Galacticraft/pull/79 (3.0.72-GTNH) +> * Fix mouse scroll with lwjgl3 by @miozune in https://github.com/GTNewHorizons/Galacticraft/pull/78 (3.0.71-GTNH) +> * Rework Rocket Fuel API by @glowredman in https://github.com/GTNewHorizons/Galacticraft/pull/77 (3.0.70-GTNH) +> * Cleanup by @glowredman in https://github.com/GTNewHorizons/Galacticraft/pull/76 (3.0.69-GTNH) +> * Update Dependencies by @glowredman in https://github.com/GTNewHorizons/Galacticraft/pull/75 (3.0.68-GTNH) +> * Fix Treasure Chests can output/input items if is locked. by @r1tsuu in https://github.com/GTNewHorizons/Galacticraft/pull/74 (3.0.67-GTNH) +> +>## New Contributors +> * @r1tsuu made their first contribution in https://github.com/GTNewHorizons/Galacticraft/pull/74 (3.0.67-GTNH) +> + +# Updated Galaxy-Space-GTNH (1.1.61-GTNH@Side.BOTH --> 1.2.6-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Galaxy-Space-GTNH/compare/1.1.60-GTNH...1.2.6-GTNH +>## What's Changed +> * Fix Server-Side Entity leak by @TechnicianLP in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/96 (1.2.6-GTNH) +> * Fix Tantalumhafniumcarbide recipes by @chochem in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/95 (1.2.5-GTNH) +> * Removes Renaming For Dyson Blocks by @Runakai1 in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/93 (1.2.4-GTNH) +> * Move Vega-system closer to solar system by @glowredman in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/92 (1.2.3-GTNH) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/91 (1.2.2-GTNH) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/90 (1.2.1-GTNH) > * Remove Space Elevator and Planetary Gas Siphon by @minecraft7771 in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/89 (1.1.63-GTNH) > * Add LuV Circuits to the T2 Rocket Computer Recipe by @Steelux8 in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/71 (1.1.61-GTNH) > >## New Contributors +> * @TechnicianLP made their first contribution in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/96 (1.2.6-GTNH) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/95 (1.2.5-GTNH) +> * @Runakai1 made their first contribution in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/93 (1.2.4-GTNH) > * @Steelux8 made their first contribution in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/71 (1.1.61-GTNH) > -# Updated GigaGramFab (0.1.8@BOTH --> 0.1.9@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GigaGramFab/compare/0.1.7...0.1.9 +# Updated GigaGramFab (0.1.8@Side.BOTH --> 0.2.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GigaGramFab/compare/0.1.7...0.2.4 >## What's Changed +> * fix linked input bus pasting not working when origin uses a circuit by @Glease in https://github.com/GTNewHorizons/GigaGramFab/pull/16 (0.2.4) +> * Make sure to calculate the overclock calculator by @BlueWeabo in https://github.com/GTNewHorizons/GigaGramFab/pull/12 (0.2.3) +> * fix adv assline drain from wrong input hatch by @Glease in https://github.com/GTNewHorizons/GigaGramFab/pull/13 (0.2.3) +> * Fix MetaTEs not being registered at all in non-dev env by @miozune in https://github.com/GTNewHorizons/GigaGramFab/pull/9 (0.2.2) +> * spotlessApply by @miozune in https://github.com/GTNewHorizons/GigaGramFab/pull/10 (0.2.2) +> * Add git-blame-ignore-revs for spotlessApply by @miozune in https://github.com/GTNewHorizons/GigaGramFab/pull/11 (0.2.2) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/GigaGramFab/pull/8 (0.2.1) +> * fix rare underclock with adv assline by @Glease in https://github.com/GTNewHorizons/GigaGramFab/pull/7 (0.2.0) > * add copypasting configuration between linked input bus by @Glease in https://github.com/GTNewHorizons/GigaGramFab/pull/6 (0.1.9) > * Fix AAL working with no energy hatches by @minecraft7771 in https://github.com/GTNewHorizons/GigaGramFab/pull/5 (0.1.8) > +>## New Contributors +> * @BlueWeabo made their first contribution in https://github.com/GTNewHorizons/GigaGramFab/pull/12 (0.2.3) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/GigaGramFab/pull/8 (0.2.1) +> -# Updated GoodGenerator (0.4.88@BOTH --> 0.5.2@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.4.87...0.5.2 +# Updated GoodGenerator (0.4.88@Side.BOTH --> 0.6.40@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.4.87...0.6.40 >## What's Changed +> * Make UCFE use TecTech's new power API by @sasha0552 in https://github.com/GTNewHorizons/GoodGenerator/pull/204 (0.6.40) +> * No amperage OC for PrAss by @chochem in https://github.com/GTNewHorizons/GoodGenerator/pull/203 (0.6.39) +> * Mark VI Naquadah Fuel by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/200 (0.6.38) +> * Buff Mark I and Mark II naquadah fuels by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/202 (0.6.38) +> * Buff Naquadah Fuels in UIV+ tiers by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/198 (0.6.37) +> * Add PA centrifuge recipe map to naq line recipe replacements by @chochem in https://github.com/GTNewHorizons/GoodGenerator/pull/197 (0.6.36) +> * Fix fuel refinery overclocks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/195 (0.6.35) +> * Add a way to make more Tiberium using Naquadah Gas by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/196 (0.6.35) +> * Don't consume multiple amps for Precise Assembler if only one normal energy hatch is used by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/193 (0.6.34) +> * Fix Compact Fusion not showing correct parallel for scanner by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/194 (0.6.33) +> * Extract using AEFluidStack, not FluidStack by @firenoo in https://github.com/GTNewHorizons/GoodGenerator/pull/192 (0.6.32) +> * Fix compacts mk4 and mk5 having way too many overclocks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/191 (0.6.31) +> * Fix neutron activators getting to 0 ticks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/190 (0.6.30) +> * Use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/188 (0.6.29) +> * Use new API for checking ME hatch for compact fusion by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/189 (0.6.29) +> * Fix crafting input hatches texture in PrAss by @harrynull in https://github.com/GTNewHorizons/GoodGenerator/pull/186 (0.6.28) +> * Remove reference to sByProductList by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/187 (0.6.28) +> * Add support for crafting input buffer by @harrynull in https://github.com/GTNewHorizons/GoodGenerator/pull/185 (0.6.27) +> * Fixed setting of processing logic power in compacts by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/184 (0.6.26) +> * fix divide by zero by @Glease in https://github.com/GTNewHorizons/GoodGenerator/pull/183 (0.6.25) +> * CoAL Hint Text Fix by @MadMan310 in https://github.com/GTNewHorizons/GoodGenerator/pull/181 (0.6.24) +> * Fixes Large Essentia Smeltery autoplace in survival by @Lyfts in https://github.com/GTNewHorizons/GoodGenerator/pull/182 (0.6.24) +> * Replace mEUStore with getStoredEU call by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/180 (0.6.23) +> * Migrated compact to GPL by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/179 (0.6.22) +> * Enable VP support on PrAss by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/178 (0.6.21) +> * Buff CoAL recipe times to 48x base instead of 64x by @greesyB in https://github.com/GTNewHorizons/GoodGenerator/pull/177 (0.6.20) +> * Implement generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/176 (0.6.19) +> * Fix YOTTA not voiding fluids that are inserted through AE by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/175 (0.6.17-pre) +> * Fix YOTTA not voiding fluids that are inserted through AE by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/175 (0.6.16) +> * update deps by @Dream-Master in https://github.com/GTNewHorizons/GoodGenerator/pull/173 (0.6.13) +> * Set SH steam output for plasmas to 0; remove bounds check. by @fluffle in https://github.com/GTNewHorizons/GoodGenerator/pull/174 (0.6.13) +> * Coolant Tower: pull steam from all available hatches. by @fluffle in https://github.com/GTNewHorizons/GoodGenerator/pull/167 (0.6.13) +> * Buffing the LEG to UV for the LEG Laser nerf by @Alastors in https://github.com/GTNewHorizons/GoodGenerator/pull/169 (0.6.11) +> * Remove laser support for LEG by @chochem in https://github.com/GTNewHorizons/GoodGenerator/pull/168 (0.6.11) +> * Added more information to PrAss tooltip by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/170 (0.6.10) +> * Rename localisation from Aluminum to Aluminium by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/171 (0.6.10) +> * Added more information to YOTTA structure tooltip by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/172 (0.6.10) +> * Added more information to PrAss tooltip by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/170 (0.6.10-pre) +> * Rename localisation from Aluminum to Aluminium by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/171 (0.6.10-pre) +> * Update to new input separation API & appearance of PAss GUI by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/166 (0.6.9) +> * Remove mention to EC2 by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/165 (0.6.8) +> * yottank information by @Quetz4l in https://github.com/GTNewHorizons/GoodGenerator/pull/163 (0.6.6) +> * Fix tengam in component assemblyline by @GDCloudstrike in https://github.com/GTNewHorizons/GoodGenerator/pull/162 (0.6.5) +> * Add Fluid Solidifier recipes for Shirabon by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/161 (0.6.4) +> * any glass for structures by @Quetz4l in https://github.com/GTNewHorizons/GoodGenerator/pull/160 (0.6.3) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/159 (0.6.2) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/GoodGenerator/pull/158 (0.6.1) +> * Fix Materials by @Dream-Master in https://github.com/GTNewHorizons/GoodGenerator/pull/157 (0.5.18) +> * Fix compact mk5 research by @GDCloudstrike in https://github.com/GTNewHorizons/GoodGenerator/pull/156 (0.5.12) +> * Re-enable compact mk5 + adjust mk4 by @GDCloudstrike in https://github.com/GTNewHorizons/GoodGenerator/pull/155 (0.5.11) +> * Kill Disassembler in GoodGenerator by @Connor-Colenso in https://github.com/GTNewHorizons/GoodGenerator/pull/154 (0.5.8) +> * More CoAl fixes by @Phineasor in https://github.com/GTNewHorizons/GoodGenerator/pull/153 (0.5.7) +> * Allow ME output hatch in compacts by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/152 (0.5.6) +> * GT++ Aspect Localization by @Rosenlied-Iris in https://github.com/GTNewHorizons/GoodGenerator/pull/150 (0.5.6) +> * Various NA fixes by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/151 (0.5.5) +> * Fusion sound by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/149 (0.5.4) +> * Fix-Compact-Fusion by @LewisSaber in https://github.com/GTNewHorizons/GoodGenerator/pull/147 (0.5.3) > * Mane Neutron Activator Accept EV+ glass by @LewisSaber in https://github.com/GTNewHorizons/GoodGenerator/pull/146 (0.5.2) > * Add mode toggle button to PrAss GUI by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/144 (0.5.1) > * Fix fusion recipe NPE by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/145 (0.5.1) @@ -243,10 +1703,72 @@ > * Fix typo (#142) by @Dream-Master in https://github.com/GTNewHorizons/GoodGenerator/pull/143 (0.4.89-pre) > * Fix typo in Compact Description by @LewisSaber in https://github.com/GTNewHorizons/GoodGenerator/pull/142 (0.4.88) > +>## New Contributors +> * @sasha0552 made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/204 (0.6.40) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/192 (0.6.32) +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/185 (0.6.27) +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/182 (0.6.24) +> * @greesyB made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/177 (0.6.20) +> * @fluffle made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/174 (0.6.13) +> * @Alastors made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/169 (0.6.11) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/168 (0.6.11) +> * @Quetz4l made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/160 (0.6.3) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/158 (0.6.1) +> * @Connor-Colenso made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/154 (0.5.8) +> * @Phineasor made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/153 (0.5.7) +> * @Rosenlied-Iris made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/150 (0.5.6) +> -# Updated Hodgepodge (2.0.43@BOTH --> 2.2.0@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Hodgepodge/compare/2.0.42...2.2.0 +# Updated Gravitation-Suite-Neo (1.0.8@Side.BOTH --> 1.0.15@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Gravitation-Suite-Neo/compare/1.0.7...1.0.15 >## What's Changed +> * Fix Quantum Shield on Servers by @TechnicianLP in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/12 (1.0.15) +> * changes the order of calls when mining in accurate/silk touch mode by @MeiTianyou in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/11 (1.0.13) +> * Spotless apply for branch fix-quantum-shield for #9 by @github-actions in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/10 (1.0.10) +> * Fix 2/3 Quantum Shield Bugs by @glowredman in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/9 (1.0.10) +> * Spotless apply for branch fix-quantum-shield for #9 by @github-actions in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/10 (1.0.9-pre) +> * Add License by @glowredman in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/7 (1.0.8) +> * Get PlasmaCell Variations from Fuelmap by @glowredman in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/8 (1.0.8) +> +>## New Contributors +> * @TechnicianLP made their first contribution in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/12 (1.0.15) +> * @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/11 (1.0.13) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/10 (1.0.10) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/10 (1.0.9-pre) +> + +# Updated Hodgepodge (2.0.43@Side.BOTH --> 2.2.30@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Hodgepodge/compare/2.0.42...2.2.30 +>## What's Changed +> * Micro reduce fps lags with tileentities by @quentin452 in https://github.com/GTNewHorizons/Hodgepodge/pull/236 (2.2.30) +> * Add chunk save CME debugger by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/234 (2.2.29) +> * Fix crash when placing Thaumcraft Golem by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/233 (2.2.28) +> * Fix path handling of bibliocraft saved books to replace invalid characters with dashes by @eigenraven in https://github.com/GTNewHorizons/Hodgepodge/pull/232 (2.2.27) +> * Fix color formatting in FontRenderer mixin by @kuba6000 in https://github.com/GTNewHorizons/Hodgepodge/pull/231 (2.2.26) +> * Fix IC2 armors spamming detectAndSendChanges by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/230 (2.2.25) +> * fix forge update checker by @mist475 in https://github.com/GTNewHorizons/Hodgepodge/pull/228 (2.2.24) +> * Lotr java 12+ patches & move MixinBOPReflectionHelper.setPrivateFinalValue logic to util class for reusablility by @mist475 in https://github.com/GTNewHorizons/Hodgepodge/pull/227 (2.2.23) +> * Fix lotr error with speedupVanillaFurnace by @mist475 in https://github.com/GTNewHorizons/Hodgepodge/pull/226 (2.2.22) +> * Info -> Debug for furnace overwrites by @mitchej123 in https://github.com/GTNewHorizons/Hodgepodge/pull/224 (2.2.21) +> * ArchaicFix compat by @mitchej123 in https://github.com/GTNewHorizons/Hodgepodge/pull/222 (2.2.20) +> * Add offline mode UUID mapping by @Caedis in https://github.com/GTNewHorizons/Hodgepodge/pull/221 (2.2.19) +> * Add pollution tooltips by @tytan652 in https://github.com/GTNewHorizons/Hodgepodge/pull/220 (2.2.18) +> * Fix crashing due to server/client container size mismatch by @Denostrov in https://github.com/GTNewHorizons/Hodgepodge/pull/219 (2.2.18) +> * Fix fluid container registry key not being reloaded after world load by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/218 (2.2.17) +> * Fix crashes when opening forestry/adventure backpacks and quickly switching selected item by @Denostrov in https://github.com/GTNewHorizons/Hodgepodge/pull/217 (2.2.15) +> * Fix LLibrary incompatibility by @andreblanke in https://github.com/GTNewHorizons/Hodgepodge/pull/215 (2.2.14) +> * fix golem marker loading failure by @albus12138 in https://github.com/GTNewHorizons/Hodgepodge/pull/211 (2.2.13) +> * Fix Quantumsuit hover mode slowly losing altitude by @TealSeer in https://github.com/GTNewHorizons/Hodgepodge/pull/213 (2.2.12) +> * Update dependencies.gradle by @firenoo in https://github.com/GTNewHorizons/Hodgepodge/pull/212 (2.2.11) +> * Validate datawatcher and custom payload packets during construction for precise stacktraces by @eigenraven in https://github.com/GTNewHorizons/Hodgepodge/pull/210 (2.2.10) +> * Add a priority to the TextureMap mixin by @quentin452 in https://github.com/GTNewHorizons/Hodgepodge/pull/209 (2.2.9) +> * add logging to ztones patch by @Glease in https://github.com/GTNewHorizons/Hodgepodge/pull/208 (2.2.8) +> * Validate bibliocraft fancy sign updates server-side by @eigenraven in https://github.com/GTNewHorizons/Hodgepodge/pull/206 (2.2.7) +> * Minechem Java 12 compat: Stop potion array expansion and add config for potion ID by @AshIndigo in https://github.com/GTNewHorizons/Hodgepodge/pull/207 (2.2.7) +> * Show bed messages above hotbar by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/205 (2.2.6) +> * fix weird NPE introduced by #202 by @Glease in https://github.com/GTNewHorizons/Hodgepodge/pull/203 (2.2.5) +> * fix weird NPE introduced by #202 by @Glease in https://github.com/GTNewHorizons/Hodgepodge/pull/203 (2.2.4) +> * fix rare different sprite animations out of sync by @Glease in https://github.com/GTNewHorizons/Hodgepodge/pull/202 (2.2.2) > * Use Unimixins by @eigenraven in https://github.com/GTNewHorizons/Hodgepodge/pull/201 (2.2.0) > * correct render debug injection point by @Glease in https://github.com/GTNewHorizons/Hodgepodge/pull/197 (2.1.0) > * Fix Thaumcraft Aspect sorting by @glowredman in https://github.com/GTNewHorizons/Hodgepodge/pull/196 (2.1.0) @@ -255,23 +1777,139 @@ > * make all debug keybinds require simultaneous ctrl and shift instead of just shift by @Glease in https://github.com/GTNewHorizons/Hodgepodge/pull/194 (2.0.43) > >## New Contributors +> * @mist475 made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/226 (2.2.22) +> * @Caedis made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/221 (2.2.19) +> * @tytan652 made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/220 (2.2.18) +> * @Denostrov made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/217 (2.2.15) +> * @andreblanke made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/215 (2.2.14) +> * @albus12138 made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/211 (2.2.13) +> * @TealSeer made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/213 (2.2.12) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/212 (2.2.11) +> * @quentin452 made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/209 (2.2.9) +> * @AshIndigo made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/207 (2.2.7) > * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/198 (2.0.44-pre) > -# Updated KekzTech (0.6.32@BOTH --> 0.7.1@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/KekzTech/compare/0.6.31...0.7.1 +# Updated HoloInventory (2.1.19-GTNH@Side.BOTH --> 2.2.3-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/HoloInventory/compare/2.1.18-GTNH...2.2.3-GTNH +>## What's Changed +> * Fix 0-sized item not being rendered by @miozune in https://github.com/GTNewHorizons/HoloInventory/pull/34 (2.2.3-GTNH) +> * Fix NPE with FluidTankInfo by @miozune in https://github.com/GTNewHorizons/HoloInventory/pull/33 (2.2.2-GTNH) +> * Add fluid support by @miozune in https://github.com/GTNewHorizons/HoloInventory/pull/32 (2.2.1-GTNH) +> * fix incorrect use of weak reference by @Glease in https://github.com/GTNewHorizons/HoloInventory/pull/31 (2.2.0-GTNH) +> * https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10022 by @repo-alt in https://github.com/GTNewHorizons/HoloInventory/pull/30 (2.1.19-GTNH) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/HoloInventory/pull/32 (2.2.1-GTNH) +> + +# Updated HydroEnergy (1.0.19@Side.BOTH --> 1.1.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/HydroEnergy/compare/1.0.18...1.1.0 +>## What's Changed +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/HydroEnergy/pull/22 (1.1.0) +> * fix IndexOutOfBounds Exception in HRPacketChunkUpdate.java by @GamerSocke in https://github.com/GTNewHorizons/HydroEnergy/pull/21 (1.0.19) +> +>## New Contributors +> * @GamerSocke made their first contribution in https://github.com/GTNewHorizons/HydroEnergy/pull/21 (1.0.19) +> + +# Updated IFU (1.9.5@Side.BOTH --> 1.9.6@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/IFU/compare/1.9.4...1.9.6 +>## What's Changed +> * Prevent the Ore Finder Wand from imploding by @wlhlm in https://github.com/GTNewHorizons/IFU/pull/13 (1.9.6) +> * Native visual prospecting integration, rather than mixin based by @mitchej123 in https://github.com/GTNewHorizons/IFU/pull/12 (1.9.5) +> +>## New Contributors +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/IFU/pull/13 (1.9.6) +> + +# Updated IguanaTweaksTConstruct (2.2.9@Side.BOTH --> 2.3.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/IguanaTweaksTConstruct/compare/2.2.7...2.3.0 +>## What's Changed +> * Fix typos and improve language for tool level-ups by @chochem in https://github.com/GTNewHorizons/IguanaTweaksTConstruct/pull/13 (2.3.0) +> * do not add back gravel if there is no gravel nor flint by @Glease in https://github.com/GTNewHorizons/IguanaTweaksTConstruct/pull/12 (2.2.9) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/IguanaTweaksTConstruct/pull/13 (2.3.0) +> * @Glease made their first contribution in https://github.com/GTNewHorizons/IguanaTweaksTConstruct/pull/12 (2.2.9) +> + +# Updated InGame-Info-XML (2.8.3.96@Side.CLIENT --> 2.8.4@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/InGame-Info-XML/compare/2.8.3.95...2.8.4 >## What's Changed +> * New gt module for oregen patterns by @chochem in https://github.com/GTNewHorizons/InGame-Info-XML/pull/18 (2.8.4) +> * Change event subsciption for rendering by @Alexdoru in https://github.com/GTNewHorizons/InGame-Info-XML/pull/17 (2.8.3.96) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/InGame-Info-XML/pull/18 (2.8.4) +> + +# Updated Infernal-Mobs (1.7.7-GTNH@Side.BOTH --> 1.7.9-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Infernal-Mobs/compare/1.7.6-GTNH...1.7.9-GTNH +>## What's Changed +> * Change access on methods and add variable getters by @kuba6000 in https://github.com/GTNewHorizons/Infernal-Mobs/pull/13 (1.7.9-GTNH) +> * prevent onAttack from firing if damage is caused by reflection by @Glease in https://github.com/GTNewHorizons/Infernal-Mobs/pull/12 (1.7.7-GTNH) +> +>## New Contributors +> * @kuba6000 made their first contribution in https://github.com/GTNewHorizons/Infernal-Mobs/pull/13 (1.7.9-GTNH) +> + +# Updated KekzTech (0.6.32@Side.BOTH --> 0.8.9@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/KekzTech/compare/0.6.31...0.8.9 +>## What's Changed +> * Allow max tier TFFT to complete with energy hatch by @Lyfts in https://github.com/GTNewHorizons/KekzTech/pull/74 (0.8.8) +> * Add per fluid capacity to TFFT storage field tooltip by @Lyfts in https://github.com/GTNewHorizons/KekzTech/pull/75 (0.8.8) +> * Allow lsc rotation by @alexandre-tardif in https://github.com/GTNewHorizons/KekzTech/pull/73 (0.8.7) +> * Fix LSC NPE by @miozune in https://github.com/GTNewHorizons/KekzTech/pull/72 (0.8.6) +> * tfft by @Quetz4l in https://github.com/GTNewHorizons/KekzTech/pull/70 (0.8.5) +> * Fix Unpackager recipes by @miozune in https://github.com/GTNewHorizons/KekzTech/pull/69 (0.8.4) +> * Remove BW luvtierenhancer references by @chochem in https://github.com/GTNewHorizons/KekzTech/pull/68 (0.8.2) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/KekzTech/pull/67 (0.8.0) +> * Fix Materials by @Dream-Master in https://github.com/GTNewHorizons/KekzTech/pull/66 (0.7.8) +> * Fix LSC tooltip by @chochem in https://github.com/GTNewHorizons/KekzTech/pull/65 (0.7.6) +> * Cleanup by @boubou19 in https://github.com/GTNewHorizons/KekzTech/pull/64 (0.7.5) +> * UIV & UMV capacitor by @GDCloudstrike in https://github.com/GTNewHorizons/KekzTech/pull/63 (0.7.3) > * Fix space in gas turbine tooltip by @the-emerald in https://github.com/GTNewHorizons/KekzTech/pull/61 (0.7.1) > * Add wireless toggle button to LSC GUI by @minecraft7771 in https://github.com/GTNewHorizons/KekzTech/pull/62 (0.7.0) > * Make LSC wireless refill variable persistant by @minecraft7771 in https://github.com/GTNewHorizons/KekzTech/pull/60 (0.6.32) > >## New Contributors +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/74 (0.8.8) +> * @alexandre-tardif made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/73 (0.8.7) +> * @Quetz4l made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/70 (0.8.5) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/67 (0.8.0) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/65 (0.7.6) +> * @boubou19 made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/64 (0.7.5) > * @the-emerald made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/61 (0.7.1) > -# Updated KubaTech (0.7.19@BOTH --> 0.9.2@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/KubaTech/compare/0.7.18...0.9.2 +# Updated KubaTech (0.7.19@Side.BOTH --> 0.12.7@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/KubaTech/compare/0.7.18...0.12.7 >## What's Changed +> * Allow EEC to get drops that have requirements (e.g. skulls) by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/92 (0.12.7) +> * Partially fix quiver on skeletons in EEC by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/91 (0.12.6) +> * Fix no output from Mega Apiary + some misc. changes by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/90 (0.12.5) +> * Changed EEC tooltip's glass specification by @Shadowsoftime99 in https://github.com/GTNewHorizons/KubaTech/pull/88 (0.12.3) +> * Fix crash by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/86 (0.12.2) +> * Small EEC fixes by @chochem in https://github.com/GTNewHorizons/KubaTech/pull/83 (0.12.1) +> * Clean up and fixes by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/84 (0.12.1) +> * Fix outputting to normal output bus by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/81 (0.12.0) +> * Remove Mobs Info NEI page from KubaTech by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/82 (0.12.0) +> * Output all crops / bees when controller is broken by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/80 (0.11.5) +> * Save/read NBT in config files as a string to be more readable by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/79 (0.11.4) +> * Fix crash when there are spaces in the game path by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/78 (0.11.3) +> * Use mixins accessors + some misc fixes by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/77 (0.11.2) +> * Fix bug with flowers and show what flowers are missing in Mega Apiary by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/76 (0.11.1) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/KubaTech/pull/74 (0.11.0) +> * Use texture getters by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/73 (0.10.3) +> * Move the research to GTNH tab for now by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/72 (0.10.2) +> * Add mod logo by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/71 (0.10.1) +> * Tea Network update: still alpha by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/69 (0.10.0) +> * Better lighting fix for crops renderer by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/70 (0.9.10) +> * Fix EIG and EEC energy consumption by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/68 (0.9.9) +> * Update production modifier for the new bees formula in Mega Apiary by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/66 (0.9.7) +> * Fix Mob Recipe Map generation on servers with Thermos by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/65 (0.9.5) +> * Fix wrong meta ID for EIG by @Pxx500 in https://github.com/GTNewHorizons/KubaTech/pull/63 (0.9.3) > * Extreme Industrial Greenhouse GUI improvements by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/62 (0.9.2) > * Fix EIG voiding 100% crops instead of 1% when no weed-ex is supplied by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/61 (0.9.1) > * Add Extreme Industrial Greenhouse (moved from BW) by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/60 (0.9.0) @@ -279,46 +1917,476 @@ > * Mega Apiary GUI improvements by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/58 (0.8.0) > * Update description of EEC by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/56 (0.7.19) > +>## New Contributors +> * @Shadowsoftime99 made their first contribution in https://github.com/GTNewHorizons/KubaTech/pull/88 (0.12.3) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/KubaTech/pull/83 (0.12.1) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/KubaTech/pull/74 (0.11.0) +> * @Pxx500 made their first contribution in https://github.com/GTNewHorizons/KubaTech/pull/63 (0.9.3) +> + +# Updated LittleTiles (1.2.7-GTNH@Side.BOTH --> 1.2.9-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/LittleTiles/compare/1.2.6-GTNH...1.2.9-GTNH +>## What's Changed +> * Fix item GUI slot blocking by @miozune in https://github.com/GTNewHorizons/LittleTiles/pull/8 (1.2.9-GTNH) +> * Update zh_CN.lang by @Kiwi233 in https://github.com/GTNewHorizons/LittleTiles/pull/7 (1.2.7-GTNH) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/LittleTiles/pull/8 (1.2.9-GTNH) +> + +# Updated LogisticsPipes (0.9.4.5.13-GTNH@Side.BOTH --> 1.0.6-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/LogisticsPipes/compare/0.9.4.5.12-GTNH...1.0.6-GTNH +>## What's Changed +> * Don't use ObjectInputStream by @miozune in https://github.com/GTNewHorizons/LogisticsPipes/pull/24 (1.0.6-GTNH) +> * Remove accidentally committed dependencies by @wlhlm in https://github.com/GTNewHorizons/LogisticsPipes/pull/23 (1.0.5-GTNH) +> * Fix Power Junction idle EU power drain by @wlhlm in https://github.com/GTNewHorizons/LogisticsPipes/pull/22 (1.0.4-GTNH) +> * Fix crash with Java12+ env by @miozune in https://github.com/GTNewHorizons/LogisticsPipes/pull/21 (1.0.2-GTNH) +> * Fix items not being added in the pack by @kuba6000 in https://github.com/GTNewHorizons/LogisticsPipes/pull/20 (1.0.1-GTNH) +> * Put GTNH specific changes behind a dreamcraft check by @mitchej123 in https://github.com/GTNewHorizons/LogisticsPipes/pull/19 (1.0.0-GTNH) +> * Fix backspace key not working with lwjgl3 by @miozune in https://github.com/GTNewHorizons/LogisticsPipes/pull/18 (0.9.4.5.13-GTNH) +> +>## New Contributors +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/LogisticsPipes/pull/22 (1.0.4-GTNH) +> * @kuba6000 made their first contribution in https://github.com/GTNewHorizons/LogisticsPipes/pull/20 (1.0.1-GTNH) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/LogisticsPipes/pull/19 (1.0.0-GTNH) +> + +# Updated MX-Random (0.1.6@Side.BOTH --> 0.2.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/MX-Random/compare/0.1.6...0.2.0 +>## What's Changed +> * Migrate code to use ForgeDirection instead of byte by @OneEyeMaker in https://github.com/GTNewHorizons/MX-Random/pull/6 (0.2.0) +> +>## New Contributors +> * @OneEyeMaker made their first contribution in https://github.com/GTNewHorizons/MX-Random/pull/6 (0.2.0) +> -# Updated ModularUI (1.0.71@BOTH --> 1.1.2@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ModularUI/compare/1.0.70...1.1.2 +# Updated MagicBees (2.5.16-GTNH@Side.BOTH --> 2.6.6-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/MagicBees/compare/2.5.15-GTNH...2.6.6-GTNH >## What's Changed +> * Fix Additive Production by @hacatu in https://github.com/GTNewHorizons/MagicBees/pull/30 (2.6.6-GTNH) +> * Tcon nugget r emoval by @Runakai1 in https://github.com/GTNewHorizons/MagicBees/pull/27 (2.6.4-GTNH) +> * Fix by @kuba6000 in https://github.com/GTNewHorizons/MagicBees/pull/28 (2.6.4-GTNH) +> * Spotless apply for branch Blood-Frames for #20 by @github-actions in https://github.com/GTNewHorizons/MagicBees/pull/25 (2.6.3-GTNH) +> * Addition of Blood Magic Frames by @Alastors in https://github.com/GTNewHorizons/MagicBees/pull/20 (2.6.3-GTNH) +> * Collector's Bee Ring feature by @Cardinalstars in https://github.com/GTNewHorizons/MagicBees/pull/19 (2.6.2-GTNH) +> * Implement accelerated effect on Rejuvenating bee effect + Fix by @kuba6000 in https://github.com/GTNewHorizons/MagicBees/pull/18 (2.6.1-GTNH) +> * Change Silicon Specialty by @Runakai1 in https://github.com/GTNewHorizons/MagicBees/pull/17 (2.6.0-GTNH) +> * update buildscript and remove update checker by @Alexdoru in https://github.com/GTNewHorizons/MagicBees/pull/16 (2.5.16-GTNH) +> +>## New Contributors +> * @hacatu made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/30 (2.6.6-GTNH) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/25 (2.6.3-GTNH) +> * @Alastors made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/20 (2.6.3-GTNH) +> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/19 (2.6.2-GTNH) +> * @Runakai1 made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/17 (2.6.0-GTNH) +> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/16 (2.5.16-GTNH) +> + +# Updated MalisisCore (0.14.7-GTNH@Side.BOTH --> 0.14.9@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/MalisisCore/compare/0.14.6-GTNH...0.14.9 +>## What's Changed +> * Update readme by @miozune in https://github.com/GTNewHorizons/MalisisCore/pull/6 (0.14.9) +> * Optimize rendering by @eigenraven in https://github.com/GTNewHorizons/MalisisCore/pull/4 (0.14.7-GTNH) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/MalisisCore/pull/6 (0.14.9) +> + +# Updated Mantle (0.3.6@Side.BOTH --> 0.3.7@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Mantle/compare/0.3.5...0.3.7 +>## What's Changed +> * 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) +> * Change serialized name of second unlocalizedName by @BlueWeabo in https://github.com/GTNewHorizons/Mantle/pull/2 (0.3.6) +> +>## New Contributors +> * @Denostrov made their first contribution in https://github.com/GTNewHorizons/Mantle/pull/4 (0.3.7) +> * @BlueWeabo made their first contribution in https://github.com/GTNewHorizons/Mantle/pull/2 (0.3.6) +> + +# Updated Minecraft-Backpack-Mod (2.2.9-GTNH@Side.BOTH --> 2.2.11-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Minecraft-Backpack-Mod/compare/2.2.8-GTNH...2.2.11-GTNH +>## What's Changed +> * Refactor with intellij by @chill-was-taken in https://github.com/GTNewHorizons/Minecraft-Backpack-Mod/pull/6 (2.2.11-GTNH) +> * unbind keybind by default by @Alexdoru in https://github.com/GTNewHorizons/Minecraft-Backpack-Mod/pull/5 (2.2.9-GTNH) +> +>## New Contributors +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/Minecraft-Backpack-Mod/pull/6 (2.2.11-GTNH) +> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/Minecraft-Backpack-Mod/pull/5 (2.2.9-GTNH) +> + +# Updated Minetweaker-Gregtech-5-Addon (1.7.5@Side.BOTH --> 2.0.1@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/compare/1.7.4...2.0.1 +>## What's Changed +> * Add noOptimize to RA2 and fix fluid recipe crash by @kuba6000 in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/60 (2.0.1) +> * Add Disassembler by @Pilad in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/56 (2.0.0) +> * Add RA2 builder and recipe remover by @kuba6000 in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/59 (2.0.0) +> * Patch 1 by @Pilad in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/55 (1.7.5) +> +>## New Contributors +> * @kuba6000 made their first contribution in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/59 (2.0.0) +> + +# New Mod - Mobs-Info (0.1.6-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/commits/0.1.6-GTNH +>## What's Changed +> * Add Infernal Drops NEI tab (Expand Infernal-Mobs compatibility) by @kuba6000 in https://github.com/kuba6000/Mobs-Info/pull/6 (0.0.3-GTNH) +> * Make everything in extras (compatibilities) translatable by @kuba6000 in https://github.com/kuba6000/Mobs-Info/pull/7 (0.0.3-GTNH) +> + +# Updated ModularUI (1.0.71@Side.BOTH --> 1.1.16@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ModularUI/compare/1.0.70...1.1.16 +>## What's Changed +> * Allow overriding getItemStackForRendering by @harrynull in https://github.com/GTNewHorizons/ModularUI/pull/50 (1.1.16) +> * Add a Fluid Handler alike the ItemHandler by @BlueWeabo in https://github.com/GTNewHorizons/ModularUI/pull/48 (1.1.15) +> * Remove enable/disable calls for GlStateManager by @miozune in https://github.com/GTNewHorizons/ModularUI/pull/47 (1.1.14) +> * Add API for getting item tooltip by @miozune in https://github.com/GTNewHorizons/ModularUI/pull/46 (1.1.12) > * fix hotbar key related vanilla functions by @Glease in https://github.com/GTNewHorizons/ModularUI/pull/45 (1.1.2) > * Fix scrollable performance before first scroll by @kuba6000 in https://github.com/GTNewHorizons/ModularUI/pull/44 (1.1.0) > * Fix ChangeableWidget by @kuba6000 in https://github.com/GTNewHorizons/ModularUI/pull/43 (1.0.73) > * Added supplier for button click sound by @minecraft7771 in https://github.com/GTNewHorizons/ModularUI/pull/42 (1.0.72) > >## New Contributors +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/ModularUI/pull/50 (1.1.16) > * @Glease made their first contribution in https://github.com/GTNewHorizons/ModularUI/pull/45 (1.1.2) > * @kuba6000 made their first contribution in https://github.com/GTNewHorizons/ModularUI/pull/43 (1.0.73) > -# Updated NEI-Integration (1.2.3@BOTH --> 1.3.0@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NEI-Integration/compare/1.2.2...1.3.0 +# Updated MouseTweaks (2.4.8-GTNH@Side.CLIENT --> 2.4.9-GTNH@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/MouseTweaks/compare/2.4.7-GTNH...2.4.9-GTNH +>## What's Changed +> * Backport ScrollItemScaling and WheelScrollDirection config options by @unilock in https://github.com/GTNewHorizons/MouseTweaks/pull/4 (2.4.9-GTNH) +> * Fix server-side crash and suppress Forestry error in the logs by @eigenraven in https://github.com/GTNewHorizons/MouseTweaks/pull/3 (2.4.8-GTNH) +> +>## New Contributors +> * @unilock made their first contribution in https://github.com/GTNewHorizons/MouseTweaks/pull/4 (2.4.9-GTNH) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/MouseTweaks/pull/3 (2.4.8-GTNH) +> + +# Updated NEI-Integration (1.2.3@Side.BOTH --> 1.3.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NEI-Integration/compare/1.2.2...1.3.3 >## What's Changed +> * Revert disabling Pam's HC integration by default by @DotJason in https://github.com/GTNewHorizons/NEI-Integration/pull/8 (1.3.3) +> * Disable Pam's HC integration by default by @DotJason in https://github.com/GTNewHorizons/NEI-Integration/pull/7 (1.3.2) +> * Actually re-enable removed handlers, update buildscript & dependencies by @SteelShot in https://github.com/GTNewHorizons/NEI-Integration/pull/6 (1.3.1) > * Readd Handlers by @glowredman in https://github.com/GTNewHorizons/NEI-Integration/pull/5 (1.3.0) > * Create zh_CN.lang by @Kiwi233 in https://github.com/GTNewHorizons/NEI-Integration/pull/4 (1.2.3) > >## New Contributors +> * @DotJason made their first contribution in https://github.com/GTNewHorizons/NEI-Integration/pull/7 (1.3.2) +> * @SteelShot made their first contribution in https://github.com/GTNewHorizons/NEI-Integration/pull/6 (1.3.1) > * @glowredman made their first contribution in https://github.com/GTNewHorizons/NEI-Integration/pull/5 (1.3.0) > * @Kiwi233 made their first contribution in https://github.com/GTNewHorizons/NEI-Integration/pull/4 (1.2.3) > -# Updated NewHorizonsCoreMod (1.9.171@BOTH --> 2.0.2@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/1.9.170...2.0.2 +# Updated Natura (2.5.5@Side.BOTH --> 2.5.7@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Natura/compare/2.5.3...2.5.7 >## What's Changed +> * Fix missing Leaf block names in WAILA by @wlhlm in https://github.com/GTNewHorizons/Natura/pull/17 (2.5.7) +> * Fix possible crash with getIcon by @miozune in https://github.com/GTNewHorizons/Natura/pull/16 (2.5.6) +> * Gunpowder by @Dream-Master in https://github.com/GTNewHorizons/Natura/pull/14 (2.5.5) +> +>## New Contributors +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/Natura/pull/17 (2.5.7) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/Natura/pull/16 (2.5.6) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/Natura/pull/14 (2.5.5) +> + +# Updated NewHorizonsCoreMod (1.9.171@Side.BOTH --> 2.1.109@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/1.9.170...2.1.109 +>## What's Changed +> * Update CoreModConfig.java by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/718 (2.1.109) +> * Update MainRegistry.java by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/719 (2.1.109) +> * Swap gated plates for adv. fluid housing by @Lyfts in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/716 (2.1.108) +> * Fix wrong Mehen Belt ChunkProvider class by @glowredman in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/717 (2.1.107) +> * Use GT molten Obsidian by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/715 (2.1.106) +> * Shaers ender io by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/713 (2.1.105) +> * Fix amber light research text by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/714 (2.1.105) +> * Elevator assembler recipe by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/705 (2.1.104) +> * Mainframe fix by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/709 (2.1.104) +> * Mica based plate by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/707 (2.1.104) +> * Recipes for T9 Planet items (EoH catalysts) + DD update by @Gofer2x in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/712 (2.1.104) +> * Mainframe fix by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/709 (2.1.103-pre) +> * Spotless apply for branch mica-based-plate for #707 by @github-actions in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/710 (2.1.103-pre) +> * Elevator assembler recipe by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/705 (2.1.102-pre) +> * fix compressed dual desh plates by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/702 (2.1.100) +> * Remove broken HSLA recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/703 (2.1.100) +> * Fix wrong meta for barnada C sapling by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/701 (2.1.99) +> * Fix and clean up ammonia recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/697 (2.1.98) +> * Fix one TC recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/698 (2.1.98) +> * Adjust Recipe Tiers for Endgame Quad Input Hatches by @Steelux8 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/699 (2.1.98) +> * Fix fences for piston assembler recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/700 (2.1.98) +> * fix mistake in brick electrolyze recipe by @Pxx500 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/696 (2.1.96) +> * Fix 8 recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/695 (2.1.95) +> * Fix heavy rocket fin recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/690 (2.1.94) +> * Remove backbone recipe for deprecation by @firenoo in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/694 (2.1.94) +> * Add assembler recipes for more ae2 items by @Lyfts in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/689 (2.1.94) +> * fix LuV+ machine tooltips not following the new tooltip layout by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/691 (2.1.94) +> * Add recipes for crafting input hatches by @harrynull in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/686 (2.1.93) +> * Use correct housing in quantum fluid cell recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/688 (2.1.93) +> * More optical CPU recipes by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/687 (2.1.92) +> * Fix 10 recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/685 (2.1.91) +> * Adding Better Optical Fiber Cable Recipe by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/683 (2.1.90) +> * migrate some recipes to RA2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/681 (2.1.89) +> * Add dual p2p interface recipe by @firenoo in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/684 (2.1.88) +> * More new assembler recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/680 (2.1.87) +> * RA2 conversions, Script Integrations and Cleanup for Compressor recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/675 (2.1.86) +> * Coal Coke fix by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/679 (2.1.85) +> * Swap Void Miner and T4 MBM recipe frames by @Lyfts in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/678 (2.1.84) +> * Fix meta data for EV Lapotron Crystal recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/676 (2.1.83) +> * Fix modpack name in the dialog that downloads mods on first startup… by @dvdmandt in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/677 (2.1.83) +> * Fix Oxygen Tank recipe and make the infinite oxy tank recipe more flexible by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/674 (2.1.82) +> * Nuking Bart's LEG's research and recipes by @Alastors in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/673 (2.1.82) +> * Add normal dust recipes for OC cables by @greesyB in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/670 (2.1.81) +> * New version by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/672 (2.1.81) +> * Recipes for new quad input hatches by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/671 (2.1.81) +> * Add normal dust recipes for OC cables by @greesyB in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/670 (2.1.80-pre) +> * Convert NEI Planet Recipes to RA2 by @Cleptomania in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/668 (2.1.79) +> * Remove broken recipes from extra trees by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/669 (2.1.79) +> * Fluid digital singularity recipe + Fluid Quantum Drive recipe by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/666 (2.1.78-pre) +> * Fluid digital singularity recipe + Fluid Quantum Drive recipe by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/666 (2.1.77) +> * Revert "Fix furnace smelting recipes from script conversion" by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/665 (2.1.75) +> * Add compressor recipe for nether star block from dust by @greesyB in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/664 (2.1.74) +> * Time <-> Space conversion recipes by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/662 (2.1.73) +> * Fix recipes with enchanted books in them by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/661 (2.1.73) +> * Fix furnace smelting recipes from script conversion by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/660 (2.1.73) +> * Initial Method Breakout/Organization for AssemblerRecipes by @Cleptomania in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/659 (2.1.73) +> * Time <-> Space conversion recipes by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/662 (2.1.72-pre) +> * New clay electrolysis recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/658 (2.1.69) +> * Remove non-existent ores from DD voidminer by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/656 (2.1.69) +> * Donation coin by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/657 (2.1.69) +> * Fix centrifuging recipes for endergoo and end powder by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/655 (2.1.66) +> * Assembling Machine recipes for Lootbag upgrading and downgrading by @Cleptomania in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/654 (2.1.66) +> * ChemBath RA2 + cleanup by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/653 (2.1.63) +> * Allow arbitrary charge level for GraviChestPlate inputs by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/652 (2.1.62) +> * Fix oredict problems in LP recipes by @wlhlm in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/650 (2.1.61) +> * Dont put New Horizons TC Category on top by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/649 (2.1.60) +> * Fixes molten glass and other fluid extraction recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/648 (2.1.59) +> * new Hempcretesand & Hempcrete recipe by @Darkmaxsas in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/647 (2.1.58) +> * new hempcrete recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/645 (2.1.57) +> * coremod bending recipe cleanup by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/646 (2.1.57) +> * adjust ebf recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/644 (2.1.57) +> * More qol assembler + extruder recipes + fix assembling line eu cost by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/643 (2.1.56-pre) +> * More qol assembler + extruder recipes + fix assembling line eu cost by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/643 (2.1.55) +> * Add 1-step lapo recipes to space assembler by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/642 (2.1.54) +> * Lower infinity costs and remove MS Og from T9 rocket by @xSkewer in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/640 (2.1.53) +> * Fix end stone chiseling by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/641 (2.1.52) +> * Fix AL recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/639 (2.1.51) +> * we dont use ic2 classic by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/638 (2.1.50) +> * migrating Assembling Line recipes to RA2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/637 (2.1.49) +> * Unlighten recipe by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/636 (2.1.48) +> * Fix Silent Dreamwood Rod recipe by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/635 (2.1.48) +> * Improve EMT charging ring recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/634 (2.1.45) +> * Two recipe improvements by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/633 (2.1.44) +> * Fix UIV extruder recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/632 (2.1.43) +> * Fix UIV extruder recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/632 (2.1.42) +> * Hotfix for crash on world load by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/628 (2.1.41) +> * Clean up the minecraft script by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/629 (2.1.41) +> * Fix crash in dev env by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/627 (2.1.40) +> * Fix obsidian stick conversion recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/626 (2.1.39) +> * Sulfur Cloud recipe fix by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/625 (2.1.38) +> * Add Amun-Ra Recipes by @glowredman in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/624 (2.1.38) +> * Change Alveary Sieve Recipe in Assembler by @MeiTianyou in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/623 (2.1.35) +> * Add correct recycling recipes for railcraft boiler tanks, steam loco, etc by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/622 (2.1.34) +> * fix broken wire definitions for uhv-umv machines by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/621 (2.1.33) +> * Eternity adjustment by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/620 (2.1.32) +> * Fix 0 EUt recipe by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/619 (2.1.31) +> * Recipe fixes for changed stone and glass by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/618 (2.1.30) +> * Cleanup ae2 script file by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/616 (2.1.29) +> * Charged certus quartz fixes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/617 (2.1.29) +> * update tank capacity on GT machines in coremod by @Pxx500 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/615 (2.1.29) +> * Resolve paperroll/carton recipe conflict to make carton craftable by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/614 (2.1.28) +> * Remove duplicate vac freezer recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/613 (2.1.27) +> * Remove 3 broken vac freezer recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/611 (2.1.26) +> * Found one more broken vac freezer recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/612 (2.1.26) +> * Small recipe fixes by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/609 (2.1.25) +> * Recipe and unification fixes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/606 (2.1.24) +> * Add final eternity related recipes + quantum/astral titanium dtpf recipe by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/604 (2.1.24) +> * Assembler recipes for some crafts by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/607 (2.1.24) +> * Spotless apply for branch eternity for #604 by @github-actions in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/605 (2.1.23-pre) +> * Use Avaritia variant of Tinkers' parts by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/603 (2.1.22) +> * fix laser engraver consuming the lens by @Fiyorin in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/600 (2.1.21) +> * Recipe buffs for opticals by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/601 (2.1.21) +> * Remove Universal Fluid Cell from recipes by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/599 (2.1.21) +> * Fix recipe remover and some recipe additions by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/598 (2.1.20) +> * Remove broken duplicate recipes with forestry slabs and other duplicate slab recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/597 (2.1.18) +> * Fix recipe remover by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/596 (2.1.17) +> * Ra2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/592 (2.1.15) +> * Add buffering to recipe removals by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/595 (2.1.15) +> * Ra2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/592 (2.1.14-pre) +> * Add vanilla chest assembler recipes for GT++ wood logs by @wlhlm in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/587 (2.1.13) +> * Ra2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/589 (2.1.13) +> * Wafer buffs by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/590 (2.1.13) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/594 (2.1.13) +> * Fix fuels values by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/593 (2.1.13) +> * Fix recipes with NBT data by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/586 (2.1.13) +> * Add missing recipe removals by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/588 (2.1.13) +> * Add vanilla chest assembler recipes for GT++ wood logs by @wlhlm in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/587 (2.1.12-pre) +> * Ra2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/589 (2.1.12-pre) +> * Wafer buffs by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/590 (2.1.12-pre) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/594 (2.1.12-pre) +> * Add vanilla chest assembler recipes for GT++ wood logs by @wlhlm in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/587 (2.1.11-pre) +> * Ra2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/589 (2.1.11-pre) +> * Add vanilla chest assembler recipes for GT++ wood logs by @wlhlm in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/587 (2.1.10-pre) +> * Ra2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/589 (2.1.10-pre) +> * Add vanilla chest assembler recipes for GT++ wood logs by @wlhlm in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/587 (2.1.9-pre) +> * Add brick electrolyzer recipe instead of centrifuge and adjust brick formula to a more reasonable one by @Pxx500 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/583 (2.1.8) +> * Add ingotHot oredict for Hot Nether Brick by @wlhlm in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/582 (2.1.7) +> * Yeet ec2 by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/581 (2.1.6) +> * Integrate BW material replacements by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/580 (2.1.4) +> * Add missing centrifuge, compressor and extractor recipes by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/579 (2.1.3) +> * Remove normal recipes by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/578 (2.1.2) +> * Move everything from the scripts to Core Mod by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/575 (2.1.1) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/577 (2.1.0) +> * Ilmenite Chemical Rebalance™ by @Pxx500 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/576 (2.0.38) +> * fix sieve by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/573 (2.0.37) +> * Fix Phial recipe by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/572 (2.0.37) +> * Enable GalacticGreg oregen for Amun-Ra by @glowredman in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/568 (2.0.34) +> * Oredicts diodes and inductors for 2A-16A diodes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/571 (2.0.33) +> * Move all TC researches, recipes from scripts by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/482 (2.0.31) +> * Fix materials by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/566 (2.0.31) +> * Fix crash by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/567 (2.0.31) +> * Add Stellar Catalyst DTPF recipes by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/570 (2.0.31) +> * Move all TC researches, recipes from scripts by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/482 (2.0.27-pre) +> * Alumina and silicon dioxide changes by @Pxx500 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/562 (2.0.24-pre) +> * Clay cast by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/565 (2.0.24-pre) +> * Alumina and silicon dioxide changes by @Pxx500 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/562 (2.0.23-pre) +> * Clay cast by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/565 (2.0.23-pre) +> * Clay cast by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/565 (2.0.22) +> * Alumina and silicon dioxide changes by @Pxx500 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/562 (2.0.21) +> * Some UXV additions by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/564 (2.0.20) +> * Spotless apply for branch remove-disassembelr for #556 by @github-actions in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/557 (2.0.19-pre) +> * Fix space assembler recipes by @minecraft7771 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/563 (2.0.18) +> * AsGa fluid extraction fix by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/561 (2.0.17) +> * Add Assembler recipes for Chisel blocks by @DaCurse in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/560 (2.0.16) +> * Some more extracells cleanup by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/558 (2.0.15) +> * Kill Disassembler in Core Mod by @Connor-Colenso in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/556 (2.0.15) +> * Fix some ae recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/555 (2.0.14) +> * Add new bio circuit recipe aka bio SoC + adjust wetware SoC by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/554 (2.0.13) +> * remove silly scala import by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/553 (2.0.12) +> * Cleaning up code by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/552 (2.0.11) +> * Fix rocket recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/551 (2.0.10) +> * Fix Reinforcement recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/550 (2.0.9) +> * Add recipe to night upgrade by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/549 (2.0.8) +> * Adjust according to tier by @Runakai1 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/547 (2.0.7) +> * Add recipe for humongous input hatch by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/546 (2.0.5) +> * Ender io recipes by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/542 (2.0.4) +> * Ender io recipes by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/544 (2.0.4) +> * Ae2 cables change by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/545 (2.0.4) +> * Update buildscript and dependencies by @eigenraven in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/540 (2.0.3) +> * Added macerator, fluid extractor recipes for Glass Bottles by @Dioxop in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/541 (2.0.3) > * Move space assembler calls to GTNH intergalactic by @minecraft7771 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/539 (2.0.0) > * Fix for Tungstensteel Ingots Needing TPV Coils by @Steelux8 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/538 (1.9.171) > +>## New Contributors +> * @Gofer2x made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/712 (2.1.104) +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/686 (2.1.93) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/684 (2.1.88) +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/678 (2.1.84) +> * @dvdmandt made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/677 (2.1.83) +> * @Alastors made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/673 (2.1.82) +> * @Cleptomania made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/654 (2.1.66) +> * @Darkmaxsas made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/647 (2.1.58) +> * @xSkewer made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/640 (2.1.53) +> * @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/623 (2.1.35) +> * @Fiyorin made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/600 (2.1.21) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/582 (2.1.7) +> * @DaCurse made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/560 (2.0.16) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/540 (2.0.3) +> * @Dioxop made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/541 (2.0.3) +> -# Updated NotEnoughEnergistics (1.3.30@BOTH --> 1.4.0@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughEnergistics/compare/1.3.29...1.4.0 +# Updated NotEnoughEnergistics (1.3.30@Side.BOTH --> 1.4.2@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughEnergistics/compare/1.3.29...1.4.2 >## What's Changed +> * Replace asm with api calls by @eigenraven in https://github.com/GTNewHorizons/NotEnoughEnergistics/pull/35 (1.4.2) > * Add guard against invalid stack size by @miozune in https://github.com/GTNewHorizons/NotEnoughEnergistics/pull/34 (1.4.0) > * Lwjgl3ify fixes by @eigenraven in https://github.com/GTNewHorizons/NotEnoughEnergistics/pull/33 (1.3.30) > -# Updated OpenBlocks (1.6.10-GTNH@BOTH --> 1.7.0-GTNH@BOTH) +# Updated NotEnoughItems (2.3.39-GTNH@Side.BOTH --> 2.3.83-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughItems/compare/2.3.38-GTNH...2.3.83-GTNH +>## What's Changed +> * Fix world specific settings on MP being also specific to dimension by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/414 (2.3.83-GTNH) +> * Partial fix for the NEI custom diagram in recipe tooltip issue by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/413 (2.3.82-GTNH) +> * Pull bookmarked items from container to player inventory by @Nilau1998 in https://github.com/GTNewHorizons/NotEnoughItems/pull/410 (2.3.81-GTNH) +> * Fix recipe tooltip crash with BetterQuesting by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/409 (2.3.80-GTNH) +> * Recipe tooltip fixes by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/402 (2.3.79-GTNH) +> * Fix potential NPE when calling ItemMobSpawner#loadSpawners. by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/405 (2.3.76-GTNH) +> * Attempt to fix CME when opening recipes immediately after load by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/403 (2.3.75-GTNH) +> * Show a full recipe widget in item tooltips for bookmarked recipes by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/398 (2.3.73-GTNH) +> * Spotless apply for branch recipe-tooltip for #398 by @github-actions in https://github.com/GTNewHorizons/NotEnoughItems/pull/401 (2.3.71-GTNH-pre) +> * Extend height hack for legacy recipe handlers by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/395 (2.3.70-GTNH) +> * Adjust nei overlay to gt oregen changes by @chochem in https://github.com/GTNewHorizons/NotEnoughItems/pull/391 (2.3.63-GTNH) +> * Adjust recipe handler scrolling again by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/393 (2.3.58-GTNH-pre) +> * Adjust recipe handler scrolling again by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/393 (2.3.57-GTNH) +> * Expand tooltips for the time manipulation action buttons by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/392 (2.3.55-GTNH) +> * Fix crash with IC2 setItemDamage by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/387 (2.3.54-GTNH) +> * Remove handlers for Et Futurum Requiem by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/383 (2.3.53-GTNH) +> * Prevent recipe handler tab scrolling from overwriting recipe handler-specific scrolling by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/384 (2.3.53-GTNH) +> * Ensure the NEI config is really only initialized once by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/381 (2.3.52-GTNH) +> * Allow scrolling through recipe handlers by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/379 (2.3.51-GTNH) +> * Separate logic to get detailed string of fluid amount by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/378 (2.3.50-GTNH) +> * Make sure NEI plugins are loaded before processing key bindings by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/375 (2.3.48-GTNH) +> * Readme: fix wording by @chill-was-taken in https://github.com/GTNewHorizons/NotEnoughItems/pull/374 (2.3.47-GTNH) +> * Create handlers for Fusion Crafting (DE-), Techguns and some missing NC recipes by @MalTeeez in https://github.com/GTNewHorizons/NotEnoughItems/pull/372 (2.3.46-GTNH) +> * More robust IMC handling by @mitchej123 in https://github.com/GTNewHorizons/NotEnoughItems/pull/371 (2.3.45-GTNH) +> * Ignore nonstackables in max overlaid recipe count calculation by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/365 (2.3.43-GTNH) +> * Add option to have the search widget under item panel by @Caedis in https://github.com/GTNewHorizons/NotEnoughItems/pull/364 (2.3.43-GTNH) +> * Ignore nonstackables in max overlaid recipe count calculation by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/365 (2.3.42-GTNH-pre) +> * Add handlers of Reikas mods plus fixes by @theOnly1iKnow in https://github.com/GTNewHorizons/NotEnoughItems/pull/362 (2.3.40-GTNH) +> * Added handlers for Factorization plus a missing MFR handler by @theOnly1iKnow in https://github.com/GTNewHorizons/NotEnoughItems/pull/359 (2.3.39-GTNH) +> +>## New Contributors +> * @Nilau1998 made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/410 (2.3.81-GTNH) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/391 (2.3.63-GTNH) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/375 (2.3.48-GTNH) +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/374 (2.3.47-GTNH) +> * @MalTeeez made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/372 (2.3.46-GTNH) +> * @Caedis made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/364 (2.3.43-GTNH) +> * @theOnly1iKnow made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/359 (2.3.39-GTNH) +> + +# Updated Nuclear-Control (2.4.16@Side.BOTH --> 2.4.19@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Nuclear-Control/compare/2.4.15...2.4.19 +>## What's Changed +> * Remove DeveloperCapes from deps, also update BS/update deps/spotless apply by @chochem in https://github.com/GTNewHorizons/Nuclear-Control/pull/16 (2.4.19) +> * Do not require "enter" press to save info panel text by @greesyB in https://github.com/GTNewHorizons/Nuclear-Control/pull/15 (2.4.18) +> * remove dev capes they aren't found in the full pack anyways by @Alexdoru in https://github.com/GTNewHorizons/Nuclear-Control/pull/14 (2.4.16) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/Nuclear-Control/pull/16 (2.4.19) +> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/Nuclear-Control/pull/14 (2.4.16) +> + +# New Mod - Nutrition (0.0.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Nutrition/commits/0.0.4 +>## What's Changed +> * Suggestions and rebalances by @serenibyss in https://github.com/GTNewHorizons/Nutrition/pull/9 (0.0.4) +> * Dev by @Dream-Master in https://github.com/GTNewHorizons/Nutrition/pull/7 (0.0.3) +> * Fix eating food with zero hunger value crash by @serenibyss in https://github.com/GTNewHorizons/Nutrition/pull/8 (0.0.3) +> * Depend on AppleCoreAPI for compat by @serenibyss in https://github.com/GTNewHorizons/Nutrition/pull/2 (0.0.2) +> * Fix readme link to original license by @serenibyss in https://github.com/GTNewHorizons/Nutrition/pull/4 (0.0.2) +> * Update nutrition stats for non-food hunger value additions by @serenibyss in https://github.com/GTNewHorizons/Nutrition/pull/5 (0.0.2) +> * initial move to 1.7.10 by @DStrand1 (0.0.1) +> * Update readme and license by @mitchej123 in https://github.com/GTNewHorizons/Nutrition/pull/1 (0.0.1) +> +>## New Contributors +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/Nutrition/pull/7 (0.0.3) +> * @serenibyss made their first contribution in https://github.com/GTNewHorizons/Nutrition/pull/2 (0.0.2) +> + +# Updated OCGlasses (1.2.5-GTNH@Side.BOTH --> 1.3.1-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/OCGlasses/compare/1.2.4-GTNH...1.3.1-GTNH +>## What's Changed +> * Usability improvements by @S4mpsa in https://github.com/GTNewHorizons/OCGlasses/pull/14 (1.3.1-GTNH) +> * Add capability to interact with the HUD layer of glasses by @S4mpsa in https://github.com/GTNewHorizons/OCGlasses/pull/11 (1.3.0-GTNH) +> * Fix OpenGlasses not loading the dimension properly making them reset on every world load by @alexandre-tardif in https://github.com/GTNewHorizons/OCGlasses/pull/10 (1.2.5-GTNH) +> +>## New Contributors +> * @S4mpsa made their first contribution in https://github.com/GTNewHorizons/OCGlasses/pull/11 (1.3.0-GTNH) +> + +# Updated OpenBlocks (1.6.10-GTNH@Side.BOTH --> 1.7.0-GTNH@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/OpenBlocks/compare/1.6.9-GTNH...1.7.0-GTNH >## What's Changed > * Fix Scaffolding step sound by @jss2a98aj in https://github.com/GTNewHorizons/OpenBlocks/pull/11 (1.7.0-GTNH) @@ -330,33 +2398,97 @@ > * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/OpenBlocks/pull/10 (1.6.10-GTNH) > -# Updated OpenComputers (1.8.0.13-GTNH@BOTH --> 1.9.0-GTNH@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/OpenComputers/compare/1.8.0.12-GTNH...1.9.0-GTNH +# Updated OpenComputers (1.8.0.13-GTNH@Side.BOTH --> 1.9.14-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/OpenComputers/compare/1.8.0.12-GTNH...1.9.14-GTNH >## What's Changed +> * Fix modifying fluid patterns with OC by @S4mpsa in https://github.com/GTNewHorizons/OpenComputers/pull/106 (1.9.14-GTNH) +> * use openContainer instead of sending coords by @Glease in https://github.com/GTNewHorizons/OpenComputers/pull/105 (1.9.13-GTNH) +> * Update to OpenComputers 1.8.3 by @asiekierka in https://github.com/GTNewHorizons/OpenComputers/pull/104 (1.9.12-GTNH) +> * Added manual page for ME Upgrade and BeeKeeper Upgrade by @repo-alt in https://github.com/GTNewHorizons/OpenComputers/pull/102 (1.9.11-GTNH) +> * Change fluid amount from int to long in AE2 integration by @repo-alt in https://github.com/GTNewHorizons/OpenComputers/pull/103 (1.9.11-GTNH) +> * update gradle build files by @aheirman in https://github.com/GTNewHorizons/OpenComputers/pull/101 (1.9.8-GTNH) +> * update fork to mainline 1.8.2 by @asiekierka in https://github.com/GTNewHorizons/OpenComputers/pull/100 (1.9.7-GTNH) +> * Update mainline to 1.8.0 stable by @asiekierka in https://github.com/GTNewHorizons/OpenComputers/pull/99 (1.9.5-GTNH) +> * Increase MFU range from 3 to 16 blocks by @S4mpsa in https://github.com/GTNewHorizons/OpenComputers/pull/98 (1.9.4-GTNH) +> * Make GT dependency optional by @repo-alt in https://github.com/GTNewHorizons/OpenComputers/pull/97 (1.9.3-GTNH) +> * update Dependencies by @Dream-Master in https://github.com/GTNewHorizons/OpenComputers/pull/96 (1.9.2-GTNH) +> * https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/12990 by @repo-alt in https://github.com/GTNewHorizons/OpenComputers/pull/95 (1.9.1-GTNH) > * Fix patterns count by @LewisSaber in https://github.com/GTNewHorizons/OpenComputers/pull/94 (1.9.0-GTNH) > * Fix missing natives by @eigenraven in https://github.com/GTNewHorizons/OpenComputers/pull/93 (1.8.0.13-GTNH) > >## New Contributors +> * @Glease made their first contribution in https://github.com/GTNewHorizons/OpenComputers/pull/105 (1.9.13-GTNH) +> * @aheirman made their first contribution in https://github.com/GTNewHorizons/OpenComputers/pull/101 (1.9.8-GTNH) +> * @S4mpsa made their first contribution in https://github.com/GTNewHorizons/OpenComputers/pull/98 (1.9.4-GTNH) > * @LewisSaber made their first contribution in https://github.com/GTNewHorizons/OpenComputers/pull/94 (1.9.0-GTNH) > -# Updated PersonalSpace (1.0.23@BOTH --> 1.0.24@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/PersonalSpace/compare/1.0.22...1.0.24 +# Updated PersonalSpace (1.0.23@Side.BOTH --> 1.0.26@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/PersonalSpace/compare/1.0.22...1.0.26 >## What's Changed +> * Catch possible NPEs when teleporting to dimensions that haven't been initialized yet by @eigenraven in https://github.com/GTNewHorizons/PersonalSpace/pull/18 (1.0.26) +> * Fix aura node transmutation by @eigenraven in https://github.com/GTNewHorizons/PersonalSpace/pull/17 (1.0.25) > * Better permission checks and messages in case they fail by @eigenraven in https://github.com/GTNewHorizons/PersonalSpace/pull/16 (1.0.24) > -# Updated Railcraft (9.13.19@BOTH --> 9.14.0@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/Railcraft/compare/9.13.18...9.14.0 +# Updated ProjectBlue (1.1.8-GTNH@Side.BOTH --> 1.1.12-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ProjectBlue/compare/1.1.7-GTNH...1.1.12-GTNH +>## What's Changed +> * Log what class received by @miozune in https://github.com/GTNewHorizons/ProjectBlue/pull/4 (1.1.12-GTNH) +> * Validate ObjectInputStream by @miozune in https://github.com/GTNewHorizons/ProjectBlue/pull/3 (1.1.11-GTNH) +> * Add back MFR integration by @miozune in https://github.com/GTNewHorizons/ProjectBlue/pull/2 (1.1.10-GTNH) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/ProjectBlue/pull/2 (1.1.10-GTNH) +> + +# Updated ProjectRed (4.7.9-GTNH@Side.BOTH --> 4.7.12-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ProjectRed/compare/4.7.8-GTNH...4.7.12-GTNH >## What's Changed +> * Fix drawer-related NPEs by @eigenraven in https://github.com/GTNewHorizons/ProjectRed/pull/25 (4.7.12-GTNH) +> * validate tile entities desc packets to be on correct side by @Glease in https://github.com/GTNewHorizons/ProjectRed/pull/24 (4.7.11-GTNH) +> * Update build by @miozune in https://github.com/GTNewHorizons/ProjectRed/pull/23 (4.7.10-GTNH) +> * Revert "Remove screwdriver durability" by @greesyB in https://github.com/GTNewHorizons/ProjectRed/pull/22 (4.7.9-GTNH) +> +>## New Contributors +> * @Glease made their first contribution in https://github.com/GTNewHorizons/ProjectRed/pull/24 (4.7.11-GTNH) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/ProjectRed/pull/23 (4.7.10-GTNH) +> + +# Updated Railcraft (9.13.19@Side.BOTH --> 9.14.9@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Railcraft/compare/9.13.18...9.14.9 +>## What's Changed +> * Update EntityLocomotiveSteamMagic.java by @GregoriusT in https://github.com/GTNewHorizons/Railcraft/pull/47 (9.14.9) +> * cleanup as requested by @GregoriusT in https://github.com/GTNewHorizons/Railcraft/pull/46 (9.14.8) +> * RF API no longer needed to play railcraft by @GregoriusT in https://github.com/GTNewHorizons/Railcraft/pull/45 (9.14.7) +> * Clarify things in the README by @eigenraven in https://github.com/GTNewHorizons/Railcraft/pull/43 (9.14.6) +> * IC2 and BC are no longer hard dependencies of Railcraft NH by @GregoriusT in https://github.com/GTNewHorizons/Railcraft/pull/44 (9.14.6) +> * Fix AIOOBE with BlockMachine by @miozune in https://github.com/GTNewHorizons/Railcraft/pull/42 (9.14.5) +> * Fix Cart Dispenser behavior by @miozune in https://github.com/GTNewHorizons/Railcraft/pull/41 (9.14.3) +> * Remove 8 tracks -> 1 standard rail recipe by @DotJason in https://github.com/GTNewHorizons/Railcraft/pull/40 (9.14.2) +> * stronger ticket tag checks by @Glease in https://github.com/GTNewHorizons/Railcraft/pull/39 (9.14.1) > * Fix Rock Crusher by @glowredman in https://github.com/GTNewHorizons/Railcraft/pull/38 (9.14.0) > * Miscellaneous fixes for tank behavior by @miozune in https://github.com/GTNewHorizons/Railcraft/pull/37 (9.13.19) > >## New Contributors +> * @GregoriusT made their first contribution in https://github.com/GTNewHorizons/Railcraft/pull/44 (9.14.6) +> * @DotJason made their first contribution in https://github.com/GTNewHorizons/Railcraft/pull/40 (9.14.2) +> * @Glease made their first contribution in https://github.com/GTNewHorizons/Railcraft/pull/39 (9.14.1) > * @glowredman made their first contribution in https://github.com/GTNewHorizons/Railcraft/pull/38 (9.14.0) > -# Updated Schematica (1.9.2-GTNH@CLIENT --> 1.9.3-GTNH@CLIENT) +# Updated Random-Things (2.4.3@Side.BOTH --> 2.4.5@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Random-Things/compare/2.4.3...2.4.5 +>## What's Changed +> * Cyclic Bloodmoon by @DrParadox7 in https://github.com/GTNewHorizons/Random-Things/pull/3 (2.4.5) +> * Voiding Drop Filter rework: tooltips, prevent looping pick up with magnet, fix crash moving filter while its GUI is opened by @wlhlm in https://github.com/GTNewHorizons/Random-Things/pull/2 (2.4.4) +> +>## New Contributors +> * @DrParadox7 made their first contribution in https://github.com/GTNewHorizons/Random-Things/pull/3 (2.4.5) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/Random-Things/pull/2 (2.4.4) +> + +# Updated Schematica (1.9.2-GTNH@Side.CLIENT --> 1.9.3-GTNH@Side.CLIENT) **Full Changelog**: https://github.com/GTNewHorizons/Schematica/compare/1.9.1-GTNH...1.9.3-GTNH >## What's Changed > * Restore default keybinds when not in gtnh by @mist475 in https://github.com/GTNewHorizons/Schematica/pull/16 (1.9.3-GTNH) @@ -366,7 +2498,39 @@ > * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/Schematica/pull/15 (1.9.2-GTNH) > -# Updated StructureCompat (0.3.0@BOTH --> 0.4.0@BOTH) +# Updated SpecialMobs (3.3.15@Side.BOTH --> 3.4.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/SpecialMobs/compare/3.3.13...3.4.3 +>## What's Changed +> * Adds Waila tooltips to every mob by @DrParadox7 in https://github.com/GTNewHorizons/SpecialMobs/pull/21 (3.4.3) +> * Adjust Mini-Creeper health by @DrParadox7 in https://github.com/GTNewHorizons/SpecialMobs/pull/19 (3.4.1) +> * EnderCreeper afraid of cats by @DrParadox7 in https://github.com/GTNewHorizons/SpecialMobs/pull/20 (3.4.1) +> * Message discriminators *MUST* exist on the channel on both sides if t… by @OvermindDL1 in https://github.com/GTNewHorizons/SpecialMobs/pull/18 (3.4.0) +> * Add a hard limit on transformed mod list to TickHandler to avoid OOM by @eigenraven in https://github.com/GTNewHorizons/SpecialMobs/pull/17 (3.3.15) +> +>## New Contributors +> * @OvermindDL1 made their first contribution in https://github.com/GTNewHorizons/SpecialMobs/pull/18 (3.4.0) +> + +# Updated SpiceOfLife (2.0.9-carrot@Side.BOTH --> 2.1.0-carrot@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/SpiceOfLife/compare/2.0.8-carrot...2.1.0-carrot +>## What's Changed +> * EvalEx shadowing fix by @wlhlm in https://github.com/GTNewHorizons/SpiceOfLife/pull/29 (2.1.0-carrot) +> * Don't minimize by @mitchej123 in https://github.com/GTNewHorizons/SpiceOfLife/pull/26 (2.0.9-carrot) +> +>## New Contributors +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/SpiceOfLife/pull/29 (2.1.0-carrot) +> + +# Updated StorageDrawers (1.11.20-GTNH@Side.BOTH --> 1.12.0-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/StorageDrawers/compare/1.11.19-GTNH...1.12.0-GTNH +>## What's Changed +> * Fix merge behavior not respecting stackability by @miozune in https://github.com/GTNewHorizons/StorageDrawers/pull/20 (1.12.0-GTNH) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/StorageDrawers/pull/20 (1.12.0-GTNH) +> + +# Updated StructureCompat (0.3.0@Side.BOTH --> 0.4.0@Side.BOTH) **Full Changelog**: https://github.com/GTNewHorizons/StructureCompat/compare/0.2.0...0.4.0 >## What's Changed > * add structure info for railcraft multis by @Glease in https://github.com/GTNewHorizons/StructureCompat/pull/1 (0.4.0) @@ -375,23 +2539,129 @@ > * @Glease made their first contribution in https://github.com/GTNewHorizons/StructureCompat/pull/1 (0.4.0) > -# Updated TX-Loader (1.5@CLIENT --> 1.5.1@CLIENT) -**Full Changelog**: https://github.com/GTNewHorizons/TX-Loader/compare/1.4...1.5.1 +# Updated StructureLib (1.2.6@Side.BOTH --> 1.2.8@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/StructureLib/compare/1.2.5...1.2.8 +>## What's Changed +> * fix cube faces rendering order by @Glease in https://github.com/GTNewHorizons/StructureLib/pull/22 (1.2.8) +> * Allow autoplace channels to work in survival mode by @kstvr32 in https://github.com/GTNewHorizons/StructureLib/pull/20 (1.2.7) +> * flush buffer to ensure vertexes in same trig being drawn in same batch by @Glease in https://github.com/GTNewHorizons/StructureLib/pull/19 (1.2.6) +> +>## New Contributors +> * @kstvr32 made their first contribution in https://github.com/GTNewHorizons/StructureLib/pull/20 (1.2.7) +> + +# Updated TCNEIAdditions (1.1.1.10@Side.BOTH --> 1.2.2@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/TCNEIAdditions/compare/1.1.1.9...1.2.2 >## What's Changed +> * TC Aspects not showing up on bookmarks correctly fix. by @Cardinalstars in https://github.com/GTNewHorizons/TCNEIAdditions/pull/21 (1.2.2) +> * Fix possible crash with thePlayer being null by @miozune in https://github.com/GTNewHorizons/TCNEIAdditions/pull/20 (1.1.1.10) +> +>## New Contributors +> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/TCNEIAdditions/pull/21 (1.2.2) +> + +# Updated TX-Loader (1.5@Side.CLIENT --> 1.5.3@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/TX-Loader/compare/1.4...1.5.3 +>## What's Changed +> * Change the Cache directory location by @ghostflyby in https://github.com/GTNewHorizons/TX-Loader/pull/5 (1.5.3) +> * Fix NPE with BLS by @glowredman in https://github.com/GTNewHorizons/TX-Loader/pull/4 (1.5.2) > * Add BetterLoadingScreen Comapt by @glowredman in https://github.com/GTNewHorizons/TX-Loader/pull/3 (1.5.1) > +>## New Contributors +> * @ghostflyby made their first contribution in https://github.com/GTNewHorizons/TX-Loader/pull/5 (1.5.3) +> + +# Updated Tainted-Magic (7.6.2-GTNH@Side.BOTH --> 7.6.3-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Tainted-Magic/compare/7.6.2-GTNH...7.6.3-GTNH +>## What's Changed +> * 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.0.114@BOTH --> 5.0.116@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/TecTech/compare/5.0.113...5.0.116 +# Updated TecTech (5.0.114@Side.BOTH --> 5.2.40@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/TecTech/compare/5.0.113...5.2.40 >## What's Changed +> * Fix TT extended Multis using wrong exotic energy input hatches list by @BlueWeabo in https://github.com/GTNewHorizons/TecTech/pull/237 (5.2.40) +> * Fix wireless energy voiding by @harrynull in https://github.com/GTNewHorizons/TecTech/pull/236 (5.2.39) +> * Validate ObjectInputStream by @miozune in https://github.com/GTNewHorizons/TecTech/pull/235 (5.2.38) +> * Validate side when processing packet by @miozune in https://github.com/GTNewHorizons/TecTech/pull/234 (5.2.37) +> * Add support for Crafting input hatch by @harrynull in https://github.com/GTNewHorizons/TecTech/pull/233 (5.2.36) +> * Fix Infinite Spacetime Energy Boundary casing amount in EOH tooltip by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/231 (5.2.35) +> * Fix memory card not copying all parameters by @minecraft7771 in https://github.com/GTNewHorizons/TecTech/pull/232 (5.2.35) +> * Implement generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/TecTech/pull/226 (5.2.34) +> * update deps by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/227 (5.2.32) +> * fix transformer maintenance status by @Quetz4l in https://github.com/GTNewHorizons/TecTech/pull/229 (5.2.32) +> * High amp wireless + low amp recipe changes by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/228 (5.2.32) +> * update deps by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/227 (5.2.30-pre) +> * update deps by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/227 (5.2.29-pre) +> * Fix energy infuser and stocking bus interaction by @miozune in https://github.com/GTNewHorizons/TecTech/pull/224 (5.2.26) +> * Fix EOH recipe time by @Connor-Colenso in https://github.com/GTNewHorizons/TecTech/pull/223 (5.2.25) +> * butcher EOH controller recipe time to 5m like every other controller were by @POPlol333 in https://github.com/GTNewHorizons/TecTech/pull/222 (5.2.24) +> * Remove 1-step assline lapo battery recipes by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/221 (5.2.23) +> * EOH tooltip touch-up by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/220 (5.2.22) +> * Fix TPM recipe voltage by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/219 (5.2.21) +> * Pico & Quantum circuit adjustments by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/218 (5.2.20) +> * Added higher explosion resistance to pipe casings by @minecraft7771 in https://github.com/GTNewHorizons/TecTech/pull/216 (5.2.19) +> * butcher controller recipe time by @POPlol333 in https://github.com/GTNewHorizons/TecTech/pull/217 (5.2.19) +> * Adjust uxv part recipes by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/215 (5.2.18) +> * Debug Generator GUI Improvements by @MeiTianyou in https://github.com/GTNewHorizons/TecTech/pull/214 (5.2.18) +> * Use Avaritia variant of Tinkers' parts by @miozune in https://github.com/GTNewHorizons/TecTech/pull/213 (5.2.17) +> * Rework EOH overclock formula by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/208 (5.2.16) +> * Fix infinity plate by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/207 (5.2.15) +> * Enable MuTEs to have lasers by @BlueWeabo in https://github.com/GTNewHorizons/TecTech/pull/187 (5.2.15) +> * Spotless apply for branch fix-Infinity-Plate for #207 by @github-actions in https://github.com/GTNewHorizons/TecTech/pull/211 (5.2.12-pre) +> * Spotless apply for branch fix-Infinity-Plate for #207 by @github-actions in https://github.com/GTNewHorizons/TecTech/pull/212 (5.2.12-pre) +> * Spotless apply for branch fix-Infinity-Plate for #207 by @github-actions in https://github.com/GTNewHorizons/TecTech/pull/209 (5.2.11-pre) +> * Spotless apply for branch fix-Infinity-Plate for #207 by @github-actions in https://github.com/GTNewHorizons/TecTech/pull/210 (5.2.11-pre) +> * EM_transformer by @Quetz4l in https://github.com/GTNewHorizons/TecTech/pull/205 (5.2.9) +> * Fix EOH overflow calculations by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/204 (5.2.8) +> * Integrate BW material replacements by @chochem in https://github.com/GTNewHorizons/TecTech/pull/203 (5.2.4) +> * Re add Tengam for AmunRa by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/196 (5.2.4) +> * Adjust ev multiamp hatch recipes by @chochem in https://github.com/GTNewHorizons/TecTech/pull/202 (5.2.3) +> * Forge direction by @mitchej123 in https://github.com/GTNewHorizons/TecTech/pull/199 (5.2.1) +> * Spotless apply for branch ForgeDirection for #199 by @github-actions in https://github.com/GTNewHorizons/TecTech/pull/200 (5.2.0-pre) +> * Remove unused GT_Container and GT_GUIContainer extenders by @miozune in https://github.com/GTNewHorizons/TecTech/pull/198 (5.1.20) +> * Parametrizer Memory Card improvements by @miozune in https://github.com/GTNewHorizons/TecTech/pull/197 (5.1.19) +> * no tengam by @chochem in https://github.com/GTNewHorizons/TecTech/pull/195 (5.1.17) +> * Deobfuscate parameters by @glowredman in https://github.com/GTNewHorizons/TecTech/pull/191 (5.1.16) +> * Fix Material by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/192 (5.1.16) +> * Use Attuned Tengam for UEV/UIV/UMV Motors by @glowredman in https://github.com/GTNewHorizons/TecTech/pull/193 (5.1.16) +> * Fix EOH estimated eu/t formula by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/194 (5.1.16) +> * Cleanup by @glowredman in https://github.com/GTNewHorizons/TecTech/pull/190 (5.1.14) +> * merge master by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/189 (5.1.12) +> * Add UXV laser & multi-amp recipes by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/188 (5.1.12) +> * Fusion mk5 recipes + mk4 recipe fix by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/186 (5.1.11-pre) +> * merge master by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/189 (5.1.11-pre) +> * Fusion mk5 recipes + mk4 recipe fix by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/186 (5.1.10) +> * Cleanup by @boubou19 in https://github.com/GTNewHorizons/TecTech/pull/185 (5.1.7) +> * Fix some EOH rendering issues and buff EOH plasma output by 8x. DD now also gives all plasmas for exotic catalyst by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/184 (5.1.6) +> * Fix WAILA energy display by @minecraft7771 in https://github.com/GTNewHorizons/TecTech/pull/181 (5.1.5) +> * Fix digital singularity amounts in spacetime compression field gens by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/180 (5.1.5) +> * Fix/waila by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/182 (5.1.4-pre) +> * fix digital singularity amounts by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/183 (5.1.4-pre) +> * Spotless apply for branch multiAmpWireless for #178 by @github-actions in https://github.com/GTNewHorizons/TecTech/pull/179 (5.1.2) +> * Multi amp wireless hatches by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/178 (5.1.2) +> * Spotless apply for branch multiAmpWireless for #178 by @github-actions in https://github.com/GTNewHorizons/TecTech/pull/179 (5.1.1-pre) +> * More Ultimate Battery recipes + 1-step Lapos by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/177 (5.1.0) +> * Fix research station inventory by @minecraft7771 in https://github.com/GTNewHorizons/TecTech/pull/176 (5.1.0) > * Misc recipe fixes for EOH blocks by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/175 (5.0.116) > * patch weird NPE by @Glease in https://github.com/GTNewHorizons/TecTech/pull/174 (5.0.115) > * fix ChunkDataHandler causing CME at chunk unload by @Glease in https://github.com/GTNewHorizons/TecTech/pull/173 (5.0.114) > +>## New Contributors +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/TecTech/pull/233 (5.2.36) +> * @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/TecTech/pull/214 (5.2.18) +> * @Quetz4l made their first contribution in https://github.com/GTNewHorizons/TecTech/pull/205 (5.2.9) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/TecTech/pull/199 (5.2.1) +> -# Updated ThaumicBases (1.4.33@BOTH --> 1.5.0@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ThaumicBases/compare/1.4.32...1.5.0 +# Updated ThaumicBases (1.4.33@Side.BOTH --> 1.5.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ThaumicBases/compare/1.4.32...1.5.4 >## What's Changed +> * change dummy core dep by @Dream-Master in https://github.com/GTNewHorizons/ThaumicBases/pull/23 (1.5.4) +> * Dev by @Dream-Master in https://github.com/GTNewHorizons/ThaumicBases/pull/22 (1.5.2) > * Adjust recipes for stabilizer blocks by @chochem in https://github.com/GTNewHorizons/ThaumicBases/pull/21 (1.5.0) > * fix and rewrite Node Manipulator by @Zereff06 in https://github.com/GTNewHorizons/ThaumicBases/pull/20 (1.4.33) > @@ -399,32 +2669,309 @@ > * @chochem made their first contribution in https://github.com/GTNewHorizons/ThaumicBases/pull/21 (1.5.0) > -# Updated ThaumicEnergistics (1.3.30-GTNH@BOTH --> 1.4.0-GTNH@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/ThaumicEnergistics/compare/1.3.29-GTNH...1.4.0-GTNH +# New Mod - ThaumicBoots (0.0.1@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ThaumicBoots/commits/0.0.1 + +# Updated ThaumicEnergistics (1.3.30-GTNH@Side.BOTH --> 1.4.13-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ThaumicEnergistics/compare/1.3.29-GTNH...1.4.13-GTNH >## What's Changed +> * Use a generated hashcode for EssentiaMonitor by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/50 (1.4.13-GTNH) +> * Fix minor typo in 16k Essentia Storage Cell by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/49 (1.4.12-GTNH) +> * Fix bad metadata by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/48 (1.4.11-GTNH) +> * Buff Essentia IO busses to 4 (from 2) upgrade cards by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/47 (1.4.10-GTNH) +> * Remove some asm, add creative vis relay interface by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/44 (1.4.9-GTNH) +> * CellMicroscope Fix invalid OpenGL glEnable call by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/46 (1.4.8-GTNH-pre) +> * update wrapper by @Dream-Master in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/45 (1.4.7-GTNH) +> * CellMicroscope Fix invalid OpenGL glEnable call by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/46 (1.4.7-GTNH) +> * update wrapper by @Dream-Master in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/45 (1.4.6-GTNH-pre) +> * Making the name more accurate by @Alastors in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/43 (1.4.4-GTNH) +> * Spotless apply for branch refactoring for #41 by @github-actions in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/42 (1.4.3-GTNH) +> * Refactoring by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/41 (1.4.3-GTNH) +> * Spotless apply for branch depUpdate for #39 by @github-actions in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/40 (1.4.2-GTNH) +> * Update BS + Deps by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/39 (1.4.2-GTNH) +> * Add basic accelerator aspects by @greesyB in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/38 (1.4.1-GTNH) > * Add bulk scanning by @27yearoldminecraftgaymer in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/33 (1.4.0-GTNH) > * Cell Microscope by @Dream-Master in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/37 (1.3.31-GTNH-pre) > * Revert Allow Arcane Assembler parallel by @greesyB in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/36 (1.3.30-GTNH) > >## New Contributors +> * @Alastors made their first contribution in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/43 (1.4.4-GTNH) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/39 (1.4.2-GTNH) > * @27yearoldminecraftgaymer made their first contribution in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/33 (1.4.0-GTNH) > * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/37 (1.3.31-GTNH-pre) > -# Updated VisualProspecting (1.0.37@BOTH --> 1.1.0@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/VisualProspecting/compare/1.0.36...1.1.0 +# Updated ThaumicHorizons (1.2.1.12@Side.BOTH --> 1.3.5@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ThaumicHorizons/compare/1.2.1.11...1.3.5 +>## What's Changed +> * validate player has the prereq self infusion before doing what player has requested by @Glease in https://github.com/GTNewHorizons/ThaumicHorizons/pull/54 (1.3.5) +> * Removed GT dependency on Pocket Plane by @DrParadox7 in https://github.com/GTNewHorizons/ThaumicHorizons/pull/52 (1.3.4) +> * Planar fix by @Alastors in https://github.com/GTNewHorizons/ThaumicHorizons/pull/50 (1.3.3) +> * Add CF Publishing by @mitchej123 in https://github.com/GTNewHorizons/ThaumicHorizons/pull/45 (1.3.2) +> * Remove commented-out code and obscure comments by @chill-was-taken in https://github.com/GTNewHorizons/ThaumicHorizons/pull/44 (1.3.1) +> * Updating license to reflect the new status of the mod by @Alastors in https://github.com/GTNewHorizons/ThaumicHorizons/pull/41 (1.3.0) +> * Remove unsafe threading by @chill-was-taken in https://github.com/GTNewHorizons/ThaumicHorizons/pull/42 (1.3.0) +> * Code cleanup by @chill-was-taken in https://github.com/GTNewHorizons/ThaumicHorizons/pull/43 (1.3.0) +> * Spotless apply for branch keybinds for #39 by @github-actions in https://github.com/GTNewHorizons/ThaumicHorizons/pull/40 (1.2.1.12) +> * unbind keybinds by default and move them under "Thaumcraft" category by @Alexdoru in https://github.com/GTNewHorizons/ThaumicHorizons/pull/39 (1.2.1.12) +> +>## New Contributors +> * @DrParadox7 made their first contribution in https://github.com/GTNewHorizons/ThaumicHorizons/pull/52 (1.3.4) +> * @Alastors made their first contribution in https://github.com/GTNewHorizons/ThaumicHorizons/pull/41 (1.3.0) +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/ThaumicHorizons/pull/42 (1.3.0) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/ThaumicHorizons/pull/40 (1.2.1.12) +> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/ThaumicHorizons/pull/39 (1.2.1.12) +> + +# Updated ThaumicTinkerer (2.6.12@Side.BOTH --> 2.7.1@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ThaumicTinkerer/compare/2.6.11...2.7.1 +>## What's Changed +> * Fix potential unsaves by @wohaopa in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/32 (2.7.1) +> * Bug: Aspect Crops will never yield a certain valid drop by @bearsdotzone in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/30 (2.7.0) +> * should fix arrow exploits for gt materials by @chochem in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/29 (2.6.13) +> * fix-> fire Resistance level by @Zereff06 in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/28 (2.6.12) +> +>## New Contributors +> * @wohaopa made their first contribution in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/32 (2.7.1) +> * @bearsdotzone made their first contribution in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/30 (2.7.0) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/29 (2.6.13) +> + +# Updated TiC-Tooltips (1.2.10@Side.CLIENT --> 1.2.11@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/TiC-Tooltips/compare/1.2.8...1.2.11 +>## What's Changed +> * Update build by @miozune in https://github.com/GTNewHorizons/TiC-Tooltips/pull/6 (1.2.11) +> * Update zh_CN.lang by @Kiwi233 in https://github.com/GTNewHorizons/TiC-Tooltips/pull/4 (1.2.10) +> * update build for maven by @bombcar in https://github.com/GTNewHorizons/TiC-Tooltips/pull/5 (1.2.10) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/TiC-Tooltips/pull/6 (1.2.11) +> * @bombcar made their first contribution in https://github.com/GTNewHorizons/TiC-Tooltips/pull/5 (1.2.10) +> + +# Updated TinkersConstruct (1.9.25-GTNH@Side.BOTH --> 1.9.39-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/TinkersConstruct/compare/1.9.24-GTNH...1.9.39-GTNH +>## What's Changed +> * Fixes broken TiC Armor not being repairable by @DrParadox7 in https://github.com/GTNewHorizons/TinkersConstruct/pull/91 (1.9.39-GTNH) +> * Fix tracks properly by @chochem in https://github.com/GTNewHorizons/TinkersConstruct/pull/90 (1.9.38-GTNH) +> * Fix lumberaxe chain break not validating held item by @miozune in https://github.com/GTNewHorizons/TinkersConstruct/pull/89 (1.9.38-GTNH) +> * Remove smeltery tracks melting recipe by @DotJason in https://github.com/GTNewHorizons/TinkersConstruct/pull/88 (1.9.36-GTNH) +> * fix crash when opening stencil table with cast by @Denostrov in https://github.com/GTNewHorizons/TinkersConstruct/pull/87 (1.9.35-GTNH) +> * fix smeltery acceleration and comparator output by @Denostrov in https://github.com/GTNewHorizons/TinkersConstruct/pull/86 (1.9.34-GTNH) +> * Use compileOnlyApi for CoFH by @miozune in https://github.com/GTNewHorizons/TinkersConstruct/pull/84 (1.9.32-GTNH) +> * Readme: remove the workspace step by @chill-was-taken in https://github.com/GTNewHorizons/TinkersConstruct/pull/83 (1.9.31-GTNH) +> * fix smeltery tps lag by clearing drain array before structure check by @Denostrov in https://github.com/GTNewHorizons/TinkersConstruct/pull/82 (1.9.30-GTNH) +> * bump dep to have working fmp by @chochem in https://github.com/GTNewHorizons/TinkersConstruct/pull/81 (1.9.29-GTNH) +> * bump dep to have working fmp by @chochem in https://github.com/GTNewHorizons/TinkersConstruct/pull/81 (1.9.28-GTNH) +> * Replace some hard-coded tooltips with translatable text by @StrangeMan1580 in https://github.com/GTNewHorizons/TinkersConstruct/pull/79 (1.9.27-GTNH) +> * Fix: Adding Tooltips to Modifier Items by @Ethryan in https://github.com/GTNewHorizons/TinkersConstruct/pull/77 (1.9.25-GTNH) +> +>## New Contributors +> * @DotJason made their first contribution in https://github.com/GTNewHorizons/TinkersConstruct/pull/88 (1.9.36-GTNH) +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/TinkersConstruct/pull/83 (1.9.31-GTNH) +> * @Denostrov made their first contribution in https://github.com/GTNewHorizons/TinkersConstruct/pull/82 (1.9.30-GTNH) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/TinkersConstruct/pull/81 (1.9.29-GTNH) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/TinkersConstruct/pull/81 (1.9.28-GTNH) +> * @StrangeMan1580 made their first contribution in https://github.com/GTNewHorizons/TinkersConstruct/pull/79 (1.9.27-GTNH) +> + +# Updated Universal-Singularities (8.6.6@Side.BOTH --> 8.6.7@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Universal-Singularities/compare/8.6.5...8.6.7 + +# Updated VisualProspecting (1.0.37@Side.BOTH --> 1.1.13@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/VisualProspecting/compare/1.0.36...1.1.13 >## What's Changed +> * Fix Oregen Pattern Info received to late by @glowredman in https://github.com/GTNewHorizons/VisualProspecting/pull/37 (1.1.13) +> * Actually fix !visualprospectingnearspawn by @kumquat-ir in https://github.com/GTNewHorizons/VisualProspecting/pull/36 (1.1.12) +> * Fix !visualprospectingnearspawn by @ah-OOG-ah in https://github.com/GTNewHorizons/VisualProspecting/pull/30 (1.1.11) +> * Adjust vp to fixed gt oregen by @chochem in https://github.com/GTNewHorizons/VisualProspecting/pull/35 (1.1.9) +> * Added hotkeys to toggle map overlays by @PolkageistHS in https://github.com/GTNewHorizons/VisualProspecting/pull/33 (1.1.6) +> * lang for new ore mixes by @chochem in https://github.com/GTNewHorizons/VisualProspecting/pull/32 (1.1.5) +> * Check for null NBT tag in Written Book mixin by @wlhlm in https://github.com/GTNewHorizons/VisualProspecting/pull/31 (1.1.4) +> * Bs+sa by @Dream-Master in https://github.com/GTNewHorizons/VisualProspecting/pull/29 (1.1.3) +> * Better english translation for depleted veins by @chochem in https://github.com/GTNewHorizons/VisualProspecting/pull/28 (1.1.1) > * [After Stable] Mixin rework by @Alexdoru in https://github.com/GTNewHorizons/VisualProspecting/pull/27 (1.1.0) > * Fix Xaero's map issues by @kumquat-ir in https://github.com/GTNewHorizons/VisualProspecting/pull/25 (1.0.37) > >## New Contributors +> * @glowredman made their first contribution in https://github.com/GTNewHorizons/VisualProspecting/pull/37 (1.1.13) +> * @ah-OOG-ah made their first contribution in https://github.com/GTNewHorizons/VisualProspecting/pull/30 (1.1.11) +> * @PolkageistHS made their first contribution in https://github.com/GTNewHorizons/VisualProspecting/pull/33 (1.1.6) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/VisualProspecting/pull/31 (1.1.4) > * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/VisualProspecting/pull/27 (1.1.0) > * @kumquat-ir made their first contribution in https://github.com/GTNewHorizons/VisualProspecting/pull/25 (1.0.37) > -# Updated bartworks (0.5.164@BOTH --> 0.6.2@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/bartworks/compare/0.5.163...0.6.2 +# Updated WAILAPlugins (0.2.6@Side.BOTH --> 0.2.8@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/WAILAPlugins/compare/0.2.5...0.2.8 +>## What's Changed +> * Fix railcraft tank waila by @chochem in https://github.com/GTNewHorizons/WAILAPlugins/pull/15 (0.2.8) +> * Water tank water production show feature by @r1tsuu in https://github.com/GTNewHorizons/WAILAPlugins/pull/14 (0.2.6) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/WAILAPlugins/pull/15 (0.2.8) +> * @r1tsuu made their first contribution in https://github.com/GTNewHorizons/WAILAPlugins/pull/14 (0.2.6) +> + +# Updated WarpTheory (1.2.12-GTNH@Side.BOTH --> 1.2.16-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/WarpTheory/compare/1.2.11-GTNH...1.2.16-GTNH +>## What's Changed +> * Fix spawned doppelgänger by @D-Cysteine in https://github.com/GTNewHorizons/WarpTheory/pull/30 (1.2.16-GTNH) +> * Fix fake creeper by @D-Cysteine in https://github.com/GTNewHorizons/WarpTheory/pull/29 (1.2.14-GTNH) +> * Find player on event rather than caching it by @D-Cysteine in https://github.com/GTNewHorizons/WarpTheory/pull/28 (1.2.12-GTNH) +> + +# Updated WirelessCraftingTerminal (1.8.9.3@Side.BOTH --> 1.9.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/WirelessCraftingTerminal/compare/1.8.9.2...1.9.4 +>## What's Changed +> * Fix lang key for keybind by @miozune in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/30 (1.9.4) +> * Fix/magnet npe and updates by @firenoo in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/29 (1.9.3) +> * Spotless apply for branch firenoo/update for #27 by @github-actions in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/28 (1.9.2) +> * Compat update by @firenoo in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/27 (1.9.2) +> * Spotless apply for branch firenoo/update for #27 by @github-actions in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/28 (1.9.1-pre) +> * Use more uniquie key names by @Pilzinsel64 in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/26 (1.9.0) +> * Unregister recipes by @boubou19 in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/25 (1.8.9.3) +> +>## New Contributors +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/28 (1.9.2) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/27 (1.9.2) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/28 (1.9.1-pre) +> * @Pilzinsel64 made their first contribution in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/26 (1.9.0) +> * @boubou19 made their first contribution in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/25 (1.8.9.3) +> + +# Updated WitchingGadgets (1.2.27-GTNH@Side.BOTH --> 1.3.4-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/WitchingGadgets/compare/1.2.25-GTNH...1.3.4-GTNH +>## What's Changed +> * Fix Bewitched Robe hood rendering by @kumquat-ir in https://github.com/GTNewHorizons/WitchingGadgets/pull/43 (1.3.4-GTNH) +> * Primordial Armor's repairing Fix & Buff by @Sheodar in https://github.com/GTNewHorizons/WitchingGadgets/pull/40 (1.3.3-GTNH) +> * Dev by @Dream-Master in https://github.com/GTNewHorizons/WitchingGadgets/pull/41 (1.3.2-GTNH) +> * Fix terra primordial regen by @chochem in https://github.com/GTNewHorizons/WitchingGadgets/pull/42 (1.3.2-GTNH) +> * Dev by @Dream-Master in https://github.com/GTNewHorizons/WitchingGadgets/pull/41 (1.3.1-GTNH-pre) +> * Fix item equality check by @D-Cysteine in https://github.com/GTNewHorizons/WitchingGadgets/pull/39 (1.3.0-GTNH) +> * Transfer coremod from ASM to Mixins by @Alexdoru in https://github.com/GTNewHorizons/WitchingGadgets/pull/38 (1.2.27-GTNH) +> +>## New Contributors +> * @kumquat-ir made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/43 (1.3.4-GTNH) +> * @Sheodar made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/40 (1.3.3-GTNH) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/41 (1.3.2-GTNH) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/42 (1.3.2-GTNH) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/41 (1.3.1-GTNH-pre) +> * @D-Cysteine made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/39 (1.3.0-GTNH) +> + +# Updated Yamcl (0.5.84@Side.BOTH --> 0.5.86@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Yamcl/compare/0.5.81...0.5.86 + +# Updated ae2stuff (0.5.1.15-GTNH@Side.BOTH --> 0.5.7-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ae2stuff/compare/0.5.1.14-GTNH...0.5.7-GTNH +>## What's Changed +> * Add new textures for wireless coloring by @firenoo in https://github.com/GTNewHorizons/ae2stuff/pull/15 (0.5.7-GTNH) +> * Fix packet sending a list of useless info by @firenoo in https://github.com/GTNewHorizons/ae2stuff/pull/13 (0.5.6-GTNH) +> * Fix wireless connectors not updating their color by @firenoo in https://github.com/GTNewHorizons/ae2stuff/pull/12 (0.5.5-GTNH) +> * Feature/colors and names by @firenoo in https://github.com/GTNewHorizons/ae2stuff/pull/11 (0.5.4-GTNH) +> * Code cleanup by @chill-was-taken in https://github.com/GTNewHorizons/ae2stuff/pull/10 (0.5.2-GTNH) +> * Spotless apply for branch feature/ghostloading for #8 by @github-actions in https://github.com/GTNewHorizons/ae2stuff/pull/9 (0.5.1.16-GTNH) +> * Prevent ghostloading by @repo-alt in https://github.com/GTNewHorizons/ae2stuff/pull/8 (0.5.1.16-GTNH) +> * Fix waila data not accounting for AE2 power modifier by @Glease in https://github.com/GTNewHorizons/ae2stuff/pull/6 (0.5.1.15-GTNH) +> * Fix wireless energy consumption by @GTNH-Colen in https://github.com/GTNewHorizons/ae2stuff/pull/7 (0.5.1.15-GTNH) +> +>## New Contributors +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/ae2stuff/pull/11 (0.5.4-GTNH) +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/ae2stuff/pull/10 (0.5.2-GTNH) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/ae2stuff/pull/9 (0.5.1.16-GTNH) +> * @Glease made their first contribution in https://github.com/GTNewHorizons/ae2stuff/pull/6 (0.5.1.15-GTNH) +> + +# New Mod - amunra (0.4.36@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/amunra/commits/0.4.36 +>## What's Changed +> * Fix fluid handling related crash by @eigenraven in https://github.com/GTNewHorizons/amunra/pull/28 (0.4.36) +> * Add Mothership Mass Override by @glowredman in https://github.com/GTNewHorizons/amunra/pull/27 (0.4.35) +> * Remove offline kick if hodgepodge is loaded by @Caedis in https://github.com/GTNewHorizons/amunra/pull/26 (0.4.34) +> * Fix missing Textures by @glowredman in https://github.com/GTNewHorizons/amunra/pull/23 (0.4.32) +> * Fix all Players not on a Mothership being kicked if it ends Transit by @glowredman in https://github.com/GTNewHorizons/amunra/pull/24 (0.4.32) +> * Prevent NPEs by @glowredman in https://github.com/GTNewHorizons/amunra/pull/20 (0.4.31) +> * Make the Coolant used in Ion Engines configurable by @glowredman in https://github.com/GTNewHorizons/amunra/pull/22 (0.4.31) +> * Fix oredict for spodumene ore by @chochem in https://github.com/GTNewHorizons/amunra/pull/19 (0.4.30) +> * Add compat to electricity/fluid slots by @glowredman in https://github.com/GTNewHorizons/amunra/pull/18 (0.4.29) +> * Move Amun-Ra system far away from solar system by @glowredman in https://github.com/GTNewHorizons/amunra/pull/17 (0.4.27) +> * Fix the dataWatcher casting error by @Hikari1nVoid in https://github.com/GTNewHorizons/amunra/pull/16 (0.4.26) +> * Some Bugfixes by @glowredman in https://github.com/GTNewHorizons/amunra/pull/15 (0.4.23) +> * Spotless apply for branch nhify for #13 by @github-actions in https://github.com/GTNewHorizons/amunra/pull/14 (0.4.18) +> * Only register recipes if NH Core is loaded by @glowredman in https://github.com/GTNewHorizons/amunra/pull/13 (0.4.18) +> * Move offline-check to init by @glowredman in https://github.com/GTNewHorizons/amunra/pull/12 (0.4.17) +> * Make Jet Engine fuel configurable by @glowredman in https://github.com/GTNewHorizons/amunra/pull/11 (0.4.16) +> * Fix two NPEs by @glowredman in https://github.com/GTNewHorizons/amunra/pull/10 (0.4.15) +> * A lot of cleanup by @glowredman in https://github.com/GTNewHorizons/amunra/pull/9 (0.4.14) +> * Allow offline servers in dev env by @glowredman in https://github.com/GTNewHorizons/amunra/pull/8 (0.4.13) +> * Spotless apply for branch fixes for #6 by @github-actions in https://github.com/GTNewHorizons/amunra/pull/7 (0.4.12) +> * Various Fixes by @glowredman in https://github.com/GTNewHorizons/amunra/pull/6 (0.4.12) +> * Fix duplicate channel name by @glowredman in https://github.com/GTNewHorizons/amunra/pull/2 (0.4.11) +> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/amunra/pull/3 (0.4.11) +> * Spotless apply for branch dev for #4 by @github-actions in https://github.com/GTNewHorizons/amunra/pull/5 (0.4.11) +> * Various Fixes by @glowredman in https://github.com/GTNewHorizons/amunra/pull/4 (0.4.11) +> * Migrate to new buildscript by @glowredman in https://github.com/GTNewHorizons/amunra/pull/1 (0.4.10) +> +>## New Contributors +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/amunra/pull/28 (0.4.36) +> * @Caedis made their first contribution in https://github.com/GTNewHorizons/amunra/pull/26 (0.4.34) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/amunra/pull/19 (0.4.30) +> * @Hikari1nVoid made their first contribution in https://github.com/GTNewHorizons/amunra/pull/16 (0.4.26) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/amunra/pull/5 (0.4.11) +> + +# Updated bartworks (0.5.164@Side.BOTH --> 0.7.39@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/bartworks/compare/0.5.163...0.7.39 >## What's Changed +> * Change Infinity to Neutronium in alternate High Density recipes by @S4mpsa in https://github.com/GTNewHorizons/bartworks/pull/353 (0.7.39) +> * Don't lazily initialize EIC recipemap by @miozune in https://github.com/GTNewHorizons/bartworks/pull/350 (0.7.38) +> * Disable crafting me buffer on CAL to stop CAL being formed with 2 slices by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/351 (0.7.37) +> * Use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/348 (0.7.36) +> * Fix MOC crashing when being placed by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/347 (0.7.35) +> * Remove AbstractedStack by @miozune in https://github.com/GTNewHorizons/bartworks/pull/346 (0.7.34) +> * Update dependencies.gradle by @Dream-Master in https://github.com/GTNewHorizons/bartworks/pull/343 (0.7.33) +> * Fix MEBF calculating twice and not using its parallel for eut use. MOC for wrong discount by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/344 (0.7.33) +> * Enable Batch mode on Bio Vat by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/345 (0.7.33) +> * Plutonium fix by @chochem in https://github.com/GTNewHorizons/bartworks/pull/342 (0.7.32) +> * Swap Void Miner and T4 MBM recipe frames by @Lyfts in https://github.com/GTNewHorizons/bartworks/pull/341 (0.7.31) +> * Implement generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/bartworks/pull/340 (0.7.30) +> * Migrate findRecipe method by @miozune in https://github.com/GTNewHorizons/bartworks/pull/338 (0.7.27) +> * Buff Output of Oganesson Fusion Recipe by 5x by @Steelux8 in https://github.com/GTNewHorizons/bartworks/pull/335 (0.7.26) +> * Fix non-positive TiC tool stats by @miozune in https://github.com/GTNewHorizons/bartworks/pull/339 (0.7.24) +> * Use the right LuV material for CAL by @chochem in https://github.com/GTNewHorizons/bartworks/pull/337 (0.7.21-pre) +> * Ebf Noble Gas Overhaul by @chochem in https://github.com/GTNewHorizons/bartworks/pull/336 (0.7.20) +> * Use the right LuV material for CAL by @chochem in https://github.com/GTNewHorizons/bartworks/pull/337 (0.7.20) +> * Ebf Noble Gas Overhaul by @chochem in https://github.com/GTNewHorizons/bartworks/pull/336 (0.7.19-pre) +> * Update PlatinumSludgeOverHaul.java by @Runakai1 in https://github.com/GTNewHorizons/bartworks/pull/334 (0.7.17) +> * Fix controller voltages by @GDCloudstrike in https://github.com/GTNewHorizons/bartworks/pull/332 (0.7.16) +> * butcher eic recipe time by @POPlol333 in https://github.com/GTNewHorizons/bartworks/pull/331 (0.7.15) +> * Fix version replacement by @miozune in https://github.com/GTNewHorizons/bartworks/pull/330 (0.7.14) +> * Update to new void protection API & implement it for some multi by @miozune in https://github.com/GTNewHorizons/bartworks/pull/329 (0.7.14) +> * Move Ross128 system out a bit again by @glowredman in https://github.com/GTNewHorizons/bartworks/pull/328 (0.7.12) +> * Fix neutronium machine block registration by @greesyB in https://github.com/GTNewHorizons/bartworks/pull/327 (0.7.11) +> * change tooltip to be clearer by @MeiTianyou in https://github.com/GTNewHorizons/bartworks/pull/326 (0.7.10) +> * Void Miner: Don't suggest muffler/data access hatch in BlockRenderer by @Fiyorin in https://github.com/GTNewHorizons/bartworks/pull/325 (0.7.9) +> * Add eternity mhdcsm recipes by @GDCloudstrike in https://github.com/GTNewHorizons/bartworks/pull/324 (0.7.8) +> * Move Ross128 system closer to solar system by @glowredman in https://github.com/GTNewHorizons/bartworks/pull/323 (0.7.7) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/bartworks/pull/322 (0.7.6) +> * Migrate to FluidSlotWidget by @miozune in https://github.com/GTNewHorizons/bartworks/pull/321 (0.7.5) +> * Remove LuVtier enhancements by @chochem in https://github.com/GTNewHorizons/bartworks/pull/320 (0.7.4) +> * Fix NPE with Radio Hatch by @miozune in https://github.com/GTNewHorizons/bartworks/pull/317 (0.7.2) +> * add channels to mega oil cracker by @kstvr32 in https://github.com/GTNewHorizons/bartworks/pull/319 (0.7.2) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/bartworks/pull/316 (0.7.1) +> * Allow scanners to display heat of MEBFs. by @MarchingCube in https://github.com/GTNewHorizons/bartworks/pull/315 (0.6.16) +> * Add oredicts for diode and inductor for 2A-16A diode by @chochem in https://github.com/GTNewHorizons/bartworks/pull/314 (0.6.15) +> * Fix Materials by @Dream-Master in https://github.com/GTNewHorizons/bartworks/pull/313 (0.6.13) +> * Remove incorrect blockglass oredict on botania glass panes by @chochem in https://github.com/GTNewHorizons/bartworks/pull/312 (0.6.11) +> * EIC - Fix overclock and support void protection by @greesyB in https://github.com/GTNewHorizons/bartworks/pull/311 (0.6.10) +> * Cleanup by @boubou19 in https://github.com/GTNewHorizons/bartworks/pull/308 (0.6.8) +> * EIC improvements - Tiered parallel, survival construct support, batch mode by @greesyB in https://github.com/GTNewHorizons/bartworks/pull/310 (0.6.8) +> * Add Waila Support for Imprinted CAL by @LewisSaber in https://github.com/GTNewHorizons/bartworks/pull/309 (0.6.8) +> * Added imprinted circuit to CAL tooltip by @minecraft7771 in https://github.com/GTNewHorizons/bartworks/pull/307 (0.6.7) +> * Add living bio chip wrap by @GDCloudstrike in https://github.com/GTNewHorizons/bartworks/pull/306 (0.6.6) +> * Add Humongous input hatch by @GDCloudstrike in https://github.com/GTNewHorizons/bartworks/pull/304 (0.6.5) +> * Remove osmiridium replacement by @chochem in https://github.com/GTNewHorizons/bartworks/pull/303 (0.6.3) > * optimization bacterial vat by @Zereff06 in https://github.com/GTNewHorizons/bartworks/pull/302 (0.6.2) > * Remove Extreme Industrial Greenhouse from BW (moved to KubaTech) by @kuba6000 in https://github.com/GTNewHorizons/bartworks/pull/301 (0.6.1) > * Remove silliness with the muffler hatches on the MBF by @boubou19 in https://github.com/GTNewHorizons/bartworks/pull/299 (0.6.0) @@ -432,12 +2979,35 @@ > * remove enumhelper towards OrePrefixes and force gtnh gt by @Glease in https://github.com/GTNewHorizons/bartworks/pull/298 (0.5.164) > >## New Contributors +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/341 (0.7.31) +> * @Runakai1 made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/334 (0.7.17) +> * @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/326 (0.7.10) +> * @Fiyorin made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/325 (0.7.9) +> * @kstvr32 made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/319 (0.7.2) +> * @MarchingCube made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/315 (0.6.16) > * @Zereff06 made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/302 (0.6.2) > -# Updated lwjgl3ify (1.1.38@BOTH_JAVA9 --> 1.3.0@BOTH_JAVA9) -**Full Changelog**: https://github.com/GTNewHorizons/lwjgl3ify/compare/1.1.37...1.3.0 +# Updated harvestcraft (1.0.21-GTNH@Side.BOTH --> 1.1.1-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/harvestcraft/compare/1.0.20-GTNH...1.1.1-GTNH >## What's Changed +> * Fix some juice items not having oredict listAlljuice by @miozune in https://github.com/GTNewHorizons/harvestcraft/pull/47 (1.1.1-GTNH) +> * Make pie recipes shaped to avoid tofu conflicts by @Pxx500 in https://github.com/GTNewHorizons/harvestcraft/pull/45 (1.1.0-GTNH) +> * Fix some smoothies not having oredict listAllsmoothie by @miozune in https://github.com/GTNewHorizons/harvestcraft/pull/44 (1.0.21-GTNH) +> +>## New Contributors +> * @Pxx500 made their first contribution in https://github.com/GTNewHorizons/harvestcraft/pull/45 (1.1.0-GTNH) +> + +# Updated lwjgl3ify (1.1.38@Side.BOTH_JAVA9 --> 1.4.2@Side.BOTH_JAVA9) +**Full Changelog**: https://github.com/GTNewHorizons/lwjgl3ify/compare/1.1.37...1.4.2 +>## What's Changed +> * Fix mouse delta inputs by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/70 (1.4.2) +> * Add extensible enum for Et Futurum Requiem by @miozune in https://github.com/GTNewHorizons/lwjgl3ify/pull/62 (1.3.7) +> * Don't spam log when hotswap by @miozune in https://github.com/GTNewHorizons/lwjgl3ify/pull/59 (1.3.6) +> * LWJGL 3.3.2 stable update by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/58 (1.3.5) +> * Add extensible enums for reika's mods by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/53 (1.3.4) +> * Delayed key release fix by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/52 (1.3.3) > * Use Unimixins instead of GTNHMixins by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/49 (1.3.0) > * Add a HotSwapAgent plugin to rerun asm transformers on hotswap by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/46 (1.2.2) > * Major Keyboard input rewrite, IME support on par with modern vanilla by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/43 (1.2.0) @@ -448,13 +3018,68 @@ > * Revert the glColor3ub hack by @pftbest in https://github.com/GTNewHorizons/lwjgl3ify/pull/30 (1.1.39) > >## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/lwjgl3ify/pull/59 (1.3.6) > * @kappa-maintainer made their first contribution in https://github.com/GTNewHorizons/lwjgl3ify/pull/33 (1.1.43) > * @eigenraven made their first contribution in https://github.com/GTNewHorizons/lwjgl3ify/pull/40 (1.1.43) > -# Updated thaumicinsurgence (0.1.4@BOTH --> 0.2.2@BOTH) -**Full Changelog**: https://github.com/GTNewHorizons/thaumicinsurgence/compare/0.1.3...0.2.2 +# Updated nei-custom-diagram (1.5.1@Side.BOTH --> 1.5.11@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/nei-custom-diagram/compare/1.5.0...1.5.11 +>## What's Changed +> * Fix diagram drawing in recipe tooltips by @eigenraven in https://github.com/GTNewHorizons/nei-custom-diagram/pull/28 (1.5.11) +> * Make horizontal scrolling using the scrollwheel work again by @wlhlm in https://github.com/GTNewHorizons/nei-custom-diagram/pull/27 (1.5.10) +> * Prevent custom diagrams from overriding NEI tab scrolling by @wlhlm in https://github.com/GTNewHorizons/nei-custom-diagram/pull/26 (1.5.7) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/nei-custom-diagram/pull/25 (1.5.5) +> * Fix NPE with an itemstack with a null item by @eigenraven in https://github.com/GTNewHorizons/nei-custom-diagram/pull/23 (1.5.4) +> * Merge v1.5.4 from upstream by @D-Cysteine in https://github.com/GTNewHorizons/nei-custom-diagram/pull/24 (1.5.4) +> * v1.5.2 by @D-Cysteine in https://github.com/GTNewHorizons/nei-custom-diagram/pull/22 (1.5.3) +> * Minor fix for item permutation logic by @D-Cysteine in https://github.com/GTNewHorizons/nei-custom-diagram/pull/21 (1.5.1) +> +>## New Contributors +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/nei-custom-diagram/pull/26 (1.5.7) +> + +# Updated thaumicinsurgence (0.1.4@Side.BOTH --> 0.2.6@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/thaumicinsurgence/compare/0.1.3...0.2.6 >## What's Changed +> * Make Insurgence's Lore a Little Less Cringe by @Alastors in https://github.com/GTNewHorizons/thaumicinsurgence/pull/30 (0.2.6) +> * Fixing the one typo and awkward paragraph by @Alastors in https://github.com/GTNewHorizons/thaumicinsurgence/pull/31 (0.2.6) +> * fixing previous mistake by @Alastors in https://github.com/GTNewHorizons/thaumicinsurgence/pull/27 (0.2.5) +> * dep bump by @chochem in https://github.com/GTNewHorizons/thaumicinsurgence/pull/25 (0.2.3) +> * Update dependencies.gradle by @Dream-Master in https://github.com/GTNewHorizons/thaumicinsurgence/pull/26 (0.2.3) > * Ugh, accidently made main again by @Alastors in https://github.com/GTNewHorizons/thaumicinsurgence/pull/24 (0.1.4) > +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/thaumicinsurgence/pull/25 (0.2.3) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/thaumicinsurgence/pull/26 (0.2.3) +> + +# Updated twilightforest (2.3.8.18@Side.BOTH --> 2.4.5@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/twilightforest/compare/2.3.8.17...2.4.5 +>## What's Changed +> * Improve castle doors by @kumquat-ir in https://github.com/GTNewHorizons/twilightforest/pull/27 (2.4.5) +> * Harmonize color weights for bighorns, fix missing black color by @Dream-Master in https://github.com/GTNewHorizons/twilightforest/pull/24 (2.4.4) +> * Jabel, Generic injection and automatic code cleanup by @eigenraven in https://github.com/GTNewHorizons/twilightforest/pull/21 (2.4.3) +> * Fix not recognizing indirect player damage like from bows and crossbows by @eigenraven in https://github.com/GTNewHorizons/twilightforest/pull/20 (2.4.2) +> * bandaid fix for terrain gen NPE by @Glease in https://github.com/GTNewHorizons/twilightforest/pull/19 (2.4.0) +> * Fix tremendous lag from dropped item entitites by @Alexdoru in https://github.com/GTNewHorizons/twilightforest/pull/18 (2.3.8.18) +> +>## New Contributors +> * @kumquat-ir made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/27 (2.4.5) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/24 (2.4.4) +> * @Glease made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/19 (2.4.0) +> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/18 (2.3.8.18) +> + +# Updated waila (1.5.24@Side.BOTH --> 1.6.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/waila/compare/1.5.23...1.6.0 +>## What's Changed +> * Fixing dependencies.gradle by @Cardinalstars in https://github.com/GTNewHorizons/waila/pull/12 (1.6.0) +> * Update buildscript, dependencies and repositories. by @eigenraven in https://github.com/GTNewHorizons/waila/pull/10 (1.5.24) +> * Use Aspect's name instead of tag by @glowredman in https://github.com/GTNewHorizons/waila/pull/11 (1.5.24) +> +>## New Contributors +> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/waila/pull/12 (1.6.0) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/waila/pull/10 (1.5.24) +> diff --git a/releases/manifests/nightly.json b/releases/manifests/nightly.json index 247ccec7..599b5531 100644 --- a/releases/manifests/nightly.json +++ b/releases/manifests/nightly.json @@ -1,8 +1,8 @@ { "version": "nightly", - "last_version": "2.3.7", - "last_updated": "2023-08-28T19:18:00.889521", - "config": "2.3.8-nightly-2023-08-25", + "last_version": "2.3.0", + "last_updated": "2023-08-28T19:27:08.699211", + "config": "2.4.0-RC1", "github_mods": { "AdventureBackpack2": { "version": "1.0.14-GTNH", From 910fc643c1b1bd7841232a0889a63b8bb1884472 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Mon, 28 Aug 2023 21:31:28 +0200 Subject: [PATCH 38/38] update 2.4.1-RC-1 --- gtnh-modpack.json | 1 + .../changelog from 2.3.0 to 2.4.0-RC-1.md | 3085 +++++++++++++++++ releases/manifests/2.4.0-RC-1.json | 986 ++++++ releases/readmes/README_2.4.0-RC-1.MD | 494 +++ 4 files changed, 4566 insertions(+) create mode 100644 releases/changelogs/changelog from 2.3.0 to 2.4.0-RC-1.md create mode 100644 releases/manifests/2.4.0-RC-1.json create mode 100644 releases/readmes/README_2.4.0-RC-1.MD diff --git a/gtnh-modpack.json b/gtnh-modpack.json index 5cbb8d91..ba8c7f2e 100644 --- a/gtnh-modpack.json +++ b/gtnh-modpack.json @@ -26,6 +26,7 @@ "2.3.5", "2.3.6", "2.3.7", + "2.4.0-RC-1", "nightly" ], "server_exclusions": [ diff --git a/releases/changelogs/changelog from 2.3.0 to 2.4.0-RC-1.md b/releases/changelogs/changelog from 2.3.0 to 2.4.0-RC-1.md new file mode 100644 index 00000000..6b4b5d89 --- /dev/null +++ b/releases/changelogs/changelog from 2.3.0 to 2.4.0-RC-1.md @@ -0,0 +1,3085 @@ +# New Mods: +> * AlchemyGrate +> * BeeBetterAtBees-GTNH +> * Default-Configs +> * DuraDisplay +> * GTNH-Intergalactic +> * Mobs-Info +> * Nutrition +> * ThaumicBoots +> * UniMixins +> * amunra +# Mods Removed: +> * BeeBetterAtBees +> * ExtraCells2 +> * GTNHMixins +> * Mixingasm +# Updated AE2FluidCraft-Rework (1.0.92-gtnh@Side.BOTH --> 1.1.41-gtnh@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AE2FluidCraft-Rework/compare/1.0.91-gtnh...1.1.41-gtnh +>## What's Changed +> * Revert fluid animation fix for Quartz Tank to mitigate FPS issue by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/157 (1.1.41-gtnh) +> * Fix gt++ fluid cells not extracting properly by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/156 (1.1.40-gtnh) +> * Fix Crafting Input Bus Compatibility & fix general bugs by @foxwhite25 in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/154 (1.1.39-gtnh) +> * A collection of fixes by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/152 (1.1.38-gtnh) +> * Fix doubling fluids for real now by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/153 (1.1.38-gtnh) +> * Fix fluid stack not doubling by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/151 (1.1.37-gtnh) +> * Lazy monitor updates by @eigenraven in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/150 (1.1.36-gtnh) +> * Add null check for retrieving tank info by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/145 (1.1.35-gtnh) +> * Update ru_RU.lang by @StrangeMan1580 in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/146 (1.1.35-gtnh) +> * Add pattern doubling to ae2fc terminals by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/148 (1.1.35-gtnh) +> * Update zh_CN.lang by @DancingSnow0517 in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/147 (1.1.35-gtnh) +> * Save search string when search unfocuses by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/149 (1.1.35-gtnh) +> * Render drops as fluids in GuiCraftConfirm by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/144 (1.1.34-gtnh) +> * Register dual p2p interface for pattern capacity upgrade by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/143 (1.1.33-gtnh) +> * Add the dual P2P interface by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/139 (1.1.32-gtnh) +> * Fix typo "encoded" pattern by @Eraldoe in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/141 (1.1.30-gtnh) +> * Fix another typo by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/142 (1.1.30-gtnh) +> * Spotless apply for branch feature/p2p_di for #139 by @github-actions in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/140 (1.1.29-gtnh-pre) +> * Untangle Baubles hard dependency and skip on unmapped items/blocks by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/137 (1.1.27-gtnh) +> * Spotless apply for branch fix/untangle_baubles for #137 by @github-actions in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/138 (1.1.26-gtnh-pre) +> * Fix modulate/sim bug by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/135 (1.1.25-gtnh) +> * Fix fluid texture animation by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/136 (1.1.25-gtnh) +> * Changed craft amount config ref from priority to crafting amount by @minecraft7771 in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/134 (1.1.24-gtnh) +> * Code cleanup by @chill-was-taken in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/133 (1.1.22-gtnh) +> * Update APIs by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/130 (1.1.21-gtnh) +> * Fix NPE with FCStackStringifyHandler by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/129 (1.1.20-gtnh) +> * ForgeDirection fix & update dependencies by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/128 (1.1.19-gtnh) +> * Fix fluid animation with Hodgepodge loaded by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/126 (1.1.18-gtnh) +> * Show detailed fluid amount tooltip for Fluid Drop and Packet item by @miozune in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/127 (1.1.18-gtnh) +> * More ec2 mappings by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/124 (1.1.16-gtnh) +> * Add support for the Advanced Blocking Card to Dual Interfaces by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/123 (1.1.15-gtnh) +> * Fix FluidContainerRegistry interactions w/ Certus Quart Tank by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/122 (1.1.14-gtnh) +> * Allow all 63 partition items to be used for fluid cells by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/121 (1.1.14-gtnh) +> * Add mappings for most important Extra Cells items by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/115 (1.1.14-gtnh) +> * Fix fluid export bus voiding fluids on crafting only mode by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/120 (1.1.14-gtnh) +> * Add null check for tanks by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/118 (1.1.9-gtnh) +> * Add null check when determining potential tanks to import by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/116 (1.1.8-gtnh) +> * fix by @Dream-Master in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/117 (1.1.8-gtnh) +> * Quantum fluid cell fix by @chochem in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/114 (1.1.7-gtnh) +> * Network throttle: Force ME update packets to be sent once every N ms. by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/110 (1.1.7-gtnh) +> * Fix fluid terminal interactions by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/111 (1.1.7-gtnh) +> * Quantum fluid cell fix by @chochem in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/114 (1.1.6-gtnh-pre) +> * Split large packets up by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/107 (1.1.4-gtnh-pre) +> * Fix fluid terminal interactions by @Dream-Master in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/112 (1.1.3-gtnh-pre) +> * Split large packets up by @firenoo in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/107 (1.1.2-gtnh) +> * Add unlocalized names to fluid drops&packets by @eigenraven in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/105 (1.1.0-gtnh) +> * craft confirm screen add cpu select support by @asdflj in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/99 (1.0.95-gtnh) +> * fc terminal add type filter by @asdflj in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/98 (1.0.94-gtnh) +> * fix fc pattern terminal shift click will use not support item to fill slot by @asdflj in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/103 (1.0.92-gtnh) +> +>## New Contributors +> * @foxwhite25 made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/154 (1.1.39-gtnh) +> * @StrangeMan1580 made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/146 (1.1.35-gtnh) +> * @DancingSnow0517 made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/147 (1.1.35-gtnh) +> * @Eraldoe made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/141 (1.1.30-gtnh) +> * @minecraft7771 made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/134 (1.1.24-gtnh) +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/133 (1.1.22-gtnh) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/126 (1.1.18-gtnh) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/114 (1.1.7-gtnh) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/114 (1.1.6-gtnh-pre) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/107 (1.1.4-gtnh-pre) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/AE2FluidCraft-Rework/pull/107 (1.1.2-gtnh) +> + +# Updated AdventureBackpack2 (1.0.9-GTNH@Side.BOTH --> 1.0.14-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AdventureBackpack2/compare/1.0.8-GTNH...1.0.14-GTNH +>## What's Changed +> * Refactoring and pruning by @chill-was-taken in https://github.com/GTNewHorizons/AdventureBackpack2/pull/15 (1.0.14-GTNH) +> * Fix hight step break boots from other mods by @Pilzinsel64 in https://github.com/GTNewHorizons/AdventureBackpack2/pull/13 (1.0.12-GTNH) +> * Fix unequipping Piston Boots with armor stand not resets step height #12780 by @r1tsuu in https://github.com/GTNewHorizons/AdventureBackpack2/pull/12 (1.0.9-GTNH) +> +>## New Contributors +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/AdventureBackpack2/pull/15 (1.0.14-GTNH) +> * @Pilzinsel64 made their first contribution in https://github.com/GTNewHorizons/AdventureBackpack2/pull/13 (1.0.12-GTNH) +> * @r1tsuu made their first contribution in https://github.com/GTNewHorizons/AdventureBackpack2/pull/12 (1.0.9-GTNH) +> + +# New Mod - AlchemyGrate (1.0.3-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AlchemyGrate/commits/1.0.3-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) +> * Gregfing the recipe by @EnderProyects in https://github.com/GTNewHorizons/AlchemyGrate/pull/2 (1.0.2-GTNH) +> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/AlchemyGrate/pull/1 (1.0.1-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) +> * @EnderProyects made their first contribution in https://github.com/GTNewHorizons/AlchemyGrate/pull/2 (1.0.2-GTNH) +> * @glowredman made their first contribution in https://github.com/GTNewHorizons/AlchemyGrate/pull/1 (1.0.1-GTNH) +> + +# Updated AppleCore (3.2.10@Side.BOTH --> 3.2.11@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AppleCore/compare/3.2.9...3.2.11 +>## What's Changed +> * Fix FoodStats crash with Thermos by @miozune in https://github.com/GTNewHorizons/AppleCore/pull/27 (3.2.11) +> * Add tooltip to NEI bookmark panel by @miozune in https://github.com/GTNewHorizons/AppleCore/pull/25 (3.2.10) +> * Fix bug : not reading the config file by @Alexdoru in https://github.com/GTNewHorizons/AppleCore/pull/24 (3.2.10) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/AppleCore/pull/25 (3.2.10) +> + +# Updated Applied-Energistics-2-Unofficial (rv3-beta-175-GTNH@Side.BOTH --> rv3-beta-250-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/compare/rv3-beta-174-GTNH...rv3-beta-250-GTNH +>## What's Changed +> * Fix some GUIs not accepting numpad enter key by @miozune in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/380 (rv3-beta-250-GTNH) +> * Update buildscript by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/377 (rv3-beta-249-GTNH) +> * Drop static P2Ps as they are, not ME P2Ps by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/375 (rv3-beta-248-GTNH) +> * Crafting input interface terminal supports by @harrynull in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/368 (rv3-beta-247-GTNH) +> * Lazily fill out the ItemList for network delta updates by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/363 (rv3-beta-246-GTNH) +> * Fix overflow because arithmetic used more than 33 bits by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/365 (rv3-beta-244-GTNH) +> * Move cursor to the end when initializing text field by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/366 (rv3-beta-244-GTNH) +> * Remove backbone recipes and add deprecation tooltip by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/367 (rv3-beta-244-GTNH) +> * Allow the color applicator to work with any IColourableTile by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/364 (rv3-beta-243-GTNH) +> * Implement in-place pattern doubling by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/362 (rv3-beta-241-GTNH) +> * Nerf Interface P2P Cost by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/356 (rv3-beta-240-GTNH) +> * Fix texture for Hyper-Acceleration Card by @miozune in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/359 (rv3-beta-239-GTNH) +> * Add the CraftingMode selection button and draw the icon by @wohaopa in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/357 (rv3-beta-238-GTNH-pre) +> * Add the CraftingMode selection button and draw the icon by @wohaopa in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/357 (rv3-beta-237-GTNH) +> * Fix some nodes being blocked from updating at all by @tth05 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/353 (rv3-beta-235-GTNH) +> * Revert "p2p rebooting the network (#329)" by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/354 (rv3-beta-234-GTNH) +> * Buff interface throughput by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/350 (rv3-beta-231-GTNH) +> * Config for renaming input length by @minecraft7771 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/348 (rv3-beta-230-GTNH) +> * Fix quartz knife cursor position by @minecraft7771 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/349 (rv3-beta-230-GTNH) +> * API: Add simple item render overlay hook for duradisplay by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/342 (rv3-beta-229-GTNH) +> * PreCrafting mode to add crafting plans when items missing by @wohaopa in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/341 (rv3-beta-228-GTNH) +> * AE2 Wireless Access Point Incorrect Energy Usage Display by @repo-alt in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/343 (rv3-beta-227-GTNH) +> * Change editorconfig + Fix blocking mode config channel by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/339 (rv3-beta-226-GTNH) +> * p2p rebooting the network by @repo-alt in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/329 (rv3-beta-226-GTNH) +> * Add lighting to the attrib matrix to fix lighting disabled bug by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/337 (rv3-beta-225-GTNH) +> * GuiCraftConfirm Tall Mode now depends on tall terminal config by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/335 (rv3-beta-224-GTNH) +> * Optimize craft execution with many co-processors by @greesyB in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/334 (rv3-beta-223-GTNH) +> * Crafting tree zoom and screenshot by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/332 (rv3-beta-222-GTNH) +> * Spotless apply for branch feature/networkRebooting for #329 by @github-actions in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/331 (rv3-beta-219-GTNH-pre) +> * Add enough API to make NEE no longer require asming into ae2 by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/326 (rv3-beta-217-GTNH) +> * Feature Configs by @DrParadox7 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/325 (rv3-beta-216-GTNH) +> * Use interface instead of class for generalization by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/323 (rv3-beta-215-GTNH) +> * AE API: Add a method to blacklist items/provide filters based on item/fluid by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/322 (rv3-beta-214-GTNH) +> * Forge direction backwards compat by @greesyB in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/320 (rv3-beta-213-GTNH) +> * Fix ME Chest storage bus integration by @greesyB in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/318 (rv3-beta-212-GTNH) +> * Add check for adjacent interfaces that are part of same network by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/319 (rv3-beta-212-GTNH) +> * Update de_DE.lang - translate storage cells & storage components by @Pilzinsel64 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/316 (rv3-beta-211-GTNH) +> * Split crafting tree data packets into 1MB chunks and only limit max crafting steps on dedicated servers by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/314 (rv3-beta-210-GTNH) +> * ForgeDirection fix & update dependencies by @miozune in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/315 (rv3-beta-208-GTNH) +> * Fullscreen crafting tree and tall crafting list by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/313 (rv3-beta-206-GTNH) +> * ru translate by @Quetz4l in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/312 (rv3-beta-205-GTNH) +> * Hotfix: Pattern Refiller by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/311 (rv3-beta-204-GTNH) +> * Hotfix: Make the interface part work with adv. blocking card by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/310 (rv3-beta-203-GTNH) +> * Feature: Add Advanced Blocking Card for interfaces by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/308 (rv3-beta-202-GTNH) +> * Enable generics injection & Jabel & code cleanup by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/307 (rv3-beta-201-GTNH) +> * Fall back to the default icon provider if null is returned from ICraftingIconProvider, handle renamed interfaces in the crafting tree view by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/306 (rv3-beta-200-GTNH) +> * Add a blank pattern refill upgrade to the pattern terminals by @repo-alt in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/305 (rv3-beta-200-GTNH) +> * Dep by @Dream-Master in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/302 (rv3-beta-198-GTNH-pre) +> * Fix crash with Ars Magica by @miozune in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/304 (rv3-beta-198-GTNH-pre) +> * Fix crash with Ars Magica by @miozune in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/304 (rv3-beta-197-GTNH) +> * Dep by @Dream-Master in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/302 (rv3-beta-196-GTNH) +> * Allow null in part deprecation to "skip" migration by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/299 (rv3-beta-195-GTNH) +> * Crafting tree view by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/283 (rv3-beta-193-GTNH) +> * Revert commit 84574778291f54e4bf32e545fd8d49c2e8d8f624 by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/295 (rv3-beta-190-GTNH) +> * Revert commit 84574778291f54e4bf32e545fd8d49c2e8d8f624 by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/295 (rv3-beta-188-GTNH) +> * Optimize how the ME terminals are updated. by @Dream-Master in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/293 (rv3-beta-186-GTNH-pre) +> * sanity checks for `CraftingLinkNexsus.isDead()` by @Pilzinsel64 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/292 (rv3-beta-185-GTNH) +> * Don't prevent GridNode from destroying by @Pilzinsel64 in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/289 (rv3-beta-184-GTNH) +> * Quickfix for sorting to retain consistency w/ prev behavior by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/288 (rv3-beta-183-GTNH) +> * Uncap ME chest stack size by @greesyB in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/286 (rv3-beta-182-GTNH) +> * Sorter cleanup by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/287 (rv3-beta-182-GTNH) +> * FMP support fixed by @repo-alt in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/282 (rv3-beta-181-GTNH) +> * Fix NPE when viewing the crafting status without any CPUs by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/279 (rv3-beta-180-GTNH) +> * Make PartP2PTunnel#getTypeTexture() public by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/278 (rv3-beta-179-GTNH) +> * Copy interface settings, storage, and upgrades for p2p rebind by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/265 (rv3-beta-179-GTNH) +> * Trim arrays to size after mutations for memory savings by @eigenraven in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/277 (rv3-beta-177-GTNH) +> * Add type filter (item/fluid) toggle to the terminal by @asdflj in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/262 (rv3-beta-176-GTNH) +> * Deprecation updates by @firenoo in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/276 (rv3-beta-175-GTNH) +> +>## New Contributors +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/368 (rv3-beta-247-GTNH) +> * @tth05 made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/353 (rv3-beta-235-GTNH) +> * @minecraft7771 made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/348 (rv3-beta-230-GTNH) +> * @wohaopa made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/341 (rv3-beta-228-GTNH) +> * @DrParadox7 made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/325 (rv3-beta-216-GTNH) +> * @Quetz4l made their first contribution in https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/pull/312 (rv3-beta-205-GTNH) +> + +# Updated ArchitectureCraft (1.7.6@Side.BOTH --> 1.8.6@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ArchitectureCraft/compare/1.7.5...1.8.6 +>## What's Changed +> * Fixes to Shift Click Behavior in the Sawbench by @Superfrogman98 in https://github.com/GTNewHorizons/ArchitectureCraft/pull/10 (1.8.6) +> * Fix dupe when breaking Sawbench by @wlhlm in https://github.com/GTNewHorizons/ArchitectureCraft/pull/9 (1.8.5) +> * tweaks by @Jimbno in https://github.com/GTNewHorizons/ArchitectureCraft/pull/8 (1.8.3) +> * Architecture craft GUI by @Jimbno in https://github.com/GTNewHorizons/ArchitectureCraft/pull/7 (1.8.2) +> * Spotless apply for branch newShapes for #5 by @github-actions in https://github.com/GTNewHorizons/ArchitectureCraft/pull/6 (1.8.0) +> * New shapes by @S4mpsa in https://github.com/GTNewHorizons/ArchitectureCraft/pull/5 (1.8.0) +> * update buildscript by @bombcar in https://github.com/GTNewHorizons/ArchitectureCraft/pull/4 (1.7.6) +> +>## New Contributors +> * @Superfrogman98 made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/10 (1.8.6) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/9 (1.8.5) +> * @Jimbno made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/7 (1.8.2) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/6 (1.8.0) +> * @S4mpsa made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/5 (1.8.0) +> * @bombcar made their first contribution in https://github.com/GTNewHorizons/ArchitectureCraft/pull/4 (1.7.6) +> + +# Updated AsieLib (0.5.3@Side.BOTH --> 0.5.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/AsieLib/compare/0.5.2...0.5.4 +>## What's Changed +> * Don't use ObjectInputStream by @miozune in https://github.com/GTNewHorizons/AsieLib/pull/3 (0.5.4) +> * update dependencies, including buildscript and buildcraft by @bombcar in https://github.com/GTNewHorizons/AsieLib/pull/2 (0.5.3) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/AsieLib/pull/3 (0.5.4) +> + +# Updated Avaritia (1.34@Side.BOTH --> 1.45@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Avaritia/compare/1.33...1.45 +>## What's Changed +> * Fix NoClassDefFoundError with NEI config by @miozune in https://github.com/GTNewHorizons/Avaritia/pull/35 (1.45) +> * Fix server causing error with NEI by @miozune in https://github.com/GTNewHorizons/Avaritia/pull/34 (1.43) +> * Don't register Tinker's parts recipes in GTNH by @miozune in https://github.com/GTNewHorizons/Avaritia/pull/33 (1.42) +> * Fix Singularities by @Dream-Master in https://github.com/GTNewHorizons/Avaritia/pull/32 (1.41) +> * Update dependencies.gradle by @Dream-Master in https://github.com/GTNewHorizons/Avaritia/pull/31 (1.38) +> * Update repositories.gradle by @Dream-Master in https://github.com/GTNewHorizons/Avaritia/pull/30 (1.38) +> * Remove Default Inf Catalyst Recipe by @Connor-Colenso in https://github.com/GTNewHorizons/Avaritia/pull/29 (1.36) +> * Optionally support GT machine blocks by @greesyB in https://github.com/GTNewHorizons/Avaritia/pull/28 (1.35) +> * Add traveler boots ability by @JOOOCV in https://github.com/GTNewHorizons/Avaritia/pull/27 (1.34) +> +>## New Contributors +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/Avaritia/pull/31 (1.38) +> * @Connor-Colenso made their first contribution in https://github.com/GTNewHorizons/Avaritia/pull/29 (1.36) +> * @greesyB made their first contribution in https://github.com/GTNewHorizons/Avaritia/pull/28 (1.35) +> * @JOOOCV made their first contribution in https://github.com/GTNewHorizons/Avaritia/pull/27 (1.34) +> + +# Updated Avaritiaddons (1.5.4-GTNH@Side.BOTH --> 1.5.5-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Avaritiaddons/compare/1.5.3-GTNH...1.5.5-GTNH +>## What's Changed +> * make ava's chest have correct drop behavior by @GlodBlock in https://github.com/GTNewHorizons/Avaritiaddons/pull/9 (1.5.4-GTNH) +> + +# Updated Battlegear2 (1.1.2.4@Side.BOTH --> 1.2.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Battlegear2/compare/1.1.2.3...1.2.0 +>## What's Changed +> * Fix method name conflicts by @wohaopa in https://github.com/GTNewHorizons/Battlegear2/pull/16 (1.2.0) +> * keybind conflict by @Alexdoru in https://github.com/GTNewHorizons/Battlegear2/pull/15 (1.1.2.4) +> +>## New Contributors +> * @wohaopa made their first contribution in https://github.com/GTNewHorizons/Battlegear2/pull/16 (1.2.0) +> + +# New Mod - BeeBetterAtBees-GTNH (0.3.1-GTNH@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/BeeBetterAtBees-GTNH/commits/0.3.1-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 BetterCrashes (1.1.9-GTNH@Side.CLIENT --> 1.2.2-GTNH@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/BetterCrashes/compare/1.1.8-GTNH...1.2.2-GTNH +>## What's Changed +> * Switch to mclo.gs crash report upload, replace GTNH-specific code with configuration, and fix stacktrace deobfuscator by @wlhlm in https://github.com/GTNewHorizons/BetterCrashes/pull/11 (1.2.2-GTNH) +> * Don't throw exception if mod identification failed by @miozune in https://github.com/GTNewHorizons/BetterCrashes/pull/10 (1.2.0-GTNH) +> * Add the URL that errors out sometimes for more debugging information by @eigenraven in https://github.com/GTNewHorizons/BetterCrashes/pull/9 (1.1.9-GTNH) +> +>## New Contributors +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/BetterCrashes/pull/11 (1.2.2-GTNH) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/BetterCrashes/pull/9 (1.1.9-GTNH) +> + +# Updated BetterLoadingScreen (1.3.39-GTNH@Side.CLIENT --> 1.4.4-GTNH@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/BetterLoadingScreen/compare/1.3.38-GTNH...1.4.4-GTNH +>## What's Changed +> * Add imgur gallery/album background support by @tth05 in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/19 (1.4.3-GTNH) +> * Update zh_CN.lang by @DancingSnow0517 in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/18 (1.4.2-GTNH) +> * Update ru_RU.lang by @NoX-programer in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/17 (1.4.1-GTNH) +> * Add a simple memory usage bar to the loading screen by @eigenraven in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/15 (1.4.0-GTNH) +> +>## New Contributors +> * @tth05 made their first contribution in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/19 (1.4.3-GTNH) +> * @DancingSnow0517 made their first contribution in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/18 (1.4.2-GTNH) +> * @NoX-programer made their first contribution in https://github.com/GTNewHorizons/BetterLoadingScreen/pull/17 (1.4.1-GTNH) +> + +# Updated BetterP2P (1.0.23@Side.BOTH --> 1.1.20@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BetterP2P/compare/1.0.19...1.1.20 +>## What's Changed +> * Rewrite Net code, add dual interface compat by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/32 (1.1.20) +> * Fix bad hash function + Add new P2P compat by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/31 (1.1.15) +> * Refactoring by @chill-was-taken in https://github.com/GTNewHorizons/BetterP2P/pull/30 (1.1.14) +> * Completely overhaul the Advanced Memory Card by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/29 (1.1.13) +> * Update buildscript by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/27 (1.1.10) +> * Change rename to commit on KEY_ENTER press by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/26 (1.1.9) +> * Add additional checks for P2P selection by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/25 (1.1.7) +> * Add additional checks for P2P selection by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/25 (1.1.6) +> * Fix client accessing the server world when it shouldn't by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/24 (1.1.5) +> * New GUI by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/23 (1.1.3) +> * New Filtering System for Text Search by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/20 (1.1.0) +> * Dev/firenoo/filter by @Dream-Master in https://github.com/GTNewHorizons/BetterP2P/pull/22 (1.0.24-pre) +> * Rework the Advanced Memory Card's internal mechanisms. by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/18 (1.0.23) +> * Fix P2P interface voiding/not saving settings on Adv. Mem. Card rebind by @firenoo in https://github.com/GTNewHorizons/BetterP2P/pull/19 (1.0.23) +> +>## New Contributors +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/BetterP2P/pull/30 (1.1.14) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/BetterP2P/pull/22 (1.0.24-pre) +> + +# Updated BetterQuesting (3.1.8-GTNH@Side.BOTH --> 3.3.27-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BetterQuesting/compare/3.1.7-GTNH...3.3.27-GTNH +>## What's Changed +> * Wisp final solution by @FindMeSomeFun in https://github.com/GTNewHorizons/BetterQuesting/pull/114 (3.3.27-GTNH) +> * Adapted Wisp entity preview but by respecting DRY principle this time. by @FindMeSomeFun in https://github.com/GTNewHorizons/BetterQuesting/pull/113 (3.3.26-GTNH) +> * Adapted Wisp entity preview. by @FindMeSomeFun in https://github.com/GTNewHorizons/BetterQuesting/pull/112 (3.3.25-GTNH) +> * fix url hotzone misalignment when format specifier are used by @Glease in https://github.com/GTNewHorizons/BetterQuesting/pull/111 (3.3.24-GTNH) +> * Reload quest db on world load automatically by @eigenraven in https://github.com/GTNewHorizons/BetterQuesting/pull/110 (3.3.23-GTNH) +> * Remember last search term and clear search field on right click by @wlhlm in https://github.com/GTNewHorizons/BetterQuesting/pull/109 (3.3.21-GTNH) +> * Update build dependencies by @rekongstor in https://github.com/GTNewHorizons/BetterQuesting/pull/108 (3.3.19-GTNH) +> * stronger oss set check by @Glease in https://github.com/GTNewHorizons/BetterQuesting/pull/106 (3.3.18-GTNH) +> * Remove quest IDs from tooltips by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/105 (3.3.17-GTNH) +> * Hqm import by @mitchej123 in https://github.com/GTNewHorizons/BetterQuesting/pull/102 (3.3.16-GTNH) +> * Add HQM translations to `zh_CN.lang` by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/104 (3.3.16-GTNH) +> * Update lang file handling by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/103 (3.3.16-GTNH) +> * Split out quest line order by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/101 (3.3.15-GTNH) +> * fix clickable url hotzone detection not ignoring linebreaks in raw text by @Glease in https://github.com/GTNewHorizons/BetterQuesting/pull/97 (3.3.11-GTNH) +> * Some small fixes for BQ format by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/98 (3.3.11-GTNH) +> * fix compatibility for new log4j versions by @Pa4ok in https://github.com/GTNewHorizons/BetterQuesting/pull/96 (3.3.8-GTNH) +> * Add check for duplicate quest line order by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/95 (3.3.7-GTNH) +> * Split up quest lines into separate files by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/94 (3.3.6-GTNH) +> * Add shorter string encoding for UUIDs, and make saved quest data more stable by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/92 (3.3.5-GTNH) +> * add clickable URI to quest description by @Glease in https://github.com/GTNewHorizons/BetterQuesting/pull/93 (3.3.5-GTNH) +> * Fix new db by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/91 (3.3.4-GTNH-pre) +> * Fix new db by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/91 (3.3.3-GTNH) +> * Use UUID for quest ID, and split up giant quest JSON file by @D-Cysteine in https://github.com/GTNewHorizons/BetterQuesting/pull/89 (3.3.0-GTNH) +> * Do not trigger task check for all inventory slots by @greesyB in https://github.com/GTNewHorizons/BetterQuesting/pull/90 (3.2.1-GTNH) +> * More quest resetting fixes by @eigenraven in https://github.com/GTNewHorizons/BetterQuesting/pull/88 (3.1.8-GTNH) +> +>## New Contributors +> * @FindMeSomeFun made their first contribution in https://github.com/GTNewHorizons/BetterQuesting/pull/112 (3.3.25-GTNH) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/BetterQuesting/pull/109 (3.3.21-GTNH) +> * @rekongstor made their first contribution in https://github.com/GTNewHorizons/BetterQuesting/pull/108 (3.3.19-GTNH) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/BetterQuesting/pull/102 (3.3.16-GTNH) +> * @Pa4ok made their first contribution in https://github.com/GTNewHorizons/BetterQuesting/pull/96 (3.3.8-GTNH) +> * @greesyB made their first contribution in https://github.com/GTNewHorizons/BetterQuesting/pull/90 (3.2.1-GTNH) +> + +# Updated Binnie (2.0.48@Side.BOTH --> 2.1.10@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Binnie/compare/2.0.46...2.1.10 +>## What's Changed +> * Fix NPE with Lumbermill by @miozune in https://github.com/GTNewHorizons/Binnie/pull/35 (2.1.10) +> * Fix typo: cooper -> copper by @miozune in https://github.com/GTNewHorizons/Binnie/pull/34 (2.1.9) +> * Fix Additive Production by @hacatu in https://github.com/GTNewHorizons/Binnie/pull/33 (2.1.8) +> * Fixed the stimulator accepting stacks with a size higher than 1 by @minecraft7771 in https://github.com/GTNewHorizons/Binnie/pull/32 (2.1.6) +> * Fix bee database local by @minecraft7771 in https://github.com/GTNewHorizons/Binnie/pull/31 (2.1.5) +> * Added alveary unlighting by @minecraft7771 in https://github.com/GTNewHorizons/Binnie/pull/30 (2.1.4) +> * Fix Swamp Gum Tree by @DrParadox7 in https://github.com/GTNewHorizons/Binnie/pull/29 (2.1.2) +> * Add OrderedSky to Chadbee whitelist by @Runakai1 in https://github.com/GTNewHorizons/Binnie/pull/28 (2.1.1) +> * Fix frame overrides not respecting `maxDamage` field by @DStrand1 in https://github.com/GTNewHorizons/Binnie/pull/27 (2.1.0) +> * Make reflection Java 12+ compatible, mark mods as children of the main mod by @eigenraven in https://github.com/GTNewHorizons/Binnie/pull/26 (2.0.48) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/34 (2.1.9) +> * @hacatu made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/33 (2.1.8) +> * @minecraft7771 made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/30 (2.1.4) +> * @DStrand1 made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/27 (2.1.0) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/Binnie/pull/26 (2.0.48) +> + +# Updated BlockRenderer6343 (1.0.0-RC7@Side.BOTH --> 1.0.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BlockRenderer6343/compare/1.0.0-RC7...1.0.3 +>## What's Changed +> * Fix rendering bugs by @eigenraven in https://github.com/GTNewHorizons/BlockRenderer6343/pull/6 (1.0.3) +> * Forge Direction fix by @Dream-Master in https://github.com/GTNewHorizons/BlockRenderer6343/pull/5 (1.0.1) +> +>## New Contributors +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/BlockRenderer6343/pull/6 (1.0.3) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/BlockRenderer6343/pull/5 (1.0.1) +> + +# Updated BloodArsenal (1.2.9@Side.BOTH --> 1.2.11@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BloodArsenal/compare/1.2.7...1.2.11 +>## What's Changed +> * 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) +> * fix ethereal blood stone -> broken potentia craft by @Gofer2x in https://github.com/GTNewHorizons/BloodArsenal/pull/17 (1.2.10) +> * Don't resize the potions array if already large - for Java 12+ compat by @eigenraven in https://github.com/GTNewHorizons/BloodArsenal/pull/16 (1.2.9) +> +>## New Contributors +> * @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) +> * @Gofer2x made their first contribution in https://github.com/GTNewHorizons/BloodArsenal/pull/17 (1.2.10) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/BloodArsenal/pull/16 (1.2.9) +> + +# Updated BloodMagic (1.3.25@Side.BOTH --> 1.4.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BloodMagic/compare/1.3.24...1.4.3 +>## What's Changed +> * Fix tooltip for meteor NEI by @miozune in https://github.com/GTNewHorizons/BloodMagic/pull/48 (1.4.3) +> * Only use GTNH CT APIs when GTNH CraftTweaker is present by @eigenraven in https://github.com/GTNewHorizons/BloodMagic/pull/46 (1.4.2) +> * Remove blood frame from BM (reinvented in magic bees) by @chochem in https://github.com/GTNewHorizons/BloodMagic/pull/45 (1.4.1) +> * fix wrong biomeID by @albus12138 in https://github.com/GTNewHorizons/BloodMagic/pull/44 (1.4.0) +> * Add waila support by @mitchej123 in https://github.com/GTNewHorizons/BloodMagic/pull/42 (1.3.25) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/BloodMagic/pull/45 (1.4.1) +> * @albus12138 made their first contribution in https://github.com/GTNewHorizons/BloodMagic/pull/44 (1.4.0) +> + +# Updated Botania (1.9.15-GTNH@Side.BOTH --> 1.9.24-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Botania/compare/1.9.14-GTNH...1.9.24-GTNH +>## What's Changed +> * Updated Russian localization by @Pyromanc3r in https://github.com/GTNewHorizons/Botania/pull/30 (1.9.24-GTNH) +> * Fixes a dupe with the crafting halos by @MeiTianyou in https://github.com/GTNewHorizons/Botania/pull/29 (1.9.23-GTNH) +> * Fix tps lag in orespawn dimensions caused by the onSpawn methods by @quentin452 in https://github.com/GTNewHorizons/Botania/pull/28 (1.9.22-GTNH) +> * Fix Lexica Botania handling of GT tools by @DStrand1 in https://github.com/GTNewHorizons/Botania/pull/27 (1.9.21-GTNH) +> * Fix ring of loki range by @LewisSaber in https://github.com/GTNewHorizons/Botania/pull/26 (1.9.19-GTNH) +> * Ring of loki improvement by @LewisSaber in https://github.com/GTNewHorizons/Botania/pull/25 (1.9.17-GTNH) +> * Mobs not spawning on blocks by @Zereff06 in https://github.com/GTNewHorizons/Botania/pull/23 (1.9.15-GTNH) +> +>## New Contributors +> * @Pyromanc3r made their first contribution in https://github.com/GTNewHorizons/Botania/pull/30 (1.9.24-GTNH) +> * @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/Botania/pull/29 (1.9.23-GTNH) +> * @quentin452 made their first contribution in https://github.com/GTNewHorizons/Botania/pull/28 (1.9.22-GTNH) +> * @DStrand1 made their first contribution in https://github.com/GTNewHorizons/Botania/pull/27 (1.9.21-GTNH) +> * @LewisSaber made their first contribution in https://github.com/GTNewHorizons/Botania/pull/25 (1.9.17-GTNH) +> * @Zereff06 made their first contribution in https://github.com/GTNewHorizons/Botania/pull/23 (1.9.15-GTNH) +> + +# Updated Botanic-horizons (1.0.14-GTNH@Side.BOTH --> 1.0.15-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Botanic-horizons/compare/1.0.13-GTNH...1.0.15-GTNH +>## What's Changed +> * Revert "Alternate tiny planet block recipe" by @combusterf in https://github.com/GTNewHorizons/Botanic-horizons/pull/19 (1.0.14-GTNH) +> * Add Tiny Planet Recipe by @BlueWeabo in https://github.com/GTNewHorizons/Botanic-horizons/pull/20 (1.0.14-GTNH) +> +>## New Contributors +> * @BlueWeabo made their first contribution in https://github.com/GTNewHorizons/Botanic-horizons/pull/20 (1.0.14-GTNH) +> + +# Updated BugTorch (1.2.5GTNH@Side.BOTH --> 1.2.10-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BugTorch/compare/1.2.4-GTNH...1.2.10-GTNH +>## What's Changed +> * Dev by @Dream-Master in https://github.com/GTNewHorizons/BugTorch/pull/19 (1.2.10-GTNH) +> * Rebase on upstream by @eigenraven in https://github.com/GTNewHorizons/BugTorch/pull/17 (1.2.8-GTNH) +> * More scaling damage options by @Dream-Master in https://github.com/GTNewHorizons/BugTorch/pull/13 (1.2.7-GTNH) +> * Dev by @Dream-Master in https://github.com/GTNewHorizons/BugTorch/pull/15 (1.2.6-GTNH) +> +>## New Contributors +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/BugTorch/pull/17 (1.2.8-GTNH) +> + +# Updated BuildCraft (7.1.31@Side.BOTH --> 7.1.36@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BuildCraft/compare/7.1.30...7.1.36 +>## What's Changed +> * Fix crash with RemoteIO by @miozune in https://github.com/GTNewHorizons/BuildCraft/pull/16 (7.1.36) +> * Add API for creating custom render state and pluggable state by @miozune in https://github.com/GTNewHorizons/BuildCraft/pull/15 (7.1.34) +> * fix net code handling packets on wrong side by @Glease in https://github.com/GTNewHorizons/BuildCraft/pull/14 (7.1.33) +> * Make the packet sender thread a daemon so it doesn't block mc exit by @eigenraven in https://github.com/GTNewHorizons/BuildCraft/pull/13 (7.1.32) +> * Fix recipe of brush colors by @LewisSaber in https://github.com/GTNewHorizons/BuildCraft/pull/12 (7.1.31) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/BuildCraft/pull/15 (7.1.34) +> * @Glease made their first contribution in https://github.com/GTNewHorizons/BuildCraft/pull/14 (7.1.33) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/BuildCraft/pull/13 (7.1.32) +> + +# Updated BuildCraftCompat (7.1.12@Side.BOTH --> 7.1.14@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/BuildCraftCompat/compare/7.1.11...7.1.14 +>## What's Changed +> * Line removal fix for Apiarist's Pipe that makes it much more useful and work correctly. by @Cardinalstars in https://github.com/GTNewHorizons/BuildCraftCompat/pull/8 (7.1.14) +> * Fixed Generics in RecipeHandlerBase and updated Deps by @Cardinalstars in https://github.com/GTNewHorizons/BuildCraftCompat/pull/7 (7.1.13) +> +>## New Contributors +> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/BuildCraftCompat/pull/7 (7.1.13) +> + +# Updated CarpentersBlocks (3.3.8.2-GTNH@Side.BOTH --> 3.4.0-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/CarpentersBlocks/compare/3.3.8.2-GTNH...3.4.0-GTNH +>## What's Changed +> * Stronger server-side validation in PacketActivateBlock by @eigenraven in https://github.com/GTNewHorizons/CarpentersBlocks/pull/2 (3.4.0-GTNH) +> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/CarpentersBlocks/pull/1 (3.3.8.2-GTNH) +> +>## New Contributors +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/CarpentersBlocks/pull/2 (3.4.0-GTNH) +> * @glowredman made their first contribution in https://github.com/GTNewHorizons/CarpentersBlocks/pull/1 (3.3.8.2-GTNH) +> + +# Updated Chisel (2.10.17-GTNH@Side.BOTH --> 2.11.4-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Chisel/compare/2.10.16-GTNH...2.11.4-GTNH +>## What's Changed +> * Fix Chisel opening its UI instead of looked at TE by @serenibyss in https://github.com/GTNewHorizons/Chisel/pull/32 (2.11.4-GTNH) +> * disable default hempcrete smelting by @Darkmaxsas in https://github.com/GTNewHorizons/Chisel/pull/31 (2.11.3-GTNH) +> * Fix broken recipe for hempcrete powder (yes, again!) by @chochem in https://github.com/GTNewHorizons/Chisel/pull/30 (2.11.2-GTNH) +> * Change hempcrete recipe from fern to wheat to actually be automatable by @S4mpsa in https://github.com/GTNewHorizons/Chisel/pull/29 (2.11.1-GTNH) +> * Fix broken recipes for hempcrete and hempcrete powder by @chochem in https://github.com/GTNewHorizons/Chisel/pull/28 (2.11.0-GTNH) +> * Added 7 new sets of blocks by @Jimbno in https://github.com/GTNewHorizons/Chisel/pull/27 (2.10.19-GTNH) +> * Disable mob spawn on the chisel blocks by @Zereff06 in https://github.com/GTNewHorizons/Chisel/pull/26 (2.10.17-GTNH) +> +>## New Contributors +> * @serenibyss made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/32 (2.11.4-GTNH) +> * @Darkmaxsas made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/31 (2.11.3-GTNH) +> * @S4mpsa made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/29 (2.11.1-GTNH) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/28 (2.11.0-GTNH) +> * @Jimbno made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/27 (2.10.19-GTNH) +> * @Zereff06 made their first contribution in https://github.com/GTNewHorizons/Chisel/pull/26 (2.10.17-GTNH) +> + +# Updated Computronics (1.6.19-GTNH@Side.BOTH --> 1.7.1-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Computronics/compare/1.6.18-GTNH...1.7.1-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) +> * spotlessApply & update dependencies by @miozune in https://github.com/GTNewHorizons/Computronics/pull/20 (1.7.0-GTNH) +> +>## New Contributors +> * @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/Computronics/pull/21 (1.7.1-GTNH) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/Computronics/pull/20 (1.7.0-GTNH) +> + +# Updated CookingForBlockheads (1.2.14-GTNH@Side.BOTH --> 1.2.16-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/CookingForBlockheads/compare/1.2.13-GTNH...1.2.16-GTNH +>## What's Changed +> * Fix: TileEntity migration from old savefiles by @eigenraven in https://github.com/GTNewHorizons/CookingForBlockheads/pull/40 (1.2.16-GTNH) +> * Prevent crash with GT6 by @miozune in https://github.com/GTNewHorizons/CookingForBlockheads/pull/39 (1.2.15-GTNH) +> * Fix corner blocks having inventory by @miozune in https://github.com/GTNewHorizons/CookingForBlockheads/pull/36 (1.2.14-GTNH) +> +>## New Contributors +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/CookingForBlockheads/pull/40 (1.2.16-GTNH) +> + +# Updated CraftTweaker (3.2.11@Side.BOTH --> 3.2.13@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/CraftTweaker/compare/3.2.10...3.2.13 +>## What's Changed +> * Fix missing ModOnly-IC2 annotations by @eigenraven in https://github.com/GTNewHorizons/CraftTweaker/pull/14 (3.2.13) +> + +# Updated CreativeCore (1.3.27-GTNH@Side.BOTH --> 1.3.31-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/CreativeCore/compare/1.3.26-GTNH...1.3.31-GTNH +>## What's Changed +> * Log what class received by @miozune in https://github.com/GTNewHorizons/CreativeCore/pull/5 (1.3.31-GTNH) +> * Validate ObjectInputStream by @miozune in https://github.com/GTNewHorizons/CreativeCore/pull/4 (1.3.30-GTNH) +> * Add API for item GUI slot blocking by @miozune in https://github.com/GTNewHorizons/CreativeCore/pull/3 (1.3.29-GTNH) +> * update build for maven by @bombcar in https://github.com/GTNewHorizons/CreativeCore/pull/2 (1.3.27-GTNH) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/CreativeCore/pull/3 (1.3.29-GTNH) +> * @bombcar made their first contribution in https://github.com/GTNewHorizons/CreativeCore/pull/2 (1.3.27-GTNH) +> + +# Updated Crops-plus-plus (1.3.6.12@Side.BOTH --> 1.4.1@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Crops-plus-plus/compare/1.3.6.11...1.4.1 +>## What's Changed +> * Fix broken recipe by @chochem in https://github.com/GTNewHorizons/Crops-plus-plus/pull/52 (1.4.1) +> * ForgeDirection by @miozune in https://github.com/GTNewHorizons/Crops-plus-plus/pull/51 (1.4.0) +> * Fix random number checks in GarnydniaCrop.java by @D-Cysteine in https://github.com/GTNewHorizons/Crops-plus-plus/pull/50 (1.3.6.12) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/Crops-plus-plus/pull/52 (1.4.1) +> * @D-Cysteine made their first contribution in https://github.com/GTNewHorizons/Crops-plus-plus/pull/50 (1.3.6.12) +> + +# New Mod - Default-Configs (1.1.2@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/Default-Configs/commits/1.1.2 +>## What's Changed +> * Fix config/modpack-update never being deleted when localconfig.cfg is missing by @glowredman in https://github.com/GTNewHorizons/Default-Configs/pull/3 (1.1.2) +> * Fix restoring of Config Files by @glowredman in https://github.com/GTNewHorizons/Default-Configs/pull/2 (1.1.1) +> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/Default-Configs/pull/1 (1.1.0) +> +>## New Contributors +> * @glowredman made their first contribution in https://github.com/GTNewHorizons/Default-Configs/pull/1 (1.1.0) +> + +# Updated DetravScannerMod (1.6.9@Side.BOTH --> 1.7.2@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/DetravScannerMod/compare/1.6.8...1.7.2 +>## What's Changed +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/DetravScannerMod/pull/29 (1.7.1) +> * compress prospecting packet using deflater by @Glease in https://github.com/GTNewHorizons/DetravScannerMod/pull/28 (1.7.0) +> * Added missing gtpp ores by @minecraft7771 in https://github.com/GTNewHorizons/DetravScannerMod/pull/26 (1.6.9) +> * Changed bw localization by @minecraft7771 in https://github.com/GTNewHorizons/DetravScannerMod/pull/27 (1.6.9) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/DetravScannerMod/pull/29 (1.7.1) +> * @Glease made their first contribution in https://github.com/GTNewHorizons/DetravScannerMod/pull/28 (1.7.0) +> * @minecraft7771 made their first contribution in https://github.com/GTNewHorizons/DetravScannerMod/pull/26 (1.6.9) +> + +# Updated Draconic-Evolution (1.1.15-GTNH@Side.BOTH --> 1.1.19-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Draconic-Evolution/compare/1.1.14-GTNH...1.1.19-GTNH +>## What's Changed +> * Minor cleanup by @miozune in https://github.com/GTNewHorizons/Draconic-Evolution/pull/40 (1.1.19-GTNH) +> * Code cleanup by @OneEyeMaker in https://github.com/GTNewHorizons/Draconic-Evolution/pull/39 (1.1.18-GTNH) +> * Consume 64 ender pearls at once by @LewisSaber in https://github.com/GTNewHorizons/Draconic-Evolution/pull/36 (1.1.15-GTNH) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/Draconic-Evolution/pull/40 (1.1.19-GTNH) +> * @OneEyeMaker made their first contribution in https://github.com/GTNewHorizons/Draconic-Evolution/pull/39 (1.1.18-GTNH) +> * @LewisSaber made their first contribution in https://github.com/GTNewHorizons/Draconic-Evolution/pull/36 (1.1.15-GTNH) +> + +# Updated DummyCore (1.15@Side.BOTH --> 1.17.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/DummyCore/compare/1.15...1.17.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) +> * Spotless apply for branch hide-menu-switch-btn for #3 by @github-actions in https://github.com/GTNewHorizons/DummyCore/pull/4 (1.16-pre) +> +>## New Contributors +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/DummyCore/pull/4 (1.17.0) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/DummyCore/pull/4 (1.16-pre) +> + +# New Mod - DuraDisplay (1.0.10@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/DuraDisplay/commits/1.0.10 +>## What's Changed +> * Fix the display of IC2 electric jetpack and some RF items by @ghostflyby in https://github.com/GTNewHorizons/DuraDisplay/pull/8 (1.0.10) +> * fix DarkSteel and other EIO items display by @ghostflyby in https://github.com/GTNewHorizons/DuraDisplay/pull/7 (1.0.9) +> * Fix circuit programming by @Caedis in https://github.com/GTNewHorizons/DuraDisplay/pull/6 (1.0.8) +> * Config Rework by @Caedis in https://github.com/GTNewHorizons/DuraDisplay/pull/5 (1.0.7) +> * Fix more types of items by @Caedis in https://github.com/GTNewHorizons/DuraDisplay/pull/4 (1.0.6) +> * Handle more items by @Caedis in https://github.com/GTNewHorizons/DuraDisplay/pull/3 (1.0.4) +> * Fix error when ran on server by @Caedis in https://github.com/GTNewHorizons/DuraDisplay/pull/2 (1.0.3) +> * Refactor #1 by @Caedis in https://github.com/GTNewHorizons/DuraDisplay/pull/1 (1.0) +> +>## New Contributors +> * @ghostflyby made their first contribution in https://github.com/GTNewHorizons/DuraDisplay/pull/7 (1.0.9) +> * @Caedis made their first contribution in https://github.com/GTNewHorizons/DuraDisplay/pull/1 (1.0) +> + +# Updated Electro-Magic-Tools (1.2.8.28@Side.BOTH --> 1.3.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Electro-Magic-Tools/compare/1.2.8.27...1.3.3 +>## What's Changed +> * Mark Bart's LEG for termination by @Alastors in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/61 (1.3.3) +> * Fix maintenance focus NPE by @greesyB in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/63 (1.3.2) +> * Adding a maintenance foci, thaumic alternative to carrying a toolbox/duct-tape by @Cardinalstars in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/60 (1.3.1) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/59 (1.3.0) +> * Fix Materials by @Dream-Master in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/58 (1.2.9) +> * Less super fast by @mitchej123 in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/57 (1.2.8.28) +> +>## New Contributors +> * @Alastors made their first contribution in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/61 (1.3.3) +> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/60 (1.3.1) +> + +# Updated EnderCore (0.2.13@Side.BOTH --> 0.2.17@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/EnderCore/compare/0.2.12...0.2.17 +>## What's Changed +> * Validate ObjectInputStream by @miozune in https://github.com/GTNewHorizons/EnderCore/pull/16 (0.2.17) +> * Enable scrolling over Color and Cycle buttons by @wlhlm in https://github.com/GTNewHorizons/EnderCore/pull/15 (0.2.16) +> * updateBuildScript & spotlessApply by @miozune in https://github.com/GTNewHorizons/EnderCore/pull/13 (0.2.14) +> * Fix TextureErrorRemover crash with Java 12+ env by @miozune in https://github.com/GTNewHorizons/EnderCore/pull/12 (0.2.13) +> +>## New Contributors +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/EnderCore/pull/15 (0.2.16) +> + +# Updated EnderIO (2.3.1.68@Side.BOTH --> 2.4.24@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/EnderIO/compare/2.3.1.67...2.4.24 +>## What's Changed +> * fix travel upgrade items using wrong way to determine power stored by @Glease in https://github.com/GTNewHorizons/EnderIO/pull/131 (2.4.24) +> * valiate tp packets by @Glease in https://github.com/GTNewHorizons/EnderIO/pull/128 (2.4.23) +> * update bs+sa+deps by @Dream-Master in https://github.com/GTNewHorizons/EnderIO/pull/130 (2.4.23) +> * Fix a bug in NBT usage by @wohaopa in https://github.com/GTNewHorizons/EnderIO/pull/127 (2.4.21) +> * Validate TE of packet by @miozune in https://github.com/GTNewHorizons/EnderIO/pull/126 (2.4.20) +> * Implement item bar visibility config by @Caedis in https://github.com/GTNewHorizons/EnderIO/pull/125 (2.4.18) +> * Fix fluid conduit connecting to non-fluid GT tiles by @miozune in https://github.com/GTNewHorizons/EnderIO/pull/123 (2.4.17) +> * Minor hotfix + more cleanup for PowerConduitEndergy by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/122 (2.4.16) +> * Fix crash with outOfRange on server by @miozune in https://github.com/GTNewHorizons/EnderIO/pull/120 (2.4.14) +> * Cleanup PowerConduitEndergy by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/121 (2.4.14) +> * Use config for transceiver's energy buffer by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/119 (2.4.13) +> * Show travel message above hotbar by @miozune in https://github.com/GTNewHorizons/EnderIO/pull/117 (2.4.10) +> * Try to fix energy overflow by @D-Cysteine in https://github.com/GTNewHorizons/EnderIO/pull/114 (2.4.9) +> * prevent ghostloading by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/115 (2.4.9) +> * Try to fix energy overflow by @D-Cysteine in https://github.com/GTNewHorizons/EnderIO/pull/114 (2.4.8-pre) +> * Prevent ghostloading by @Dream-Master in https://github.com/GTNewHorizons/EnderIO/pull/116 (2.4.8-pre) +> * `needUpdateConnections` only while updating cons by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/113 (2.4.6) +> * Add comments for `needUpdateConnections` by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/112 (2.4.5) +> * Improve canConnectToExternal() by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/111 (2.4.4) +> * Ultra Dense ME Conduits by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/105 (2.4.2) +> * More German Translation by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/110 (2.4.0) +> * Revert "Fix ME Conduits onChunkUnload" by @Pilzinsel64 in https://github.com/GTNewHorizons/EnderIO/pull/109 (2.3.1.68) +> +>## New Contributors +> * @wohaopa made their first contribution in https://github.com/GTNewHorizons/EnderIO/pull/127 (2.4.21) +> * @Caedis made their first contribution in https://github.com/GTNewHorizons/EnderIO/pull/125 (2.4.18) +> + +# Updated EnhancedLootBags (1.0.8@Side.BOTH --> 1.1.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/EnhancedLootBags/compare/1.0.7...1.1.0 +>## What's Changed +> * Add NEI handler by @miozune in https://github.com/GTNewHorizons/EnhancedLootBags/pull/8 (1.1.0) +> * Fix DB not being loaded from existing save by @miozune in https://github.com/GTNewHorizons/EnhancedLootBags/pull/9 (1.0.8) +> + +# Updated Eternal-Singularity (1.0.10@Side.BOTH --> 1.1.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Eternal-Singularity/compare/1.0.9...1.1.0 +>## What's Changed +> * Update buildscript, dependencies and repositories by @eigenraven in https://github.com/GTNewHorizons/Eternal-Singularity/pull/7 (1.0.10) +> +>## New Contributors +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/Eternal-Singularity/pull/7 (1.0.10) +> + +# Updated FindIt (1.0.11@Side.BOTH --> 1.1.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/FindIt/compare/1.0.10...1.1.0 +>## What's Changed +> * Remove hard-dependency on GregTech by @glowredman in https://github.com/GTNewHorizons/FindIt/pull/10 (1.1.0) +> * Fix inventory slots not being highlighted by @miozune in https://github.com/GTNewHorizons/FindIt/pull/9 (1.0.11) +> +>## New Contributors +> * @glowredman made their first contribution in https://github.com/GTNewHorizons/FindIt/pull/10 (1.1.0) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/FindIt/pull/9 (1.0.11) +> + +# Updated ForbiddenMagic (0.6.6-GTNH@Side.BOTH --> 0.6.7-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ForbiddenMagic/compare/0.6.5-GTNH...0.6.7-GTNH +>## What's Changed +> * Fixing dependencies by @Cardinalstars in https://github.com/GTNewHorizons/ForbiddenMagic/pull/12 (0.6.7-GTNH) +> * fix-> scribing tools can't form the table (more 2 ScribeTools) by @Zereff06 in https://github.com/GTNewHorizons/ForbiddenMagic/pull/11 (0.6.6-GTNH) +> +>## New Contributors +> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/ForbiddenMagic/pull/12 (0.6.7-GTNH) +> + +# Updated ForestryMC (4.5.8@Side.BOTH --> 4.6.14@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ForestryMC/compare/4.5.7...4.6.14 +>## What's Changed +> * Update dependency types by @miozune in https://github.com/GTNewHorizons/ForestryMC/pull/56 (4.6.14) +> * Fix Additive Production by @hacatu in https://github.com/GTNewHorizons/ForestryMC/pull/55 (4.6.13) +> * Fix a bug when NBTString does not exist. by @wohaopa in https://github.com/GTNewHorizons/ForestryMC/pull/54 (4.6.10) +> * Fix Alveary Simulation of Temperatures by @Runakai1 in https://github.com/GTNewHorizons/ForestryMC/pull/52 (4.6.8) +> * Auto-apply stats tooltips to all IHiveFrame items by @DStrand1 in https://github.com/GTNewHorizons/ForestryMC/pull/51 (4.6.7) +> * Fixes the incompatability with the newest NEI by @Alastors in https://github.com/GTNewHorizons/ForestryMC/pull/50 (4.6.6) +> * Support GT_Block_Machines in mutation requirements by @kuba6000 in https://github.com/GTNewHorizons/ForestryMC/pull/48 (4.6.5) +> * New bees formula by @kuba6000 in https://github.com/GTNewHorizons/ForestryMC/pull/45 (4.6.3) +> * Bees by @Dream-Master in https://github.com/GTNewHorizons/ForestryMC/pull/47 (4.6.2-pre) +> * Add a way to simulate night by @kuba6000 in https://github.com/GTNewHorizons/ForestryMC/pull/46 (4.6.1) +> * add setting to config-> disable butterflies spawn by @Quetz4l in https://github.com/GTNewHorizons/ForestryMC/pull/44 (4.6.0) +> * Fix typo by @Ethryan in https://github.com/GTNewHorizons/ForestryMC/pull/43 (4.5.8) +> +>## New Contributors +> * @wohaopa made their first contribution in https://github.com/GTNewHorizons/ForestryMC/pull/54 (4.6.10) +> * @Runakai1 made their first contribution in https://github.com/GTNewHorizons/ForestryMC/pull/52 (4.6.8) +> * @DStrand1 made their first contribution in https://github.com/GTNewHorizons/ForestryMC/pull/51 (4.6.7) +> * @Alastors made their first contribution in https://github.com/GTNewHorizons/ForestryMC/pull/50 (4.6.6) +> * @Quetz4l made their first contribution in https://github.com/GTNewHorizons/ForestryMC/pull/44 (4.6.0) +> * @Ethryan made their first contribution in https://github.com/GTNewHorizons/ForestryMC/pull/43 (4.5.8) +> + +# Updated ForgeMultipart (1.3.2@Side.BOTH --> 1.3.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ForgeMultipart/compare/1.3.1...1.3.4 +>## What's Changed +> * Update build by @miozune in https://github.com/GTNewHorizons/ForgeMultipart/pull/16 (1.3.4) +> * update dep by @chochem in https://github.com/GTNewHorizons/ForgeMultipart/pull/15 (1.3.3) +> * keybinds by @Alexdoru in https://github.com/GTNewHorizons/ForgeMultipart/pull/14 (1.3.2) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/ForgeMultipart/pull/15 (1.3.3) +> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/ForgeMultipart/pull/14 (1.3.2) +> + +# Updated GT5-Unofficial (5.09.41.317@Side.BOTH --> 5.09.43.187@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GT5-Unofficial/compare/5.09.41.316...5.09.43.187 +>## What's Changed +> * Use real stack limit when splitting stacks in output bus by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2256 (5.09.43.187) +> * fix ulv recipes being broken again when under 1 tick calculation is done by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2254 (5.09.43.186) +> * change way to fix zfighting by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2253 (5.09.43.186) +> * Crafting input hatches QoLs by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2200 (5.09.43.186) +> * fix ulv recipes being broken again when under 1 tick calculation is done by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2254 (5.09.43.185-pre) +> * change way to fix zfighting by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2253 (5.09.43.185-pre) +> * Fix Orichalcum and Shadowiron smelting by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2251 (5.09.43.184) +> * Fix tier display for Fusion NEI header by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2250 (5.09.43.184) +> * Update the conditionals buttons and tooltips on covers to reflect their actual effects by @C0bra5 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2244 (5.09.43.183) +> * Update Text by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2246 (5.09.43.182) +> * Fix startup tier for fusion NEI by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2249 (5.09.43.182) +> * Update Text by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2246 (5.09.43.180-pre) +> * Fix GT_RecipeConstants.Fuel by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2243 (5.09.43.179) +> * Correct file name on resource pack guide by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2242 (5.09.43.178) +> * Remove broken HSLA recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2241 (5.09.43.177) +> * Correct PCB Factory Energy Hatch description by @Eraldoe in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2237 (5.09.43.177) +> * Crafting input - Optimize isEmpty check to reduce lag by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2239 (5.09.43.176) +> * Fix some output slots allowing insertion by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2230 (5.09.43.175) +> * fix overlay zfighting by disable depth test by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2226 (5.09.43.175) +> * Fix ME Output Bus and Crafting Input Bus overflow when save/load by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2238 (5.09.43.174) +> * Remove fire display from singleblock generator by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2240 (5.09.43.174) +> * Experimental fix to prevent infinite loop in Grid destruction by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2235 (5.09.43.173) +> * clear stale crafting input bus list by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2233 (5.09.43.172) +> * Add a method to remove item data and use it for clay block by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2229 (5.09.43.172) +> * Update buildscript by @firenoo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2232 (5.09.43.172) +> * Fix server crash with RecipeFilter by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2231 (5.09.43.172) +> * Fix a NPE w/ injecting into super/quantum chests by @firenoo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2234 (5.09.43.172) +> * Fix lag caused by getRecipeMap for PA by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2236 (5.09.43.172) +> * Fix overclock calculator calculating eu/t use for ulv recipe wrong on certain parallel by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2225 (5.09.43.171) +> * Fix drilling rigs, plants and concrete backfiller to fail with multiple energy hatches by @Pxx500 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2227 (5.09.43.171) +> * Blacklist AE2FC drop and packet, and Chisel stones from Recycler by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2222 (5.09.43.170) +> * Add detailed logging for ME hatches by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2224 (5.09.43.170) +> * Fix Refractory Capsule by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2219 (5.09.43.169) +> * Fix PAs overclocking ulv recipes too much by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2220 (5.09.43.169) +> * Fix Digital Tank capacity for Fluid Storage Monitor by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2217 (5.09.43.169) +> * Add a way to enable or disable the crafting buffer on GPL multiblocks by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2218 (5.09.43.168) +> * Fix AL logging by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2214 (5.09.43.166) +> * Crafting input buffer: Check for invalid patterns by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2209 (5.09.43.166) +> * Fix and cleanup ammonia recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2210 (5.09.43.165) +> * Adjust Recipe Tiers for Quad Input Hatches by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2211 (5.09.43.165) +> * Check if it is allowed to put into slot by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2207 (5.09.43.164) +> * Fix wireless hatch npe log spam by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2208 (5.09.43.164) +> * Fix nanoforge not overclocking correctly by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2205 (5.09.43.162) +> * Make recipe check less intensive with batch mode by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2198 (5.09.43.161) +> * fix new tooltip layout being missing for the brewery by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2196 (5.09.43.161) +> * Stop setting the recipe map amperage on OC calc by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2199 (5.09.43.161) +> * Crafting input hatches: fixes by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2202 (5.09.43.161) +> * Minor cleanup for checkProcessing by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2195 (5.09.43.161) +> * Fix Overclock Calculator Making Too many parallels and wrong eut consumption by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2190 (5.09.43.160) +> * Fix GT_ParallelHelper adding 0.01% to chanced outputs by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2194 (5.09.43.160) +> * Fix wireless energy voiding by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2192 (5.09.43.160) +> * enable subclass to allow less voiding mode being set by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2191 (5.09.43.160) +> * Less hostile user interfaces (Buffer/Filter/Input bus) by @YannickMG in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2165 (5.09.43.159) +> * Crafting Input: display pattern output by default by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2186 (5.09.43.158) +> * Add more API to ParallelHelper and rework OverclockCalculator by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2185 (5.09.43.158) +> * Crafting Input bus/buffer Overflow fix by @greatinfluence in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2187 (5.09.43.158) +> * Texture & Bug fixes for Crafting Input Hatches by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2182 (5.09.43.157) +> * Allow using ME output hatches for fusion reactor by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2184 (5.09.43.157) +> * Reset outputs after outputting them by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2181 (5.09.43.153) +> * Remove "Ore Byproduct List" NEI in favor of custom diagram mod by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2183 (5.09.43.153) +> * Fix Oil Cracker crashing on being placed by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2180 (5.09.43.151) +> * Return validate recipe result, when leaving the process method by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2179 (5.09.43.150) +> * Fix wrong Oregen Pattern on Servers by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2177 (5.09.43.148) +> * Make Parallel Helper do better chanced output calculation for paralleled chanced recipes by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2130 (5.09.43.146) +> * Use additive production modifier in Industrial Apiary by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2169 (5.09.43.144) +> * clearer order and some comments by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2176 (5.09.43.144) +> * Fix hull crafting table recipes by @serenibyss in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2170 (5.09.43.143) +> * Fix hull recipe removal from #2170 by @serenibyss in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2171 (5.09.43.143) +> * Add Crafting Input Buffer (ME) by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2160 (5.09.43.143) +> * Fix EBF calculating twice and Oil Cracker having wrong discount by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2172 (5.09.43.143) +> * Add a config to enable seeing average ns per tick in waila by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2173 (5.09.43.143) +> * fix implosion compressor requiring wrong amount of output by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2168 (5.09.43.143) +> * Make DD Great Again(Adding Tritanium Ore) by @TheEpicGamer274 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2166 (5.09.43.142) +> * Cache old recipe map and delete lastRecipe if it changes by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2167 (5.09.43.141) +> * Add circuit to Solid Machine Casing Recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2163 (5.09.43.140) +> * Revert rutile yield from garnet processing to it's pre-nerf values by @Eysla in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2154 (5.09.43.140) +> * Fix recipe check broken by fluid registry by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2161 (5.09.43.140) +> * Remove old base gt recipe that we dont want by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2164 (5.09.43.140) +> * Exposed recipe consumption via method by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2162 (5.09.43.139) +> * Fix PA destroying itself by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2159 (5.09.43.138) +> * Format Waila Fluid Display for GT Blocks by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2157 (5.09.43.137) +> * Added display of machine name of Processing Array to WAILA by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2156 (5.09.43.137) +> * Generic processing logic GTPP API by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2155 (5.09.43.137) +> * Fix enriched holmium by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2152 (5.09.43.136) +> * Remove unwanted GT recipes for frequency transmitter by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2153 (5.09.43.136) +> * Automatically label pull requests targetting MuTEs by @wlhlm in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2148 (5.09.43.136) +> * Enable Batch Mode on EBF and VF by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2151 (5.09.43.135) +> * Boron Plasma freezing fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2150 (5.09.43.135) +> * Migrate fusion reactor to proper generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2145 (5.09.43.135) +> * Fix Input and Output ME busses having switched IDs by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2149 (5.09.43.134) +> * Fix division by zero error with VoidProtectionHelper by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2144 (5.09.43.133) +> * Added machine type on single block tooltips by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2138 (5.09.43.133) +> * Fix GT_ParallelHelper always doing batch mode parallels instead of focusing on normal parallels by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2147 (5.09.43.133) +> * merge master by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2143 (5.09.43.132-pre) +> * Fix findRecipe might limit stack size by 64 by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2139 (5.09.43.131) +> * Fix potential issue with applecore ItemFoodProxy by @serenibyss in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2137 (5.09.43.131) +> * Added ofNoOverclock builder that accepts eut and duration by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2140 (5.09.43.130) +> * Enable void protection for PA by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2136 (5.09.43.129) +> * Changes to ore factorys running mode description by @Lyfts in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2135 (5.09.43.128) +> * GPL Special Item access by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2134 (5.09.43.127) +> * Make structure tooltips more colorful by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2133 (5.09.43.125) +> * Add tooltip for locked fluid name for digital tank by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2132 (5.09.43.124) +> * Makes boilers "getSteamCapacity() aware" by @Lyfts in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2131 (5.09.43.123) +> * update deps by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2129 (5.09.43.122) +> * Generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2096 (5.09.43.121) +> * More frequent recipe checks after machine just shuts down by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2125 (5.09.43.120-pre) +> * Added current queen species and errors to iApiary WAILA by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2127 (5.09.43.120-pre) +> * GTPP Advanced boiler fix by @Lyfts in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2128 (5.09.43.120-pre) +> * More frequent recipe checks after machine just shuts down by @harrynull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2125 (5.09.43.119) +> * Added current queen species and errors to iApiary WAILA by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2127 (5.09.43.119) +> * GTPP Advanced boiler fix by @Lyfts in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2128 (5.09.43.119) +> * More quad input hatches by @TheEpicGamer274 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2121 (5.09.43.117) +> * Add soft material subtag by @DotJason in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2124 (5.09.43.117) +> * Add infused gold bee. by @fluffle in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2119 (5.09.43.113) +> * Remove container item check by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2118 (5.09.43.113) +> * Fix the shadow ItemStack bug of multi-InputBus_ME by @wohaopa in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2104 (5.09.43.111) +> * Fix NPE with grid proxy by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2116 (5.09.43.111) +> * fix leaving wireless network team not having an effect by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2113 (5.09.43.111) +> * Fix GT Ore Gen by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2081 (5.09.43.111) +> * Fix the shadow ItemStack bug of multi-InputBus_ME by @wohaopa in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2104 (5.09.43.110-pre) +> * changed clay chem formula by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2114 (5.09.43.109-pre) +> * Rectangular Cleanroom Fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2115 (5.09.43.109-pre) +> * Prioritize ghost slots over manual slot for stocking bus by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2112 (5.09.43.109-pre) +> * Change lapotron chance by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2117 (5.09.43.109-pre) +> * changed clay chem formula by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2114 (5.09.43.108) +> * Rectangular Cleanroom Fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2115 (5.09.43.108) +> * Prioritize ghost slots over manual slot for stocking bus by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2112 (5.09.43.108) +> * Change lapotron chance by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2117 (5.09.43.108) +> * Bring oregen-fix branch to NH org by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2080 (5.09.43.105-pre) +> * Minor integrated ore factory tooltip changes by @Lyfts in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2107 (5.09.43.104) +> * Refactor Cleanroom logic by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2108 (5.09.43.104) +> * Trans metal renderer rework by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2102 (5.09.43.104) +> * Fix Tartarite smelting by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2098 (5.09.43.104) +> * Overhaul stretchy materials (aka bending recipes for Polyethylene) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2097 (5.09.43.104) +> * fix ceruclase, vulcanite, and mithril by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2111 (5.09.43.104) +> * Clarify ME Output Bus and ME Output Hatch tooltips by @DmitryScaletta in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2106 (5.09.43.104) +> * fix remove hourglass from Glass requirements by @Quetz4l in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2100 (5.09.43.104) +> * Fix crash by casting emptyList to ArrayList by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2103 (5.09.43.102-pre) +> * Fix crash by casting emptyList to ArrayList by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2103 (5.09.43.101) +> * ForgeDirections fix for GT Boilers by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2095 (5.09.43.100-pre) +> * ForgeDirections fix for GT Boilers by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2095 (5.09.43.99) +> * Improve Long Distance Pipeline usability and rework textures slightly by @wlhlm in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2094 (5.09.43.98-pre) +> * Improve Long Distance Pipeline usability and rework textures slightly by @wlhlm in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2094 (5.09.43.97) +> * Fix missing variable save to NBT by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2093 (5.09.43.96-pre) +> * Fix missing variable save to NBT by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2093 (5.09.43.95) +> * Fix chunk corruption when using single recipe lock by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2092 (5.09.43.94-pre) +> * Fix chunk corruption when using single recipe lock by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2092 (5.09.43.93) +> * Bring oregen-fix branch to NH org by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2080 (5.09.43.92-pre) +> * Fix Precision by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2091 (5.09.43.91) +> * Make Placing cables and pipes easier by making them full blocks when the player sneaks and is holding one by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2088 (5.09.43.90) +> * Add class for handling external materials by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2089 (5.09.43.90) +> * restore sodium persulfate chem bath recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2087 (5.09.43.89) +> * Bring oregen-fix branch to NH org by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2080 (5.09.43.88-pre) +> * Fix the volumetric flask recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2086 (5.09.43.87) +> * Rearrange Super and Quantum Tank GUI a little bit by @wlhlm in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2084 (5.09.43.86) +> * Move away from SlotWidget for circuit selection window by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2083 (5.09.43.86) +> * Fix missing copy call for fluid recipe builder by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2078 (5.09.43.85) +> * Fix warning when closing circuit selection window by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2079 (5.09.43.85) +> * fix typo in asset names by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2077 (5.09.43.84) +> * Fix carbon monoxide electrolysis by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2071 (5.09.43.83) +> * Fix spelling mistake for kevlar bee by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2073 (5.09.43.83) +> * Enable input separation by default if it's supported by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2072 (5.09.43.83) +> * Fix iridium exploit by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2074 (5.09.43.83) +> * Remove duplicate recipes for maintenance hatch by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2075 (5.09.43.83) +> * fix recipe time and tier to adapt to CBD by @POPlol333 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2076 (5.09.43.83) +> * Fix mutation requirements in NEI by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2069 (5.09.43.82) +> * Fix fermented biomass recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2068 (5.09.43.81) +> * Add a toggle to queen insertion in the industrial apiary by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2064 (5.09.43.80) +> * Remove GT_FluidStack by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2063 (5.09.43.80) +> * Enable fire resistance checks for heat and hot item damage by @wlhlm in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2065 (5.09.43.80) +> * Halve Tin Plasma Fuel Value and Double Fusion Output by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2060 (5.09.43.80) +> * Change Kevlar Parents by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2066 (5.09.43.80) +> * Add a toggle to queen insertion in the industrial apiary by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2064 (5.09.43.79-pre) +> * Fix fluid lock issues by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2062 (5.09.43.76) +> * final qft item retexture by @EmeraldsEmerald in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2061 (5.09.43.74) +> * Replace outdated botdustries fluids and fix hydrazine name by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2059 (5.09.43.73) +> * New Bee, Nerfed Nee by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2058 (5.09.43.72) +> * fix incorrect GT_RecipeBuilder deep copy by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2048 (5.09.43.71) +> * Safe the macguffin by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2050 (5.09.43.71) +> * Move screenshot directory by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2052 (5.09.43.71) +> * Make desulferization recipes explicit by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2047 (5.09.43.71) +> * Fix void protection not working with MB with custom output hatch field by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2051 (5.09.43.71) +> * Fix PCB Perfect OC upgrade not costing spacetime by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2054 (5.09.43.71) +> * Lower Ingot to Nugget Craft with Saw from 9 to 8 Nuggets by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2056 (5.09.43.71) +> * Code cleanup by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2040 (5.09.43.71) +> * Use IVoidable for GT_ParallelHelper by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2053 (5.09.43.71) +> * Fix fluid registry related bugs by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2057 (5.09.43.71) +> * fix incorrect GT_RecipeBuilder deep copy by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2048 (5.09.43.70-pre) +> * Safe the macguffin by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2050 (5.09.43.70-pre) +> * Move screenshot directory by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2052 (5.09.43.70-pre) +> * Make desulferization recipes explicit by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2047 (5.09.43.70-pre) +> * Fix void protection not working with MB with custom output hatch field by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2051 (5.09.43.70-pre) +> * Fix PCB Perfect OC upgrade not costing spacetime by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2054 (5.09.43.70-pre) +> * Lower Ingot to Nugget Craft with Saw from 9 to 8 Nuggets by @Steelux8 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2056 (5.09.43.70-pre) +> * Code cleanup by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2040 (5.09.43.70-pre) +> * Use IVoidable for GT_ParallelHelper by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2053 (5.09.43.70-pre) +> * fix incorrect GT_RecipeBuilder deep copy by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2048 (5.09.43.69-pre) +> * Safe the macguffin by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2050 (5.09.43.69-pre) +> * Move screenshot directory by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2052 (5.09.43.69-pre) +> * Make desulferization recipes explicit by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2047 (5.09.43.69-pre) +> * Fix void protection not working with MB with custom output hatch field by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2051 (5.09.43.69-pre) +> * fix incorrect GT_RecipeBuilder deep copy by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2048 (5.09.43.68-pre) +> * Safe the macguffin by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2050 (5.09.43.68-pre) +> * Move screenshot directory by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2052 (5.09.43.68-pre) +> * Make desulferization recipes explicit by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2047 (5.09.43.68-pre) +> * fix incorrect GT_RecipeBuilder deep copy by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2048 (5.09.43.66-pre) +> * Safe the macguffin by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2050 (5.09.43.66-pre) +> * Refactor GT-ERR-01 by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2045 (5.09.43.65) +> * Chemical reactor recipe map fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2046 (5.09.43.65) +> * some gtmodhandler improvements by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2043 (5.09.43.64) +> * Change Tengam processing voltage by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2044 (5.09.43.64) +> * Add Grate Machine Casing assembler recipe by @DotJason in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2042 (5.09.43.63) +> * Add durability and charge bar visibility config options by @Caedis in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2041 (5.09.43.63) +> * Simply add a chem formula as a tooltip to stellar catalyst by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2037 (5.09.43.62) +> * Final stretch for GT RA2 conversions by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2038 (5.09.43.62) +> * Remove hourglass from cleanroom by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2039 (5.09.43.62) +> * Allow muffler hatches to face downward by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2036 (5.09.43.61) +> * Allow setting larger threshold of item detector cover for digital chests by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2035 (5.09.43.60) +> * butcher recipe time by @POPlol333 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2033 (5.09.43.60) +> * Delegate blast resistance call to MetaPipeEntity to allow overriding by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2030 (5.09.43.59) +> * Refactor checkExoticAndNormalEnergyHatches by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2025 (5.09.43.58) +> * Simplify logic expressions by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2026 (5.09.43.58) +> * Add new mode for void protection & implement it for more multis by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2024 (5.09.43.58) +> * Simplify ifs by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2027 (5.09.43.58) +> * Make private fields final where possible by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2028 (5.09.43.58) +> * Make enum fields final where possible by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2029 (5.09.43.58) +> * Refactor checkExoticAndNormalEnergyHatches by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2025 (5.09.43.57-pre) +> * Add void protection mode to fluid and ore drillers by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2023 (5.09.43.54) +> * Fix warnings about ModularUI methods that can only be overridden by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2022 (5.09.43.52) +> * Texture update for a few QFT items by @EmeraldsEmerald in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2021 (5.09.43.51) +> * Fixed mixer recipe map ending up without programmed circuits by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2020 (5.09.43.50) +> * Adjust overrides to allow opening machine GUI by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2019 (5.09.43.50) +> * list update for recipe in coremod by @TheEpicGamer274 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2017 (5.09.43.49) +> * Add tooltip for gas proof for fluid pipe by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2018 (5.09.43.49) +> * Speedup Recycler recipe lookup by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2016 (5.09.43.48) +> * Nerf Sunnarium Bee, Add Endstone to Endstone Bee by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2014 (5.09.43.47) +> * Fix typo in SteamPower by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2012 (5.09.43.46) +> * GT Charged Certus Quartz fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2013 (5.09.43.46) +> * Singleblock machine internal fluid tank scaling standardization by @Pxx500 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1999 (5.09.43.46) +> * More recipe collision fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2010 (5.09.43.44) +> * Yet another round of ra2 conversions by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2006 (5.09.43.44) +> * Cable recipe collision fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2009 (5.09.43.44) +> * Debug for recipe collisions by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2008 (5.09.43.44) +> * Don't allow steel steam machines to do MV recipe by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2007 (5.09.43.42) +> * a few small fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2003 (5.09.43.41) +> * Don't add cell recipe for Replicator if dust one is already available by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2005 (5.09.43.41) +> * Fix gt++ solidfying materials without fluid by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2004 (5.09.43.41) +> * bump the deps version of ae2 and buildcraft by @Fiyorin in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2001 (5.09.43.40) +> * Various GT fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2002 (5.09.43.40) +> * More RA2 conversion for automatic gt recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2000 (5.09.43.40) +> * Eternity nanites by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1997 (5.09.43.39) +> * more Ra2 recipe conversions and some small fixes/improvements in GT recipe generation by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1994 (5.09.43.38) +> * PA doesn't take a muffler -> fix blockrenderer and hologram projector by @Fiyorin in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1996 (5.09.43.37) +> * cleanroom -> botania glass by @Quetz4l in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1993 (5.09.43.36) +> * Various GT recipe fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1990 (5.09.43.35) +> * glasses for structure by @Quetz4l in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1986 (5.09.43.33) +> * Nerf Phosphorus Bee, Buff Fluid bees by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1985 (5.09.43.32) +> * More ReverseArcSmelting fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1979 (5.09.43.31) +> * Next round of Ra2 conversions by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1982 (5.09.43.31) +> * Rhodium plated palladium fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1980 (5.09.43.30) +> * Add cell item for some fluids by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1974 (5.09.43.29) +> * Fix sodium fluid corrupting fluid registry by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1977 (5.09.43.29) +> * Add Eternity material + Timepiece by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1973 (5.09.43.29) +> * Add cell item for some fluids by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1974 (5.09.43.27-pre) +> * Slight adjustment for TPM NEI by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1972 (5.09.43.26) +> * Fix ME Output Hatch not outputting other fluids if one gets stuck by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1971 (5.09.43.26) +> * And back Obsidian Ingots by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1969 (5.09.43.24) +> * Some more ra2 recipe conversions by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1966 (5.09.43.24) +> * Adjust rutile amounts from bauxite and ilmenite by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1970 (5.09.43.24) +> * Use compileOnlyApi where appropriate by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1965 (5.09.43.21) +> * Make sodium have a fluid with only gt5u by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1967 (5.09.43.21) +> * Sodium backwards compat by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1968 (5.09.43.21) +> * Migrate to FluidSlotWidget from FluidDisplaySlotWidget by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1963 (5.09.43.20) +> * deprecate all the recipes adders by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1961 (5.09.43.18) +> * Convert more recipes to RA2 by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1957 (5.09.43.17) +> * Fix cover data never being set by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1958 (5.09.43.15) +> * Add docs to mute by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1960 (5.09.43.15) +> * Brick electrolyzer fix by @Pxx500 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1956 (5.09.43.14) +> * ULV OCs should not overclock too much and waste power by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1951 (5.09.43.13) +> * Display multiblock name&icon in AE2 interface terminal and crafting tree view instead of the hatch by @eigenraven in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1944 (5.09.43.13) +> * Show energy flow amperage and correct voltage tier in WAILA for machine blocks by @wlhlm in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1955 (5.09.43.13) +> * Split MetaTE loader and integrate bw material replacement by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1954 (5.09.43.13) +> * Exploring some various ForgeDirection fixes by @mitchej123 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1950 (5.09.43.13) +> * Default facing fixes by @leagris in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1945 (5.09.43.12) +> * ULV OCs should not overclock too much and waste power by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1951 (5.09.43.12) +> * Display multiblock name&icon in AE2 interface terminal and crafting tree view instead of the hatch by @eigenraven in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1944 (5.09.43.12) +> * Default facing fixes by @leagris in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1945 (5.09.43.11-pre) +> * ULV OCs should not overclock too much and waste power by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1951 (5.09.43.11-pre) +> * Display multiblock name&icon in AE2 interface terminal and crafting tree view instead of the hatch by @eigenraven in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1944 (5.09.43.11-pre) +> * allow mute registers to be made outside of gt5u by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1947 (5.09.43.10) +> * Adds 1 manual slot to Stocking Input Bus for lenses/molds by @kstvr32 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1946 (5.09.43.10) +> * Adjust new ore lines (bauxite, ruby, etc) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1948 (5.09.43.10) +> * Add mods to mod enum by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1943 (5.09.43.08) +> * Add combs tooltip by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1940 (5.09.43.07) +> * Fix all of the ore chem bathing by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1941 (5.09.43.07) +> * RA2 fix: Remove unnecessary not consumed cells from recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1938 (5.09.43.06) +> * More Distilling RA2 Fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1936 (5.09.43.06) +> * Adds Borax to Salt Bee by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1924 (5.09.43.05) +> * Unify creosote block recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1919 (5.09.43.05) +> * Fix missing polymer recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1923 (5.09.43.05) +> * Arc Furnace Fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1921 (5.09.43.05) +> * Ra2 Fix Number 17 by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1916 (5.09.43.05) +> * Titaniumtetrachloride Fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1927 (5.09.43.05) +> * Crop Autoclave fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1929 (5.09.43.05) +> * Revert #1816 and #1825 by @NexusNull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1931 (5.09.43.05) +> * Remove unwanted assembler recipes (RA2 fix) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1934 (5.09.43.05) +> * Some more ra2 fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1932 (5.09.43.05) +> * Allow SMD inductor for MV transformer by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1907 (5.09.43.04) +> * T9 Oreveins by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1906 (5.09.43.04) +> * Mask direction patches by @leagris in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1908 (5.09.43.04) +> * RA2 fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1910 (5.09.43.04) +> * Re-add circuits to distilling by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1912 (5.09.43.04) +> * Forge direction by @mitchej123 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1895 (5.09.43.03) +> * MuTE overhaul and ACR by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1883 (5.09.43.01-pre) +> * Adjust new ore lines (bauxite, ruby, etc) (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1949 (5.09.42.89) +> * Fix all of the ore chem bathing (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1942 (5.09.42.87) +> * RA2 fix: Remove unnecessary not consumed cells from recipes (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1939 (5.09.42.86) +> * Remove unwanted assembler recipes (RA2 fix) (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1935 (5.09.42.85) +> * More Distilling RA2 Fixes (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1937 (5.09.42.85) +> * Some more ra2 fixes (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1933 (5.09.42.84) +> * Titaniumtetrachloride Fix (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1928 (5.09.42.83) +> * crop autoclave fix (for dev) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1930 (5.09.42.83) +> * Revert redstone cover changes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1925 (5.09.42.81) +> * fix merge conflict correctly by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1926 (5.09.42.81) +> * Fix missing polymer recipes (for dev) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1922 (5.09.42.80) +> * Arc Furnace Fix (for dev) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1920 (5.09.42.79) +> * Unify creosote block recipe (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1918 (5.09.42.78) +> * RA2 fix number 17 (for dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1915 (5.09.42.77) +> * Ra2 fix number 17 - missed one by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1917 (5.09.42.77) +> * Re-add null checks for many autogenerated recipes (dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1913 (5.09.42.76) +> * Re-add circuits to distilling (dev branch) by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1914 (5.09.42.76) +> * more missing circuits by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1911 (5.09.42.74) +> * Bending fix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1909 (5.09.42.73) +> * MuTE overhaul and ACR by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1883 (5.09.42.71) +> * Add new mods to the Mods enum by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1903 (5.09.42.70) +> * Stellar catalyst + catalyst fixes + new materials class by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1893 (5.09.42.70) +> * Recipes ra2 by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1872 (5.09.42.70) +> * Allow sound loop to be muffled by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1902 (5.09.42.69-pre) +> * Add new mods to the Mods enum by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1903 (5.09.42.69-pre) +> * Explain how to import GT5 by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1892 (5.09.42.68) +> * Add 3 commits to .git-blame-ignore-revs by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1899 (5.09.42.68) +> * Prevent NPE with large fluid cell renderer by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1898 (5.09.42.68) +> * Account for EU discounts when calculating OCs/parallels in multis by @xSkewer in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1901 (5.09.42.68) +> * Allow sound loop to be muffled by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1902 (5.09.42.68) +> * Account for EU discounts when calculating OCs/parallels in multis by @xSkewer in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1901 (5.09.42.66-pre) +> * Added separate tank inventories for input separation by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1887 (5.09.42.64-pre) +> * Misc Cleanup by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1888 (5.09.42.64-pre) +> * MuTE improved hatch GUI and fluid output locking by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1889 (5.09.42.64-pre) +> * Spotless apply for branch StellarCatalyst for #1893 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1894 (5.09.42.64-pre) +> * Add Tengam materials by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1891 (5.09.42.64-pre) +> * Explain how to import GT5 by @chill-was-taken in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1892 (5.09.42.64-pre) +> * Add 3 commits to .git-blame-ignore-revs by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1899 (5.09.42.64-pre) +> * Prevent NPE with large fluid cell renderer by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1898 (5.09.42.64-pre) +> * Added separate tank inventories for input separation by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1887 (5.09.42.62-pre) +> * Misc Cleanup by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1888 (5.09.42.62-pre) +> * MuTE improved hatch GUI and fluid output locking by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1889 (5.09.42.62-pre) +> * Spotless apply for branch StellarCatalyst for #1893 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1894 (5.09.42.62-pre) +> * Add Tengam materials by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1891 (5.09.42.62-pre) +> * allow data stick (contains assline recipe)render like ae2 pattern by @xkball in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1890 (5.09.42.61) +> * allow data stick (contains assline recipe)render like ae2 pattern by @xkball in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1890 (5.09.42.60-pre) +> * Spotless apply for branch StellarCatalyst for #1893 by @github-actions in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1894 (5.09.42.60-pre) +> * Disable some autogenerated recipes by @Pxx500 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1880 (5.09.42.58) +> * Space Project fixes by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1881 (5.09.42.56) +> * improve NBT version detection in buildscript by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1885 (5.09.42.56) +> * Fix PCB Factory multiplicating the outputs of the recipe :D by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1882 (5.09.42.56) +> * Misc structure and tooltip fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1884 (5.09.42.56) +> * Adjust time and voltage for a few assembler recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1877 (5.09.42.55) +> * Fix MuTE sound by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1878 (5.09.42.55) +> * make lightning rod more cumbersome to use by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1875 (5.09.42.55) +> * Fixed recipe lock not setting difference correctly by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1879 (5.09.42.55) +> * Re-add a bunch of recipes that went missing by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1874 (5.09.42.54) +> * Fix PCB factory texts by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1873 (5.09.42.53) +> * Further RA2 recipe fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1870 (5.09.42.53) +> * Next round of RA2 recipe fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1869 (5.09.42.52) +> * Added tooltip line which displays the machine color, if any by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1868 (5.09.42.51) +> * Rename UNCOLORED_RBGA -> UNCOLORED_RGBA by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1867 (5.09.42.50) +> * More RA2 GT recipes fixes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1866 (5.09.42.50) +> * Fix fusion recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1865 (5.09.42.49) +> * Add missing Override by @LewisSaber in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1864 (5.09.42.49) +> * Enable input separation button in EBF GUI by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1862 (5.09.42.48) +> * Allow spray cans to color a chain of blocks when sneaking by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1863 (5.09.42.48) +> * fix RA2 universal chemical target using inverted dispatch rule by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1861 (5.09.42.47) +> * add new mods to the mod enum by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1858 (5.09.42.46) +> * add slot migration to disassembler by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1860 (5.09.42.46) +> * Fix metal machine block support on break by @greesyB in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1859 (5.09.42.46) +> * Misc by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1844 (5.09.42.45) +> * Kill Disassembler by @Connor-Colenso in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1855 (5.09.42.44) +> * Added method to add instance specific information to an MTE tooltip by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1857 (5.09.42.43) +> * Fix broken alloy smelting recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1852 (5.09.42.42) +> * Fix uv motor recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1854 (5.09.42.42) +> * Reenable missing EBF recipes by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1853 (5.09.42.42) +> * remove vyroxeres furnace recipe by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1856 (5.09.42.42) +> * Add isMachineBlock support to metal blocks by @greesyB in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1849 (5.09.42.42) +> * improve ra2 debug mode by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1845 (5.09.42.42) +> * Wiremillfix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1843 (5.09.42.41) +> * Player activity logger fixes by @eigenraven in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1842 (5.09.42.41) +> * Fix TPM recipes by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1847 (5.09.42.41) +> * Reenable 11 missing materials by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1846 (5.09.42.41) +> * Rework quantum anomaly dtpf recipe by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1850 (5.09.42.41) +> * Wiremillfix by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1843 (5.09.42.40-pre) +> * Monthly disassembler fix by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1840 (5.09.42.36) +> * Fix mega ultimate battery achievement by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1841 (5.09.42.36) +> * Add hazmat protection to GT++ armors by @miozune in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1839 (5.09.42.35) +> * add Missing mod ids by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1838 (5.09.42.34) +> * Add Living Bio Wafer & Chip by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1835 (5.09.42.33) +> * Modid work by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1833 (5.09.42.33) +> * Fix: Basic heat vent works without water by @leagris in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1832 (5.09.42.32) +> * Fix RA2 bugs by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1830 (5.09.42.32) +> * Jabel, Generic injection and mostly automatic code cleanup by @eigenraven in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1829 (5.09.42.31) +> * fix RA2 mistakes by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1828 (5.09.42.30) +> * update spotless formatting by @boubou19 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1827 (5.09.42.28) +> * Recipe Adder v2 by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1770 (5.09.42.27) +> * Implement Power Logic, Pollution Logic and Processing Logic for MuTEs and many other things by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1823 (5.09.42.26) +> * Add option for strong signal to Fluid Cover by @NexusNull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1825 (5.09.42.25) +> * Implementation of A more useful Lava Boiler by @leagris in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1814 (5.09.42.24) +> * Steel bee + Salt bee change by @Runakai1 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1815 (5.09.42.24) +> * fix: redstone strong signal not resetting by @NexusNull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1816 (5.09.42.24) +> * Add night upgrade to Industrial Apiary by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1821 (5.09.42.24) +> * Fix TPM NPE by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1824 (5.09.42.22) +> * Update production upgrades formula in Industrial Apiary by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1820 (5.09.42.21-pre) +> * Fix PCB Factory not voiding output when trace size is above 100 by @foxwhite25 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1822 (5.09.42.20) +> * Update production upgrades formula in Industrial Apiary by @kuba6000 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1820 (5.09.42.20) +> * Fix PCB Factory not voiding output when trace size is above 100 by @foxwhite25 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1822 (5.09.42.19-pre) +> * Change Bee things by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1817 (5.09.42.16-pre) +> * Modpack 12931 by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1818 (5.09.42.16-pre) +> * fix: redstone strong signal not resetting by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1819 (5.09.42.16-pre) +> * Display tier of nano forge in GUI by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1813 (5.09.42.15) +> * Fix infinite drill loc by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1812 (5.09.42.14) +> * Activity Sound by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1811 (5.09.42.13) +> * Display Mode of Ore Processor to WAILA and Scanner by @LewisSaber in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1803 (5.09.42.12) +> * Fix super tank output rate based on the pump used by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1810 (5.09.42.12) +> * Fixed projects not unlocking if build elsewhere by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1808 (5.09.42.10) +> * Added sound to distillery by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1809 (5.09.42.10) +> * Add Insanely & Mega ultimate battery by @GDCloudstrike in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1807 (5.09.42.09) +> * Some glass work by @LewisSaber in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1802 (5.09.42.08) +> * Fix typo in Nano Forge tooltip by @glowredman in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1804 (5.09.42.08) +> * Added machine sound to fusion reactors by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1805 (5.09.42.08) +> * Added some null checks to loadInstance by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1806 (5.09.42.08) +> * Change osmiridium to ruridit in gt directly by @chochem in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1801 (5.09.42.08) +> * fix the machine's tooltip doesn't automatically generate when loading by @iouter in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1799 (5.09.42.07) +> * merge master by @Dream-Master in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1800 (5.09.42.06-pre) +> * Auto-stock for stocking input bus by @MadMan310 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1790 (5.09.42.05) +> * Added custom click sound for the power switch by @minecraft7771 in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1798 (5.09.42.04) +> * fix ghost chunk loading caused by ore blocks by @Glease in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1797 (5.09.42.03) +> * Untangle IEnergyConnected and IHasWorldObjectAndCoords by @repo-alt in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1794 (5.09.42.02) +> * Fix Recipes starting because of discount by @BlueWeabo in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1796 (5.09.42.02) +> * Add regulator abilities to Steam Valve by @NexusNull in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1785 (5.09.41.318) +> +>## New Contributors +> * @C0bra5 made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2244 (5.09.43.183) +> * @Eraldoe made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2237 (5.09.43.177) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2232 (5.09.43.172) +> * @greatinfluence made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2187 (5.09.43.158) +> * @Eysla made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2154 (5.09.43.140) +> * @serenibyss made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2137 (5.09.43.131) +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2125 (5.09.43.120-pre) +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2125 (5.09.43.119) +> * @fluffle made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2119 (5.09.43.113) +> * @wohaopa made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2104 (5.09.43.111) +> * @wohaopa made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2104 (5.09.43.110-pre) +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2107 (5.09.43.104) +> * @DmitryScaletta made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2106 (5.09.43.104) +> * @DotJason made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2042 (5.09.43.63) +> * @Caedis made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2041 (5.09.43.63) +> * @EmeraldsEmerald made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2021 (5.09.43.51) +> * @Fiyorin made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1996 (5.09.43.37) +> * @Quetz4l made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1986 (5.09.43.33) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1955 (5.09.43.13) +> * @kstvr32 made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1946 (5.09.43.10) +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1892 (5.09.42.68) +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1892 (5.09.42.64-pre) +> * @xkball made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1890 (5.09.42.61) +> * @xkball made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1890 (5.09.42.60-pre) +> * @foxwhite25 made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1822 (5.09.42.20) +> * @foxwhite25 made their first contribution in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1822 (5.09.42.19-pre) +> + +# Updated GTNEIOrePlugin (1.0.28@Side.BOTH --> 1.1.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTNEIOrePlugin/compare/1.0.27...1.1.3 +>## What's Changed +> * T9 Planets + new Textures by @glowredman in https://github.com/GTNewHorizons/GTNEIOrePlugin/pull/35 (1.1.3) +> * Cleanup by @miozune in https://github.com/GTNewHorizons/GTNEIOrePlugin/pull/36 (1.1.1) +> * Cleanup by @glowredman in https://github.com/GTNewHorizons/GTNEIOrePlugin/pull/34 (1.1.0) +> * Fix server crash with I18n by @miozune in https://github.com/GTNewHorizons/GTNEIOrePlugin/pull/33 (1.0.29) +> * Move helper methods out of client side by @minecraft7771 in https://github.com/GTNewHorizons/GTNEIOrePlugin/pull/32 (1.0.28) +> +>## New Contributors +> * @glowredman made their first contribution in https://github.com/GTNewHorizons/GTNEIOrePlugin/pull/34 (1.1.0) +> * @minecraft7771 made their first contribution in https://github.com/GTNewHorizons/GTNEIOrePlugin/pull/32 (1.0.28) +> + +# New Mod - GTNH-Intergalactic (1.1.28@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Intergalactic/commits/1.1.28 +>## What's Changed +> * SE Miner: Bounds checks and off-by-one range fix for cycle mode. by @fluffle in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/48 (1.1.28) +> * Buff Tiberium asteroid by ~170% by @S4mpsa in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/47 (1.1.27) +> * Ban input hatch and output bus from siphon by @Lyfts in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/46 (1.1.26) +> * Fixed localization of motor block achievements by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/45 (1.1.25) +> * Use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/43 (1.1.24) +> * Added mk3 pump as NEI catalyst for space pumping by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/44 (1.1.24) +> * Fix findRecipe by @miozune in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/42 (1.1.23) +> * Fix umv circuits in recipes by @chochem in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/40 (1.1.22) +> * Add Space Pump MK3 by @greesyB in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/39 (1.1.21) +> * Implement generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/38 (1.1.20) +> * More mining drones by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/37 (1.1.17) +> * Change controller crafting times and transition to RA2 by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/36 (1.1.16) +> * Fix missing call to GT_ParallelHelper#setController in Space Miner by @miozune in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/35 (1.1.15) +> * Update to new void protection API & implement it for some multi by @miozune in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/34 (1.1.14) +> * SE Controller: improve tooltip by @Fiyorin in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/33 (1.1.12) +> * Space Miner: add molybdenum and nether quartz ore by @Fiyorin in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/31 (1.1.11) +> * Actively connect modules by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/30 (1.1.10) +> * make toxic everglades great again by @Fiyorin in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/29 (1.1.9) +> * Added new textures by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/28 (1.1.8) +> * Minor fixes by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/27 (1.1.6) +> * adds a bunch of useful ores to the spaceminer by @Fiyorin in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/26 (1.1.6) +> * Added doc that modules automatically pause by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/25 (1.1.5) +> * Added space pump void protection and batch mode by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/24 (1.1.4) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/23 (1.1.3) +> * Regenerate whitelist on world load or when user changes it by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/22 (1.1.2) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/21 (1.1.1) +> * Added motor blocks to tooltip and removed unnecessary IO by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/20 (1.0.15) +> * Added filter to the GUI of the mining module by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/18 (1.0.14) +> * Fix Materials by @Dream-Master in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/19 (1.0.14) +> * Added filter to the GUI of the mining module by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/18 (1.0.13-pre) +> * Fix a broken spacemining recipe by @chochem in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/17 (1.0.11) +> * Fix miner whitelist by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/16 (1.0.11) +> * Allow lore translations to be weighted by @glowredman in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/15 (1.0.9) +> * Added white-/blacklist option to mining module by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/14 (1.0.8) +> * Fixed fluid and item input getting in SpAss by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/13 (1.0.7) +> * Various Space Elevator Improvements by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/12 (1.0.6) +> * Fixed research item of miner mk2 by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/11 (1.0.4) +> * Made elevator travel up to T8 by default, T9 with MK-3 motor by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/10 (1.0.3) +> * Added number of possible module slots to motor tooltip by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/8 (1.0.2) +> * Updated motor top/bottom texture by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/6 (1.0.1) +> * Adjusted siphon based fluids in space pumping by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/7 (1.0.1) +> * change code to work with newest bartworks by @Dream-Master in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/2 (1.0.0) +> * Fix module power shutdown by @minecraft7771 in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/5 (1.0.0) +> * merge master by @Dream-Master in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/4 (0.9.2-pre) +> * Update build-and-test.yml by @Dream-Master in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/3 (0.9.1-pre) +> +>## New Contributors +> * @fluffle made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/48 (1.1.28) +> * @S4mpsa made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/47 (1.1.27) +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/46 (1.1.26) +> * @BlueWeabo made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/43 (1.1.24) +> * @greesyB made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/39 (1.1.21) +> * @Fiyorin made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/26 (1.1.6) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/23 (1.1.3) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/21 (1.1.1) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/17 (1.0.11) +> * @minecraft7771 made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/5 (1.0.0) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/GTNH-Intergalactic/pull/3 (0.9.1-pre) +> + +# Updated GTNH-Lanthanides (0.9.29@Side.BOTH --> 0.10.8@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTNH-Lanthanides/compare/0.9.28...0.10.8 +>## What's Changed +> * Remove duplicate recipe by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/63 (0.10.8) +> * Add PA centrifuge and electrolysis recipe maps to recipe replacements by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/62 (0.10.7) +> * Remove reference to sByProductList by @miozune in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/61 (0.10.6) +> * Give digester multiblock perfect OC and reduce pollution by 10x by @Elisis in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/60 (0.10.5) +> * remove botdustries monomethylhydrazine by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/59 (0.10.3) +> * Remove outdated botdustries fluids by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/58 (0.10.2) +> * Phosgene Fix by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/57 (0.10.1) +> * Spotless apply for branch ForgeDirection for #54 by @github-actions in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/55 (0.10.0) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/54 (0.10.0) +> * Zirconolite fix by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/53 (0.9.32) +> * patch up europium tier skip by @Glease in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/52 (0.9.30) +> * More Lanthanum ore proc fixes by @chochem in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/51 (0.9.29) +> +>## New Contributors +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/54 (0.10.0) +> * @Glease made their first contribution in https://github.com/GTNewHorizons/GTNH-Lanthanides/pull/52 (0.9.30) +> + +# Updated GTNH-TC-Wands (1.2.6@Side.BOTH --> 1.3.1@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTNH-TC-Wands/compare/1.2.5...1.3.1 +>## What's Changed +> * Fix missing/broken Staff & Wand recipes by @TechnicianLP in https://github.com/GTNewHorizons/GTNH-TC-Wands/pull/16 (1.3.1) +> * Add ChromatiCraft support by @KuroPeach in https://github.com/GTNewHorizons/GTNH-TC-Wands/pull/15 (1.3.0) +> * update buildscript for maven by @bombcar in https://github.com/GTNewHorizons/GTNH-TC-Wands/pull/14 (1.2.6) +> +>## New Contributors +> * @TechnicianLP made their first contribution in https://github.com/GTNewHorizons/GTNH-TC-Wands/pull/16 (1.3.1) +> * @KuroPeach made their first contribution in https://github.com/GTNewHorizons/GTNH-TC-Wands/pull/15 (1.3.0) +> + +# Updated GTplusplus (1.7.227@Side.BOTH --> 1.9.83@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GTplusplus/compare/1.7.226...1.9.83 +>## What's Changed +> * Enable batch mode on QFT by @S4mpsa in https://github.com/GTNewHorizons/GTplusplus/pull/725 (1.9.83) +> * Fix NPE with Volcanus coil level by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/727 (1.9.82) +> * Fix Algae Farm compost calculation by @Jonodonozym in https://github.com/GTNewHorizons/GTplusplus/pull/726 (1.9.81) +> * Fix recipe cache with LPF by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/723 (1.9.80) +> * Remove batch mode from steam multis by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/724 (1.9.80) +> * Add tooltip to Steam Output Bus about auto-export by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/722 (1.9.78) +> * Fix parallels in chemplant by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/721 (1.9.77) +> * Fix XL Turbine tooltip by @Lyfts in https://github.com/GTNewHorizons/GTplusplus/pull/718 (1.9.77) +> * Fix chemplant needing catalysts on recipes that don't by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/719 (1.9.76) +> * More LFTR Chain Fixes by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/716 (1.9.76) +> * Fix ore gen pattern for everglades by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/717 (1.9.75) +> * Lower reservoir hatch tier to EV, add tooltip showing tier for reservoir + air intake hatches by @querns in https://github.com/GTNewHorizons/GTplusplus/pull/713 (1.9.74) +> * Fix leather drying in dehydrator by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/714 (1.9.74) +> * Fix steam multis now overclocking recipes which consume 2 eu/t by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/715 (1.9.74) +> * Fix chemical plant always thinking it has enough inputs by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/711 (1.9.73) +> * Fix Steam multiblocks not having their parallel by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/712 (1.9.73) +> * Particle Acceleration in the QFT by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/695 (1.9.72) +> * Remove QFT parallel cap by @alexandre-tardif in https://github.com/GTNewHorizons/GTplusplus/pull/710 (1.9.72) +> * Fix steam macerator generating byproducts And use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/708 (1.9.71) +> * Make sure to account for first output being chanced on steam grinder by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/709 (1.9.71) +> * Fix steam macerator generating byproducts And use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/708 (1.9.69) +> * Make sure to account for first output being chanced on steam grinder by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/709 (1.9.69) +> * Fix LFTR by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/707 (1.9.68) +> * Fixed mass fab sometimes crashing in scrap mode by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/706 (1.9.67) +> * Fixed fermium check on QFT by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/705 (1.9.66) +> * Fix findRecipe for Elemental Duplicator by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/704 (1.9.66) +> * Fix void protection on steam machines by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/703 (1.9.65) +> * Remove duplicated chemplant recipemap by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/702 (1.9.64) +> * Adding The Fine Wire + Recipe in wiremill for Chromatic Glass by @TheEpicGamer274 in https://github.com/GTNewHorizons/GTplusplus/pull/700 (1.9.63) +> * Implement generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/697 (1.9.62) +> * Remove the duplicate pu239 by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/698 (1.9.61) +> * Migrated mk4 and mk5 fusion to generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/696 (1.9.60) +> * Improve Industrial Arc Furnace tooltip by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/692 (1.9.59) +> * Add QFT Water Line Skips by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/693 (1.9.59) +> * Patches the hole in Dangote by @Lyfts in https://github.com/GTNewHorizons/GTplusplus/pull/694 (1.9.59) +> * Fixed bee frames to make sense with additive production modifiers by @hacatu in https://github.com/GTNewHorizons/GTplusplus/pull/691 (1.9.59) +> * Improve Industrial Arc Furnace tooltip by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/692 (1.9.58-pre) +> * Fix Multiblock structure info tooltips by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/689 (1.9.57) +> * Add missing advancement localization by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/690 (1.9.57) +> * Fix some recipe conflicts by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/688 (1.9.56) +> * Make PSS stop pulling input power when it's full. by @antihutka in https://github.com/GTNewHorizons/GTplusplus/pull/687 (1.9.55) +> * Advanced boiler steam capacity fix by @Lyfts in https://github.com/GTNewHorizons/GTplusplus/pull/686 (1.9.55) +> * Restore pams fish compat by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/685 (1.9.54) +> * Fix europa 'blizz' drops by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/684 (1.9.54) +> * Remove Breaker Box by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/683 (1.9.52) +> * Added LPF mode to WAILA tooltip by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/680 (1.9.51) +> * Added mac stack tier to WAILA tooltip by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/681 (1.9.51) +> * Add Wireless Charger Baubles Compat by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/682 (1.9.51) +> * Hydrogen loop fix by @TheEpicGamer274 in https://github.com/GTNewHorizons/GTplusplus/pull/678 (1.9.50) +> * Fix a QFT recipe by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/679 (1.9.50) +> * MassFab: Set efficiency in SCRAP mode. by @fluffle in https://github.com/GTNewHorizons/GTplusplus/pull/676 (1.9.49) +> * Adding Circuit requirement for data orb repository to tooltip and rem… by @TheEpicGamer274 in https://github.com/GTNewHorizons/GTplusplus/pull/675 (1.9.48) +> * Monomethylhydrazine cleanup by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/674 (1.9.47) +> * Reword Crop Manager AoE description in tooltip by @wlhlm in https://github.com/GTNewHorizons/GTplusplus/pull/673 (1.9.46) +> * Fix some BW materials creating bad washer recipes by @serenibyss in https://github.com/GTNewHorizons/GTplusplus/pull/672 (1.9.45) +> * Make the New Plasma Powergen Chains Viable by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/669 (1.9.44-pre) +> * nitrobenzene followup by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/671 (1.9.44-pre) +> * Make the New Plasma Powergen Chains Viable by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/669 (1.9.43) +> * nitrobenzene followup by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/671 (1.9.43) +> * Spotless apply for branch Plasma_Chains_Numbers for #669 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/670 (1.9.42-pre) +> * Remove Dragonblood from comb qft recipe by @Runakai1 in https://github.com/GTNewHorizons/GTplusplus/pull/667 (1.9.41) +> * Remove broken GC asm by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/666 (1.9.40) +> * Update dep + change comb recipe by @Runakai1 in https://github.com/GTNewHorizons/GTplusplus/pull/664 (1.9.39) +> * Fix gt++ pollution tooltips by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/662 (1.9.38) +> * Adds a platline comb recipe to QFT by @Runakai1 in https://github.com/GTNewHorizons/GTplusplus/pull/661 (1.9.37) +> * Remove outdated botdustries compat recipes by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/658 (1.9.36) +> * Fix Green Metal Catalyst Recipe by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/660 (1.9.36) +> * Remove reference to GT_FluidStack by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/659 (1.9.36) +> * Change XL Plasma Penalty Formula and Fuel Values for New Plasmas by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/656 (1.9.36) +> * Spotless apply for branch NewPlasmas_NewValues for #656 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/657 (1.9.35-pre) +> * Remove outdated botdustries compat recipes by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/658 (1.9.35-pre) +> * Fix Green Metal Catalyst Recipe by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/660 (1.9.35-pre) +> * Spotless apply for branch NewPlasmas_NewValues for #656 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/657 (1.9.34-pre) +> * Add New Recipes for Powergen Plasmas by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/651 (1.9.33) +> * Fix steam hatch not working for some people by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/655 (1.9.33) +> * Add New Recipes for Powergen Plasmas by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/651 (1.9.32-pre) +> * fix lag by disabling asm that messed with tinkers fluid lighting by @Denostrov in https://github.com/GTNewHorizons/GTplusplus/pull/654 (1.9.31) +> * Fix void protection for Sparge Tower and Dangote by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/653 (1.9.30) +> * Spotless apply for branch Power_Plasmas for #651 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/652 (1.9.29-pre) +> * Nerf low-grade plasmas in the XL Plasma turbine by @S4mpsa in https://github.com/GTNewHorizons/GTplusplus/pull/649 (1.9.28) +> * Fix item damage for some items by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/646 (1.9.27) +> * Fix item name color and tooltip for ItemGenericToken by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/648 (1.9.27) +> * Make fluid generator hatch fill partial amount by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/647 (1.9.27) +> * Reservoir hatch refill fix by @GDCloudstrike in https://github.com/GTNewHorizons/GTplusplus/pull/645 (1.9.26) +> * Remove recipe removal for rocket fuels by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/643 (1.9.25) +> * Cleanup reservoir hatch tooltip by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/644 (1.9.25) +> * Fix voiding mode not being saved by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/642 (1.9.25) +> * Fix missing call to GT_ParallelHelper#setController in QFT by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/641 (1.9.24) +> * Update to new void protection API by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/640 (1.9.23) +> * blacklist benzene and helium plasma from XL Turbines by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/639 (1.9.19) +> * added chisel input busses by @Quetz4l in https://github.com/GTNewHorizons/GTplusplus/pull/638 (1.9.18) +> * Deprecation cleanup by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/637 (1.9.18) +> * Arc Furnace: Fix Blockrenderer Preview by @Fiyorin in https://github.com/GTNewHorizons/GTplusplus/pull/636 (1.9.16) +> * Fix HV semifluid gen recipe by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/635 (1.9.15) +> * Make sure that GT++ Cokes have recipes in the Advanced Coke Oven by @MeiTianyou in https://github.com/GTNewHorizons/GTplusplus/pull/634 (1.9.14) +> * ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview by @Fiyorin in https://github.com/GTNewHorizons/GTplusplus/pull/632 (1.9.13) +> * Add Temporal Harmonizer Catalyst by @GDCloudstrike in https://github.com/GTNewHorizons/GTplusplus/pull/633 (1.9.12) +> * Fixes several minor bugs by @MeiTianyou in https://github.com/GTNewHorizons/GTplusplus/pull/630 (1.9.11) +> * Update readme by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/631 (1.9.10) +> * Remove a lot of unused classes by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/629 (1.9.10) +> * Make sure the backpack is properly secured while it's open by @wlhlm in https://github.com/GTNewHorizons/GTplusplus/pull/627 (1.9.9) +> * Fix GT++ material cable rendering by @wlhlm in https://github.com/GTNewHorizons/GTplusplus/pull/626 (1.9.8) +> * Fix fluid input restrictor wrench side mapping by @leagris in https://github.com/GTNewHorizons/GTplusplus/pull/625 (1.9.7) +> * Remove Computer Cube MKII by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/622 (1.9.7) +> * Fix GT++ material pipe rendering by @wlhlm in https://github.com/GTNewHorizons/GTplusplus/pull/621 (1.9.6) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/620 (1.9.5) +> * Remove unused code & migrate to FluidSlotWidget by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/619 (1.9.4) +> * Add channels to MABS by @kstvr32 in https://github.com/GTNewHorizons/GTplusplus/pull/618 (1.9.3) +> * add channels to QFT by @kstvr32 in https://github.com/GTNewHorizons/GTplusplus/pull/616 (1.9.2) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/GTplusplus/pull/608 (1.9.1) +> * Add Bartworks ores to simple washer by @DStrand1 in https://github.com/GTNewHorizons/GTplusplus/pull/611 (1.9.1) +> * Allow scanners to display heat of Volcanus. by @MarchingCube in https://github.com/GTNewHorizons/GTplusplus/pull/613 (1.9.1) +> * Add the Nuclear Salt Processing Plant by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/607 (1.9.1) +> * Spotless apply for branch ForgeDirection for #608 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/612 (1.9.0-pre) +> * fix missing industrial hcl by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/610 (1.8.47) +> * fix missing industrial hcl by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/610 (1.8.45-pre) +> * fix missing industrial hcl by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/610 (1.8.44) +> * fix crop harvester energy drain and non-last optimal level crops by @Denostrov in https://github.com/GTNewHorizons/GTplusplus/pull/609 (1.8.42) +> * Fix Material by @Dream-Master in https://github.com/GTNewHorizons/GTplusplus/pull/605 (1.8.39) +> * Fix assembler by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/606 (1.8.39) +> * Don't require a min of output busses on sifter by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/604 (1.8.37) +> * Fix null item name by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/603 (1.8.36) +> * Fix internal name of mk5 fusion blocks by @GDCloudstrike in https://github.com/GTNewHorizons/GTplusplus/pull/602 (1.8.35) +> * Add Fusion Mk5 to RecipeCatalyst by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/601 (1.8.34) +> * Revive Fusion mk5 by @GDCloudstrike in https://github.com/GTNewHorizons/GTplusplus/pull/597 (1.8.33) +> * implement more new tooltips by @Glease in https://github.com/GTNewHorizons/GTplusplus/pull/596 (1.8.32) +> * Fix migration code for ABS NBT by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/600 (1.8.32) +> * fix incorrect ulv turbine tooltip by @Glease in https://github.com/GTNewHorizons/GTplusplus/pull/598 (1.8.32) +> * Implement new tooltips by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/595 (1.8.31) +> * clean up GT++ code by @boubou19 in https://github.com/GTNewHorizons/GTplusplus/pull/589 (1.8.30) +> * Fix missing overrides for input separation by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/593 (1.8.29) +> * Kill Disassembler in GT++ by @Connor-Colenso in https://github.com/GTNewHorizons/GTplusplus/pull/594 (1.8.29) +> * Update Rocketdyne Tooltip with More Info by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/587 (1.8.29) +> * Fix NPE in dev with Blast Smelter recipes by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/592 (1.8.26-pre) +> * Add tier tooltips to Charge Pack and quad batteries by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/591 (1.8.26-pre) +> * Fix NPE in dev with Blast Smelter recipes by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/592 (1.8.25) +> * Add tier tooltips to Charge Pack and quad batteries by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/591 (1.8.25) +> * Fix QFT Description by @LewisSaber in https://github.com/GTNewHorizons/GTplusplus/pull/588 (1.8.23) +> * LFTR Chain Fixes, Buffs and Tweaks by @Steelux8 in https://github.com/GTNewHorizons/GTplusplus/pull/584 (1.8.22) +> * Spotless apply for branch LFTR_Improvements for #584 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/585 (1.8.21-pre) +> * Fix survival place offset of structure by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/586 (1.8.20) +> * Spotless apply for branch LFTR_Improvements for #584 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/585 (1.8.19-pre) +> * Downtier oreproc GT++ multis to EV and add new EV Mac Stack by @Dream-Master in https://github.com/GTNewHorizons/GTplusplus/pull/579 (1.8.18) +> * Spotless apply for branch Multiblock-EV-change for #579 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/582 (1.8.16-pre) +> * Spotless apply for branch Multiblock-EV-change for #579 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/581 (1.8.15-pre) +> * Spotless apply for branch Multiblock-EV-change for #579 by @github-actions in https://github.com/GTNewHorizons/GTplusplus/pull/580 (1.8.14-pre) +> * clean up hand pump code by @Glease in https://github.com/GTNewHorizons/GTplusplus/pull/577 (1.8.12) +> * Fix typo in printer tooltip by @LewisSaber in https://github.com/GTNewHorizons/GTplusplus/pull/575 (1.8.11) +> * Add Fusion MKIV Description by @LewisSaber in https://github.com/GTNewHorizons/GTplusplus/pull/576 (1.8.11) +> * Remove For Loops on Speed Multiplier for Multiplication by @BlueWeabo in https://github.com/GTNewHorizons/GTplusplus/pull/574 (1.8.10) +> * Changed Basic and added Advanced UUMatter recipes by @RaitGamerGR in https://github.com/GTNewHorizons/GTplusplus/pull/571 (1.8.9) +> * Uu matter and uu amplifier by @Dream-Master in https://github.com/GTNewHorizons/GTplusplus/pull/573 (1.8.8-pre) +> * prevent error when given hatch is gone by @Glease in https://github.com/GTNewHorizons/GTplusplus/pull/572 (1.8.7) +> * Fixed circuit NPE in LPF by @minecraft7771 in https://github.com/GTNewHorizons/GTplusplus/pull/570 (1.8.6) +> * Fix lava->pahoehoe lava recipie by @posiaden123 in https://github.com/GTNewHorizons/GTplusplus/pull/569 (1.8.5) +> * Hydroxide chem balance fix by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/568 (1.8.4) +> * Tooltip typo fix by @chochem in https://github.com/GTNewHorizons/GTplusplus/pull/567 (1.8.3) +> * Fix Bender Making Double Plate instead of Dense one by @LewisSaber in https://github.com/GTNewHorizons/GTplusplus/pull/566 (1.8.2) +> * set the amount of muffler hatches to 1 in the MABS by @boubou19 in https://github.com/GTNewHorizons/GTplusplus/pull/564 (1.8.1) +> * follow up to https://github.com/GTNewHorizons/GTplusplus/pull/564 by @boubou19 in https://github.com/GTNewHorizons/GTplusplus/pull/565 (1.8.1) +> * Fix compat for lanthanides mod for rocket fuel by @miozune in https://github.com/GTNewHorizons/GTplusplus/pull/563 (1.8.0) +> * clean up australia leftover by @Glease in https://github.com/GTNewHorizons/GTplusplus/pull/560 (1.7.227) +> * remove EnumHelper usage towards OrePrefixes by @Glease in https://github.com/GTNewHorizons/GTplusplus/pull/561 (1.7.227) +> * Fix removed CustomName init call causing an NPE by @eigenraven in https://github.com/GTNewHorizons/GTplusplus/pull/562 (1.7.227) +> +>## New Contributors +> * @Jonodonozym made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/726 (1.9.81) +> * @querns made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/713 (1.9.74) +> * @hacatu made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/691 (1.9.59) +> * @antihutka made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/687 (1.9.55) +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/686 (1.9.55) +> * @fluffle made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/676 (1.9.49) +> * @TheEpicGamer274 made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/675 (1.9.48) +> * @S4mpsa made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/649 (1.9.28) +> * @Fiyorin made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/632 (1.9.13) +> * @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/630 (1.9.11) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/621 (1.9.6) +> * @kstvr32 made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/616 (1.9.2) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/608 (1.9.1) +> * @DStrand1 made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/611 (1.9.1) +> * @Denostrov made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/609 (1.8.42) +> * @posiaden123 made their first contribution in https://github.com/GTNewHorizons/GTplusplus/pull/569 (1.8.5) +> + +# Updated Gadomancy (1.0.8.9@Side.BOTH --> 1.1.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Gadomancy/compare/1.0.8.6...1.1.3 +>## What's Changed +> * Cache the models for the Arcane Enervation Emitter by @firenoo in https://github.com/GTNewHorizons/Gadomancy/pull/23 (1.1.3) +> * Validate ObjectInputStream by @miozune in https://github.com/GTNewHorizons/Gadomancy/pull/22 (1.1.2) +> * Validate side when processing packets by @miozune in https://github.com/GTNewHorizons/Gadomancy/pull/21 (1.1.1) +> * infusionClaw by @Quetz4l in https://github.com/GTNewHorizons/Gadomancy/pull/20 (1.1.0) +> * Switch from hacking EnumHelper private apis to a java 9+ compatible reflection/unsafe approach by @eigenraven in https://github.com/GTNewHorizons/Gadomancy/pull/19 (1.0.8.9) +> +>## New Contributors +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/Gadomancy/pull/23 (1.1.3) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/Gadomancy/pull/21 (1.1.1) +> * @Quetz4l made their first contribution in https://github.com/GTNewHorizons/Gadomancy/pull/20 (1.1.0) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/Gadomancy/pull/19 (1.0.8.9) +> + +# Updated GalacticGregGT5 (1.0.8@Side.BOTH --> 1.0.10@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GalacticGregGT5/compare/1.0.7...1.0.10 +>## What's Changed +> * Fix oregen pattern for space veins by @chochem in https://github.com/GTNewHorizons/GalacticGregGT5/pull/16 (1.0.10) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/GalacticGregGT5/pull/15 (1.0.9) +> * make galgreg vein generation consist with gt5 by @GlodBlock in https://github.com/GTNewHorizons/GalacticGregGT5/pull/14 (1.0.8) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/GalacticGregGT5/pull/16 (1.0.10) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/GalacticGregGT5/pull/15 (1.0.9) +> * @GlodBlock made their first contribution in https://github.com/GTNewHorizons/GalacticGregGT5/pull/14 (1.0.8) +> + +# Updated Galacticraft (3.0.67-GTNH@Side.BOTH --> 3.0.73-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Galacticraft/compare/3.0.66-GTNH...3.0.73-GTNH +>## What's Changed +> * Remove hacky ignition of entities from the client-side by particles by @eigenraven in https://github.com/GTNewHorizons/Galacticraft/pull/79 (3.0.72-GTNH) +> * Fix mouse scroll with lwjgl3 by @miozune in https://github.com/GTNewHorizons/Galacticraft/pull/78 (3.0.71-GTNH) +> * Rework Rocket Fuel API by @glowredman in https://github.com/GTNewHorizons/Galacticraft/pull/77 (3.0.70-GTNH) +> * Cleanup by @glowredman in https://github.com/GTNewHorizons/Galacticraft/pull/76 (3.0.69-GTNH) +> * Update Dependencies by @glowredman in https://github.com/GTNewHorizons/Galacticraft/pull/75 (3.0.68-GTNH) +> * Fix Treasure Chests can output/input items if is locked. by @r1tsuu in https://github.com/GTNewHorizons/Galacticraft/pull/74 (3.0.67-GTNH) +> +>## New Contributors +> * @r1tsuu made their first contribution in https://github.com/GTNewHorizons/Galacticraft/pull/74 (3.0.67-GTNH) +> + +# Updated Galaxy-Space-GTNH (1.1.61-GTNH@Side.BOTH --> 1.2.6-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Galaxy-Space-GTNH/compare/1.1.60-GTNH...1.2.6-GTNH +>## What's Changed +> * Fix Server-Side Entity leak by @TechnicianLP in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/96 (1.2.6-GTNH) +> * Fix Tantalumhafniumcarbide recipes by @chochem in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/95 (1.2.5-GTNH) +> * Removes Renaming For Dyson Blocks by @Runakai1 in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/93 (1.2.4-GTNH) +> * Move Vega-system closer to solar system by @glowredman in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/92 (1.2.3-GTNH) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/91 (1.2.2-GTNH) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/90 (1.2.1-GTNH) +> * Remove Space Elevator and Planetary Gas Siphon by @minecraft7771 in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/89 (1.1.63-GTNH) +> * Add LuV Circuits to the T2 Rocket Computer Recipe by @Steelux8 in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/71 (1.1.61-GTNH) +> +>## New Contributors +> * @TechnicianLP made their first contribution in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/96 (1.2.6-GTNH) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/95 (1.2.5-GTNH) +> * @Runakai1 made their first contribution in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/93 (1.2.4-GTNH) +> * @Steelux8 made their first contribution in https://github.com/GTNewHorizons/Galaxy-Space-GTNH/pull/71 (1.1.61-GTNH) +> + +# Updated GigaGramFab (0.1.8@Side.BOTH --> 0.2.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GigaGramFab/compare/0.1.7...0.2.4 +>## What's Changed +> * fix linked input bus pasting not working when origin uses a circuit by @Glease in https://github.com/GTNewHorizons/GigaGramFab/pull/16 (0.2.4) +> * Make sure to calculate the overclock calculator by @BlueWeabo in https://github.com/GTNewHorizons/GigaGramFab/pull/12 (0.2.3) +> * fix adv assline drain from wrong input hatch by @Glease in https://github.com/GTNewHorizons/GigaGramFab/pull/13 (0.2.3) +> * Fix MetaTEs not being registered at all in non-dev env by @miozune in https://github.com/GTNewHorizons/GigaGramFab/pull/9 (0.2.2) +> * spotlessApply by @miozune in https://github.com/GTNewHorizons/GigaGramFab/pull/10 (0.2.2) +> * Add git-blame-ignore-revs for spotlessApply by @miozune in https://github.com/GTNewHorizons/GigaGramFab/pull/11 (0.2.2) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/GigaGramFab/pull/8 (0.2.1) +> * fix rare underclock with adv assline by @Glease in https://github.com/GTNewHorizons/GigaGramFab/pull/7 (0.2.0) +> * add copypasting configuration between linked input bus by @Glease in https://github.com/GTNewHorizons/GigaGramFab/pull/6 (0.1.9) +> * Fix AAL working with no energy hatches by @minecraft7771 in https://github.com/GTNewHorizons/GigaGramFab/pull/5 (0.1.8) +> +>## New Contributors +> * @BlueWeabo made their first contribution in https://github.com/GTNewHorizons/GigaGramFab/pull/12 (0.2.3) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/GigaGramFab/pull/8 (0.2.1) +> + +# Updated GoodGenerator (0.4.88@Side.BOTH --> 0.6.40@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/GoodGenerator/compare/0.4.87...0.6.40 +>## What's Changed +> * Make UCFE use TecTech's new power API by @sasha0552 in https://github.com/GTNewHorizons/GoodGenerator/pull/204 (0.6.40) +> * No amperage OC for PrAss by @chochem in https://github.com/GTNewHorizons/GoodGenerator/pull/203 (0.6.39) +> * Mark VI Naquadah Fuel by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/200 (0.6.38) +> * Buff Mark I and Mark II naquadah fuels by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/202 (0.6.38) +> * Buff Naquadah Fuels in UIV+ tiers by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/198 (0.6.37) +> * Add PA centrifuge recipe map to naq line recipe replacements by @chochem in https://github.com/GTNewHorizons/GoodGenerator/pull/197 (0.6.36) +> * Fix fuel refinery overclocks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/195 (0.6.35) +> * Add a way to make more Tiberium using Naquadah Gas by @S4mpsa in https://github.com/GTNewHorizons/GoodGenerator/pull/196 (0.6.35) +> * Don't consume multiple amps for Precise Assembler if only one normal energy hatch is used by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/193 (0.6.34) +> * Fix Compact Fusion not showing correct parallel for scanner by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/194 (0.6.33) +> * Extract using AEFluidStack, not FluidStack by @firenoo in https://github.com/GTNewHorizons/GoodGenerator/pull/192 (0.6.32) +> * Fix compacts mk4 and mk5 having way too many overclocks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/191 (0.6.31) +> * Fix neutron activators getting to 0 ticks by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/190 (0.6.30) +> * Use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/GoodGenerator/pull/188 (0.6.29) +> * Use new API for checking ME hatch for compact fusion by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/189 (0.6.29) +> * Fix crafting input hatches texture in PrAss by @harrynull in https://github.com/GTNewHorizons/GoodGenerator/pull/186 (0.6.28) +> * Remove reference to sByProductList by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/187 (0.6.28) +> * Add support for crafting input buffer by @harrynull in https://github.com/GTNewHorizons/GoodGenerator/pull/185 (0.6.27) +> * Fixed setting of processing logic power in compacts by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/184 (0.6.26) +> * fix divide by zero by @Glease in https://github.com/GTNewHorizons/GoodGenerator/pull/183 (0.6.25) +> * CoAL Hint Text Fix by @MadMan310 in https://github.com/GTNewHorizons/GoodGenerator/pull/181 (0.6.24) +> * Fixes Large Essentia Smeltery autoplace in survival by @Lyfts in https://github.com/GTNewHorizons/GoodGenerator/pull/182 (0.6.24) +> * Replace mEUStore with getStoredEU call by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/180 (0.6.23) +> * Migrated compact to GPL by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/179 (0.6.22) +> * Enable VP support on PrAss by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/178 (0.6.21) +> * Buff CoAL recipe times to 48x base instead of 64x by @greesyB in https://github.com/GTNewHorizons/GoodGenerator/pull/177 (0.6.20) +> * Implement generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/176 (0.6.19) +> * Fix YOTTA not voiding fluids that are inserted through AE by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/175 (0.6.17-pre) +> * Fix YOTTA not voiding fluids that are inserted through AE by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/175 (0.6.16) +> * update deps by @Dream-Master in https://github.com/GTNewHorizons/GoodGenerator/pull/173 (0.6.13) +> * Set SH steam output for plasmas to 0; remove bounds check. by @fluffle in https://github.com/GTNewHorizons/GoodGenerator/pull/174 (0.6.13) +> * Coolant Tower: pull steam from all available hatches. by @fluffle in https://github.com/GTNewHorizons/GoodGenerator/pull/167 (0.6.13) +> * Buffing the LEG to UV for the LEG Laser nerf by @Alastors in https://github.com/GTNewHorizons/GoodGenerator/pull/169 (0.6.11) +> * Remove laser support for LEG by @chochem in https://github.com/GTNewHorizons/GoodGenerator/pull/168 (0.6.11) +> * Added more information to PrAss tooltip by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/170 (0.6.10) +> * Rename localisation from Aluminum to Aluminium by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/171 (0.6.10) +> * Added more information to YOTTA structure tooltip by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/172 (0.6.10) +> * Added more information to PrAss tooltip by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/170 (0.6.10-pre) +> * Rename localisation from Aluminum to Aluminium by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/171 (0.6.10-pre) +> * Update to new input separation API & appearance of PAss GUI by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/166 (0.6.9) +> * Remove mention to EC2 by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/165 (0.6.8) +> * yottank information by @Quetz4l in https://github.com/GTNewHorizons/GoodGenerator/pull/163 (0.6.6) +> * Fix tengam in component assemblyline by @GDCloudstrike in https://github.com/GTNewHorizons/GoodGenerator/pull/162 (0.6.5) +> * Add Fluid Solidifier recipes for Shirabon by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/161 (0.6.4) +> * any glass for structures by @Quetz4l in https://github.com/GTNewHorizons/GoodGenerator/pull/160 (0.6.3) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/GoodGenerator/pull/159 (0.6.2) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/GoodGenerator/pull/158 (0.6.1) +> * Fix Materials by @Dream-Master in https://github.com/GTNewHorizons/GoodGenerator/pull/157 (0.5.18) +> * Fix compact mk5 research by @GDCloudstrike in https://github.com/GTNewHorizons/GoodGenerator/pull/156 (0.5.12) +> * Re-enable compact mk5 + adjust mk4 by @GDCloudstrike in https://github.com/GTNewHorizons/GoodGenerator/pull/155 (0.5.11) +> * Kill Disassembler in GoodGenerator by @Connor-Colenso in https://github.com/GTNewHorizons/GoodGenerator/pull/154 (0.5.8) +> * More CoAl fixes by @Phineasor in https://github.com/GTNewHorizons/GoodGenerator/pull/153 (0.5.7) +> * Allow ME output hatch in compacts by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/152 (0.5.6) +> * GT++ Aspect Localization by @Rosenlied-Iris in https://github.com/GTNewHorizons/GoodGenerator/pull/150 (0.5.6) +> * Various NA fixes by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/151 (0.5.5) +> * Fusion sound by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/149 (0.5.4) +> * Fix-Compact-Fusion by @LewisSaber in https://github.com/GTNewHorizons/GoodGenerator/pull/147 (0.5.3) +> * Mane Neutron Activator Accept EV+ glass by @LewisSaber in https://github.com/GTNewHorizons/GoodGenerator/pull/146 (0.5.2) +> * Add mode toggle button to PrAss GUI by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/144 (0.5.1) +> * Fix fusion recipe NPE by @minecraft7771 in https://github.com/GTNewHorizons/GoodGenerator/pull/145 (0.5.1) +> * add batch mode for neutron activator by @GlodBlock in https://github.com/GTNewHorizons/GoodGenerator/pull/141 (0.5.0) +> * Fix typo (#142) by @Dream-Master in https://github.com/GTNewHorizons/GoodGenerator/pull/143 (0.4.89-pre) +> * Fix typo in Compact Description by @LewisSaber in https://github.com/GTNewHorizons/GoodGenerator/pull/142 (0.4.88) +> +>## New Contributors +> * @sasha0552 made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/204 (0.6.40) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/192 (0.6.32) +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/185 (0.6.27) +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/182 (0.6.24) +> * @greesyB made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/177 (0.6.20) +> * @fluffle made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/174 (0.6.13) +> * @Alastors made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/169 (0.6.11) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/168 (0.6.11) +> * @Quetz4l made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/160 (0.6.3) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/158 (0.6.1) +> * @Connor-Colenso made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/154 (0.5.8) +> * @Phineasor made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/153 (0.5.7) +> * @Rosenlied-Iris made their first contribution in https://github.com/GTNewHorizons/GoodGenerator/pull/150 (0.5.6) +> + +# Updated Gravitation-Suite-Neo (1.0.8@Side.BOTH --> 1.0.15@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Gravitation-Suite-Neo/compare/1.0.7...1.0.15 +>## What's Changed +> * Fix Quantum Shield on Servers by @TechnicianLP in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/12 (1.0.15) +> * changes the order of calls when mining in accurate/silk touch mode by @MeiTianyou in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/11 (1.0.13) +> * Spotless apply for branch fix-quantum-shield for #9 by @github-actions in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/10 (1.0.10) +> * Fix 2/3 Quantum Shield Bugs by @glowredman in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/9 (1.0.10) +> * Spotless apply for branch fix-quantum-shield for #9 by @github-actions in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/10 (1.0.9-pre) +> * Add License by @glowredman in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/7 (1.0.8) +> * Get PlasmaCell Variations from Fuelmap by @glowredman in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/8 (1.0.8) +> +>## New Contributors +> * @TechnicianLP made their first contribution in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/12 (1.0.15) +> * @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/11 (1.0.13) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/10 (1.0.10) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/Gravitation-Suite-Neo/pull/10 (1.0.9-pre) +> + +# Updated Hodgepodge (2.0.43@Side.BOTH --> 2.2.30@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Hodgepodge/compare/2.0.42...2.2.30 +>## What's Changed +> * Micro reduce fps lags with tileentities by @quentin452 in https://github.com/GTNewHorizons/Hodgepodge/pull/236 (2.2.30) +> * Add chunk save CME debugger by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/234 (2.2.29) +> * Fix crash when placing Thaumcraft Golem by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/233 (2.2.28) +> * Fix path handling of bibliocraft saved books to replace invalid characters with dashes by @eigenraven in https://github.com/GTNewHorizons/Hodgepodge/pull/232 (2.2.27) +> * Fix color formatting in FontRenderer mixin by @kuba6000 in https://github.com/GTNewHorizons/Hodgepodge/pull/231 (2.2.26) +> * Fix IC2 armors spamming detectAndSendChanges by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/230 (2.2.25) +> * fix forge update checker by @mist475 in https://github.com/GTNewHorizons/Hodgepodge/pull/228 (2.2.24) +> * Lotr java 12+ patches & move MixinBOPReflectionHelper.setPrivateFinalValue logic to util class for reusablility by @mist475 in https://github.com/GTNewHorizons/Hodgepodge/pull/227 (2.2.23) +> * Fix lotr error with speedupVanillaFurnace by @mist475 in https://github.com/GTNewHorizons/Hodgepodge/pull/226 (2.2.22) +> * Info -> Debug for furnace overwrites by @mitchej123 in https://github.com/GTNewHorizons/Hodgepodge/pull/224 (2.2.21) +> * ArchaicFix compat by @mitchej123 in https://github.com/GTNewHorizons/Hodgepodge/pull/222 (2.2.20) +> * Add offline mode UUID mapping by @Caedis in https://github.com/GTNewHorizons/Hodgepodge/pull/221 (2.2.19) +> * Add pollution tooltips by @tytan652 in https://github.com/GTNewHorizons/Hodgepodge/pull/220 (2.2.18) +> * Fix crashing due to server/client container size mismatch by @Denostrov in https://github.com/GTNewHorizons/Hodgepodge/pull/219 (2.2.18) +> * Fix fluid container registry key not being reloaded after world load by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/218 (2.2.17) +> * Fix crashes when opening forestry/adventure backpacks and quickly switching selected item by @Denostrov in https://github.com/GTNewHorizons/Hodgepodge/pull/217 (2.2.15) +> * Fix LLibrary incompatibility by @andreblanke in https://github.com/GTNewHorizons/Hodgepodge/pull/215 (2.2.14) +> * fix golem marker loading failure by @albus12138 in https://github.com/GTNewHorizons/Hodgepodge/pull/211 (2.2.13) +> * Fix Quantumsuit hover mode slowly losing altitude by @TealSeer in https://github.com/GTNewHorizons/Hodgepodge/pull/213 (2.2.12) +> * Update dependencies.gradle by @firenoo in https://github.com/GTNewHorizons/Hodgepodge/pull/212 (2.2.11) +> * Validate datawatcher and custom payload packets during construction for precise stacktraces by @eigenraven in https://github.com/GTNewHorizons/Hodgepodge/pull/210 (2.2.10) +> * Add a priority to the TextureMap mixin by @quentin452 in https://github.com/GTNewHorizons/Hodgepodge/pull/209 (2.2.9) +> * add logging to ztones patch by @Glease in https://github.com/GTNewHorizons/Hodgepodge/pull/208 (2.2.8) +> * Validate bibliocraft fancy sign updates server-side by @eigenraven in https://github.com/GTNewHorizons/Hodgepodge/pull/206 (2.2.7) +> * Minechem Java 12 compat: Stop potion array expansion and add config for potion ID by @AshIndigo in https://github.com/GTNewHorizons/Hodgepodge/pull/207 (2.2.7) +> * Show bed messages above hotbar by @miozune in https://github.com/GTNewHorizons/Hodgepodge/pull/205 (2.2.6) +> * fix weird NPE introduced by #202 by @Glease in https://github.com/GTNewHorizons/Hodgepodge/pull/203 (2.2.5) +> * fix weird NPE introduced by #202 by @Glease in https://github.com/GTNewHorizons/Hodgepodge/pull/203 (2.2.4) +> * fix rare different sprite animations out of sync by @Glease in https://github.com/GTNewHorizons/Hodgepodge/pull/202 (2.2.2) +> * Use Unimixins by @eigenraven in https://github.com/GTNewHorizons/Hodgepodge/pull/201 (2.2.0) +> * correct render debug injection point by @Glease in https://github.com/GTNewHorizons/Hodgepodge/pull/197 (2.1.0) +> * Fix Thaumcraft Aspect sorting by @glowredman in https://github.com/GTNewHorizons/Hodgepodge/pull/196 (2.1.0) +> * Fix Thaumcraft Aspect sorting by @Dream-Master in https://github.com/GTNewHorizons/Hodgepodge/pull/198 (2.0.44-pre) +> * Fix/renderdebug by @Dream-Master in https://github.com/GTNewHorizons/Hodgepodge/pull/199 (2.0.44-pre) +> * make all debug keybinds require simultaneous ctrl and shift instead of just shift by @Glease in https://github.com/GTNewHorizons/Hodgepodge/pull/194 (2.0.43) +> +>## New Contributors +> * @mist475 made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/226 (2.2.22) +> * @Caedis made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/221 (2.2.19) +> * @tytan652 made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/220 (2.2.18) +> * @Denostrov made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/217 (2.2.15) +> * @andreblanke made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/215 (2.2.14) +> * @albus12138 made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/211 (2.2.13) +> * @TealSeer made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/213 (2.2.12) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/212 (2.2.11) +> * @quentin452 made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/209 (2.2.9) +> * @AshIndigo made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/207 (2.2.7) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/Hodgepodge/pull/198 (2.0.44-pre) +> + +# Updated HoloInventory (2.1.19-GTNH@Side.BOTH --> 2.2.3-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/HoloInventory/compare/2.1.18-GTNH...2.2.3-GTNH +>## What's Changed +> * Fix 0-sized item not being rendered by @miozune in https://github.com/GTNewHorizons/HoloInventory/pull/34 (2.2.3-GTNH) +> * Fix NPE with FluidTankInfo by @miozune in https://github.com/GTNewHorizons/HoloInventory/pull/33 (2.2.2-GTNH) +> * Add fluid support by @miozune in https://github.com/GTNewHorizons/HoloInventory/pull/32 (2.2.1-GTNH) +> * fix incorrect use of weak reference by @Glease in https://github.com/GTNewHorizons/HoloInventory/pull/31 (2.2.0-GTNH) +> * https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10022 by @repo-alt in https://github.com/GTNewHorizons/HoloInventory/pull/30 (2.1.19-GTNH) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/HoloInventory/pull/32 (2.2.1-GTNH) +> + +# Updated HydroEnergy (1.0.19@Side.BOTH --> 1.1.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/HydroEnergy/compare/1.0.18...1.1.0 +>## What's Changed +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/HydroEnergy/pull/22 (1.1.0) +> * fix IndexOutOfBounds Exception in HRPacketChunkUpdate.java by @GamerSocke in https://github.com/GTNewHorizons/HydroEnergy/pull/21 (1.0.19) +> +>## New Contributors +> * @GamerSocke made their first contribution in https://github.com/GTNewHorizons/HydroEnergy/pull/21 (1.0.19) +> + +# Updated IFU (1.9.5@Side.BOTH --> 1.9.6@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/IFU/compare/1.9.4...1.9.6 +>## What's Changed +> * Prevent the Ore Finder Wand from imploding by @wlhlm in https://github.com/GTNewHorizons/IFU/pull/13 (1.9.6) +> * Native visual prospecting integration, rather than mixin based by @mitchej123 in https://github.com/GTNewHorizons/IFU/pull/12 (1.9.5) +> +>## New Contributors +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/IFU/pull/13 (1.9.6) +> + +# Updated IguanaTweaksTConstruct (2.2.9@Side.BOTH --> 2.3.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/IguanaTweaksTConstruct/compare/2.2.7...2.3.0 +>## What's Changed +> * Fix typos and improve language for tool level-ups by @chochem in https://github.com/GTNewHorizons/IguanaTweaksTConstruct/pull/13 (2.3.0) +> * do not add back gravel if there is no gravel nor flint by @Glease in https://github.com/GTNewHorizons/IguanaTweaksTConstruct/pull/12 (2.2.9) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/IguanaTweaksTConstruct/pull/13 (2.3.0) +> * @Glease made their first contribution in https://github.com/GTNewHorizons/IguanaTweaksTConstruct/pull/12 (2.2.9) +> + +# Updated InGame-Info-XML (2.8.3.96@Side.CLIENT --> 2.8.4@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/InGame-Info-XML/compare/2.8.3.95...2.8.4 +>## What's Changed +> * New gt module for oregen patterns by @chochem in https://github.com/GTNewHorizons/InGame-Info-XML/pull/18 (2.8.4) +> * Change event subsciption for rendering by @Alexdoru in https://github.com/GTNewHorizons/InGame-Info-XML/pull/17 (2.8.3.96) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/InGame-Info-XML/pull/18 (2.8.4) +> + +# Updated Infernal-Mobs (1.7.7-GTNH@Side.BOTH --> 1.7.9-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Infernal-Mobs/compare/1.7.6-GTNH...1.7.9-GTNH +>## What's Changed +> * Change access on methods and add variable getters by @kuba6000 in https://github.com/GTNewHorizons/Infernal-Mobs/pull/13 (1.7.9-GTNH) +> * prevent onAttack from firing if damage is caused by reflection by @Glease in https://github.com/GTNewHorizons/Infernal-Mobs/pull/12 (1.7.7-GTNH) +> +>## New Contributors +> * @kuba6000 made their first contribution in https://github.com/GTNewHorizons/Infernal-Mobs/pull/13 (1.7.9-GTNH) +> + +# Updated KekzTech (0.6.32@Side.BOTH --> 0.8.9@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/KekzTech/compare/0.6.31...0.8.9 +>## What's Changed +> * Allow max tier TFFT to complete with energy hatch by @Lyfts in https://github.com/GTNewHorizons/KekzTech/pull/74 (0.8.8) +> * Add per fluid capacity to TFFT storage field tooltip by @Lyfts in https://github.com/GTNewHorizons/KekzTech/pull/75 (0.8.8) +> * Allow lsc rotation by @alexandre-tardif in https://github.com/GTNewHorizons/KekzTech/pull/73 (0.8.7) +> * Fix LSC NPE by @miozune in https://github.com/GTNewHorizons/KekzTech/pull/72 (0.8.6) +> * tfft by @Quetz4l in https://github.com/GTNewHorizons/KekzTech/pull/70 (0.8.5) +> * Fix Unpackager recipes by @miozune in https://github.com/GTNewHorizons/KekzTech/pull/69 (0.8.4) +> * Remove BW luvtierenhancer references by @chochem in https://github.com/GTNewHorizons/KekzTech/pull/68 (0.8.2) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/KekzTech/pull/67 (0.8.0) +> * Fix Materials by @Dream-Master in https://github.com/GTNewHorizons/KekzTech/pull/66 (0.7.8) +> * Fix LSC tooltip by @chochem in https://github.com/GTNewHorizons/KekzTech/pull/65 (0.7.6) +> * Cleanup by @boubou19 in https://github.com/GTNewHorizons/KekzTech/pull/64 (0.7.5) +> * UIV & UMV capacitor by @GDCloudstrike in https://github.com/GTNewHorizons/KekzTech/pull/63 (0.7.3) +> * Fix space in gas turbine tooltip by @the-emerald in https://github.com/GTNewHorizons/KekzTech/pull/61 (0.7.1) +> * Add wireless toggle button to LSC GUI by @minecraft7771 in https://github.com/GTNewHorizons/KekzTech/pull/62 (0.7.0) +> * Make LSC wireless refill variable persistant by @minecraft7771 in https://github.com/GTNewHorizons/KekzTech/pull/60 (0.6.32) +> +>## New Contributors +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/74 (0.8.8) +> * @alexandre-tardif made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/73 (0.8.7) +> * @Quetz4l made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/70 (0.8.5) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/67 (0.8.0) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/65 (0.7.6) +> * @boubou19 made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/64 (0.7.5) +> * @the-emerald made their first contribution in https://github.com/GTNewHorizons/KekzTech/pull/61 (0.7.1) +> + +# Updated KubaTech (0.7.19@Side.BOTH --> 0.12.7@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/KubaTech/compare/0.7.18...0.12.7 +>## What's Changed +> * Allow EEC to get drops that have requirements (e.g. skulls) by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/92 (0.12.7) +> * Partially fix quiver on skeletons in EEC by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/91 (0.12.6) +> * Fix no output from Mega Apiary + some misc. changes by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/90 (0.12.5) +> * Changed EEC tooltip's glass specification by @Shadowsoftime99 in https://github.com/GTNewHorizons/KubaTech/pull/88 (0.12.3) +> * Fix crash by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/86 (0.12.2) +> * Small EEC fixes by @chochem in https://github.com/GTNewHorizons/KubaTech/pull/83 (0.12.1) +> * Clean up and fixes by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/84 (0.12.1) +> * Fix outputting to normal output bus by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/81 (0.12.0) +> * Remove Mobs Info NEI page from KubaTech by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/82 (0.12.0) +> * Output all crops / bees when controller is broken by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/80 (0.11.5) +> * Save/read NBT in config files as a string to be more readable by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/79 (0.11.4) +> * Fix crash when there are spaces in the game path by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/78 (0.11.3) +> * Use mixins accessors + some misc fixes by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/77 (0.11.2) +> * Fix bug with flowers and show what flowers are missing in Mega Apiary by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/76 (0.11.1) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/KubaTech/pull/74 (0.11.0) +> * Use texture getters by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/73 (0.10.3) +> * Move the research to GTNH tab for now by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/72 (0.10.2) +> * Add mod logo by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/71 (0.10.1) +> * Tea Network update: still alpha by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/69 (0.10.0) +> * Better lighting fix for crops renderer by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/70 (0.9.10) +> * Fix EIG and EEC energy consumption by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/68 (0.9.9) +> * Update production modifier for the new bees formula in Mega Apiary by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/66 (0.9.7) +> * Fix Mob Recipe Map generation on servers with Thermos by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/65 (0.9.5) +> * Fix wrong meta ID for EIG by @Pxx500 in https://github.com/GTNewHorizons/KubaTech/pull/63 (0.9.3) +> * Extreme Industrial Greenhouse GUI improvements by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/62 (0.9.2) +> * Fix EIG voiding 100% crops instead of 1% when no weed-ex is supplied by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/61 (0.9.1) +> * Add Extreme Industrial Greenhouse (moved from BW) by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/60 (0.9.0) +> * Show progress bar when generating Mob Recipe Map by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/59 (0.8.2) +> * Mega Apiary GUI improvements by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/58 (0.8.0) +> * Update description of EEC by @kuba6000 in https://github.com/GTNewHorizons/KubaTech/pull/56 (0.7.19) +> +>## New Contributors +> * @Shadowsoftime99 made their first contribution in https://github.com/GTNewHorizons/KubaTech/pull/88 (0.12.3) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/KubaTech/pull/83 (0.12.1) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/KubaTech/pull/74 (0.11.0) +> * @Pxx500 made their first contribution in https://github.com/GTNewHorizons/KubaTech/pull/63 (0.9.3) +> + +# Updated LittleTiles (1.2.7-GTNH@Side.BOTH --> 1.2.9-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/LittleTiles/compare/1.2.6-GTNH...1.2.9-GTNH +>## What's Changed +> * Fix item GUI slot blocking by @miozune in https://github.com/GTNewHorizons/LittleTiles/pull/8 (1.2.9-GTNH) +> * Update zh_CN.lang by @Kiwi233 in https://github.com/GTNewHorizons/LittleTiles/pull/7 (1.2.7-GTNH) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/LittleTiles/pull/8 (1.2.9-GTNH) +> + +# Updated LogisticsPipes (0.9.4.5.13-GTNH@Side.BOTH --> 1.0.6-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/LogisticsPipes/compare/0.9.4.5.12-GTNH...1.0.6-GTNH +>## What's Changed +> * Don't use ObjectInputStream by @miozune in https://github.com/GTNewHorizons/LogisticsPipes/pull/24 (1.0.6-GTNH) +> * Remove accidentally committed dependencies by @wlhlm in https://github.com/GTNewHorizons/LogisticsPipes/pull/23 (1.0.5-GTNH) +> * Fix Power Junction idle EU power drain by @wlhlm in https://github.com/GTNewHorizons/LogisticsPipes/pull/22 (1.0.4-GTNH) +> * Fix crash with Java12+ env by @miozune in https://github.com/GTNewHorizons/LogisticsPipes/pull/21 (1.0.2-GTNH) +> * Fix items not being added in the pack by @kuba6000 in https://github.com/GTNewHorizons/LogisticsPipes/pull/20 (1.0.1-GTNH) +> * Put GTNH specific changes behind a dreamcraft check by @mitchej123 in https://github.com/GTNewHorizons/LogisticsPipes/pull/19 (1.0.0-GTNH) +> * Fix backspace key not working with lwjgl3 by @miozune in https://github.com/GTNewHorizons/LogisticsPipes/pull/18 (0.9.4.5.13-GTNH) +> +>## New Contributors +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/LogisticsPipes/pull/22 (1.0.4-GTNH) +> * @kuba6000 made their first contribution in https://github.com/GTNewHorizons/LogisticsPipes/pull/20 (1.0.1-GTNH) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/LogisticsPipes/pull/19 (1.0.0-GTNH) +> + +# Updated MX-Random (0.1.6@Side.BOTH --> 0.2.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/MX-Random/compare/0.1.6...0.2.0 +>## What's Changed +> * Migrate code to use ForgeDirection instead of byte by @OneEyeMaker in https://github.com/GTNewHorizons/MX-Random/pull/6 (0.2.0) +> +>## New Contributors +> * @OneEyeMaker made their first contribution in https://github.com/GTNewHorizons/MX-Random/pull/6 (0.2.0) +> + +# Updated MagicBees (2.5.16-GTNH@Side.BOTH --> 2.6.6-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/MagicBees/compare/2.5.15-GTNH...2.6.6-GTNH +>## What's Changed +> * Fix Additive Production by @hacatu in https://github.com/GTNewHorizons/MagicBees/pull/30 (2.6.6-GTNH) +> * Tcon nugget r emoval by @Runakai1 in https://github.com/GTNewHorizons/MagicBees/pull/27 (2.6.4-GTNH) +> * Fix by @kuba6000 in https://github.com/GTNewHorizons/MagicBees/pull/28 (2.6.4-GTNH) +> * Spotless apply for branch Blood-Frames for #20 by @github-actions in https://github.com/GTNewHorizons/MagicBees/pull/25 (2.6.3-GTNH) +> * Addition of Blood Magic Frames by @Alastors in https://github.com/GTNewHorizons/MagicBees/pull/20 (2.6.3-GTNH) +> * Collector's Bee Ring feature by @Cardinalstars in https://github.com/GTNewHorizons/MagicBees/pull/19 (2.6.2-GTNH) +> * Implement accelerated effect on Rejuvenating bee effect + Fix by @kuba6000 in https://github.com/GTNewHorizons/MagicBees/pull/18 (2.6.1-GTNH) +> * Change Silicon Specialty by @Runakai1 in https://github.com/GTNewHorizons/MagicBees/pull/17 (2.6.0-GTNH) +> * update buildscript and remove update checker by @Alexdoru in https://github.com/GTNewHorizons/MagicBees/pull/16 (2.5.16-GTNH) +> +>## New Contributors +> * @hacatu made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/30 (2.6.6-GTNH) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/25 (2.6.3-GTNH) +> * @Alastors made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/20 (2.6.3-GTNH) +> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/19 (2.6.2-GTNH) +> * @Runakai1 made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/17 (2.6.0-GTNH) +> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/MagicBees/pull/16 (2.5.16-GTNH) +> + +# Updated MalisisCore (0.14.7-GTNH@Side.BOTH --> 0.14.9@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/MalisisCore/compare/0.14.6-GTNH...0.14.9 +>## What's Changed +> * Update readme by @miozune in https://github.com/GTNewHorizons/MalisisCore/pull/6 (0.14.9) +> * Optimize rendering by @eigenraven in https://github.com/GTNewHorizons/MalisisCore/pull/4 (0.14.7-GTNH) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/MalisisCore/pull/6 (0.14.9) +> + +# Updated Mantle (0.3.6@Side.BOTH --> 0.3.7@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Mantle/compare/0.3.5...0.3.7 +>## What's Changed +> * 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) +> * Change serialized name of second unlocalizedName by @BlueWeabo in https://github.com/GTNewHorizons/Mantle/pull/2 (0.3.6) +> +>## New Contributors +> * @Denostrov made their first contribution in https://github.com/GTNewHorizons/Mantle/pull/4 (0.3.7) +> * @BlueWeabo made their first contribution in https://github.com/GTNewHorizons/Mantle/pull/2 (0.3.6) +> + +# Updated Minecraft-Backpack-Mod (2.2.9-GTNH@Side.BOTH --> 2.2.11-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Minecraft-Backpack-Mod/compare/2.2.8-GTNH...2.2.11-GTNH +>## What's Changed +> * Refactor with intellij by @chill-was-taken in https://github.com/GTNewHorizons/Minecraft-Backpack-Mod/pull/6 (2.2.11-GTNH) +> * unbind keybind by default by @Alexdoru in https://github.com/GTNewHorizons/Minecraft-Backpack-Mod/pull/5 (2.2.9-GTNH) +> +>## New Contributors +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/Minecraft-Backpack-Mod/pull/6 (2.2.11-GTNH) +> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/Minecraft-Backpack-Mod/pull/5 (2.2.9-GTNH) +> + +# Updated Minetweaker-Gregtech-5-Addon (1.7.5@Side.BOTH --> 2.0.1@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/compare/1.7.4...2.0.1 +>## What's Changed +> * Add noOptimize to RA2 and fix fluid recipe crash by @kuba6000 in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/60 (2.0.1) +> * Add Disassembler by @Pilad in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/56 (2.0.0) +> * Add RA2 builder and recipe remover by @kuba6000 in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/59 (2.0.0) +> * Patch 1 by @Pilad in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/55 (1.7.5) +> +>## New Contributors +> * @kuba6000 made their first contribution in https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon/pull/59 (2.0.0) +> + +# New Mod - Mobs-Info (0.1.6-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Mobs-Info/commits/0.1.6-GTNH +>## What's Changed +> * Add Infernal Drops NEI tab (Expand Infernal-Mobs compatibility) by @kuba6000 in https://github.com/kuba6000/Mobs-Info/pull/6 (0.0.3-GTNH) +> * Make everything in extras (compatibilities) translatable by @kuba6000 in https://github.com/kuba6000/Mobs-Info/pull/7 (0.0.3-GTNH) +> + +# Updated ModularUI (1.0.71@Side.BOTH --> 1.1.16@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ModularUI/compare/1.0.70...1.1.16 +>## What's Changed +> * Allow overriding getItemStackForRendering by @harrynull in https://github.com/GTNewHorizons/ModularUI/pull/50 (1.1.16) +> * Add a Fluid Handler alike the ItemHandler by @BlueWeabo in https://github.com/GTNewHorizons/ModularUI/pull/48 (1.1.15) +> * Remove enable/disable calls for GlStateManager by @miozune in https://github.com/GTNewHorizons/ModularUI/pull/47 (1.1.14) +> * Add API for getting item tooltip by @miozune in https://github.com/GTNewHorizons/ModularUI/pull/46 (1.1.12) +> * fix hotbar key related vanilla functions by @Glease in https://github.com/GTNewHorizons/ModularUI/pull/45 (1.1.2) +> * Fix scrollable performance before first scroll by @kuba6000 in https://github.com/GTNewHorizons/ModularUI/pull/44 (1.1.0) +> * Fix ChangeableWidget by @kuba6000 in https://github.com/GTNewHorizons/ModularUI/pull/43 (1.0.73) +> * Added supplier for button click sound by @minecraft7771 in https://github.com/GTNewHorizons/ModularUI/pull/42 (1.0.72) +> +>## New Contributors +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/ModularUI/pull/50 (1.1.16) +> * @Glease made their first contribution in https://github.com/GTNewHorizons/ModularUI/pull/45 (1.1.2) +> * @kuba6000 made their first contribution in https://github.com/GTNewHorizons/ModularUI/pull/43 (1.0.73) +> + +# Updated MouseTweaks (2.4.8-GTNH@Side.CLIENT --> 2.4.9-GTNH@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/MouseTweaks/compare/2.4.7-GTNH...2.4.9-GTNH +>## What's Changed +> * Backport ScrollItemScaling and WheelScrollDirection config options by @unilock in https://github.com/GTNewHorizons/MouseTweaks/pull/4 (2.4.9-GTNH) +> * Fix server-side crash and suppress Forestry error in the logs by @eigenraven in https://github.com/GTNewHorizons/MouseTweaks/pull/3 (2.4.8-GTNH) +> +>## New Contributors +> * @unilock made their first contribution in https://github.com/GTNewHorizons/MouseTweaks/pull/4 (2.4.9-GTNH) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/MouseTweaks/pull/3 (2.4.8-GTNH) +> + +# Updated NEI-Integration (1.2.3@Side.BOTH --> 1.3.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NEI-Integration/compare/1.2.2...1.3.3 +>## What's Changed +> * Revert disabling Pam's HC integration by default by @DotJason in https://github.com/GTNewHorizons/NEI-Integration/pull/8 (1.3.3) +> * Disable Pam's HC integration by default by @DotJason in https://github.com/GTNewHorizons/NEI-Integration/pull/7 (1.3.2) +> * Actually re-enable removed handlers, update buildscript & dependencies by @SteelShot in https://github.com/GTNewHorizons/NEI-Integration/pull/6 (1.3.1) +> * Readd Handlers by @glowredman in https://github.com/GTNewHorizons/NEI-Integration/pull/5 (1.3.0) +> * Create zh_CN.lang by @Kiwi233 in https://github.com/GTNewHorizons/NEI-Integration/pull/4 (1.2.3) +> +>## New Contributors +> * @DotJason made their first contribution in https://github.com/GTNewHorizons/NEI-Integration/pull/7 (1.3.2) +> * @SteelShot made their first contribution in https://github.com/GTNewHorizons/NEI-Integration/pull/6 (1.3.1) +> * @glowredman made their first contribution in https://github.com/GTNewHorizons/NEI-Integration/pull/5 (1.3.0) +> * @Kiwi233 made their first contribution in https://github.com/GTNewHorizons/NEI-Integration/pull/4 (1.2.3) +> + +# Updated Natura (2.5.5@Side.BOTH --> 2.5.7@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Natura/compare/2.5.3...2.5.7 +>## What's Changed +> * Fix missing Leaf block names in WAILA by @wlhlm in https://github.com/GTNewHorizons/Natura/pull/17 (2.5.7) +> * Fix possible crash with getIcon by @miozune in https://github.com/GTNewHorizons/Natura/pull/16 (2.5.6) +> * Gunpowder by @Dream-Master in https://github.com/GTNewHorizons/Natura/pull/14 (2.5.5) +> +>## New Contributors +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/Natura/pull/17 (2.5.7) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/Natura/pull/16 (2.5.6) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/Natura/pull/14 (2.5.5) +> + +# Updated NewHorizonsCoreMod (1.9.171@Side.BOTH --> 2.1.109@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NewHorizonsCoreMod/compare/1.9.170...2.1.109 +>## What's Changed +> * Update CoreModConfig.java by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/718 (2.1.109) +> * Update MainRegistry.java by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/719 (2.1.109) +> * Swap gated plates for adv. fluid housing by @Lyfts in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/716 (2.1.108) +> * Fix wrong Mehen Belt ChunkProvider class by @glowredman in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/717 (2.1.107) +> * Use GT molten Obsidian by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/715 (2.1.106) +> * Shaers ender io by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/713 (2.1.105) +> * Fix amber light research text by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/714 (2.1.105) +> * Elevator assembler recipe by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/705 (2.1.104) +> * Mainframe fix by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/709 (2.1.104) +> * Mica based plate by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/707 (2.1.104) +> * Recipes for T9 Planet items (EoH catalysts) + DD update by @Gofer2x in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/712 (2.1.104) +> * Mainframe fix by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/709 (2.1.103-pre) +> * Spotless apply for branch mica-based-plate for #707 by @github-actions in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/710 (2.1.103-pre) +> * Elevator assembler recipe by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/705 (2.1.102-pre) +> * fix compressed dual desh plates by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/702 (2.1.100) +> * Remove broken HSLA recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/703 (2.1.100) +> * Fix wrong meta for barnada C sapling by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/701 (2.1.99) +> * Fix and clean up ammonia recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/697 (2.1.98) +> * Fix one TC recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/698 (2.1.98) +> * Adjust Recipe Tiers for Endgame Quad Input Hatches by @Steelux8 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/699 (2.1.98) +> * Fix fences for piston assembler recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/700 (2.1.98) +> * fix mistake in brick electrolyze recipe by @Pxx500 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/696 (2.1.96) +> * Fix 8 recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/695 (2.1.95) +> * Fix heavy rocket fin recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/690 (2.1.94) +> * Remove backbone recipe for deprecation by @firenoo in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/694 (2.1.94) +> * Add assembler recipes for more ae2 items by @Lyfts in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/689 (2.1.94) +> * fix LuV+ machine tooltips not following the new tooltip layout by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/691 (2.1.94) +> * Add recipes for crafting input hatches by @harrynull in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/686 (2.1.93) +> * Use correct housing in quantum fluid cell recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/688 (2.1.93) +> * More optical CPU recipes by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/687 (2.1.92) +> * Fix 10 recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/685 (2.1.91) +> * Adding Better Optical Fiber Cable Recipe by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/683 (2.1.90) +> * migrate some recipes to RA2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/681 (2.1.89) +> * Add dual p2p interface recipe by @firenoo in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/684 (2.1.88) +> * More new assembler recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/680 (2.1.87) +> * RA2 conversions, Script Integrations and Cleanup for Compressor recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/675 (2.1.86) +> * Coal Coke fix by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/679 (2.1.85) +> * Swap Void Miner and T4 MBM recipe frames by @Lyfts in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/678 (2.1.84) +> * Fix meta data for EV Lapotron Crystal recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/676 (2.1.83) +> * Fix modpack name in the dialog that downloads mods on first startup… by @dvdmandt in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/677 (2.1.83) +> * Fix Oxygen Tank recipe and make the infinite oxy tank recipe more flexible by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/674 (2.1.82) +> * Nuking Bart's LEG's research and recipes by @Alastors in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/673 (2.1.82) +> * Add normal dust recipes for OC cables by @greesyB in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/670 (2.1.81) +> * New version by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/672 (2.1.81) +> * Recipes for new quad input hatches by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/671 (2.1.81) +> * Add normal dust recipes for OC cables by @greesyB in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/670 (2.1.80-pre) +> * Convert NEI Planet Recipes to RA2 by @Cleptomania in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/668 (2.1.79) +> * Remove broken recipes from extra trees by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/669 (2.1.79) +> * Fluid digital singularity recipe + Fluid Quantum Drive recipe by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/666 (2.1.78-pre) +> * Fluid digital singularity recipe + Fluid Quantum Drive recipe by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/666 (2.1.77) +> * Revert "Fix furnace smelting recipes from script conversion" by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/665 (2.1.75) +> * Add compressor recipe for nether star block from dust by @greesyB in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/664 (2.1.74) +> * Time <-> Space conversion recipes by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/662 (2.1.73) +> * Fix recipes with enchanted books in them by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/661 (2.1.73) +> * Fix furnace smelting recipes from script conversion by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/660 (2.1.73) +> * Initial Method Breakout/Organization for AssemblerRecipes by @Cleptomania in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/659 (2.1.73) +> * Time <-> Space conversion recipes by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/662 (2.1.72-pre) +> * New clay electrolysis recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/658 (2.1.69) +> * Remove non-existent ores from DD voidminer by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/656 (2.1.69) +> * Donation coin by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/657 (2.1.69) +> * Fix centrifuging recipes for endergoo and end powder by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/655 (2.1.66) +> * Assembling Machine recipes for Lootbag upgrading and downgrading by @Cleptomania in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/654 (2.1.66) +> * ChemBath RA2 + cleanup by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/653 (2.1.63) +> * Allow arbitrary charge level for GraviChestPlate inputs by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/652 (2.1.62) +> * Fix oredict problems in LP recipes by @wlhlm in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/650 (2.1.61) +> * Dont put New Horizons TC Category on top by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/649 (2.1.60) +> * Fixes molten glass and other fluid extraction recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/648 (2.1.59) +> * new Hempcretesand & Hempcrete recipe by @Darkmaxsas in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/647 (2.1.58) +> * new hempcrete recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/645 (2.1.57) +> * coremod bending recipe cleanup by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/646 (2.1.57) +> * adjust ebf recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/644 (2.1.57) +> * More qol assembler + extruder recipes + fix assembling line eu cost by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/643 (2.1.56-pre) +> * More qol assembler + extruder recipes + fix assembling line eu cost by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/643 (2.1.55) +> * Add 1-step lapo recipes to space assembler by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/642 (2.1.54) +> * Lower infinity costs and remove MS Og from T9 rocket by @xSkewer in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/640 (2.1.53) +> * Fix end stone chiseling by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/641 (2.1.52) +> * Fix AL recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/639 (2.1.51) +> * we dont use ic2 classic by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/638 (2.1.50) +> * migrating Assembling Line recipes to RA2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/637 (2.1.49) +> * Unlighten recipe by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/636 (2.1.48) +> * Fix Silent Dreamwood Rod recipe by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/635 (2.1.48) +> * Improve EMT charging ring recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/634 (2.1.45) +> * Two recipe improvements by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/633 (2.1.44) +> * Fix UIV extruder recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/632 (2.1.43) +> * Fix UIV extruder recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/632 (2.1.42) +> * Hotfix for crash on world load by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/628 (2.1.41) +> * Clean up the minecraft script by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/629 (2.1.41) +> * Fix crash in dev env by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/627 (2.1.40) +> * Fix obsidian stick conversion recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/626 (2.1.39) +> * Sulfur Cloud recipe fix by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/625 (2.1.38) +> * Add Amun-Ra Recipes by @glowredman in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/624 (2.1.38) +> * Change Alveary Sieve Recipe in Assembler by @MeiTianyou in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/623 (2.1.35) +> * Add correct recycling recipes for railcraft boiler tanks, steam loco, etc by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/622 (2.1.34) +> * fix broken wire definitions for uhv-umv machines by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/621 (2.1.33) +> * Eternity adjustment by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/620 (2.1.32) +> * Fix 0 EUt recipe by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/619 (2.1.31) +> * Recipe fixes for changed stone and glass by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/618 (2.1.30) +> * Cleanup ae2 script file by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/616 (2.1.29) +> * Charged certus quartz fixes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/617 (2.1.29) +> * update tank capacity on GT machines in coremod by @Pxx500 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/615 (2.1.29) +> * Resolve paperroll/carton recipe conflict to make carton craftable by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/614 (2.1.28) +> * Remove duplicate vac freezer recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/613 (2.1.27) +> * Remove 3 broken vac freezer recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/611 (2.1.26) +> * Found one more broken vac freezer recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/612 (2.1.26) +> * Small recipe fixes by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/609 (2.1.25) +> * Recipe and unification fixes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/606 (2.1.24) +> * Add final eternity related recipes + quantum/astral titanium dtpf recipe by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/604 (2.1.24) +> * Assembler recipes for some crafts by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/607 (2.1.24) +> * Spotless apply for branch eternity for #604 by @github-actions in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/605 (2.1.23-pre) +> * Use Avaritia variant of Tinkers' parts by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/603 (2.1.22) +> * fix laser engraver consuming the lens by @Fiyorin in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/600 (2.1.21) +> * Recipe buffs for opticals by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/601 (2.1.21) +> * Remove Universal Fluid Cell from recipes by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/599 (2.1.21) +> * Fix recipe remover and some recipe additions by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/598 (2.1.20) +> * Remove broken duplicate recipes with forestry slabs and other duplicate slab recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/597 (2.1.18) +> * Fix recipe remover by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/596 (2.1.17) +> * Ra2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/592 (2.1.15) +> * Add buffering to recipe removals by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/595 (2.1.15) +> * Ra2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/592 (2.1.14-pre) +> * Add vanilla chest assembler recipes for GT++ wood logs by @wlhlm in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/587 (2.1.13) +> * Ra2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/589 (2.1.13) +> * Wafer buffs by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/590 (2.1.13) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/594 (2.1.13) +> * Fix fuels values by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/593 (2.1.13) +> * Fix recipes with NBT data by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/586 (2.1.13) +> * Add missing recipe removals by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/588 (2.1.13) +> * Add vanilla chest assembler recipes for GT++ wood logs by @wlhlm in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/587 (2.1.12-pre) +> * Ra2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/589 (2.1.12-pre) +> * Wafer buffs by @TheEpicGamer274 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/590 (2.1.12-pre) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/594 (2.1.12-pre) +> * Add vanilla chest assembler recipes for GT++ wood logs by @wlhlm in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/587 (2.1.11-pre) +> * Ra2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/589 (2.1.11-pre) +> * Add vanilla chest assembler recipes for GT++ wood logs by @wlhlm in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/587 (2.1.10-pre) +> * Ra2 by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/589 (2.1.10-pre) +> * Add vanilla chest assembler recipes for GT++ wood logs by @wlhlm in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/587 (2.1.9-pre) +> * Add brick electrolyzer recipe instead of centrifuge and adjust brick formula to a more reasonable one by @Pxx500 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/583 (2.1.8) +> * Add ingotHot oredict for Hot Nether Brick by @wlhlm in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/582 (2.1.7) +> * Yeet ec2 by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/581 (2.1.6) +> * Integrate BW material replacements by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/580 (2.1.4) +> * Add missing centrifuge, compressor and extractor recipes by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/579 (2.1.3) +> * Remove normal recipes by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/578 (2.1.2) +> * Move everything from the scripts to Core Mod by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/575 (2.1.1) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/577 (2.1.0) +> * Ilmenite Chemical Rebalance™ by @Pxx500 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/576 (2.0.38) +> * fix sieve by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/573 (2.0.37) +> * Fix Phial recipe by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/572 (2.0.37) +> * Enable GalacticGreg oregen for Amun-Ra by @glowredman in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/568 (2.0.34) +> * Oredicts diodes and inductors for 2A-16A diodes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/571 (2.0.33) +> * Move all TC researches, recipes from scripts by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/482 (2.0.31) +> * Fix materials by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/566 (2.0.31) +> * Fix crash by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/567 (2.0.31) +> * Add Stellar Catalyst DTPF recipes by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/570 (2.0.31) +> * Move all TC researches, recipes from scripts by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/482 (2.0.27-pre) +> * Alumina and silicon dioxide changes by @Pxx500 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/562 (2.0.24-pre) +> * Clay cast by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/565 (2.0.24-pre) +> * Alumina and silicon dioxide changes by @Pxx500 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/562 (2.0.23-pre) +> * Clay cast by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/565 (2.0.23-pre) +> * Clay cast by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/565 (2.0.22) +> * Alumina and silicon dioxide changes by @Pxx500 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/562 (2.0.21) +> * Some UXV additions by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/564 (2.0.20) +> * Spotless apply for branch remove-disassembelr for #556 by @github-actions in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/557 (2.0.19-pre) +> * Fix space assembler recipes by @minecraft7771 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/563 (2.0.18) +> * AsGa fluid extraction fix by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/561 (2.0.17) +> * Add Assembler recipes for Chisel blocks by @DaCurse in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/560 (2.0.16) +> * Some more extracells cleanup by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/558 (2.0.15) +> * Kill Disassembler in Core Mod by @Connor-Colenso in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/556 (2.0.15) +> * Fix some ae recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/555 (2.0.14) +> * Add new bio circuit recipe aka bio SoC + adjust wetware SoC by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/554 (2.0.13) +> * remove silly scala import by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/553 (2.0.12) +> * Cleaning up code by @boubou19 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/552 (2.0.11) +> * Fix rocket recipes by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/551 (2.0.10) +> * Fix Reinforcement recipe by @chochem in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/550 (2.0.9) +> * Add recipe to night upgrade by @kuba6000 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/549 (2.0.8) +> * Adjust according to tier by @Runakai1 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/547 (2.0.7) +> * Add recipe for humongous input hatch by @GDCloudstrike in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/546 (2.0.5) +> * Ender io recipes by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/542 (2.0.4) +> * Ender io recipes by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/544 (2.0.4) +> * Ae2 cables change by @Dream-Master in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/545 (2.0.4) +> * Update buildscript and dependencies by @eigenraven in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/540 (2.0.3) +> * Added macerator, fluid extractor recipes for Glass Bottles by @Dioxop in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/541 (2.0.3) +> * Move space assembler calls to GTNH intergalactic by @minecraft7771 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/539 (2.0.0) +> * Fix for Tungstensteel Ingots Needing TPV Coils by @Steelux8 in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/538 (1.9.171) +> +>## New Contributors +> * @Gofer2x made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/712 (2.1.104) +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/686 (2.1.93) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/684 (2.1.88) +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/678 (2.1.84) +> * @dvdmandt made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/677 (2.1.83) +> * @Alastors made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/673 (2.1.82) +> * @Cleptomania made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/654 (2.1.66) +> * @Darkmaxsas made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/647 (2.1.58) +> * @xSkewer made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/640 (2.1.53) +> * @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/623 (2.1.35) +> * @Fiyorin made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/600 (2.1.21) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/582 (2.1.7) +> * @DaCurse made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/560 (2.0.16) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/540 (2.0.3) +> * @Dioxop made their first contribution in https://github.com/GTNewHorizons/NewHorizonsCoreMod/pull/541 (2.0.3) +> + +# Updated NotEnoughEnergistics (1.3.30@Side.BOTH --> 1.4.2@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughEnergistics/compare/1.3.29...1.4.2 +>## What's Changed +> * Replace asm with api calls by @eigenraven in https://github.com/GTNewHorizons/NotEnoughEnergistics/pull/35 (1.4.2) +> * Add guard against invalid stack size by @miozune in https://github.com/GTNewHorizons/NotEnoughEnergistics/pull/34 (1.4.0) +> * Lwjgl3ify fixes by @eigenraven in https://github.com/GTNewHorizons/NotEnoughEnergistics/pull/33 (1.3.30) +> + +# Updated NotEnoughItems (2.3.39-GTNH@Side.BOTH --> 2.3.83-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/NotEnoughItems/compare/2.3.38-GTNH...2.3.83-GTNH +>## What's Changed +> * Fix world specific settings on MP being also specific to dimension by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/414 (2.3.83-GTNH) +> * Partial fix for the NEI custom diagram in recipe tooltip issue by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/413 (2.3.82-GTNH) +> * Pull bookmarked items from container to player inventory by @Nilau1998 in https://github.com/GTNewHorizons/NotEnoughItems/pull/410 (2.3.81-GTNH) +> * Fix recipe tooltip crash with BetterQuesting by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/409 (2.3.80-GTNH) +> * Recipe tooltip fixes by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/402 (2.3.79-GTNH) +> * Fix potential NPE when calling ItemMobSpawner#loadSpawners. by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/405 (2.3.76-GTNH) +> * Attempt to fix CME when opening recipes immediately after load by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/403 (2.3.75-GTNH) +> * Show a full recipe widget in item tooltips for bookmarked recipes by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/398 (2.3.73-GTNH) +> * Spotless apply for branch recipe-tooltip for #398 by @github-actions in https://github.com/GTNewHorizons/NotEnoughItems/pull/401 (2.3.71-GTNH-pre) +> * Extend height hack for legacy recipe handlers by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/395 (2.3.70-GTNH) +> * Adjust nei overlay to gt oregen changes by @chochem in https://github.com/GTNewHorizons/NotEnoughItems/pull/391 (2.3.63-GTNH) +> * Adjust recipe handler scrolling again by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/393 (2.3.58-GTNH-pre) +> * Adjust recipe handler scrolling again by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/393 (2.3.57-GTNH) +> * Expand tooltips for the time manipulation action buttons by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/392 (2.3.55-GTNH) +> * Fix crash with IC2 setItemDamage by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/387 (2.3.54-GTNH) +> * Remove handlers for Et Futurum Requiem by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/383 (2.3.53-GTNH) +> * Prevent recipe handler tab scrolling from overwriting recipe handler-specific scrolling by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/384 (2.3.53-GTNH) +> * Ensure the NEI config is really only initialized once by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/381 (2.3.52-GTNH) +> * Allow scrolling through recipe handlers by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/379 (2.3.51-GTNH) +> * Separate logic to get detailed string of fluid amount by @miozune in https://github.com/GTNewHorizons/NotEnoughItems/pull/378 (2.3.50-GTNH) +> * Make sure NEI plugins are loaded before processing key bindings by @wlhlm in https://github.com/GTNewHorizons/NotEnoughItems/pull/375 (2.3.48-GTNH) +> * Readme: fix wording by @chill-was-taken in https://github.com/GTNewHorizons/NotEnoughItems/pull/374 (2.3.47-GTNH) +> * Create handlers for Fusion Crafting (DE-), Techguns and some missing NC recipes by @MalTeeez in https://github.com/GTNewHorizons/NotEnoughItems/pull/372 (2.3.46-GTNH) +> * More robust IMC handling by @mitchej123 in https://github.com/GTNewHorizons/NotEnoughItems/pull/371 (2.3.45-GTNH) +> * Ignore nonstackables in max overlaid recipe count calculation by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/365 (2.3.43-GTNH) +> * Add option to have the search widget under item panel by @Caedis in https://github.com/GTNewHorizons/NotEnoughItems/pull/364 (2.3.43-GTNH) +> * Ignore nonstackables in max overlaid recipe count calculation by @eigenraven in https://github.com/GTNewHorizons/NotEnoughItems/pull/365 (2.3.42-GTNH-pre) +> * Add handlers of Reikas mods plus fixes by @theOnly1iKnow in https://github.com/GTNewHorizons/NotEnoughItems/pull/362 (2.3.40-GTNH) +> * Added handlers for Factorization plus a missing MFR handler by @theOnly1iKnow in https://github.com/GTNewHorizons/NotEnoughItems/pull/359 (2.3.39-GTNH) +> +>## New Contributors +> * @Nilau1998 made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/410 (2.3.81-GTNH) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/391 (2.3.63-GTNH) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/375 (2.3.48-GTNH) +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/374 (2.3.47-GTNH) +> * @MalTeeez made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/372 (2.3.46-GTNH) +> * @Caedis made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/364 (2.3.43-GTNH) +> * @theOnly1iKnow made their first contribution in https://github.com/GTNewHorizons/NotEnoughItems/pull/359 (2.3.39-GTNH) +> + +# Updated Nuclear-Control (2.4.16@Side.BOTH --> 2.4.19@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Nuclear-Control/compare/2.4.15...2.4.19 +>## What's Changed +> * Remove DeveloperCapes from deps, also update BS/update deps/spotless apply by @chochem in https://github.com/GTNewHorizons/Nuclear-Control/pull/16 (2.4.19) +> * Do not require "enter" press to save info panel text by @greesyB in https://github.com/GTNewHorizons/Nuclear-Control/pull/15 (2.4.18) +> * remove dev capes they aren't found in the full pack anyways by @Alexdoru in https://github.com/GTNewHorizons/Nuclear-Control/pull/14 (2.4.16) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/Nuclear-Control/pull/16 (2.4.19) +> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/Nuclear-Control/pull/14 (2.4.16) +> + +# New Mod - Nutrition (0.0.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Nutrition/commits/0.0.4 +>## What's Changed +> * Suggestions and rebalances by @serenibyss in https://github.com/GTNewHorizons/Nutrition/pull/9 (0.0.4) +> * Dev by @Dream-Master in https://github.com/GTNewHorizons/Nutrition/pull/7 (0.0.3) +> * Fix eating food with zero hunger value crash by @serenibyss in https://github.com/GTNewHorizons/Nutrition/pull/8 (0.0.3) +> * Depend on AppleCoreAPI for compat by @serenibyss in https://github.com/GTNewHorizons/Nutrition/pull/2 (0.0.2) +> * Fix readme link to original license by @serenibyss in https://github.com/GTNewHorizons/Nutrition/pull/4 (0.0.2) +> * Update nutrition stats for non-food hunger value additions by @serenibyss in https://github.com/GTNewHorizons/Nutrition/pull/5 (0.0.2) +> * initial move to 1.7.10 by @DStrand1 (0.0.1) +> * Update readme and license by @mitchej123 in https://github.com/GTNewHorizons/Nutrition/pull/1 (0.0.1) +> +>## New Contributors +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/Nutrition/pull/7 (0.0.3) +> * @serenibyss made their first contribution in https://github.com/GTNewHorizons/Nutrition/pull/2 (0.0.2) +> + +# Updated OCGlasses (1.2.5-GTNH@Side.BOTH --> 1.3.1-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/OCGlasses/compare/1.2.4-GTNH...1.3.1-GTNH +>## What's Changed +> * Usability improvements by @S4mpsa in https://github.com/GTNewHorizons/OCGlasses/pull/14 (1.3.1-GTNH) +> * Add capability to interact with the HUD layer of glasses by @S4mpsa in https://github.com/GTNewHorizons/OCGlasses/pull/11 (1.3.0-GTNH) +> * Fix OpenGlasses not loading the dimension properly making them reset on every world load by @alexandre-tardif in https://github.com/GTNewHorizons/OCGlasses/pull/10 (1.2.5-GTNH) +> +>## New Contributors +> * @S4mpsa made their first contribution in https://github.com/GTNewHorizons/OCGlasses/pull/11 (1.3.0-GTNH) +> + +# Updated OpenBlocks (1.6.10-GTNH@Side.BOTH --> 1.7.0-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/OpenBlocks/compare/1.6.9-GTNH...1.7.0-GTNH +>## What's Changed +> * Fix Scaffolding step sound by @jss2a98aj in https://github.com/GTNewHorizons/OpenBlocks/pull/11 (1.7.0-GTNH) +> * Improve item config toggles by @jss2a98aj in https://github.com/GTNewHorizons/OpenBlocks/pull/12 (1.7.0-GTNH) +> * unbind keybind by @Alexdoru in https://github.com/GTNewHorizons/OpenBlocks/pull/10 (1.6.10-GTNH) +> +>## New Contributors +> * @jss2a98aj made their first contribution in https://github.com/GTNewHorizons/OpenBlocks/pull/11 (1.7.0-GTNH) +> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/OpenBlocks/pull/10 (1.6.10-GTNH) +> + +# Updated OpenComputers (1.8.0.13-GTNH@Side.BOTH --> 1.9.14-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/OpenComputers/compare/1.8.0.12-GTNH...1.9.14-GTNH +>## What's Changed +> * Fix modifying fluid patterns with OC by @S4mpsa in https://github.com/GTNewHorizons/OpenComputers/pull/106 (1.9.14-GTNH) +> * use openContainer instead of sending coords by @Glease in https://github.com/GTNewHorizons/OpenComputers/pull/105 (1.9.13-GTNH) +> * Update to OpenComputers 1.8.3 by @asiekierka in https://github.com/GTNewHorizons/OpenComputers/pull/104 (1.9.12-GTNH) +> * Added manual page for ME Upgrade and BeeKeeper Upgrade by @repo-alt in https://github.com/GTNewHorizons/OpenComputers/pull/102 (1.9.11-GTNH) +> * Change fluid amount from int to long in AE2 integration by @repo-alt in https://github.com/GTNewHorizons/OpenComputers/pull/103 (1.9.11-GTNH) +> * update gradle build files by @aheirman in https://github.com/GTNewHorizons/OpenComputers/pull/101 (1.9.8-GTNH) +> * update fork to mainline 1.8.2 by @asiekierka in https://github.com/GTNewHorizons/OpenComputers/pull/100 (1.9.7-GTNH) +> * Update mainline to 1.8.0 stable by @asiekierka in https://github.com/GTNewHorizons/OpenComputers/pull/99 (1.9.5-GTNH) +> * Increase MFU range from 3 to 16 blocks by @S4mpsa in https://github.com/GTNewHorizons/OpenComputers/pull/98 (1.9.4-GTNH) +> * Make GT dependency optional by @repo-alt in https://github.com/GTNewHorizons/OpenComputers/pull/97 (1.9.3-GTNH) +> * update Dependencies by @Dream-Master in https://github.com/GTNewHorizons/OpenComputers/pull/96 (1.9.2-GTNH) +> * https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/12990 by @repo-alt in https://github.com/GTNewHorizons/OpenComputers/pull/95 (1.9.1-GTNH) +> * Fix patterns count by @LewisSaber in https://github.com/GTNewHorizons/OpenComputers/pull/94 (1.9.0-GTNH) +> * Fix missing natives by @eigenraven in https://github.com/GTNewHorizons/OpenComputers/pull/93 (1.8.0.13-GTNH) +> +>## New Contributors +> * @Glease made their first contribution in https://github.com/GTNewHorizons/OpenComputers/pull/105 (1.9.13-GTNH) +> * @aheirman made their first contribution in https://github.com/GTNewHorizons/OpenComputers/pull/101 (1.9.8-GTNH) +> * @S4mpsa made their first contribution in https://github.com/GTNewHorizons/OpenComputers/pull/98 (1.9.4-GTNH) +> * @LewisSaber made their first contribution in https://github.com/GTNewHorizons/OpenComputers/pull/94 (1.9.0-GTNH) +> + +# Updated PersonalSpace (1.0.23@Side.BOTH --> 1.0.26@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/PersonalSpace/compare/1.0.22...1.0.26 +>## What's Changed +> * Catch possible NPEs when teleporting to dimensions that haven't been initialized yet by @eigenraven in https://github.com/GTNewHorizons/PersonalSpace/pull/18 (1.0.26) +> * Fix aura node transmutation by @eigenraven in https://github.com/GTNewHorizons/PersonalSpace/pull/17 (1.0.25) +> * Better permission checks and messages in case they fail by @eigenraven in https://github.com/GTNewHorizons/PersonalSpace/pull/16 (1.0.24) +> + +# Updated ProjectBlue (1.1.8-GTNH@Side.BOTH --> 1.1.12-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ProjectBlue/compare/1.1.7-GTNH...1.1.12-GTNH +>## What's Changed +> * Log what class received by @miozune in https://github.com/GTNewHorizons/ProjectBlue/pull/4 (1.1.12-GTNH) +> * Validate ObjectInputStream by @miozune in https://github.com/GTNewHorizons/ProjectBlue/pull/3 (1.1.11-GTNH) +> * Add back MFR integration by @miozune in https://github.com/GTNewHorizons/ProjectBlue/pull/2 (1.1.10-GTNH) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/ProjectBlue/pull/2 (1.1.10-GTNH) +> + +# Updated ProjectRed (4.7.9-GTNH@Side.BOTH --> 4.7.12-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ProjectRed/compare/4.7.8-GTNH...4.7.12-GTNH +>## What's Changed +> * Fix drawer-related NPEs by @eigenraven in https://github.com/GTNewHorizons/ProjectRed/pull/25 (4.7.12-GTNH) +> * validate tile entities desc packets to be on correct side by @Glease in https://github.com/GTNewHorizons/ProjectRed/pull/24 (4.7.11-GTNH) +> * Update build by @miozune in https://github.com/GTNewHorizons/ProjectRed/pull/23 (4.7.10-GTNH) +> * Revert "Remove screwdriver durability" by @greesyB in https://github.com/GTNewHorizons/ProjectRed/pull/22 (4.7.9-GTNH) +> +>## New Contributors +> * @Glease made their first contribution in https://github.com/GTNewHorizons/ProjectRed/pull/24 (4.7.11-GTNH) +> * @miozune made their first contribution in https://github.com/GTNewHorizons/ProjectRed/pull/23 (4.7.10-GTNH) +> + +# Updated Railcraft (9.13.19@Side.BOTH --> 9.14.9@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Railcraft/compare/9.13.18...9.14.9 +>## What's Changed +> * Update EntityLocomotiveSteamMagic.java by @GregoriusT in https://github.com/GTNewHorizons/Railcraft/pull/47 (9.14.9) +> * cleanup as requested by @GregoriusT in https://github.com/GTNewHorizons/Railcraft/pull/46 (9.14.8) +> * RF API no longer needed to play railcraft by @GregoriusT in https://github.com/GTNewHorizons/Railcraft/pull/45 (9.14.7) +> * Clarify things in the README by @eigenraven in https://github.com/GTNewHorizons/Railcraft/pull/43 (9.14.6) +> * IC2 and BC are no longer hard dependencies of Railcraft NH by @GregoriusT in https://github.com/GTNewHorizons/Railcraft/pull/44 (9.14.6) +> * Fix AIOOBE with BlockMachine by @miozune in https://github.com/GTNewHorizons/Railcraft/pull/42 (9.14.5) +> * Fix Cart Dispenser behavior by @miozune in https://github.com/GTNewHorizons/Railcraft/pull/41 (9.14.3) +> * Remove 8 tracks -> 1 standard rail recipe by @DotJason in https://github.com/GTNewHorizons/Railcraft/pull/40 (9.14.2) +> * stronger ticket tag checks by @Glease in https://github.com/GTNewHorizons/Railcraft/pull/39 (9.14.1) +> * Fix Rock Crusher by @glowredman in https://github.com/GTNewHorizons/Railcraft/pull/38 (9.14.0) +> * Miscellaneous fixes for tank behavior by @miozune in https://github.com/GTNewHorizons/Railcraft/pull/37 (9.13.19) +> +>## New Contributors +> * @GregoriusT made their first contribution in https://github.com/GTNewHorizons/Railcraft/pull/44 (9.14.6) +> * @DotJason made their first contribution in https://github.com/GTNewHorizons/Railcraft/pull/40 (9.14.2) +> * @Glease made their first contribution in https://github.com/GTNewHorizons/Railcraft/pull/39 (9.14.1) +> * @glowredman made their first contribution in https://github.com/GTNewHorizons/Railcraft/pull/38 (9.14.0) +> + +# Updated Random-Things (2.4.3@Side.BOTH --> 2.4.5@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Random-Things/compare/2.4.3...2.4.5 +>## What's Changed +> * Cyclic Bloodmoon by @DrParadox7 in https://github.com/GTNewHorizons/Random-Things/pull/3 (2.4.5) +> * Voiding Drop Filter rework: tooltips, prevent looping pick up with magnet, fix crash moving filter while its GUI is opened by @wlhlm in https://github.com/GTNewHorizons/Random-Things/pull/2 (2.4.4) +> +>## New Contributors +> * @DrParadox7 made their first contribution in https://github.com/GTNewHorizons/Random-Things/pull/3 (2.4.5) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/Random-Things/pull/2 (2.4.4) +> + +# Updated Schematica (1.9.2-GTNH@Side.CLIENT --> 1.9.3-GTNH@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/Schematica/compare/1.9.1-GTNH...1.9.3-GTNH +>## What's Changed +> * Restore default keybinds when not in gtnh by @mist475 in https://github.com/GTNewHorizons/Schematica/pull/16 (1.9.3-GTNH) +> * keybinds by @Alexdoru in https://github.com/GTNewHorizons/Schematica/pull/15 (1.9.2-GTNH) +> +>## New Contributors +> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/Schematica/pull/15 (1.9.2-GTNH) +> + +# Updated SpecialMobs (3.3.15@Side.BOTH --> 3.4.3@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/SpecialMobs/compare/3.3.13...3.4.3 +>## What's Changed +> * Adds Waila tooltips to every mob by @DrParadox7 in https://github.com/GTNewHorizons/SpecialMobs/pull/21 (3.4.3) +> * Adjust Mini-Creeper health by @DrParadox7 in https://github.com/GTNewHorizons/SpecialMobs/pull/19 (3.4.1) +> * EnderCreeper afraid of cats by @DrParadox7 in https://github.com/GTNewHorizons/SpecialMobs/pull/20 (3.4.1) +> * Message discriminators *MUST* exist on the channel on both sides if t… by @OvermindDL1 in https://github.com/GTNewHorizons/SpecialMobs/pull/18 (3.4.0) +> * Add a hard limit on transformed mod list to TickHandler to avoid OOM by @eigenraven in https://github.com/GTNewHorizons/SpecialMobs/pull/17 (3.3.15) +> +>## New Contributors +> * @OvermindDL1 made their first contribution in https://github.com/GTNewHorizons/SpecialMobs/pull/18 (3.4.0) +> + +# Updated SpiceOfLife (2.0.9-carrot@Side.BOTH --> 2.1.0-carrot@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/SpiceOfLife/compare/2.0.8-carrot...2.1.0-carrot +>## What's Changed +> * EvalEx shadowing fix by @wlhlm in https://github.com/GTNewHorizons/SpiceOfLife/pull/29 (2.1.0-carrot) +> * Don't minimize by @mitchej123 in https://github.com/GTNewHorizons/SpiceOfLife/pull/26 (2.0.9-carrot) +> +>## New Contributors +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/SpiceOfLife/pull/29 (2.1.0-carrot) +> + +# Updated StorageDrawers (1.11.20-GTNH@Side.BOTH --> 1.12.0-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/StorageDrawers/compare/1.11.19-GTNH...1.12.0-GTNH +>## What's Changed +> * Fix merge behavior not respecting stackability by @miozune in https://github.com/GTNewHorizons/StorageDrawers/pull/20 (1.12.0-GTNH) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/StorageDrawers/pull/20 (1.12.0-GTNH) +> + +# Updated StructureCompat (0.3.0@Side.BOTH --> 0.4.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/StructureCompat/compare/0.2.0...0.4.0 +>## What's Changed +> * add structure info for railcraft multis by @Glease in https://github.com/GTNewHorizons/StructureCompat/pull/1 (0.4.0) +> +>## New Contributors +> * @Glease made their first contribution in https://github.com/GTNewHorizons/StructureCompat/pull/1 (0.4.0) +> + +# Updated StructureLib (1.2.6@Side.BOTH --> 1.2.8@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/StructureLib/compare/1.2.5...1.2.8 +>## What's Changed +> * fix cube faces rendering order by @Glease in https://github.com/GTNewHorizons/StructureLib/pull/22 (1.2.8) +> * Allow autoplace channels to work in survival mode by @kstvr32 in https://github.com/GTNewHorizons/StructureLib/pull/20 (1.2.7) +> * flush buffer to ensure vertexes in same trig being drawn in same batch by @Glease in https://github.com/GTNewHorizons/StructureLib/pull/19 (1.2.6) +> +>## New Contributors +> * @kstvr32 made their first contribution in https://github.com/GTNewHorizons/StructureLib/pull/20 (1.2.7) +> + +# Updated TCNEIAdditions (1.1.1.10@Side.BOTH --> 1.2.2@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/TCNEIAdditions/compare/1.1.1.9...1.2.2 +>## What's Changed +> * TC Aspects not showing up on bookmarks correctly fix. by @Cardinalstars in https://github.com/GTNewHorizons/TCNEIAdditions/pull/21 (1.2.2) +> * Fix possible crash with thePlayer being null by @miozune in https://github.com/GTNewHorizons/TCNEIAdditions/pull/20 (1.1.1.10) +> +>## New Contributors +> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/TCNEIAdditions/pull/21 (1.2.2) +> + +# Updated TX-Loader (1.5@Side.CLIENT --> 1.5.3@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/TX-Loader/compare/1.4...1.5.3 +>## What's Changed +> * Change the Cache directory location by @ghostflyby in https://github.com/GTNewHorizons/TX-Loader/pull/5 (1.5.3) +> * Fix NPE with BLS by @glowredman in https://github.com/GTNewHorizons/TX-Loader/pull/4 (1.5.2) +> * Add BetterLoadingScreen Comapt by @glowredman in https://github.com/GTNewHorizons/TX-Loader/pull/3 (1.5.1) +> +>## New Contributors +> * @ghostflyby made their first contribution in https://github.com/GTNewHorizons/TX-Loader/pull/5 (1.5.3) +> + +# Updated Tainted-Magic (7.6.2-GTNH@Side.BOTH --> 7.6.3-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Tainted-Magic/compare/7.6.2-GTNH...7.6.3-GTNH +>## What's Changed +> * 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.0.114@Side.BOTH --> 5.2.40@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/TecTech/compare/5.0.113...5.2.40 +>## What's Changed +> * Fix TT extended Multis using wrong exotic energy input hatches list by @BlueWeabo in https://github.com/GTNewHorizons/TecTech/pull/237 (5.2.40) +> * Fix wireless energy voiding by @harrynull in https://github.com/GTNewHorizons/TecTech/pull/236 (5.2.39) +> * Validate ObjectInputStream by @miozune in https://github.com/GTNewHorizons/TecTech/pull/235 (5.2.38) +> * Validate side when processing packet by @miozune in https://github.com/GTNewHorizons/TecTech/pull/234 (5.2.37) +> * Add support for Crafting input hatch by @harrynull in https://github.com/GTNewHorizons/TecTech/pull/233 (5.2.36) +> * Fix Infinite Spacetime Energy Boundary casing amount in EOH tooltip by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/231 (5.2.35) +> * Fix memory card not copying all parameters by @minecraft7771 in https://github.com/GTNewHorizons/TecTech/pull/232 (5.2.35) +> * Implement generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/TecTech/pull/226 (5.2.34) +> * update deps by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/227 (5.2.32) +> * fix transformer maintenance status by @Quetz4l in https://github.com/GTNewHorizons/TecTech/pull/229 (5.2.32) +> * High amp wireless + low amp recipe changes by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/228 (5.2.32) +> * update deps by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/227 (5.2.30-pre) +> * update deps by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/227 (5.2.29-pre) +> * Fix energy infuser and stocking bus interaction by @miozune in https://github.com/GTNewHorizons/TecTech/pull/224 (5.2.26) +> * Fix EOH recipe time by @Connor-Colenso in https://github.com/GTNewHorizons/TecTech/pull/223 (5.2.25) +> * butcher EOH controller recipe time to 5m like every other controller were by @POPlol333 in https://github.com/GTNewHorizons/TecTech/pull/222 (5.2.24) +> * Remove 1-step assline lapo battery recipes by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/221 (5.2.23) +> * EOH tooltip touch-up by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/220 (5.2.22) +> * Fix TPM recipe voltage by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/219 (5.2.21) +> * Pico & Quantum circuit adjustments by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/218 (5.2.20) +> * Added higher explosion resistance to pipe casings by @minecraft7771 in https://github.com/GTNewHorizons/TecTech/pull/216 (5.2.19) +> * butcher controller recipe time by @POPlol333 in https://github.com/GTNewHorizons/TecTech/pull/217 (5.2.19) +> * Adjust uxv part recipes by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/215 (5.2.18) +> * Debug Generator GUI Improvements by @MeiTianyou in https://github.com/GTNewHorizons/TecTech/pull/214 (5.2.18) +> * Use Avaritia variant of Tinkers' parts by @miozune in https://github.com/GTNewHorizons/TecTech/pull/213 (5.2.17) +> * Rework EOH overclock formula by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/208 (5.2.16) +> * Fix infinity plate by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/207 (5.2.15) +> * Enable MuTEs to have lasers by @BlueWeabo in https://github.com/GTNewHorizons/TecTech/pull/187 (5.2.15) +> * Spotless apply for branch fix-Infinity-Plate for #207 by @github-actions in https://github.com/GTNewHorizons/TecTech/pull/211 (5.2.12-pre) +> * Spotless apply for branch fix-Infinity-Plate for #207 by @github-actions in https://github.com/GTNewHorizons/TecTech/pull/212 (5.2.12-pre) +> * Spotless apply for branch fix-Infinity-Plate for #207 by @github-actions in https://github.com/GTNewHorizons/TecTech/pull/209 (5.2.11-pre) +> * Spotless apply for branch fix-Infinity-Plate for #207 by @github-actions in https://github.com/GTNewHorizons/TecTech/pull/210 (5.2.11-pre) +> * EM_transformer by @Quetz4l in https://github.com/GTNewHorizons/TecTech/pull/205 (5.2.9) +> * Fix EOH overflow calculations by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/204 (5.2.8) +> * Integrate BW material replacements by @chochem in https://github.com/GTNewHorizons/TecTech/pull/203 (5.2.4) +> * Re add Tengam for AmunRa by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/196 (5.2.4) +> * Adjust ev multiamp hatch recipes by @chochem in https://github.com/GTNewHorizons/TecTech/pull/202 (5.2.3) +> * Forge direction by @mitchej123 in https://github.com/GTNewHorizons/TecTech/pull/199 (5.2.1) +> * Spotless apply for branch ForgeDirection for #199 by @github-actions in https://github.com/GTNewHorizons/TecTech/pull/200 (5.2.0-pre) +> * Remove unused GT_Container and GT_GUIContainer extenders by @miozune in https://github.com/GTNewHorizons/TecTech/pull/198 (5.1.20) +> * Parametrizer Memory Card improvements by @miozune in https://github.com/GTNewHorizons/TecTech/pull/197 (5.1.19) +> * no tengam by @chochem in https://github.com/GTNewHorizons/TecTech/pull/195 (5.1.17) +> * Deobfuscate parameters by @glowredman in https://github.com/GTNewHorizons/TecTech/pull/191 (5.1.16) +> * Fix Material by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/192 (5.1.16) +> * Use Attuned Tengam for UEV/UIV/UMV Motors by @glowredman in https://github.com/GTNewHorizons/TecTech/pull/193 (5.1.16) +> * Fix EOH estimated eu/t formula by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/194 (5.1.16) +> * Cleanup by @glowredman in https://github.com/GTNewHorizons/TecTech/pull/190 (5.1.14) +> * merge master by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/189 (5.1.12) +> * Add UXV laser & multi-amp recipes by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/188 (5.1.12) +> * Fusion mk5 recipes + mk4 recipe fix by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/186 (5.1.11-pre) +> * merge master by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/189 (5.1.11-pre) +> * Fusion mk5 recipes + mk4 recipe fix by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/186 (5.1.10) +> * Cleanup by @boubou19 in https://github.com/GTNewHorizons/TecTech/pull/185 (5.1.7) +> * Fix some EOH rendering issues and buff EOH plasma output by 8x. DD now also gives all plasmas for exotic catalyst by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/184 (5.1.6) +> * Fix WAILA energy display by @minecraft7771 in https://github.com/GTNewHorizons/TecTech/pull/181 (5.1.5) +> * Fix digital singularity amounts in spacetime compression field gens by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/180 (5.1.5) +> * Fix/waila by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/182 (5.1.4-pre) +> * fix digital singularity amounts by @Dream-Master in https://github.com/GTNewHorizons/TecTech/pull/183 (5.1.4-pre) +> * Spotless apply for branch multiAmpWireless for #178 by @github-actions in https://github.com/GTNewHorizons/TecTech/pull/179 (5.1.2) +> * Multi amp wireless hatches by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/178 (5.1.2) +> * Spotless apply for branch multiAmpWireless for #178 by @github-actions in https://github.com/GTNewHorizons/TecTech/pull/179 (5.1.1-pre) +> * More Ultimate Battery recipes + 1-step Lapos by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/177 (5.1.0) +> * Fix research station inventory by @minecraft7771 in https://github.com/GTNewHorizons/TecTech/pull/176 (5.1.0) +> * Misc recipe fixes for EOH blocks by @GDCloudstrike in https://github.com/GTNewHorizons/TecTech/pull/175 (5.0.116) +> * patch weird NPE by @Glease in https://github.com/GTNewHorizons/TecTech/pull/174 (5.0.115) +> * fix ChunkDataHandler causing CME at chunk unload by @Glease in https://github.com/GTNewHorizons/TecTech/pull/173 (5.0.114) +> +>## New Contributors +> * @harrynull made their first contribution in https://github.com/GTNewHorizons/TecTech/pull/233 (5.2.36) +> * @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/TecTech/pull/214 (5.2.18) +> * @Quetz4l made their first contribution in https://github.com/GTNewHorizons/TecTech/pull/205 (5.2.9) +> * @mitchej123 made their first contribution in https://github.com/GTNewHorizons/TecTech/pull/199 (5.2.1) +> + +# Updated ThaumicBases (1.4.33@Side.BOTH --> 1.5.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ThaumicBases/compare/1.4.32...1.5.4 +>## What's Changed +> * change dummy core dep by @Dream-Master in https://github.com/GTNewHorizons/ThaumicBases/pull/23 (1.5.4) +> * Dev by @Dream-Master in https://github.com/GTNewHorizons/ThaumicBases/pull/22 (1.5.2) +> * Adjust recipes for stabilizer blocks by @chochem in https://github.com/GTNewHorizons/ThaumicBases/pull/21 (1.5.0) +> * fix and rewrite Node Manipulator by @Zereff06 in https://github.com/GTNewHorizons/ThaumicBases/pull/20 (1.4.33) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/ThaumicBases/pull/21 (1.5.0) +> + +# New Mod - ThaumicBoots (0.0.1@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ThaumicBoots/commits/0.0.1 + +# Updated ThaumicEnergistics (1.3.30-GTNH@Side.BOTH --> 1.4.13-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ThaumicEnergistics/compare/1.3.29-GTNH...1.4.13-GTNH +>## What's Changed +> * Use a generated hashcode for EssentiaMonitor by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/50 (1.4.13-GTNH) +> * Fix minor typo in 16k Essentia Storage Cell by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/49 (1.4.12-GTNH) +> * Fix bad metadata by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/48 (1.4.11-GTNH) +> * Buff Essentia IO busses to 4 (from 2) upgrade cards by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/47 (1.4.10-GTNH) +> * Remove some asm, add creative vis relay interface by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/44 (1.4.9-GTNH) +> * CellMicroscope Fix invalid OpenGL glEnable call by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/46 (1.4.8-GTNH-pre) +> * update wrapper by @Dream-Master in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/45 (1.4.7-GTNH) +> * CellMicroscope Fix invalid OpenGL glEnable call by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/46 (1.4.7-GTNH) +> * update wrapper by @Dream-Master in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/45 (1.4.6-GTNH-pre) +> * Making the name more accurate by @Alastors in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/43 (1.4.4-GTNH) +> * Spotless apply for branch refactoring for #41 by @github-actions in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/42 (1.4.3-GTNH) +> * Refactoring by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/41 (1.4.3-GTNH) +> * Spotless apply for branch depUpdate for #39 by @github-actions in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/40 (1.4.2-GTNH) +> * Update BS + Deps by @firenoo in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/39 (1.4.2-GTNH) +> * Add basic accelerator aspects by @greesyB in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/38 (1.4.1-GTNH) +> * Add bulk scanning by @27yearoldminecraftgaymer in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/33 (1.4.0-GTNH) +> * Cell Microscope by @Dream-Master in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/37 (1.3.31-GTNH-pre) +> * Revert Allow Arcane Assembler parallel by @greesyB in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/36 (1.3.30-GTNH) +> +>## New Contributors +> * @Alastors made their first contribution in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/43 (1.4.4-GTNH) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/39 (1.4.2-GTNH) +> * @27yearoldminecraftgaymer made their first contribution in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/33 (1.4.0-GTNH) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/ThaumicEnergistics/pull/37 (1.3.31-GTNH-pre) +> + +# Updated ThaumicHorizons (1.2.1.12@Side.BOTH --> 1.3.5@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ThaumicHorizons/compare/1.2.1.11...1.3.5 +>## What's Changed +> * validate player has the prereq self infusion before doing what player has requested by @Glease in https://github.com/GTNewHorizons/ThaumicHorizons/pull/54 (1.3.5) +> * Removed GT dependency on Pocket Plane by @DrParadox7 in https://github.com/GTNewHorizons/ThaumicHorizons/pull/52 (1.3.4) +> * Planar fix by @Alastors in https://github.com/GTNewHorizons/ThaumicHorizons/pull/50 (1.3.3) +> * Add CF Publishing by @mitchej123 in https://github.com/GTNewHorizons/ThaumicHorizons/pull/45 (1.3.2) +> * Remove commented-out code and obscure comments by @chill-was-taken in https://github.com/GTNewHorizons/ThaumicHorizons/pull/44 (1.3.1) +> * Updating license to reflect the new status of the mod by @Alastors in https://github.com/GTNewHorizons/ThaumicHorizons/pull/41 (1.3.0) +> * Remove unsafe threading by @chill-was-taken in https://github.com/GTNewHorizons/ThaumicHorizons/pull/42 (1.3.0) +> * Code cleanup by @chill-was-taken in https://github.com/GTNewHorizons/ThaumicHorizons/pull/43 (1.3.0) +> * Spotless apply for branch keybinds for #39 by @github-actions in https://github.com/GTNewHorizons/ThaumicHorizons/pull/40 (1.2.1.12) +> * unbind keybinds by default and move them under "Thaumcraft" category by @Alexdoru in https://github.com/GTNewHorizons/ThaumicHorizons/pull/39 (1.2.1.12) +> +>## New Contributors +> * @DrParadox7 made their first contribution in https://github.com/GTNewHorizons/ThaumicHorizons/pull/52 (1.3.4) +> * @Alastors made their first contribution in https://github.com/GTNewHorizons/ThaumicHorizons/pull/41 (1.3.0) +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/ThaumicHorizons/pull/42 (1.3.0) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/ThaumicHorizons/pull/40 (1.2.1.12) +> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/ThaumicHorizons/pull/39 (1.2.1.12) +> + +# Updated ThaumicTinkerer (2.6.12@Side.BOTH --> 2.7.1@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ThaumicTinkerer/compare/2.6.11...2.7.1 +>## What's Changed +> * Fix potential unsaves by @wohaopa in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/32 (2.7.1) +> * Bug: Aspect Crops will never yield a certain valid drop by @bearsdotzone in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/30 (2.7.0) +> * should fix arrow exploits for gt materials by @chochem in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/29 (2.6.13) +> * fix-> fire Resistance level by @Zereff06 in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/28 (2.6.12) +> +>## New Contributors +> * @wohaopa made their first contribution in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/32 (2.7.1) +> * @bearsdotzone made their first contribution in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/30 (2.7.0) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/ThaumicTinkerer/pull/29 (2.6.13) +> + +# Updated TiC-Tooltips (1.2.10@Side.CLIENT --> 1.2.11@Side.CLIENT) +**Full Changelog**: https://github.com/GTNewHorizons/TiC-Tooltips/compare/1.2.8...1.2.11 +>## What's Changed +> * Update build by @miozune in https://github.com/GTNewHorizons/TiC-Tooltips/pull/6 (1.2.11) +> * Update zh_CN.lang by @Kiwi233 in https://github.com/GTNewHorizons/TiC-Tooltips/pull/4 (1.2.10) +> * update build for maven by @bombcar in https://github.com/GTNewHorizons/TiC-Tooltips/pull/5 (1.2.10) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/TiC-Tooltips/pull/6 (1.2.11) +> * @bombcar made their first contribution in https://github.com/GTNewHorizons/TiC-Tooltips/pull/5 (1.2.10) +> + +# Updated TinkersConstruct (1.9.25-GTNH@Side.BOTH --> 1.9.39-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/TinkersConstruct/compare/1.9.24-GTNH...1.9.39-GTNH +>## What's Changed +> * Fixes broken TiC Armor not being repairable by @DrParadox7 in https://github.com/GTNewHorizons/TinkersConstruct/pull/91 (1.9.39-GTNH) +> * Fix tracks properly by @chochem in https://github.com/GTNewHorizons/TinkersConstruct/pull/90 (1.9.38-GTNH) +> * Fix lumberaxe chain break not validating held item by @miozune in https://github.com/GTNewHorizons/TinkersConstruct/pull/89 (1.9.38-GTNH) +> * Remove smeltery tracks melting recipe by @DotJason in https://github.com/GTNewHorizons/TinkersConstruct/pull/88 (1.9.36-GTNH) +> * fix crash when opening stencil table with cast by @Denostrov in https://github.com/GTNewHorizons/TinkersConstruct/pull/87 (1.9.35-GTNH) +> * fix smeltery acceleration and comparator output by @Denostrov in https://github.com/GTNewHorizons/TinkersConstruct/pull/86 (1.9.34-GTNH) +> * Use compileOnlyApi for CoFH by @miozune in https://github.com/GTNewHorizons/TinkersConstruct/pull/84 (1.9.32-GTNH) +> * Readme: remove the workspace step by @chill-was-taken in https://github.com/GTNewHorizons/TinkersConstruct/pull/83 (1.9.31-GTNH) +> * fix smeltery tps lag by clearing drain array before structure check by @Denostrov in https://github.com/GTNewHorizons/TinkersConstruct/pull/82 (1.9.30-GTNH) +> * bump dep to have working fmp by @chochem in https://github.com/GTNewHorizons/TinkersConstruct/pull/81 (1.9.29-GTNH) +> * bump dep to have working fmp by @chochem in https://github.com/GTNewHorizons/TinkersConstruct/pull/81 (1.9.28-GTNH) +> * Replace some hard-coded tooltips with translatable text by @StrangeMan1580 in https://github.com/GTNewHorizons/TinkersConstruct/pull/79 (1.9.27-GTNH) +> * Fix: Adding Tooltips to Modifier Items by @Ethryan in https://github.com/GTNewHorizons/TinkersConstruct/pull/77 (1.9.25-GTNH) +> +>## New Contributors +> * @DotJason made their first contribution in https://github.com/GTNewHorizons/TinkersConstruct/pull/88 (1.9.36-GTNH) +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/TinkersConstruct/pull/83 (1.9.31-GTNH) +> * @Denostrov made their first contribution in https://github.com/GTNewHorizons/TinkersConstruct/pull/82 (1.9.30-GTNH) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/TinkersConstruct/pull/81 (1.9.29-GTNH) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/TinkersConstruct/pull/81 (1.9.28-GTNH) +> * @StrangeMan1580 made their first contribution in https://github.com/GTNewHorizons/TinkersConstruct/pull/79 (1.9.27-GTNH) +> + +# Updated Universal-Singularities (8.6.6@Side.BOTH --> 8.6.7@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Universal-Singularities/compare/8.6.5...8.6.7 + +# Updated VisualProspecting (1.0.37@Side.BOTH --> 1.1.13@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/VisualProspecting/compare/1.0.36...1.1.13 +>## What's Changed +> * Fix Oregen Pattern Info received to late by @glowredman in https://github.com/GTNewHorizons/VisualProspecting/pull/37 (1.1.13) +> * Actually fix !visualprospectingnearspawn by @kumquat-ir in https://github.com/GTNewHorizons/VisualProspecting/pull/36 (1.1.12) +> * Fix !visualprospectingnearspawn by @ah-OOG-ah in https://github.com/GTNewHorizons/VisualProspecting/pull/30 (1.1.11) +> * Adjust vp to fixed gt oregen by @chochem in https://github.com/GTNewHorizons/VisualProspecting/pull/35 (1.1.9) +> * Added hotkeys to toggle map overlays by @PolkageistHS in https://github.com/GTNewHorizons/VisualProspecting/pull/33 (1.1.6) +> * lang for new ore mixes by @chochem in https://github.com/GTNewHorizons/VisualProspecting/pull/32 (1.1.5) +> * Check for null NBT tag in Written Book mixin by @wlhlm in https://github.com/GTNewHorizons/VisualProspecting/pull/31 (1.1.4) +> * Bs+sa by @Dream-Master in https://github.com/GTNewHorizons/VisualProspecting/pull/29 (1.1.3) +> * Better english translation for depleted veins by @chochem in https://github.com/GTNewHorizons/VisualProspecting/pull/28 (1.1.1) +> * [After Stable] Mixin rework by @Alexdoru in https://github.com/GTNewHorizons/VisualProspecting/pull/27 (1.1.0) +> * Fix Xaero's map issues by @kumquat-ir in https://github.com/GTNewHorizons/VisualProspecting/pull/25 (1.0.37) +> +>## New Contributors +> * @glowredman made their first contribution in https://github.com/GTNewHorizons/VisualProspecting/pull/37 (1.1.13) +> * @ah-OOG-ah made their first contribution in https://github.com/GTNewHorizons/VisualProspecting/pull/30 (1.1.11) +> * @PolkageistHS made their first contribution in https://github.com/GTNewHorizons/VisualProspecting/pull/33 (1.1.6) +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/VisualProspecting/pull/31 (1.1.4) +> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/VisualProspecting/pull/27 (1.1.0) +> * @kumquat-ir made their first contribution in https://github.com/GTNewHorizons/VisualProspecting/pull/25 (1.0.37) +> + +# Updated WAILAPlugins (0.2.6@Side.BOTH --> 0.2.8@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/WAILAPlugins/compare/0.2.5...0.2.8 +>## What's Changed +> * Fix railcraft tank waila by @chochem in https://github.com/GTNewHorizons/WAILAPlugins/pull/15 (0.2.8) +> * Water tank water production show feature by @r1tsuu in https://github.com/GTNewHorizons/WAILAPlugins/pull/14 (0.2.6) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/WAILAPlugins/pull/15 (0.2.8) +> * @r1tsuu made their first contribution in https://github.com/GTNewHorizons/WAILAPlugins/pull/14 (0.2.6) +> + +# Updated WarpTheory (1.2.12-GTNH@Side.BOTH --> 1.2.16-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/WarpTheory/compare/1.2.11-GTNH...1.2.16-GTNH +>## What's Changed +> * Fix spawned doppelgänger by @D-Cysteine in https://github.com/GTNewHorizons/WarpTheory/pull/30 (1.2.16-GTNH) +> * Fix fake creeper by @D-Cysteine in https://github.com/GTNewHorizons/WarpTheory/pull/29 (1.2.14-GTNH) +> * Find player on event rather than caching it by @D-Cysteine in https://github.com/GTNewHorizons/WarpTheory/pull/28 (1.2.12-GTNH) +> + +# Updated WirelessCraftingTerminal (1.8.9.3@Side.BOTH --> 1.9.4@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/WirelessCraftingTerminal/compare/1.8.9.2...1.9.4 +>## What's Changed +> * Fix lang key for keybind by @miozune in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/30 (1.9.4) +> * Fix/magnet npe and updates by @firenoo in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/29 (1.9.3) +> * Spotless apply for branch firenoo/update for #27 by @github-actions in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/28 (1.9.2) +> * Compat update by @firenoo in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/27 (1.9.2) +> * Spotless apply for branch firenoo/update for #27 by @github-actions in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/28 (1.9.1-pre) +> * Use more uniquie key names by @Pilzinsel64 in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/26 (1.9.0) +> * Unregister recipes by @boubou19 in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/25 (1.8.9.3) +> +>## New Contributors +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/28 (1.9.2) +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/27 (1.9.2) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/28 (1.9.1-pre) +> * @Pilzinsel64 made their first contribution in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/26 (1.9.0) +> * @boubou19 made their first contribution in https://github.com/GTNewHorizons/WirelessCraftingTerminal/pull/25 (1.8.9.3) +> + +# Updated WitchingGadgets (1.2.27-GTNH@Side.BOTH --> 1.3.4-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/WitchingGadgets/compare/1.2.25-GTNH...1.3.4-GTNH +>## What's Changed +> * Fix Bewitched Robe hood rendering by @kumquat-ir in https://github.com/GTNewHorizons/WitchingGadgets/pull/43 (1.3.4-GTNH) +> * Primordial Armor's repairing Fix & Buff by @Sheodar in https://github.com/GTNewHorizons/WitchingGadgets/pull/40 (1.3.3-GTNH) +> * Dev by @Dream-Master in https://github.com/GTNewHorizons/WitchingGadgets/pull/41 (1.3.2-GTNH) +> * Fix terra primordial regen by @chochem in https://github.com/GTNewHorizons/WitchingGadgets/pull/42 (1.3.2-GTNH) +> * Dev by @Dream-Master in https://github.com/GTNewHorizons/WitchingGadgets/pull/41 (1.3.1-GTNH-pre) +> * Fix item equality check by @D-Cysteine in https://github.com/GTNewHorizons/WitchingGadgets/pull/39 (1.3.0-GTNH) +> * Transfer coremod from ASM to Mixins by @Alexdoru in https://github.com/GTNewHorizons/WitchingGadgets/pull/38 (1.2.27-GTNH) +> +>## New Contributors +> * @kumquat-ir made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/43 (1.3.4-GTNH) +> * @Sheodar made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/40 (1.3.3-GTNH) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/41 (1.3.2-GTNH) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/42 (1.3.2-GTNH) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/41 (1.3.1-GTNH-pre) +> * @D-Cysteine made their first contribution in https://github.com/GTNewHorizons/WitchingGadgets/pull/39 (1.3.0-GTNH) +> + +# Updated Yamcl (0.5.84@Side.BOTH --> 0.5.86@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/Yamcl/compare/0.5.81...0.5.86 + +# Updated ae2stuff (0.5.1.15-GTNH@Side.BOTH --> 0.5.7-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/ae2stuff/compare/0.5.1.14-GTNH...0.5.7-GTNH +>## What's Changed +> * Add new textures for wireless coloring by @firenoo in https://github.com/GTNewHorizons/ae2stuff/pull/15 (0.5.7-GTNH) +> * Fix packet sending a list of useless info by @firenoo in https://github.com/GTNewHorizons/ae2stuff/pull/13 (0.5.6-GTNH) +> * Fix wireless connectors not updating their color by @firenoo in https://github.com/GTNewHorizons/ae2stuff/pull/12 (0.5.5-GTNH) +> * Feature/colors and names by @firenoo in https://github.com/GTNewHorizons/ae2stuff/pull/11 (0.5.4-GTNH) +> * Code cleanup by @chill-was-taken in https://github.com/GTNewHorizons/ae2stuff/pull/10 (0.5.2-GTNH) +> * Spotless apply for branch feature/ghostloading for #8 by @github-actions in https://github.com/GTNewHorizons/ae2stuff/pull/9 (0.5.1.16-GTNH) +> * Prevent ghostloading by @repo-alt in https://github.com/GTNewHorizons/ae2stuff/pull/8 (0.5.1.16-GTNH) +> * Fix waila data not accounting for AE2 power modifier by @Glease in https://github.com/GTNewHorizons/ae2stuff/pull/6 (0.5.1.15-GTNH) +> * Fix wireless energy consumption by @GTNH-Colen in https://github.com/GTNewHorizons/ae2stuff/pull/7 (0.5.1.15-GTNH) +> +>## New Contributors +> * @firenoo made their first contribution in https://github.com/GTNewHorizons/ae2stuff/pull/11 (0.5.4-GTNH) +> * @chill-was-taken made their first contribution in https://github.com/GTNewHorizons/ae2stuff/pull/10 (0.5.2-GTNH) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/ae2stuff/pull/9 (0.5.1.16-GTNH) +> * @Glease made their first contribution in https://github.com/GTNewHorizons/ae2stuff/pull/6 (0.5.1.15-GTNH) +> + +# New Mod - amunra (0.4.36@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/amunra/commits/0.4.36 +>## What's Changed +> * Fix fluid handling related crash by @eigenraven in https://github.com/GTNewHorizons/amunra/pull/28 (0.4.36) +> * Add Mothership Mass Override by @glowredman in https://github.com/GTNewHorizons/amunra/pull/27 (0.4.35) +> * Remove offline kick if hodgepodge is loaded by @Caedis in https://github.com/GTNewHorizons/amunra/pull/26 (0.4.34) +> * Fix missing Textures by @glowredman in https://github.com/GTNewHorizons/amunra/pull/23 (0.4.32) +> * Fix all Players not on a Mothership being kicked if it ends Transit by @glowredman in https://github.com/GTNewHorizons/amunra/pull/24 (0.4.32) +> * Prevent NPEs by @glowredman in https://github.com/GTNewHorizons/amunra/pull/20 (0.4.31) +> * Make the Coolant used in Ion Engines configurable by @glowredman in https://github.com/GTNewHorizons/amunra/pull/22 (0.4.31) +> * Fix oredict for spodumene ore by @chochem in https://github.com/GTNewHorizons/amunra/pull/19 (0.4.30) +> * Add compat to electricity/fluid slots by @glowredman in https://github.com/GTNewHorizons/amunra/pull/18 (0.4.29) +> * Move Amun-Ra system far away from solar system by @glowredman in https://github.com/GTNewHorizons/amunra/pull/17 (0.4.27) +> * Fix the dataWatcher casting error by @Hikari1nVoid in https://github.com/GTNewHorizons/amunra/pull/16 (0.4.26) +> * Some Bugfixes by @glowredman in https://github.com/GTNewHorizons/amunra/pull/15 (0.4.23) +> * Spotless apply for branch nhify for #13 by @github-actions in https://github.com/GTNewHorizons/amunra/pull/14 (0.4.18) +> * Only register recipes if NH Core is loaded by @glowredman in https://github.com/GTNewHorizons/amunra/pull/13 (0.4.18) +> * Move offline-check to init by @glowredman in https://github.com/GTNewHorizons/amunra/pull/12 (0.4.17) +> * Make Jet Engine fuel configurable by @glowredman in https://github.com/GTNewHorizons/amunra/pull/11 (0.4.16) +> * Fix two NPEs by @glowredman in https://github.com/GTNewHorizons/amunra/pull/10 (0.4.15) +> * A lot of cleanup by @glowredman in https://github.com/GTNewHorizons/amunra/pull/9 (0.4.14) +> * Allow offline servers in dev env by @glowredman in https://github.com/GTNewHorizons/amunra/pull/8 (0.4.13) +> * Spotless apply for branch fixes for #6 by @github-actions in https://github.com/GTNewHorizons/amunra/pull/7 (0.4.12) +> * Various Fixes by @glowredman in https://github.com/GTNewHorizons/amunra/pull/6 (0.4.12) +> * Fix duplicate channel name by @glowredman in https://github.com/GTNewHorizons/amunra/pull/2 (0.4.11) +> * Update Buildscript by @glowredman in https://github.com/GTNewHorizons/amunra/pull/3 (0.4.11) +> * Spotless apply for branch dev for #4 by @github-actions in https://github.com/GTNewHorizons/amunra/pull/5 (0.4.11) +> * Various Fixes by @glowredman in https://github.com/GTNewHorizons/amunra/pull/4 (0.4.11) +> * Migrate to new buildscript by @glowredman in https://github.com/GTNewHorizons/amunra/pull/1 (0.4.10) +> +>## New Contributors +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/amunra/pull/28 (0.4.36) +> * @Caedis made their first contribution in https://github.com/GTNewHorizons/amunra/pull/26 (0.4.34) +> * @chochem made their first contribution in https://github.com/GTNewHorizons/amunra/pull/19 (0.4.30) +> * @Hikari1nVoid made their first contribution in https://github.com/GTNewHorizons/amunra/pull/16 (0.4.26) +> * @github-actions made their first contribution in https://github.com/GTNewHorizons/amunra/pull/5 (0.4.11) +> + +# Updated bartworks (0.5.164@Side.BOTH --> 0.7.39@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/bartworks/compare/0.5.163...0.7.39 +>## What's Changed +> * Change Infinity to Neutronium in alternate High Density recipes by @S4mpsa in https://github.com/GTNewHorizons/bartworks/pull/353 (0.7.39) +> * Don't lazily initialize EIC recipemap by @miozune in https://github.com/GTNewHorizons/bartworks/pull/350 (0.7.38) +> * Disable crafting me buffer on CAL to stop CAL being formed with 2 slices by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/351 (0.7.37) +> * Use new API from GT5u by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/348 (0.7.36) +> * Fix MOC crashing when being placed by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/347 (0.7.35) +> * Remove AbstractedStack by @miozune in https://github.com/GTNewHorizons/bartworks/pull/346 (0.7.34) +> * Update dependencies.gradle by @Dream-Master in https://github.com/GTNewHorizons/bartworks/pull/343 (0.7.33) +> * Fix MEBF calculating twice and not using its parallel for eut use. MOC for wrong discount by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/344 (0.7.33) +> * Enable Batch mode on Bio Vat by @BlueWeabo in https://github.com/GTNewHorizons/bartworks/pull/345 (0.7.33) +> * Plutonium fix by @chochem in https://github.com/GTNewHorizons/bartworks/pull/342 (0.7.32) +> * Swap Void Miner and T4 MBM recipe frames by @Lyfts in https://github.com/GTNewHorizons/bartworks/pull/341 (0.7.31) +> * Implement generic processing logic by @minecraft7771 in https://github.com/GTNewHorizons/bartworks/pull/340 (0.7.30) +> * Migrate findRecipe method by @miozune in https://github.com/GTNewHorizons/bartworks/pull/338 (0.7.27) +> * Buff Output of Oganesson Fusion Recipe by 5x by @Steelux8 in https://github.com/GTNewHorizons/bartworks/pull/335 (0.7.26) +> * Fix non-positive TiC tool stats by @miozune in https://github.com/GTNewHorizons/bartworks/pull/339 (0.7.24) +> * Use the right LuV material for CAL by @chochem in https://github.com/GTNewHorizons/bartworks/pull/337 (0.7.21-pre) +> * Ebf Noble Gas Overhaul by @chochem in https://github.com/GTNewHorizons/bartworks/pull/336 (0.7.20) +> * Use the right LuV material for CAL by @chochem in https://github.com/GTNewHorizons/bartworks/pull/337 (0.7.20) +> * Ebf Noble Gas Overhaul by @chochem in https://github.com/GTNewHorizons/bartworks/pull/336 (0.7.19-pre) +> * Update PlatinumSludgeOverHaul.java by @Runakai1 in https://github.com/GTNewHorizons/bartworks/pull/334 (0.7.17) +> * Fix controller voltages by @GDCloudstrike in https://github.com/GTNewHorizons/bartworks/pull/332 (0.7.16) +> * butcher eic recipe time by @POPlol333 in https://github.com/GTNewHorizons/bartworks/pull/331 (0.7.15) +> * Fix version replacement by @miozune in https://github.com/GTNewHorizons/bartworks/pull/330 (0.7.14) +> * Update to new void protection API & implement it for some multi by @miozune in https://github.com/GTNewHorizons/bartworks/pull/329 (0.7.14) +> * Move Ross128 system out a bit again by @glowredman in https://github.com/GTNewHorizons/bartworks/pull/328 (0.7.12) +> * Fix neutronium machine block registration by @greesyB in https://github.com/GTNewHorizons/bartworks/pull/327 (0.7.11) +> * change tooltip to be clearer by @MeiTianyou in https://github.com/GTNewHorizons/bartworks/pull/326 (0.7.10) +> * Void Miner: Don't suggest muffler/data access hatch in BlockRenderer by @Fiyorin in https://github.com/GTNewHorizons/bartworks/pull/325 (0.7.9) +> * Add eternity mhdcsm recipes by @GDCloudstrike in https://github.com/GTNewHorizons/bartworks/pull/324 (0.7.8) +> * Move Ross128 system closer to solar system by @glowredman in https://github.com/GTNewHorizons/bartworks/pull/323 (0.7.7) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/bartworks/pull/322 (0.7.6) +> * Migrate to FluidSlotWidget by @miozune in https://github.com/GTNewHorizons/bartworks/pull/321 (0.7.5) +> * Remove LuVtier enhancements by @chochem in https://github.com/GTNewHorizons/bartworks/pull/320 (0.7.4) +> * Fix NPE with Radio Hatch by @miozune in https://github.com/GTNewHorizons/bartworks/pull/317 (0.7.2) +> * add channels to mega oil cracker by @kstvr32 in https://github.com/GTNewHorizons/bartworks/pull/319 (0.7.2) +> * ForgeDirection by @mitchej123 in https://github.com/GTNewHorizons/bartworks/pull/316 (0.7.1) +> * Allow scanners to display heat of MEBFs. by @MarchingCube in https://github.com/GTNewHorizons/bartworks/pull/315 (0.6.16) +> * Add oredicts for diode and inductor for 2A-16A diode by @chochem in https://github.com/GTNewHorizons/bartworks/pull/314 (0.6.15) +> * Fix Materials by @Dream-Master in https://github.com/GTNewHorizons/bartworks/pull/313 (0.6.13) +> * Remove incorrect blockglass oredict on botania glass panes by @chochem in https://github.com/GTNewHorizons/bartworks/pull/312 (0.6.11) +> * EIC - Fix overclock and support void protection by @greesyB in https://github.com/GTNewHorizons/bartworks/pull/311 (0.6.10) +> * Cleanup by @boubou19 in https://github.com/GTNewHorizons/bartworks/pull/308 (0.6.8) +> * EIC improvements - Tiered parallel, survival construct support, batch mode by @greesyB in https://github.com/GTNewHorizons/bartworks/pull/310 (0.6.8) +> * Add Waila Support for Imprinted CAL by @LewisSaber in https://github.com/GTNewHorizons/bartworks/pull/309 (0.6.8) +> * Added imprinted circuit to CAL tooltip by @minecraft7771 in https://github.com/GTNewHorizons/bartworks/pull/307 (0.6.7) +> * Add living bio chip wrap by @GDCloudstrike in https://github.com/GTNewHorizons/bartworks/pull/306 (0.6.6) +> * Add Humongous input hatch by @GDCloudstrike in https://github.com/GTNewHorizons/bartworks/pull/304 (0.6.5) +> * Remove osmiridium replacement by @chochem in https://github.com/GTNewHorizons/bartworks/pull/303 (0.6.3) +> * optimization bacterial vat by @Zereff06 in https://github.com/GTNewHorizons/bartworks/pull/302 (0.6.2) +> * Remove Extreme Industrial Greenhouse from BW (moved to KubaTech) by @kuba6000 in https://github.com/GTNewHorizons/bartworks/pull/301 (0.6.1) +> * Remove silliness with the muffler hatches on the MBF by @boubou19 in https://github.com/GTNewHorizons/bartworks/pull/299 (0.6.0) +> * follow up to https://github.com/GTNewHorizons/bartworks/pull/299 by @boubou19 in https://github.com/GTNewHorizons/bartworks/pull/300 (0.6.0) +> * remove enumhelper towards OrePrefixes and force gtnh gt by @Glease in https://github.com/GTNewHorizons/bartworks/pull/298 (0.5.164) +> +>## New Contributors +> * @Lyfts made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/341 (0.7.31) +> * @Runakai1 made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/334 (0.7.17) +> * @MeiTianyou made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/326 (0.7.10) +> * @Fiyorin made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/325 (0.7.9) +> * @kstvr32 made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/319 (0.7.2) +> * @MarchingCube made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/315 (0.6.16) +> * @Zereff06 made their first contribution in https://github.com/GTNewHorizons/bartworks/pull/302 (0.6.2) +> + +# Updated harvestcraft (1.0.21-GTNH@Side.BOTH --> 1.1.1-GTNH@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/harvestcraft/compare/1.0.20-GTNH...1.1.1-GTNH +>## What's Changed +> * Fix some juice items not having oredict listAlljuice by @miozune in https://github.com/GTNewHorizons/harvestcraft/pull/47 (1.1.1-GTNH) +> * Make pie recipes shaped to avoid tofu conflicts by @Pxx500 in https://github.com/GTNewHorizons/harvestcraft/pull/45 (1.1.0-GTNH) +> * Fix some smoothies not having oredict listAllsmoothie by @miozune in https://github.com/GTNewHorizons/harvestcraft/pull/44 (1.0.21-GTNH) +> +>## New Contributors +> * @Pxx500 made their first contribution in https://github.com/GTNewHorizons/harvestcraft/pull/45 (1.1.0-GTNH) +> + +# Updated lwjgl3ify (1.1.38@Side.BOTH_JAVA9 --> 1.4.2@Side.BOTH_JAVA9) +**Full Changelog**: https://github.com/GTNewHorizons/lwjgl3ify/compare/1.1.37...1.4.2 +>## What's Changed +> * Fix mouse delta inputs by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/70 (1.4.2) +> * Add extensible enum for Et Futurum Requiem by @miozune in https://github.com/GTNewHorizons/lwjgl3ify/pull/62 (1.3.7) +> * Don't spam log when hotswap by @miozune in https://github.com/GTNewHorizons/lwjgl3ify/pull/59 (1.3.6) +> * LWJGL 3.3.2 stable update by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/58 (1.3.5) +> * Add extensible enums for reika's mods by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/53 (1.3.4) +> * Delayed key release fix by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/52 (1.3.3) +> * Use Unimixins instead of GTNHMixins by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/49 (1.3.0) +> * Add a HotSwapAgent plugin to rerun asm transformers on hotswap by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/46 (1.2.2) +> * Major Keyboard input rewrite, IME support on par with modern vanilla by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/43 (1.2.0) +> * Rewrite Keyboard to behave like lwjgl3 by @kappa-maintainer in https://github.com/GTNewHorizons/lwjgl3ify/pull/42 (1.1.45) +> * Compatibility and warning fixes by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/41 (1.1.44) +> * Add workaround for input method users by @kappa-maintainer in https://github.com/GTNewHorizons/lwjgl3ify/pull/33 (1.1.43) +> * Add multibyte char event handling by duplicating key events when multiple chars happen after a single keypress by @eigenraven in https://github.com/GTNewHorizons/lwjgl3ify/pull/40 (1.1.43) +> * Revert the glColor3ub hack by @pftbest in https://github.com/GTNewHorizons/lwjgl3ify/pull/30 (1.1.39) +> +>## New Contributors +> * @miozune made their first contribution in https://github.com/GTNewHorizons/lwjgl3ify/pull/59 (1.3.6) +> * @kappa-maintainer made their first contribution in https://github.com/GTNewHorizons/lwjgl3ify/pull/33 (1.1.43) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/lwjgl3ify/pull/40 (1.1.43) +> + +# Updated nei-custom-diagram (1.5.1@Side.BOTH --> 1.5.11@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/nei-custom-diagram/compare/1.5.0...1.5.11 +>## What's Changed +> * Fix diagram drawing in recipe tooltips by @eigenraven in https://github.com/GTNewHorizons/nei-custom-diagram/pull/28 (1.5.11) +> * Make horizontal scrolling using the scrollwheel work again by @wlhlm in https://github.com/GTNewHorizons/nei-custom-diagram/pull/27 (1.5.10) +> * Prevent custom diagrams from overriding NEI tab scrolling by @wlhlm in https://github.com/GTNewHorizons/nei-custom-diagram/pull/26 (1.5.7) +> * Update dependencies by @miozune in https://github.com/GTNewHorizons/nei-custom-diagram/pull/25 (1.5.5) +> * Fix NPE with an itemstack with a null item by @eigenraven in https://github.com/GTNewHorizons/nei-custom-diagram/pull/23 (1.5.4) +> * Merge v1.5.4 from upstream by @D-Cysteine in https://github.com/GTNewHorizons/nei-custom-diagram/pull/24 (1.5.4) +> * v1.5.2 by @D-Cysteine in https://github.com/GTNewHorizons/nei-custom-diagram/pull/22 (1.5.3) +> * Minor fix for item permutation logic by @D-Cysteine in https://github.com/GTNewHorizons/nei-custom-diagram/pull/21 (1.5.1) +> +>## New Contributors +> * @wlhlm made their first contribution in https://github.com/GTNewHorizons/nei-custom-diagram/pull/26 (1.5.7) +> + +# Updated thaumicinsurgence (0.1.4@Side.BOTH --> 0.2.6@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/thaumicinsurgence/compare/0.1.3...0.2.6 +>## What's Changed +> * Make Insurgence's Lore a Little Less Cringe by @Alastors in https://github.com/GTNewHorizons/thaumicinsurgence/pull/30 (0.2.6) +> * Fixing the one typo and awkward paragraph by @Alastors in https://github.com/GTNewHorizons/thaumicinsurgence/pull/31 (0.2.6) +> * fixing previous mistake by @Alastors in https://github.com/GTNewHorizons/thaumicinsurgence/pull/27 (0.2.5) +> * dep bump by @chochem in https://github.com/GTNewHorizons/thaumicinsurgence/pull/25 (0.2.3) +> * Update dependencies.gradle by @Dream-Master in https://github.com/GTNewHorizons/thaumicinsurgence/pull/26 (0.2.3) +> * Ugh, accidently made main again by @Alastors in https://github.com/GTNewHorizons/thaumicinsurgence/pull/24 (0.1.4) +> +>## New Contributors +> * @chochem made their first contribution in https://github.com/GTNewHorizons/thaumicinsurgence/pull/25 (0.2.3) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/thaumicinsurgence/pull/26 (0.2.3) +> + +# Updated twilightforest (2.3.8.18@Side.BOTH --> 2.4.5@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/twilightforest/compare/2.3.8.17...2.4.5 +>## What's Changed +> * Improve castle doors by @kumquat-ir in https://github.com/GTNewHorizons/twilightforest/pull/27 (2.4.5) +> * Harmonize color weights for bighorns, fix missing black color by @Dream-Master in https://github.com/GTNewHorizons/twilightforest/pull/24 (2.4.4) +> * Jabel, Generic injection and automatic code cleanup by @eigenraven in https://github.com/GTNewHorizons/twilightforest/pull/21 (2.4.3) +> * Fix not recognizing indirect player damage like from bows and crossbows by @eigenraven in https://github.com/GTNewHorizons/twilightforest/pull/20 (2.4.2) +> * bandaid fix for terrain gen NPE by @Glease in https://github.com/GTNewHorizons/twilightforest/pull/19 (2.4.0) +> * Fix tremendous lag from dropped item entitites by @Alexdoru in https://github.com/GTNewHorizons/twilightforest/pull/18 (2.3.8.18) +> +>## New Contributors +> * @kumquat-ir made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/27 (2.4.5) +> * @Dream-Master made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/24 (2.4.4) +> * @Glease made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/19 (2.4.0) +> * @Alexdoru made their first contribution in https://github.com/GTNewHorizons/twilightforest/pull/18 (2.3.8.18) +> + +# Updated waila (1.5.24@Side.BOTH --> 1.6.0@Side.BOTH) +**Full Changelog**: https://github.com/GTNewHorizons/waila/compare/1.5.23...1.6.0 +>## What's Changed +> * Fixing dependencies.gradle by @Cardinalstars in https://github.com/GTNewHorizons/waila/pull/12 (1.6.0) +> * Update buildscript, dependencies and repositories. by @eigenraven in https://github.com/GTNewHorizons/waila/pull/10 (1.5.24) +> * Use Aspect's name instead of tag by @glowredman in https://github.com/GTNewHorizons/waila/pull/11 (1.5.24) +> +>## New Contributors +> * @Cardinalstars made their first contribution in https://github.com/GTNewHorizons/waila/pull/12 (1.6.0) +> * @eigenraven made their first contribution in https://github.com/GTNewHorizons/waila/pull/10 (1.5.24) +> + diff --git a/releases/manifests/2.4.0-RC-1.json b/releases/manifests/2.4.0-RC-1.json new file mode 100644 index 00000000..98edcc64 --- /dev/null +++ b/releases/manifests/2.4.0-RC-1.json @@ -0,0 +1,986 @@ +{ + "version": "2.4.0-RC-1", + "last_version": "2.3.0", + "last_updated": "2023-08-28T19:30:14.826508", + "config": "2.4.0-RC1", + "github_mods": { + "AdventureBackpack2": { + "version": "1.0.14-GTNH", + "side": "BOTH" + }, + "AE2FluidCraft-Rework": { + "version": "1.1.41-gtnh", + "side": "BOTH" + }, + "ae2stuff": { + "version": "0.5.7-GTNH", + "side": "BOTH" + }, + "AFSU": { + "version": "1.2.6-GTNH", + "side": "BOTH" + }, + "AngerMod": { + "version": "0.6.3", + "side": "BOTH" + }, + "AppleCore": { + "version": "3.2.11", + "side": "BOTH" + }, + "Applied-Energistics-2-Unofficial": { + "version": "rv3-beta-250-GTNH", + "side": "BOTH" + }, + "ArchitectureCraft": { + "version": "1.8.6", + "side": "BOTH" + }, + "AsieLib": { + "version": "0.5.4", + "side": "BOTH" + }, + "Avaritia": { + "version": "1.45", + "side": "BOTH" + }, + "Avaritiaddons": { + "version": "1.5.5-GTNH", + "side": "BOTH" + }, + "bartworks": { + "version": "0.7.39", + "side": "BOTH" + }, + "Battlegear2": { + "version": "1.2.0", + "side": "BOTH" + }, + "Baubles": { + "version": "1.0.1.16", + "side": "BOTH" + }, + "bdlib": { + "version": "1.9.8-GTNH", + "side": "BOTH" + }, + "BetterBuildersWands": { + "version": "0.9.6-GTNH", + "side": "BOTH" + }, + "BetterCrashes": { + "version": "1.2.2-GTNH", + "side": "CLIENT" + }, + "BetterLoadingScreen": { + "version": "1.4.4-GTNH", + "side": "CLIENT" + }, + "BetterP2P": { + "version": "1.1.20", + "side": "BOTH" + }, + "BetterQuesting": { + "version": "3.3.27-GTNH", + "side": "BOTH" + }, + "Binnie": { + "version": "2.1.10", + "side": "BOTH" + }, + "BlockLimiter": { + "version": "0.55", + "side": "BOTH" + }, + "BloodArsenal": { + "version": "1.2.11", + "side": "BOTH" + }, + "BloodMagic": { + "version": "1.4.3", + "side": "BOTH" + }, + "Botania": { + "version": "1.9.24-GTNH", + "side": "BOTH" + }, + "Botanic-horizons": { + "version": "1.0.15-GTNH", + "side": "BOTH" + }, + "BrandonsCore": { + "version": "1.0.0.13-GTNH", + "side": "BOTH" + }, + "BugTorch": { + "version": "1.2.10-GTNH", + "side": "BOTH" + }, + "BuildCraft": { + "version": "7.1.36", + "side": "BOTH" + }, + "BuildCraftCompat": { + "version": "7.1.14", + "side": "BOTH" + }, + "CarpentersBlocks": { + "version": "3.4.0-GTNH", + "side": "BOTH" + }, + "Catwalks-2": { + "version": "2.1.4-GTNH", + "side": "BOTH" + }, + "Chisel": { + "version": "2.11.4-GTNH", + "side": "BOTH" + }, + "ChiselTones": { + "version": "1.0.4-GTNH", + "side": "BOTH" + }, + "CodeChickenCore": { + "version": "1.1.11", + "side": "BOTH" + }, + "Computronics": { + "version": "1.7.1-GTNH", + "side": "BOTH" + }, + "CookingForBlockheads": { + "version": "1.2.16-GTNH", + "side": "BOTH" + }, + "CraftTweaker": { + "version": "3.2.13", + "side": "BOTH" + }, + "CreativeCore": { + "version": "1.3.31-GTNH", + "side": "BOTH" + }, + "CropLoadCore": { + "version": "0.1.10", + "side": "BOTH" + }, + "Crops-plus-plus": { + "version": "1.4.1", + "side": "BOTH" + }, + "DefaultServerList": { + "version": "1.4.0", + "side": "CLIENT" + }, + "DefaultWorldGenerator": { + "version": "0.2", + "side": "CLIENT" + }, + "DetravScannerMod": { + "version": "1.7.2", + "side": "BOTH" + }, + "Draconic-Evolution": { + "version": "1.1.19-GTNH", + "side": "BOTH" + }, + "Electro-Magic-Tools": { + "version": "1.3.3", + "side": "BOTH" + }, + "EnderCore": { + "version": "0.2.17", + "side": "BOTH" + }, + "EnderIO": { + "version": "2.4.24", + "side": "BOTH" + }, + "EnderStorage": { + "version": "1.4.12", + "side": "BOTH" + }, + "EnderZoo": { + "version": "1.0.23", + "side": "BOTH" + }, + "EnhancedLootBags": { + "version": "1.1.0", + "side": "BOTH" + }, + "Eternal-Singularity": { + "version": "1.1.0", + "side": "BOTH" + }, + "FindIt": { + "version": "1.1.0", + "side": "BOTH" + }, + "ForbiddenMagic": { + "version": "0.6.7-GTNH", + "side": "BOTH" + }, + "ForestryMC": { + "version": "4.6.14", + "side": "BOTH" + }, + "Forgelin": { + "version": "1.9.7-GTNH", + "side": "BOTH" + }, + "ForgeMultipart": { + "version": "1.3.4", + "side": "BOTH" + }, + "Gadomancy": { + "version": "1.1.3", + "side": "BOTH" + }, + "GalacticGregGT5": { + "version": "1.0.10", + "side": "BOTH" + }, + "Galacticraft": { + "version": "3.0.73-GTNH", + "side": "BOTH" + }, + "Galaxy-Space-GTNH": { + "version": "1.2.6-GTNH", + "side": "BOTH" + }, + "gendustry": { + "version": "1.6.5.5-GTNH", + "side": "BOTH" + }, + "GoodGenerator": { + "version": "0.6.40", + "side": "BOTH" + }, + "GT5-Unofficial": { + "version": "5.09.43.187", + "side": "BOTH" + }, + "GTNEIOrePlugin": { + "version": "1.1.3", + "side": "BOTH" + }, + "GTNH-Lanthanides": { + "version": "0.10.8", + "side": "BOTH" + }, + "GTNH-TC-Wands": { + "version": "1.3.1", + "side": "BOTH" + }, + "GTNHLib": { + "version": "0.0.13", + "side": "BOTH" + }, + "GTplusplus": { + "version": "1.9.83", + "side": "BOTH" + }, + "Hardcore-Ender-Expansion": { + "version": "1.9.7-GTNH", + "side": "BOTH" + }, + "harvestcraft": { + "version": "1.1.1-GTNH", + "side": "BOTH" + }, + "Hodgepodge": { + "version": "2.2.30", + "side": "BOTH" + }, + "HoloInventory": { + "version": "2.2.3-GTNH", + "side": "BOTH" + }, + "HungerOverhaul": { + "version": "1.0.4-GTNH", + "side": "BOTH" + }, + "HydroEnergy": { + "version": "1.1.0", + "side": "BOTH" + }, + "IFU": { + "version": "1.9.6", + "side": "BOTH" + }, + "IguanaTweaksTConstruct": { + "version": "2.3.0", + "side": "BOTH" + }, + "Infernal-Mobs": { + "version": "1.7.9-GTNH", + "side": "BOTH" + }, + "InGame-Info-XML": { + "version": "2.8.4", + "side": "CLIENT" + }, + "INpureCore": { + "version": "1.1.5-GTNH", + "side": "BOTH" + }, + "inventory-tweaks": { + "version": "1.5.16", + "side": "CLIENT" + }, + "ironchest": { + "version": "6.0.71", + "side": "BOTH" + }, + "IronChestMinecarts": { + "version": "1.0.8", + "side": "BOTH" + }, + "Irontanks": { + "version": "1.2.6", + "side": "BOTH" + }, + "Jabba": { + "version": "1.2.22", + "side": "BOTH" + }, + "KekzTech": { + "version": "0.8.9", + "side": "BOTH" + }, + "KubaTech": { + "version": "0.12.7", + "side": "BOTH" + }, + "LittleTiles": { + "version": "1.2.9-GTNH", + "side": "BOTH" + }, + "LogisticsPipes": { + "version": "1.0.6-GTNH", + "side": "BOTH" + }, + "LootGames": { + "version": "2.0.8", + "side": "BOTH" + }, + "LunatriusCore": { + "version": "1.1.7-GTNH", + "side": "BOTH" + }, + "MagicBees": { + "version": "2.6.6-GTNH", + "side": "BOTH" + }, + "MalisisCore": { + "version": "0.14.9", + "side": "BOTH" + }, + "MalisisDoors": { + "version": "1.13.7-GTNH", + "side": "BOTH" + }, + "Mantle": { + "version": "0.3.7", + "side": "BOTH" + }, + "Minecraft-Backpack-Mod": { + "version": "2.2.11-GTNH", + "side": "BOTH" + }, + "Minetweaker-Gregtech-5-Addon": { + "version": "2.0.1", + "side": "BOTH" + }, + "ModTweaker": { + "version": "0.9.10", + "side": "BOTH" + }, + "MouseTweaks": { + "version": "2.4.9-GTNH", + "side": "CLIENT" + }, + "MX-Random": { + "version": "0.2.0", + "side": "BOTH" + }, + "Natura": { + "version": "2.5.7", + "side": "BOTH" + }, + "NaturesCompass": { + "version": "1.3.6-GTNH", + "side": "BOTH" + }, + "nei-custom-diagram": { + "version": "1.5.11", + "side": "BOTH" + }, + "NEI-Integration": { + "version": "1.3.3", + "side": "BOTH" + }, + "neiaddons": { + "version": "1.12.22", + "side": "BOTH" + }, + "NetherPortalFix": { + "version": "1.1.2", + "side": "BOTH" + }, + "Netty-Patcher": { + "version": "0.3.1", + "side": "CLIENT" + }, + "NewHorizonsCoreMod": { + "version": "2.1.109", + "side": "BOTH" + }, + "Nodal-Mechanics": { + "version": "1.1.-6-GTNH", + "side": "BOTH" + }, + "NotEnoughEnergistics": { + "version": "1.4.2", + "side": "BOTH" + }, + "NotEnoughItems": { + "version": "2.3.83-GTNH", + "side": "BOTH" + }, + "Nuclear-Control": { + "version": "2.4.19", + "side": "BOTH" + }, + "oauth": { + "version": "1.06.1-GTNH", + "side": "CLIENT" + }, + "OCGlasses": { + "version": "1.3.1-GTNH", + "side": "BOTH" + }, + "OpenBlocks": { + "version": "1.7.0-GTNH", + "side": "BOTH" + }, + "OpenComputers": { + "version": "1.9.14-GTNH", + "side": "BOTH" + }, + "OpenModsLib": { + "version": "0.10.6", + "side": "BOTH" + }, + "OpenModularTurrets": { + "version": "2.2.11-247", + "side": "BOTH" + }, + "OpenSecurity": { + "version": "1.0.120-GTNH", + "side": "BOTH" + }, + "Opis": { + "version": "1.3.8-mapless", + "side": "BOTH" + }, + "OverloadedArmorBar": { + "version": "1.0.1", + "side": "CLIENT" + }, + "PersonalSpace": { + "version": "1.0.26", + "side": "BOTH" + }, + "ProjectBlue": { + "version": "1.1.12-GTNH", + "side": "BOTH" + }, + "ProjectRed": { + "version": "4.7.12-GTNH", + "side": "BOTH" + }, + "Railcraft": { + "version": "9.14.9", + "side": "BOTH" + }, + "Realistic-World-Gen": { + "version": "alpha-1.3.3.2", + "side": "BOTH" + }, + "RemoteIO": { + "version": "2.4.8", + "side": "BOTH" + }, + "Roguelike-Dungeons": { + "version": "1.5.3-GTNH", + "side": "BOTH" + }, + "SC2": { + "version": "2.0.2", + "side": "BOTH" + }, + "Schematica": { + "version": "1.9.3-GTNH", + "side": "CLIENT" + }, + "SGCraft": { + "version": "1.3.13-GTNH", + "side": "BOTH" + }, + "Share-Where-I-am": { + "version": "0.2.0", + "side": "BOTH" + }, + "SleepingBags": { + "version": "0.1.4", + "side": "BOTH" + }, + "SpecialMobs": { + "version": "3.4.3", + "side": "BOTH" + }, + "SpiceOfLife": { + "version": "2.1.0-carrot", + "side": "BOTH" + }, + "Steve-s-Factory-Manager": { + "version": "1.1.7-GTNH", + "side": "BOTH" + }, + "StevesAddons": { + "version": "0.10.27", + "side": "BOTH" + }, + "StorageDrawers": { + "version": "1.12.0-GTNH", + "side": "BOTH" + }, + "StorageDrawers-BiomesOPlenty": { + "version": "1.11.17-GTNH", + "side": "BOTH" + }, + "StorageDrawers-Forestry": { + "version": "1.11.17-GTNH", + "side": "BOTH" + }, + "StorageDrawers-Misc": { + "version": "1.11.18-GTNH", + "side": "BOTH" + }, + "StorageDrawers-Natura": { + "version": "1.11.17-GTNH", + "side": "BOTH" + }, + "StructureCompat": { + "version": "0.4.0", + "side": "BOTH" + }, + "StructureLib": { + "version": "1.2.8", + "side": "BOTH" + }, + "Super-TiC": { + "version": "1.2.5", + "side": "BOTH" + }, + "supersolarpanels": { + "version": "1.1.2-GT-NH-Mod", + "side": "BOTH" + }, + "TCNEIAdditions": { + "version": "1.2.2", + "side": "BOTH" + }, + "TCNodeTracker": { + "version": "1.1.7", + "side": "CLIENT" + }, + "TecTech": { + "version": "5.2.40", + "side": "BOTH" + }, + "thaumcraft-research-tweaks": { + "version": "1.0.4", + "side": "BOTH" + }, + "ThaumcraftMobAspects": { + "version": "1.0.0-GTNH", + "side": "BOTH" + }, + "Thaumic_Exploration": { + "version": "1.1.94-GTNH", + "side": "BOTH" + }, + "ThaumicBases": { + "version": "1.5.4", + "side": "BOTH" + }, + "ThaumicEnergistics": { + "version": "1.4.13-GTNH", + "side": "BOTH" + }, + "ThaumicHorizons": { + "version": "1.3.5", + "side": "BOTH" + }, + "thaumicinsurgence": { + "version": "0.2.6", + "side": "BOTH" + }, + "ThaumicInventoryScanning": { + "version": "1.0.12-GTNH", + "side": "BOTH" + }, + "ThaumicTinkerer": { + "version": "2.7.1", + "side": "BOTH" + }, + "TiC-Tooltips": { + "version": "1.2.11", + "side": "CLIENT" + }, + "TinkersConstruct": { + "version": "1.9.39-GTNH", + "side": "BOTH" + }, + "TinkersMechworks": { + "version": "0.2.16.4", + "side": "BOTH" + }, + "TooMuchLoot": { + "version": "4.1.0-GTNH", + "side": "BOTH" + }, + "ToroHealth": { + "version": "1.0.1", + "side": "CLIENT" + }, + "Translocators": { + "version": "1.1.2.21", + "side": "BOTH" + }, + "twilightforest": { + "version": "2.4.5", + "side": "BOTH" + }, + "Universal-Singularities": { + "version": "8.6.7", + "side": "BOTH" + }, + "VisualProspecting": { + "version": "1.1.13", + "side": "BOTH" + }, + "waila": { + "version": "1.6.0", + "side": "BOTH" + }, + "WailaHarvestability": { + "version": "1.1.10-GTNH", + "side": "BOTH" + }, + "WAILAPlugins": { + "version": "0.2.8", + "side": "BOTH" + }, + "WanionLib": { + "version": "1.8.4", + "side": "BOTH" + }, + "WarpTheory": { + "version": "1.2.16-GTNH", + "side": "BOTH" + }, + "WAWLA": { + "version": "1.1.3-GTNH", + "side": "BOTH" + }, + "WirelessCraftingTerminal": { + "version": "1.9.4", + "side": "BOTH" + }, + "WirelessRedstone-CBE": { + "version": "1.4.8", + "side": "BOTH" + }, + "WitcheryExtras": { + "version": "1.1.14", + "side": "BOTH" + }, + "WitchingGadgets": { + "version": "1.3.4-GTNH", + "side": "BOTH" + }, + "Yamcl": { + "version": "0.5.86", + "side": "BOTH" + }, + "OpenPrinter": { + "version": "0.1.3-GTNH", + "side": "BOTH" + }, + "BlockRenderer6343": { + "version": "1.0.3", + "side": "BOTH" + }, + "ModularUI": { + "version": "1.1.16", + "side": "BOTH" + }, + "TX-Loader": { + "version": "1.5.3", + "side": "CLIENT" + }, + "GigaGramFab": { + "version": "0.2.4", + "side": "BOTH" + }, + "NotEnoughIds": { + "version": "1.4.6", + "side": "BOTH" + }, + "FloodLights": { + "version": "1.2.9", + "side": "BOTH" + }, + "ForgeRelocationFMP": { + "version": "0.0.4", + "side": "BOTH" + }, + "ForgeRelocation": { + "version": "0.0.3", + "side": "BOTH" + }, + "HelpFixer": { + "version": "1.1.0", + "side": "BOTH" + }, + "itlt": { + "version": "1.0.4", + "side": "CLIENT" + }, + "Player-API": { + "version": "1.4.2", + "side": "BOTH" + }, + "BetterAchievements": { + "version": "0.1.3", + "side": "CLIENT" + }, + "DummyCore": { + "version": "1.17.0", + "side": "BOTH" + }, + "Controlling": { + "version": "1.0.0.5", + "side": "CLIENT" + }, + "BuildCraftOilTweak": { + "version": "1.0.4", + "side": "BOTH" + }, + "Custom-Main-Menu": { + "version": "1.9.4", + "side": "CLIENT" + }, + "Gravitation-Suite-Neo": { + "version": "1.0.15", + "side": "BOTH" + }, + "MrTJPCore": { + "version": "1.1.4", + "side": "BOTH" + }, + "Random-Things": { + "version": "2.4.5", + "side": "BOTH" + }, + "Tainted-Magic": { + "version": "7.6.3-GTNH", + "side": "BOTH" + }, + "lwjgl3ify": { + "version": "1.4.2", + "side": "BOTH_JAVA9" + }, + "TravellersGearNeo": { + "version": "1.0", + "side": "BOTH" + }, + "GTNH-Intergalactic": { + "version": "1.1.28", + "side": "BOTH" + }, + "amunra": { + "version": "0.4.36", + "side": "BOTH" + }, + "DuraDisplay": { + "version": "1.0.10", + "side": "CLIENT" + }, + "Mobs-Info": { + "version": "0.1.6-GTNH", + "side": "BOTH" + }, + "BeeBetterAtBees-GTNH": { + "version": "0.3.1-GTNH", + "side": "CLIENT" + }, + "AlchemyGrate": { + "version": "1.0.3-GTNH", + "side": "BOTH" + }, + "Nutrition": { + "version": "0.0.4", + "side": "BOTH" + }, + "Default-Configs": { + "version": "1.1.2", + "side": "CLIENT" + }, + "ThaumicBoots": { + "version": "0.0.1", + "side": "BOTH" + } + }, + "external_mods": { + "Aroma1997Core": { + "version": "1.0.2.16", + "side": "CLIENT" + }, + "AromaBackup": { + "version": "0.1.0.0", + "side": "CLIENT" + }, + "Automagy": { + "version": "0.28.2", + "side": "BOTH" + }, + "BiblioCraft": { + "version": "1.11.7", + "side": "BOTH" + }, + "BiblioCraft: BiblioWoods Biomes O'Plenty Edition": { + "version": "1.9", + "side": "BOTH" + }, + "BiblioCraft: BiblioWoods Forestry Edition": { + "version": "1.7", + "side": "BOTH" + }, + "BiblioCraft: BiblioWoods Natura Edition": { + "version": "1.5", + "side": "BOTH" + }, + "Witchery": { + "version": "0.24.1", + "side": "BOTH" + }, + "Thaumcraft NEI Plugin": { + "version": "1.7a", + "side": "BOTH" + }, + "Pam's Harvest the Nether": { + "version": "1.7.10a", + "side": "BOTH" + }, + "IC2 Crop-Breeding Plugin": { + "version": "1.3.1", + "side": "CLIENT" + }, + "Hardcore Darkness": { + "version": "1.7", + "side": "BOTH" + }, + "FastCraft": { + "version": "1.25", + "side": "CLIENT" + }, + "CoFH Core": { + "version": "3.1.4-329", + "side": "BOTH" + }, + "p455w0rd's Library": { + "version": "1.0.4", + "side": "BOTH" + }, + "Healer": { + "version": "1.2.1", + "side": "BOTH" + }, + "Thaumcraft": { + "version": "4.2.3.5a", + "side": "BOTH" + }, + "JourneyMap": { + "version": "5.1.4p6-fairplay", + "side": "CLIENT" + }, + "JourneyMap Server": { + "version": "1.0.5", + "side": "SERVER" + }, + "Thaumic Machina": { + "version": "0.2.1", + "side": "BOTH" + }, + "Tinkers' Defense": { + "version": "1.2.1d", + "side": "BOTH" + }, + "Travellers Gear": { + "version": "1.16.6", + "side": "BOTH" + }, + "Advanced Solar Panel For 1.7.10 (Unofficial)": { + "version": "1.7.10 Edition", + "side": "BOTH" + }, + "Extra Utilities": { + "version": "1.2.13a", + "side": "BOTH" + }, + "Industrial Craft 2": { + "version": "2.2.82a-experimental", + "side": "BOTH" + }, + "Morpheus": { + "version": "1.6.21", + "side": "SERVER" + }, + "Ztones": { + "version": "2.2.2", + "side": "BOTH" + }, + "Biomes O' Plenty": { + "version": "2.1.0.2308", + "side": "BOTH" + }, + "TC-4-Tweaks": { + "version": "1.5.15", + "side": "BOTH" + }, + "Tinkers-Gregworks": { + "version": "1.0.24", + "side": "BOTH" + }, + "Compact Kinetic Generators": { + "version": "1.0", + "side": "BOTH" + }, + "Craft-Presence": { + "version": "2.2.1", + "side": "CLIENT" + }, + "Gravitation-Suite-old": { + "version": "2.0.3", + "side": "BOTH" + }, + "UniMixins": { + "version": "0.1.11", + "side": "BOTH" + } + } +} \ No newline at end of file diff --git a/releases/readmes/README_2.4.0-RC-1.MD b/releases/readmes/README_2.4.0-RC-1.MD new file mode 100644 index 00000000..1c642e43 --- /dev/null +++ b/releases/readmes/README_2.4.0-RC-1.MD @@ -0,0 +1,494 @@ +# GT New Horizons Mod Pack + +Version 2.4.0-RC-1 is out 2023-08-28 + +[![Build Status](http://jenkins.usrv.eu:8080/buildStatus/icon?job=GTNewHorizons%20Configs)](http://jenkins.usrv.eu:8080/job/GTNewHorizons%20Configs/) + +## What is GT New Horizons? + +

+ You are looking at a big progressive kitchensink pack for Minecraft 1.7.10 balanced around the mod GregTech.

+ Over 8 years of development (and still going) have formed a balance and refinement that only a handful of packs can keep up with. We are talking about thousands of recipe tweaks, a massive questbook with over 3000 quests, unique world generation, custom mods coded for the pack, custom Thaumonomicon pages, and many more. + The main intentions of the pack are a long-lasting experience and tying mods together in a progressive fashion, making it feel more like a single game than a compilation of mods thrown together.

+ To reach this goal, GT New Horizons is using the tiers (basically ages of technology) from GregTech and allocates content of other mods to a fitting point within the progression.

+ Starting in the stone age you will barely be able to survive until you get your first steam machines and, eventually, reach electricity. Later on, you will have to visit other planets and dimensions to gather important resources and fight mighty bosses to channel their magical power.

+ If you are a fan of expert mode packs and want to take it to the next level, this pack will be your friend! +

+ +## Our Discord server + +Here is our Discord server in case you want to take a look at it: + +[![Join the Discord Server](https://discordapp.com/api/guilds/181078474394566657/widget.png?style=banner4)](https://discord.gg/gtnh) + +## Installing + +

+ To install the GTNH modpack, please follow the instructions on the page Installing and Migrating.
+ The installation files can be found at downloads.gtnewhorizons.com.
+ Do not download the mods separately from the Modlist below - it is provided for reference purposes. +

+ +## Quotes +
    +
  • thcv - This pack is pushing my mental capacity
  • +
  • moronwmachinegun - Noooooooooooooooo! (after cleanroom explosion)
  • +
  • mitchej123 - it probably would have been a bit easier if I put the turbines closer, but it wouldn't look as cool
  • +
  • K1ngMX - problem is like in programming: each change in isolation makes sense, some time later you think "how could this all happen" lol
  • +
  • tsutaaja - If it's not too costly
  • +
  • DreamMasterXXL - Idiots! Do not upgrade your backpack with important stuff inside!
  • +
  • Chaotick - It's already quite the list of errands
  • +
  • LogicFalls - F--k this mod is complicated
  • +
  • Codewarrior0 - Blood, sweat, and tiers
  • +
  • Chewy - No more making any of this irritating s--t
  • +
  • moronwmachinegun - It's never enough
  • +
  • Mondfaust - this game wants so much stuff...
  • +
  • K1ngMX - GTNH is basically pain for win
  • +
  • Pao - RNGesus hates you.
  • +
  • LogicFalls - This modpack makes me unhappy. But it's the good kind of unhappy.
  • +
  • Elusive Ent - GTNH you never fail to frustrate, but i love you all the same
  • +
  • DoomSquirter - welcome to gregtech where we invented the fountain of youth by slowing down time to make you enjoy each millisecond even more.
  • +
  • moronwmachinegun - controller on the front, maintenance in the back? World's worst haircut - gregullet
  • +
  • Axiflare - I've jabbed my screwdriver and my fist into it every way I can think of.
  • +
  • Scribit - Useless coins that are actually useful.
  • +
  • StevensMelon - i really hate this pack why wont i stop playing it. wanT to go back to omifactory where everything was simpler 😭
  • +
+ +## What does this pack have to offer? + +***Technology***
+ +

+ GregTech on its own comes with a huge tech tree using the EU system and the other technology-based mods will open up while you are progressing through the tiers.
+
+ The main cables of GregTech convert EU to RF so you don't have to worry about different energy systems and things feeling incompatible.
+
+ Complex processing lines, automation, a large variety in power generation and a lot of materials to work with create an environment with many possibilities that the player has to explore.
+
+ Crossbreeding plants, bees and crops with Forestry and IndustrialCraft2, setting up mob farms using EnderIO and Draconic Evolution, and general infrastructure improvements with Railcraft and Applied Energistics - it's all there, anything you want (and need!) if you enjoy the technical aspect of modded Minecraft. +

+ +***Magic***
+ +

+ GT New Horizons comes with a variety of powerful magic mods. Your main access will be through the Thauminomicon which is modified to also feature custom sections for Botania, Blood Magic, Witchery, and other important things besides having the usual content of Thaumcraft and its add-ons.
+
+ The Twilight Forest is the dimension linked to magic in this pack and you will have to explore and defeat the bosses to progress in magic. Later on, there is power generation with essentia and options to store it using your AE system connecting technology with magic. +

+ +***Exploration***
+ +

+ Using Realistic World Gen along with Biomes O' Plenty creates a beautiful terrain in the overworld.
+
+ Besides all the biomes and natural structures you can find there will be challenging Rogue-like Dungeons that come with decent loot and spawners you might want to use in creative ways.
+
+ In the early game, villages offer a nice resting spot while looking for the optimal base location. Later you will revisit the villages to trade for key items and scavenge for parts. Eventually, you may end up relocating villagers closer to you - or taking over a village yourself. +

+ +***Put the mining back in Minecraft***
+ +

+ GregTech spawns ore in large localized veins rather than small clusters of everything, rewarding long searches with a huge vein that can sustain your base's growth for a long time.
+
+ In most packs, nearly everything spawns in the overworld which is not the case in GT New Horizons, and you are encouraged to mine in other dimensions such as the Twilight Forest, the nether, the end and (later on) even on other planets to make your way to the endgame. Unlocking things by mining for materials on other planets will create that situation where Galacticraft all of a sudden becomes important to progress which feels really rewarding.
+

+ +***Survival***
+ +

+ The first few days and nights will be rough, in fact, nights will stay rough for a while since hardcore darkness makes them pitch black without any light sources or potion effects, so you might want to get a bed quickly!
+
+ Food is a critical thing early game and you can't keep eating the same things because of Spice of Life. Better watch out for some gardens from Pam's Harvestcraft to get some variety into your nutrition!
+
+ Be prepared to face strong mobs that can cause death quickly if you play without any strategy.
+
+ Facing them with better gear will make life easier once you progress but until then light up your base - there are plenty of options available from Chisel, Project Red, Ztones and Floodlights.
+

+ +***Questing***
+

+ GT New Horizons comes with over 3000 quests that will guide the player through the maze that modded Minecraft can be.
+
+ The texts will inform you what's required to progress so you don't have to watch tutorials or ask others as often. The questbook can even save you the time to type into NEI, just click the items displayed in the quest and it will display the recipe through NEI, quite handy, right?
+
+ Custom lootbags and the coin system make for unique and helpful rewards. And we all enjoy the gamble from time to time. +

+ +***Is this a game for newbies?***
+ +

+ Newbies to Minecraft? Definitely not. Newbies to modded Minecraft? Maybe. The questbook is a great introduction to the variety and type of mods available. With each mod, gated players must learn about the mod to make the most of it while waiting for the next mod to unlock. +

+ +***Is this modpack for me?***
+ +

+ Does the thought of earning that top-end gear over weeks or months appeal to you? The usual packs feel like they are over in 1 or 2 weeks since you get OP gear so quickly?
+
+ How about designing a chemical processing system to rival a real oil refinery, with multiple inputs creating dozens of outputs and intermediate products to finally make a bar of plastic, rubber, explosives or other top-end gear?
+
+ Does the sound of machinery processing ore via crushing, washing, centrifuging, smelting in a blast furnace, and cooling off in a vacuum freezer tickle your brain?
+
+ Then this is the pack for you.
+
+ Your pick is not ready.
+
+ Welcome home.
+

+ +--- +## How to join a server + +

+ Go to the multiplayer menu and choose the server you would like to play on. If the server is whitelisted (check out the list below) you have to contact the staff on the linked website/discord first. For the official servers you can either apply directly on our website or type the "!apply" command on our discord (both linked below) to get further instructions on how to join! +

+ +### EU Servers:
+ +Official EU Server Public (whitelist)
+http://www.gtnewhorizons.com/
+delta.gtnewhorizons.com
+epsilon.gtnewhorizons.com
+eta.gtnewhorizons.com
+ +Official EU Test Server(whitelist)
+zeta.gtnewhorizons.com
+ +Modded Minecraft Club Falkenstein, Germany (open)
+https://www.moddedminecraft.club/
+gtnh.moddedminecraft.club (Teleport enabled)
+gtnh-im.moddedminecraft.club (Ironman, no teleport)
+ +Craftersland +Craftersland GTNH (EU-DE) gt.craftersland.net
+ +MineYourMine
+MineYourMine GTNH (EU) horizons.mineyourmind.net
+ +Zephyrus
+Zephyrus (NL) gtnh.zephyrus-mc.com
+ +Arcturus Network Czech Republic (EU)
+Discord: https://discord.gg/JCCY9NR
+Wiki: http://wiki.arcturus-official.eu/
+play.arcturus-official.eu
+ + +### US/Canada Servers:
+ +Prospercraft (greylist)
+http://www.prospercraft.com/
+newhorizonsold.prospercraft.com
+newhorizons.prospercraft.com
+ +StoneLegion
+StoneLegion.com GTNH (Canada) mc.stonelegion.com
+ +Earthquake
+Earthquake GTNH (US West) aragil.ddns.net
+ + +Modded Minecraft Club(open)
+(same server as above)
+Modded Minecraft Club (Eu-Asia) gtnh.moddedminecraft.club
+Modded Minecraft Club (Am+Aus) gtnh-na.moddedminecraft.club
+MMC No TP (Eu+Asia2) gtnh-im.moddedminecraft.club
+MMC No TP (Am+Aus2) gtnh-im-na.moddedminecraft.club
+ +Stone Huts EU Server (whitelist)
+IP: gtnh.stonehuts.net
+http://stonehuts.net
+ + +### German Server:
+ +MyFTB Public (open)
+https://myftb.de/
+gtnewhorizons.myftb.de
+ + + +### Russian Servers:
+ +Hitechmine.ru GTNG Server Russia
+hitechmine.ru:25565 + +Zvezdolet New fresh Russian server Whitelisted
+IP: gtnh.114-7.com + + + +## Official Links + +MultiMC Downloads: http://downloads.gtnewhorizons.com/Multi_mc_downloads/
+Technic Launcher Link: http://www.technicpack.net/modpack/mcnewhorizons.677387
+Curse Link: https://minecraft.curseforge.com/projects/gt-new-horizons
+Discord Link: https://discord.com/invite/gtnh
+Forum Link: http://gtnewhorizons.com/
+WIKI Link: https://gtnh.miraheze.org/wiki/Main_Page + +### Contributing + +Want to contribute to GTNH? Join our Discord with the link above and read the development manual: https://gtnh.miraheze.org/wiki/Development. + + + +## Resource Realistic Sky GT New Horizons +A resource pack created by MajaProduction that needs Optifine installed, you can find it in your resource folder
+ +--- +## Modlist - NewHorizons + +Downloads can be found at http://downloads.gtnewhorizons.com - do not try to download and install using the links below, this is for reference. + +| Name | Version | +| --- | --- | +| [Advanced Solar Panel For 1.7.10 (Unofficial)](https://www.curseforge.com/minecraft/mc-mods/advancedsolarpanels) | 1.7.10 Edition | +| [AdventureBackpack2](https://github.com/GTNewHorizons/AdventureBackpack2) | 1.0.14-GTNH | +| [AE2FluidCraft-Rework](https://github.com/GTNewHorizons/AE2FluidCraft-Rework) | 1.1.41-gtnh | +| [ae2stuff](https://github.com/GTNewHorizons/ae2stuff) | 0.5.7-GTNH | +| [AFSU](https://github.com/GTNewHorizons/AFSU) | 1.2.6-GTNH | +| [AlchemyGrate](https://github.com/GTNewHorizons/AlchemyGrate) | 1.0.3-GTNH | +| [amunra](https://github.com/GTNewHorizons/amunra) | 0.4.36 | +| [AngerMod](https://github.com/GTNewHorizons/AngerMod) | 0.6.3 | +| [AppleCore](https://github.com/GTNewHorizons/AppleCore) | 3.2.11 | +| [Applied-Energistics-2-Unofficial](https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial) | rv3-beta-250-GTNH | +| [ArchitectureCraft](https://github.com/GTNewHorizons/ArchitectureCraft) | 1.8.6 | +| [Aroma1997Core](https://www.curseforge.com/minecraft/mc-mods/aroma1997core) | 1.0.2.16 | +| [AromaBackup](https://www.curseforge.com/minecraft/mc-mods/aromabackup) | 0.1.0.0 | +| [AsieLib](https://github.com/GTNewHorizons/AsieLib) | 0.5.4 | +| [Automagy](https://www.curseforge.com/minecraft/mc-mods/automagy) | 0.28.2 | +| [Avaritia](https://github.com/GTNewHorizons/Avaritia) | 1.45 | +| [Avaritiaddons](https://github.com/GTNewHorizons/Avaritiaddons) | 1.5.5-GTNH | +| [bartworks](https://github.com/GTNewHorizons/bartworks) | 0.7.39 | +| [Battlegear2](https://github.com/GTNewHorizons/Battlegear2) | 1.2.0 | +| [Baubles](https://github.com/GTNewHorizons/Baubles) | 1.0.1.16 | +| [bdlib](https://github.com/GTNewHorizons/bdlib) | 1.9.8-GTNH | +| [BeeBetterAtBees-GTNH](https://github.com/GTNewHorizons/BeeBetterAtBees-GTNH) | 0.3.1-GTNH | +| [BetterAchievements](https://github.com/GTNewHorizons/BetterAchievements) | 0.1.3 | +| [BetterBuildersWands](https://github.com/GTNewHorizons/BetterBuildersWands) | 0.9.6-GTNH | +| [BetterCrashes](https://github.com/GTNewHorizons/BetterCrashes) | 1.2.2-GTNH | +| [BetterLoadingScreen](https://github.com/GTNewHorizons/BetterLoadingScreen) | 1.4.4-GTNH | +| [BetterP2P](https://github.com/GTNewHorizons/BetterP2P) | 1.1.20 | +| [BetterQuesting](https://github.com/GTNewHorizons/BetterQuesting) | 3.3.27-GTNH | +| [BiblioCraft: BiblioWoods Biomes O'Plenty Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-biomes-oplenty-edition) | 1.9 | +| [BiblioCraft: BiblioWoods Forestry Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-forestry-edition) | 1.7 | +| [BiblioCraft: BiblioWoods Natura Edition](https://www.curseforge.com/minecraft/mc-mods/bibliocraft-bibliowoods-natura-edition) | 1.5 | +| [BiblioCraft](https://www.curseforge.com/minecraft/mc-mods/bibliocraft) | 1.11.7 | +| [Binnie](https://github.com/GTNewHorizons/Binnie) | 2.1.10 | +| [Biomes O' Plenty](https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty) | 2.1.0.2308 | +| [BlockLimiter](https://github.com/GTNewHorizons/BlockLimiter) | 0.55 | +| [BlockRenderer6343](https://github.com/GTNewHorizons/BlockRenderer6343) | 1.0.3 | +| [BloodArsenal](https://github.com/GTNewHorizons/BloodArsenal) | 1.2.11 | +| [BloodMagic](https://github.com/GTNewHorizons/BloodMagic) | 1.4.3 | +| [Botania](https://github.com/GTNewHorizons/Botania) | 1.9.24-GTNH | +| [Botanic-horizons](https://github.com/GTNewHorizons/Botanic-horizons) | 1.0.15-GTNH | +| [BrandonsCore](https://github.com/GTNewHorizons/BrandonsCore) | 1.0.0.13-GTNH | +| [BugTorch](https://github.com/GTNewHorizons/BugTorch) | 1.2.10-GTNH | +| [BuildCraft](https://github.com/GTNewHorizons/BuildCraft) | 7.1.36 | +| [BuildCraftCompat](https://github.com/GTNewHorizons/BuildCraftCompat) | 7.1.14 | +| [BuildCraftOilTweak](https://github.com/GTNewHorizons/BuildCraftOilTweak) | 1.0.4 | +| [CarpentersBlocks](https://github.com/GTNewHorizons/CarpentersBlocks) | 3.4.0-GTNH | +| [Catwalks-2](https://github.com/GTNewHorizons/Catwalks-2) | 2.1.4-GTNH | +| [Chisel](https://github.com/GTNewHorizons/Chisel) | 2.11.4-GTNH | +| [ChiselTones](https://github.com/GTNewHorizons/ChiselTones) | 1.0.4-GTNH | +| [CodeChickenCore](https://github.com/GTNewHorizons/CodeChickenCore) | 1.1.11 | +| [CoFH Core](https://www.curseforge.com/minecraft/mc-mods/cofh-core) | 3.1.4-329 | +| [Compact Kinetic Generators](https://forum.industrial-craft.net/thread/12724-ic2-exp-1-7-10-compact-kinetic-generators/) | 1.0 | +| [Computronics](https://github.com/GTNewHorizons/Computronics) | 1.7.1-GTNH | +| [Controlling](https://github.com/GTNewHorizons/Controlling) | 1.0.0.5 | +| [CookingForBlockheads](https://github.com/GTNewHorizons/CookingForBlockheads) | 1.2.16-GTNH | +| [Craft-Presence](https://www.curseforge.com/minecraft/mc-mods/craftpresence/) | 2.2.1 | +| [CraftTweaker](https://github.com/GTNewHorizons/CraftTweaker) | 3.2.13 | +| [CreativeCore](https://github.com/GTNewHorizons/CreativeCore) | 1.3.31-GTNH | +| [CropLoadCore](https://github.com/GTNewHorizons/CropLoadCore) | 0.1.10 | +| [Crops-plus-plus](https://github.com/GTNewHorizons/Crops-plus-plus) | 1.4.1 | +| [Custom-Main-Menu](https://github.com/GTNewHorizons/Custom-Main-Menu) | 1.9.4 | +| [Default-Configs](https://github.com/GTNewHorizons/Default-Configs) | 1.1.2 | +| [DefaultServerList](https://github.com/GTNewHorizons/DefaultServerList) | 1.4.0 | +| [DefaultWorldGenerator](https://github.com/GTNewHorizons/DefaultWorldGenerator) | 0.2 | +| [DetravScannerMod](https://github.com/GTNewHorizons/DetravScannerMod) | 1.7.2 | +| [Draconic-Evolution](https://github.com/GTNewHorizons/Draconic-Evolution) | 1.1.19-GTNH | +| [DummyCore](https://github.com/GTNewHorizons/DummyCore) | 1.17.0 | +| [DuraDisplay](https://github.com/GTNewHorizons/DuraDisplay) | 1.0.10 | +| [Electro-Magic-Tools](https://github.com/GTNewHorizons/Electro-Magic-Tools) | 1.3.3 | +| [EnderCore](https://github.com/GTNewHorizons/EnderCore) | 0.2.17 | +| [EnderIO](https://github.com/GTNewHorizons/EnderIO) | 2.4.24 | +| [EnderStorage](https://github.com/GTNewHorizons/EnderStorage) | 1.4.12 | +| [EnderZoo](https://github.com/GTNewHorizons/EnderZoo) | 1.0.23 | +| [EnhancedLootBags](https://github.com/GTNewHorizons/EnhancedLootBags) | 1.1.0 | +| [Eternal-Singularity](https://github.com/GTNewHorizons/Eternal-Singularity) | 1.1.0 | +| [Extra Utilities](https://www.curseforge.com/minecraft/mc-mods/extra-utilities) | 1.2.13a | +| [FastCraft](https://www.curseforge.com/minecraft/mc-mods/fastcraft) | 1.25 | +| [FindIt](https://github.com/GTNewHorizons/FindIt) | 1.1.0 | +| [FloodLights](https://github.com/GTNewHorizons/FloodLights) | 1.2.9 | +| [ForbiddenMagic](https://github.com/GTNewHorizons/ForbiddenMagic) | 0.6.7-GTNH | +| [ForestryMC](https://github.com/GTNewHorizons/ForestryMC) | 4.6.14 | +| [Forgelin](https://github.com/GTNewHorizons/Forgelin) | 1.9.7-GTNH | +| [ForgeMultipart](https://github.com/GTNewHorizons/ForgeMultipart) | 1.3.4 | +| [ForgeRelocation](https://github.com/GTNewHorizons/ForgeRelocation) | 0.0.3 | +| [ForgeRelocationFMP](https://github.com/GTNewHorizons/ForgeRelocationFMP) | 0.0.4 | +| [Gadomancy](https://github.com/GTNewHorizons/Gadomancy) | 1.1.3 | +| [GalacticGregGT5](https://github.com/GTNewHorizons/GalacticGregGT5) | 1.0.10 | +| [Galacticraft](https://github.com/GTNewHorizons/Galacticraft) | 3.0.73-GTNH | +| [Galaxy-Space-GTNH](https://github.com/GTNewHorizons/Galaxy-Space-GTNH) | 1.2.6-GTNH | +| [gendustry](https://github.com/GTNewHorizons/gendustry) | 1.6.5.5-GTNH | +| [GigaGramFab](https://github.com/GTNewHorizons/GigaGramFab) | 0.2.4 | +| [GoodGenerator](https://github.com/GTNewHorizons/GoodGenerator) | 0.6.40 | +| [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.43.187 | +| [GTNEIOrePlugin](https://github.com/GTNewHorizons/GTNEIOrePlugin) | 1.1.3 | +| [GTNH-Intergalactic](https://github.com/GTNewHorizons/GTNH-Intergalactic) | 1.1.28 | +| [GTNH-Lanthanides](https://github.com/GTNewHorizons/GTNH-Lanthanides) | 0.10.8 | +| [GTNH-TC-Wands](https://github.com/GTNewHorizons/GTNH-TC-Wands) | 1.3.1 | +| [GTNHLib](https://github.com/GTNewHorizons/GTNHLib) | 0.0.13 | +| [GTplusplus](https://github.com/GTNewHorizons/GTplusplus) | 1.9.83 | +| [Hardcore Darkness](https://www.curseforge.com/minecraft/mc-mods/hardcore-darkness) | 1.7 | +| [Hardcore-Ender-Expansion](https://github.com/GTNewHorizons/Hardcore-Ender-Expansion) | 1.9.7-GTNH | +| [harvestcraft](https://github.com/GTNewHorizons/harvestcraft) | 1.1.1-GTNH | +| [Healer](https://www.curseforge.com/minecraft/mc-mods/healer) | 1.2.1 | +| [HelpFixer](https://github.com/GTNewHorizons/HelpFixer) | 1.1.0 | +| [Hodgepodge](https://github.com/GTNewHorizons/Hodgepodge) | 2.2.30 | +| [HoloInventory](https://github.com/GTNewHorizons/HoloInventory) | 2.2.3-GTNH | +| [HungerOverhaul](https://github.com/GTNewHorizons/HungerOverhaul) | 1.0.4-GTNH | +| [HydroEnergy](https://github.com/GTNewHorizons/HydroEnergy) | 1.1.0 | +| [IC2 Crop-Breeding Plugin](https://www.curseforge.com/minecraft/mc-mods/ic2-nei-crop-plugin) | 1.3.1 | +| [IFU](https://github.com/GTNewHorizons/IFU) | 1.9.6 | +| [IguanaTweaksTConstruct](https://github.com/GTNewHorizons/IguanaTweaksTConstruct) | 2.3.0 | +| [Industrial Craft 2](https://www.curseforge.com/minecraft/mc-mods/industrial-craft) | 2.2.82a-experimental | +| [Infernal-Mobs](https://github.com/GTNewHorizons/Infernal-Mobs) | 1.7.9-GTNH | +| [InGame-Info-XML](https://github.com/GTNewHorizons/InGame-Info-XML) | 2.8.4 | +| [INpureCore](https://github.com/GTNewHorizons/INpureCore) | 1.1.5-GTNH | +| [inventory-tweaks](https://github.com/GTNewHorizons/inventory-tweaks) | 1.5.16 | +| [ironchest](https://github.com/GTNewHorizons/ironchest) | 6.0.71 | +| [IronChestMinecarts](https://github.com/GTNewHorizons/IronChestMinecarts) | 1.0.8 | +| [Irontanks](https://github.com/GTNewHorizons/Irontanks) | 1.2.6 | +| [itlt](https://github.com/GTNewHorizons/itlt) | 1.0.4 | +| [Jabba](https://github.com/GTNewHorizons/Jabba) | 1.2.22 | +| [JourneyMap Server](https://www.curseforge.com/minecraft/mc-mods/journeymap-server) | 1.0.5 | +| [JourneyMap](https://www.curseforge.com/minecraft/mc-mods/journeymap) | 5.1.4p6-fairplay | +| [KekzTech](https://github.com/GTNewHorizons/KekzTech) | 0.8.9 | +| [KubaTech](https://github.com/GTNewHorizons/KubaTech) | 0.12.7 | +| [LittleTiles](https://github.com/GTNewHorizons/LittleTiles) | 1.2.9-GTNH | +| [LogisticsPipes](https://github.com/GTNewHorizons/LogisticsPipes) | 1.0.6-GTNH | +| [LootGames](https://github.com/GTNewHorizons/LootGames) | 2.0.8 | +| [LunatriusCore](https://github.com/GTNewHorizons/LunatriusCore) | 1.1.7-GTNH | +| [lwjgl3ify](https://github.com/GTNewHorizons/lwjgl3ify) | 1.4.2 | +| [MagicBees](https://github.com/GTNewHorizons/MagicBees) | 2.6.6-GTNH | +| [MalisisCore](https://github.com/GTNewHorizons/MalisisCore) | 0.14.9 | +| [MalisisDoors](https://github.com/GTNewHorizons/MalisisDoors) | 1.13.7-GTNH | +| [Mantle](https://github.com/GTNewHorizons/Mantle) | 0.3.7 | +| [Minecraft-Backpack-Mod](https://github.com/GTNewHorizons/Minecraft-Backpack-Mod) | 2.2.11-GTNH | +| [Minetweaker-Gregtech-5-Addon](https://github.com/GTNewHorizons/Minetweaker-Gregtech-5-Addon) | 2.0.1 | +| [Mobs-Info](https://github.com/GTNewHorizons/Mobs-Info) | 0.1.6-GTNH | +| [ModTweaker](https://github.com/GTNewHorizons/ModTweaker) | 0.9.10 | +| [ModularUI](https://github.com/GTNewHorizons/ModularUI) | 1.1.16 | +| [Morpheus](https://www.curseforge.com/minecraft/mc-mods/morpheus) | 1.6.21 | +| [MouseTweaks](https://github.com/GTNewHorizons/MouseTweaks) | 2.4.9-GTNH | +| [MrTJPCore](https://github.com/GTNewHorizons/MrTJPCore) | 1.1.4 | +| [MX-Random](https://github.com/GTNewHorizons/MX-Random) | 0.2.0 | +| [Natura](https://github.com/GTNewHorizons/Natura) | 2.5.7 | +| [NaturesCompass](https://github.com/GTNewHorizons/NaturesCompass) | 1.3.6-GTNH | +| [nei-custom-diagram](https://github.com/GTNewHorizons/nei-custom-diagram) | 1.5.11 | +| [NEI-Integration](https://github.com/GTNewHorizons/NEI-Integration) | 1.3.3 | +| [neiaddons](https://github.com/GTNewHorizons/neiaddons) | 1.12.22 | +| [NetherPortalFix](https://github.com/GTNewHorizons/NetherPortalFix) | 1.1.2 | +| [Netty-Patcher](https://github.com/GTNewHorizons/Netty-Patcher) | 0.3.1 | +| [NewHorizonsCoreMod](https://github.com/GTNewHorizons/NewHorizonsCoreMod) | 2.1.109 | +| [Nodal-Mechanics](https://github.com/GTNewHorizons/Nodal-Mechanics) | 1.1.-6-GTNH | +| [NotEnoughEnergistics](https://github.com/GTNewHorizons/NotEnoughEnergistics) | 1.4.2 | +| [NotEnoughIds](https://github.com/GTNewHorizons/NotEnoughIds) | 1.4.6 | +| [NotEnoughItems](https://github.com/GTNewHorizons/NotEnoughItems) | 2.3.83-GTNH | +| [Nuclear-Control](https://github.com/GTNewHorizons/Nuclear-Control) | 2.4.19 | +| [Nutrition](https://github.com/GTNewHorizons/Nutrition) | 0.0.4 | +| [oauth](https://github.com/GTNewHorizons/oauth) | 1.06.1-GTNH | +| [OCGlasses](https://github.com/GTNewHorizons/OCGlasses) | 1.3.1-GTNH | +| [OpenBlocks](https://github.com/GTNewHorizons/OpenBlocks) | 1.7.0-GTNH | +| [OpenComputers](https://github.com/GTNewHorizons/OpenComputers) | 1.9.14-GTNH | +| [OpenModsLib](https://github.com/GTNewHorizons/OpenModsLib) | 0.10.6 | +| [OpenModularTurrets](https://github.com/GTNewHorizons/OpenModularTurrets) | 2.2.11-247 | +| [OpenPrinter](https://github.com/GTNewHorizons/OpenPrinter) | 0.1.3-GTNH | +| [OpenSecurity](https://github.com/GTNewHorizons/OpenSecurity) | 1.0.120-GTNH | +| [Opis](https://github.com/GTNewHorizons/Opis) | 1.3.8-mapless | +| [OverloadedArmorBar](https://github.com/GTNewHorizons/OverloadedArmorBar) | 1.0.1 | +| [p455w0rd's Library](https://www.curseforge.com/minecraft/mc-mods/p455w0rds-library) | 1.0.4 | +| [Pam's Harvest the Nether](https://www.curseforge.com/minecraft/mc-mods/pams-harvest-the-nether) | 1.7.10a | +| [PersonalSpace](https://github.com/GTNewHorizons/PersonalSpace) | 1.0.26 | +| [Player-API](https://github.com/GTNewHorizons/Player-API) | 1.4.2 | +| [ProjectBlue](https://github.com/GTNewHorizons/ProjectBlue) | 1.1.12-GTNH | +| [ProjectRed](https://github.com/GTNewHorizons/ProjectRed) | 4.7.12-GTNH | +| [Railcraft](https://github.com/GTNewHorizons/Railcraft) | 9.14.9 | +| [Random-Things](https://github.com/GTNewHorizons/Random-Things) | 2.4.5 | +| [Realistic-World-Gen](https://github.com/GTNewHorizons/Realistic-World-Gen) | alpha-1.3.3.2 | +| [RemoteIO](https://github.com/GTNewHorizons/RemoteIO) | 2.4.8 | +| [Roguelike-Dungeons](https://github.com/GTNewHorizons/Roguelike-Dungeons) | 1.5.3-GTNH | +| [SC2](https://github.com/GTNewHorizons/SC2) | 2.0.2 | +| [Schematica](https://github.com/GTNewHorizons/Schematica) | 1.9.3-GTNH | +| [SGCraft](https://github.com/GTNewHorizons/SGCraft) | 1.3.13-GTNH | +| [Share-Where-I-am](https://github.com/GTNewHorizons/Share-Where-I-am) | 0.2.0 | +| [SleepingBags](https://github.com/GTNewHorizons/SleepingBags) | 0.1.4 | +| [SpecialMobs](https://github.com/GTNewHorizons/SpecialMobs) | 3.4.3 | +| [SpiceOfLife](https://github.com/GTNewHorizons/SpiceOfLife) | 2.1.0-carrot | +| [Steve-s-Factory-Manager](https://github.com/GTNewHorizons/Steve-s-Factory-Manager) | 1.1.7-GTNH | +| [StevesAddons](https://github.com/GTNewHorizons/StevesAddons) | 0.10.27 | +| [StorageDrawers-BiomesOPlenty](https://github.com/GTNewHorizons/StorageDrawers-BiomesOPlenty) | 1.11.17-GTNH | +| [StorageDrawers-Forestry](https://github.com/GTNewHorizons/StorageDrawers-Forestry) | 1.11.17-GTNH | +| [StorageDrawers-Misc](https://github.com/GTNewHorizons/StorageDrawers-Misc) | 1.11.18-GTNH | +| [StorageDrawers-Natura](https://github.com/GTNewHorizons/StorageDrawers-Natura) | 1.11.17-GTNH | +| [StorageDrawers](https://github.com/GTNewHorizons/StorageDrawers) | 1.12.0-GTNH | +| [StructureCompat](https://github.com/GTNewHorizons/StructureCompat) | 0.4.0 | +| [StructureLib](https://github.com/GTNewHorizons/StructureLib) | 1.2.8 | +| [Super-TiC](https://github.com/GTNewHorizons/Super-TiC) | 1.2.5 | +| [supersolarpanels](https://github.com/GTNewHorizons/supersolarpanels) | 1.1.2-GT-NH-Mod | +| [Tainted-Magic](https://github.com/GTNewHorizons/Tainted-Magic) | 7.6.3-GTNH | +| [TC-4-Tweaks](https://www.curseforge.com/minecraft/mc-mods/tc4tweaks) | 1.5.15 | +| [TCNEIAdditions](https://github.com/GTNewHorizons/TCNEIAdditions) | 1.2.2 | +| [TCNodeTracker](https://github.com/GTNewHorizons/TCNodeTracker) | 1.1.7 | +| [TecTech](https://github.com/GTNewHorizons/TecTech) | 5.2.40 | +| [Thaumcraft NEI Plugin](https://www.curseforge.com/minecraft/mc-mods/thaumcraft-nei-plugin) | 1.7a | +| [thaumcraft-research-tweaks](https://github.com/GTNewHorizons/thaumcraft-research-tweaks) | 1.0.4 | +| [Thaumcraft](https://www.curseforge.com/minecraft/mc-mods/thaumcraft) | 4.2.3.5a | +| [ThaumcraftMobAspects](https://github.com/GTNewHorizons/ThaumcraftMobAspects) | 1.0.0-GTNH | +| [Thaumic Machina](https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/wip-mods/2200956-wip-1-7-10-open-beta-thaumcraft-4-2-addon-thaumic) | 0.2.1 | +| [Thaumic_Exploration](https://github.com/GTNewHorizons/Thaumic_Exploration) | 1.1.94-GTNH | +| [ThaumicBases](https://github.com/GTNewHorizons/ThaumicBases) | 1.5.4 | +| [ThaumicBoots](https://github.com/GTNewHorizons/ThaumicBoots) | 0.0.1 | +| [ThaumicEnergistics](https://github.com/GTNewHorizons/ThaumicEnergistics) | 1.4.13-GTNH | +| [ThaumicHorizons](https://github.com/GTNewHorizons/ThaumicHorizons) | 1.3.5 | +| [thaumicinsurgence](https://github.com/GTNewHorizons/thaumicinsurgence) | 0.2.6 | +| [ThaumicInventoryScanning](https://github.com/GTNewHorizons/ThaumicInventoryScanning) | 1.0.12-GTNH | +| [ThaumicTinkerer](https://github.com/GTNewHorizons/ThaumicTinkerer) | 2.7.1 | +| [TiC-Tooltips](https://github.com/GTNewHorizons/TiC-Tooltips) | 1.2.11 | +| [Tinkers' Defense](https://www.curseforge.com/minecraft/mc-mods/compendium) | 1.2.1d | +| [Tinkers-Gregworks](https://github.com/Vexatos/TinkersGregworks/tree/GT-NH) | 1.0.24 | +| [TinkersConstruct](https://github.com/GTNewHorizons/TinkersConstruct) | 1.9.39-GTNH | +| [TinkersMechworks](https://github.com/GTNewHorizons/TinkersMechworks) | 0.2.16.4 | +| [TooMuchLoot](https://github.com/GTNewHorizons/TooMuchLoot) | 4.1.0-GTNH | +| [ToroHealth](https://github.com/GTNewHorizons/ToroHealth) | 1.0.1 | +| [Translocators](https://github.com/GTNewHorizons/Translocators) | 1.1.2.21 | +| [Travellers Gear](https://www.curseforge.com/minecraft/mc-mods/travellers-gear) | 1.16.6 | +| [TravellersGearNeo](https://github.com/GTNewHorizons/TravellersGearNeo) | 1.0 | +| [twilightforest](https://github.com/GTNewHorizons/twilightforest) | 2.4.5 | +| [TX-Loader](https://github.com/GTNewHorizons/TX-Loader) | 1.5.3 | +| [UniMixins](https://github.com/LegacyModdingMC/UniMixins) | 0.1.11 | +| [Universal-Singularities](https://github.com/GTNewHorizons/Universal-Singularities) | 8.6.7 | +| [VisualProspecting](https://github.com/GTNewHorizons/VisualProspecting) | 1.1.13 | +| [waila](https://github.com/GTNewHorizons/waila) | 1.6.0 | +| [WailaHarvestability](https://github.com/GTNewHorizons/WailaHarvestability) | 1.1.10-GTNH | +| [WAILAPlugins](https://github.com/GTNewHorizons/WAILAPlugins) | 0.2.8 | +| [WanionLib](https://github.com/GTNewHorizons/WanionLib) | 1.8.4 | +| [WarpTheory](https://github.com/GTNewHorizons/WarpTheory) | 1.2.16-GTNH | +| [WAWLA](https://github.com/GTNewHorizons/WAWLA) | 1.1.3-GTNH | +| [WirelessCraftingTerminal](https://github.com/GTNewHorizons/WirelessCraftingTerminal) | 1.9.4 | +| [WirelessRedstone-CBE](https://github.com/GTNewHorizons/WirelessRedstone-CBE) | 1.4.8 | +| [Witchery](https://www.curseforge.com/minecraft/mc-mods/witchery) | 0.24.1 | +| [WitcheryExtras](https://github.com/GTNewHorizons/WitcheryExtras) | 1.1.14 | +| [WitchingGadgets](https://github.com/GTNewHorizons/WitchingGadgets) | 1.3.4-GTNH | +| [Yamcl](https://github.com/GTNewHorizons/Yamcl) | 0.5.86 | +| [Ztones](https://www.curseforge.com/minecraft/mc-mods/ztones) | 2.2.2 | + +--- + +Maintained by Dream-MasterXXL, Namikon, Drobac, Teteros, Tec, Lefty, Arnab, Methes, Warlord Wossman, SanMan911, Bigbass1997, Ugachaga, MineAnPlay, Giovanni_NL, Ethryan, MTesseracT, Bryfer, Bartimaeusnek, codewarrior, Moronwmachinegun, Mitchej, Zoko061602, Spartak, Highbeam, 0lafe, Teirdalin, Prometheus, KiloJoel, Glease, Kiwi, Bot, LeaGris, Boubou, Glowredman, Repo, DvDManDT, Moller, Colen, Minecraft7771, MuXiu1997, Runakai, YannickMG, SinTh0r4s, Alexdoru, Kiwi, bombcar, vlaetansky, POPlol333, Raven, miozune, GlodBlock, asdflj, D-Cysteine, DianeXD, Ethryan, BlueWeabo, Kuba, Quarri, Steelux8, S4mpsa, chochem, iouter, Elisis and many more.