From 7230afe080702521f35f550abdcabc85ab846817 Mon Sep 17 00:00:00 2001 From: Exaxxion Date: Sat, 2 Oct 2021 01:26:38 -0700 Subject: [PATCH] Updated Changelog and version bump to 1.17.1 (#1720) Co-authored-by: LAGIdiot --- CHANGELOG.md | 7 +++++++ src/main/java/gregtech/GregTechVersion.java | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e91098c281..de41e33f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Changelog +### 1.17.1 +* Added warning to controller if Turbine is obstructed (#1710) - ALongStringOfNumbers +* Updated fetching of dimensions in worldgen to catch late registrations (#1709) - ALongStringOfNumbers +* Fixed usage of multiple dimensions in worldgen definitions (#1713) - Synthitic +* Fixed Fluid Regulator: Keep Exact Mode not working as expected (#1717) - Exaxxion +* Fixed phosphor ore names (#1718) - Exaxxion + ### 1.17.0 * Fix many small GUI issues (#1574) - dan * Add clarification tooltips to blocks in the multiblock preview (#1584) - ALongStringOfNumbers diff --git a/src/main/java/gregtech/GregTechVersion.java b/src/main/java/gregtech/GregTechVersion.java index fa15b42bc6..2a154f623d 100644 --- a/src/main/java/gregtech/GregTechVersion.java +++ b/src/main/java/gregtech/GregTechVersion.java @@ -8,7 +8,7 @@ public final class GregTechVersion { //This number is incremented every major feature update public static final int MINOR = 17; //This number is incremented every time the feature is added, or bug is fixed. resets every major version change - public static final int REVISION = 0; + public static final int REVISION = 1; //This number is incremented every build, and never reset. Should always be 0 in the repo code. public static final int BUILD = 0;