File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ ### 1.17.0
4+ * Fix many small GUI issues (#1574 ) - dan
5+ * Add clarification tooltips to blocks in the multiblock preview (#1584 ) - ALongStringOfNumbers
6+ * Allow Quantum Chests/Tanks to Keep Inventory on Break (#1555 ) - dan
7+ * Apply Rotor Efficiency to all EU output from Turbine (#1694 ) - ALongStringOfNumbers
8+ * Fix integer overflow for total fuel burn time (#1683 ) - Adrian Brock
9+ * Fix time on Yttrium Barium Cuprate recipe (#1692 ) - ALongStringOfNumbers
10+ * Fix consumable Integrated circuit being added to EBF recipe (#1690 ) - ALongStringOfNumbers
11+ * Fixed Magic Energy Absorber's tooltip (#1685 ) - SuperCraftAlex
12+ * Internal make the Fusion Property protected (#1689 ) - ALongStringOfNumbers
13+ * Internal change Fusion Property to Long (#1693 ) - ALongStringOfNumbers
14+
315### 1.16.1
416* Note: This is hotfix
517* Fixed Surface block spawning (#1681 ) - ALongStringOfNumbers
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ public final class GregTechVersion {
66
77 public static final int MAJOR = 1 ;
88 //This number is incremented every major feature update
9- public static final int MINOR = 16 ;
9+ 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 = 1 ;
11+ public static final int REVISION = 0 ;
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