diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb5edc7a3..560c323107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/main/java/gregtech/GregTechVersion.java b/src/main/java/gregtech/GregTechVersion.java index a96c001d30..9fce22b116 100644 --- a/src/main/java/gregtech/GregTechVersion.java +++ b/src/main/java/gregtech/GregTechVersion.java @@ -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;