File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ ### 1.10.8
4+ * Added Sifter to Smart Item FIlter options (#1345 ) - LAGIdiot
5+ * Fixed shouldCheckWeakPower not working correctly because of Vanilla MC bug (#1331 ) - solidDoWant
6+ * Fixed wrong localization key for empty hand (#1327 ) - Pierre Zhang
7+ * Fixed wrong translation of Rubber nuget in ZH (#1327 ) - Pierre Zhang
8+ * Fixed Multiblocks voiding partial recipe outputs when output bus is mostly full (#1337 ) - ALongStringOfNumbers
9+
310### 1.10.7 (Hotfix)
411* Fixed Brewery and Forming Press recipe finder not working properly - LAGIdiot
512* Fixed Fluid Canner and Electric Furnace recipe finder not working properly (#1326 ) - ALongStringOfNumbers
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ public final class GregTechVersion {
66 //This number is incremented every major feature update
77 public static final int MINOR = 10 ;
88 //This number is incremented every time the feature is added, or bug is fixed. resets every major version change
9- public static final int REVISION = 7 ;
9+ public static final int REVISION = 8 ;
1010 //This number is incremented every build, and never reset. Should always be 0 in the repo code.
1111 public static final int BUILD = 0 ;
1212
You can’t perform that action at this time.
0 commit comments