Skip to content

Commit 4611afb

Browse files
authored
2.1.3
1 parent 1fe9d4e commit 4611afb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Changelog
22

3+
## 2.1.3
4+
BETA RELEASE (hotfix)
5+
6+
* Fix crash on servers
7+
* Fix converters not respecting rotation changes
8+
* Fix potential power dupe exploit with converters when conversion rates differ
9+
* Fix Wrench rotating Vanilla and some mod Blocks in a confusing way
10+
* Breaking Glass or Glass Panes (or Stained versions) with a GT Hammer drops Glass Dust
11+
312
### 2.1.2
413
BETA RELEASE
514

src/main/java/gregtech/GregTechVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = 1;
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 = 2;
9+
public static final int REVISION = 3;
1010
//This String is for additional info on the release version if needed (like alpha, beta, rc). Comment out when unused
1111
public static final String EXTRA = "beta";
1212
//This is the String formatted version, used in builds

0 commit comments

Comments
 (0)