From ef87faefd7695de8bba2568e40fed2f977a3ecc0 Mon Sep 17 00:00:00 2001 From: DStrand1 Date: Sat, 26 Feb 2022 17:42:18 -0600 Subject: [PATCH] 2.1.4 --- CHANGELOG.md | 17 ++++++++++++++++- src/main/java/gregtech/GregTechVersion.java | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dddc019d0a..0fcf8ef6c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/main/java/gregtech/GregTechVersion.java b/src/main/java/gregtech/GregTechVersion.java index 9b841634faa..de1d28b5949 100644 --- a/src/main/java/gregtech/GregTechVersion.java +++ b/src/main/java/gregtech/GregTechVersion.java @@ -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