Skip to content

Commit

Permalink
Updated Changelog and version bump to 1.15.1 (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGIdiot committed Jun 1, 2021
1 parent 486d5c3 commit f9d7017
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Changelog

### 1.15.1
* Added recipe using liquid ice (#1620) - ALongStringOfNumbers
* Added Active Overlay to single block Steam and Gas Turbines (#1624) - dan
* Added dustRegular oredict to vanilla dusts (#1625) - Adrian Brock
* Added unique OrientedOverlayRenderers for multiblocks (#1630) - ALongStringOfNumbers
* Added Assembler recipes for components (#1633) - ALongStringOfNumbers
* Updated Surface Rocks definitions and spawning (#1619) - ALongStringOfNumbers
* Updated fuel names in TOP to be translated (#1612) - Adrian Brock
* Fixed Item Collector duplicating items (#1621) - ALongStringOfNumbers
* Fixed rare bug with output hatches not working (#1626) - Adrian Brock
* Fixed material type for plain granite ore blocks (#1627) - Adrian Brock
* Fixed items not clickable in the crafting station (#1629) - Adrian Brock
* Internal updated project state in README.md (#1609) - pyure
* Internal made MatFlags require unique IDs (#1622) - dan

### 1.15.0
* Highlight: Fixed Granite ID Shift (#1549) - dan
* Full info: https://github.com/GregTechCE/GregTech/pull/1549
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gregtech/GregTechVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public final class GregTechVersion {
//This number is incremented every major feature update
public static final int MINOR = 15;
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
public static final int REVISION = 0;
public static final int REVISION = 1;
//This number is incremented every build, and never reset. Should always be 0 in the repo code.
public static final int BUILD = 0;

Expand Down

0 comments on commit f9d7017

Please sign in to comment.