Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrockWS committed Apr 30, 2019
1 parent 2e8bff6 commit f748363
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion ChangeLog-1.12.2.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
2019/03/12 - 2.2.1 - Release
2019/05/01 - 2.2.2 - Release
Compress JEI Packet (#368)
Fixed being able to autocraft any item
Fixed Autocraft Autostart bug (#373)
Fixed firing crafting events (#369)
Fixed crafting non-1 stacks (#375)

2019/03/12 - 2.2.1 - Release
Fixed issue with inserting non-phial items into Essentia Terminal (#366)
Fixed Tall Terminal Style (#365)
Minor Research Improvements
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
version_mc=1.12.2
version_forge=14.23.5.2768
version_the=2.2.1
version_forge=14.23.5.2836
version_the=2.2.2
version_jei=1.12.2:+
version_ba=1.12:1.5.2
version_ae2=rv6-stable-6
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/thaumicenergistics/init/ModGlobals.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class ModGlobals {

public static final String MOD_ID = "thaumicenergistics";
public static final String MOD_NAME = "Thaumic Energistics";
public static final String MOD_VERSION = "2.2.1";
public static final String MOD_VERSION = "2.2.2";
public static final String MOD_DEPENDENCIES = "required-after:appliedenergistics2@[rv6-stable-6,);" +
"required-after:thaumcraft@[6.1.BETA26,);" +
"after:thaumicjei";
Expand Down

0 comments on commit f748363

Please sign in to comment.