Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Feb 26, 2022
1 parent ee5d83b commit ef87fae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
## Changelog

## 2.1.3
### 2.1.4
BETA RELEASE (hotfix 2)

* Fix Steam Macerator not being able to run all recipes
* Fix some Fluid-related CraftTweaker methods not working properly
* Add Spray Can (Solvent) to remove paint from Blocks
* Allow Spray Cans to paint all ME Cable types
* Add 4A EV Energy/Dynamo Hatches
* Restrict the LCE/ECE forming rules to enforce a valid tier of Dynamo Hatch
* Block the LCE/ECE from allowing boosting if the Dynamo Hatch is not of sufficient tier
* Fix `harderCharcoalRecipe` config not catching some mod wood smelting recipes
* Small improvements for the Terminal's UI
* Fix Sifter progress bar texture
* Internal: Expose more Machine inventory slots for easier use

### 2.1.3
BETA RELEASE (hotfix)

* Fix crash on servers
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 = 3;
public static final int REVISION = 4;
//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 ef87fae

Please sign in to comment.