File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ ### 1.15.1
4+ * Added recipe using liquid ice (#1620 ) - ALongStringOfNumbers
5+ * Added Active Overlay to single block Steam and Gas Turbines (#1624 ) - dan
6+ * Added dustRegular oredict to vanilla dusts (#1625 ) - Adrian Brock
7+ * Added unique OrientedOverlayRenderers for multiblocks (#1630 ) - ALongStringOfNumbers
8+ * Added Assembler recipes for components (#1633 ) - ALongStringOfNumbers
9+ * Updated Surface Rocks definitions and spawning (#1619 ) - ALongStringOfNumbers
10+ * Updated fuel names in TOP to be translated (#1612 ) - Adrian Brock
11+ * Fixed Item Collector duplicating items (#1621 ) - ALongStringOfNumbers
12+ * Fixed rare bug with output hatches not working (#1626 ) - Adrian Brock
13+ * Fixed material type for plain granite ore blocks (#1627 ) - Adrian Brock
14+ * Fixed items not clickable in the crafting station (#1629 ) - Adrian Brock
15+ * Internal updated project state in README.md (#1609 ) - pyure
16+ * Internal made MatFlags require unique IDs (#1622 ) - dan
17+
318### 1.15.0
419* Highlight: Fixed Granite ID Shift (#1549 ) - dan
520 * Full info: https://github.com/GregTechCE/GregTech/pull/1549
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 = 15 ;
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