Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss authored Feb 25, 2022
1 parent 1fe9d4e commit 4611afb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

## 2.1.3
BETA RELEASE (hotfix)

* Fix crash on servers
* Fix converters not respecting rotation changes
* Fix potential power dupe exploit with converters when conversion rates differ
* Fix Wrench rotating Vanilla and some mod Blocks in a confusing way
* Breaking Glass or Glass Panes (or Stained versions) with a GT Hammer drops Glass Dust

### 2.1.2
BETA RELEASE

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 @@ -6,7 +6,7 @@ public final class GregTechVersion {
//This number is incremented every major feature update
public static final int MINOR = 1;
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
public static final int REVISION = 2;
public static final int REVISION = 3;
//This String is for additional info on the release version if needed (like alpha, beta, rc). Comment out when unused
public static final String EXTRA = "beta";
//This is the String formatted version, used in builds
Expand Down

0 comments on commit 4611afb

Please sign in to comment.