File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments