Skip to content

Commit d9e7ed4

Browse files
authored
Bump version to 1.17.0 and make changelog (#1695)
1 parent 5220ff1 commit d9e7ed4

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

src/main/java/gregtech/GregTechVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)