Skip to content

Commit

Permalink
Version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BrockWS committed Jul 28, 2019
1 parent e0a9e34 commit 971d154
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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/05/01 - 2.2.2 - Release
2019/07/28 - 2.2.3 - Release
You can now scan any item or block from AE2 to unlock research
Added ME Controller as a Research Aid
Added Buttons & Scroll to Essentia Terminal
Hide Dummy Aspect (#381)
Update ru_ru.lang (#376)

2019/05/01 - 2.2.2 - Release
Compress JEI Packet (#368)
Fixed being able to autocraft any item
Fixed Autocraft Autostart bug (#373)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.gradle.jvmargs=-Xmx3G
version_mc=1.12.2
version_forge=14.23.5.2838
version_the=2.2.2
version_the=2.2.3

# Required Mods
version_jei=1.12.2:+
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.2";
public static final String MOD_VERSION = "2.2.3";
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 971d154

Please sign in to comment.