File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ ### 1.16.1
4+ * Note: This is hotfix
5+ * Fixed Surface block spawning (#1681 ) - ALongStringOfNumbers
6+ * Reverted "Fixed name overlaps in GUIs (#1665 )" (#1686 ) - LAGIdiot
7+
38### 1.16.0
49* Added Fluid Regulator (#1570 ) - hjae78
510* Added Info tab for multiblock description (#1583 ) - 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 = 16 ;
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