Skip to content

Commit 7230afe

Browse files
ExaxxionLAGIdiot
andauthored
Updated Changelog and version bump to 1.17.1 (#1720)
Co-authored-by: LAGIdiot <[email protected]>
1 parent 795c200 commit 7230afe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Changelog
22

3+
### 1.17.1
4+
* Added warning to controller if Turbine is obstructed (#1710) - ALongStringOfNumbers
5+
* Updated fetching of dimensions in worldgen to catch late registrations (#1709) - ALongStringOfNumbers
6+
* Fixed usage of multiple dimensions in worldgen definitions (#1713) - Synthitic
7+
* Fixed Fluid Regulator: Keep Exact Mode not working as expected (#1717) - Exaxxion
8+
* Fixed phosphor ore names (#1718) - Exaxxion
9+
310
### 1.17.0
411
* Fix many small GUI issues (#1574) - dan
512
* Add clarification tooltips to blocks in the multiblock preview (#1584) - ALongStringOfNumbers

src/main/java/gregtech/GregTechVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public final class GregTechVersion {
88
//This number is incremented every major feature update
99
public static final int MINOR = 17;
1010
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
11-
public static final int REVISION = 0;
11+
public static final int REVISION = 1;
1212
//This number is incremented every build, and never reset. Should always be 0 in the repo code.
1313
public static final int BUILD = 0;
1414

0 commit comments

Comments
 (0)