Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrockWS committed Jan 5, 2019
1 parent e01182d commit 86035cf
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 @@
2018/11/28 - 2.0.0 - Alpha
2019/01/05 - 2.1.0 - Beta
Added ability to search items by the aspects they break into
Added JEI & Thaumic JEI integration
Added Clear Grid button to ACT
Fixed issue with dragging stacks in ACT
Minor bug fixes

2018/11/28 - 2.0.0 - Beta
Initial public build for Minecraft 1.12.2
Rewritten from scratch
Added Essentia Storage Cells
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.2768
version_the=2.0.0
version_the=2.1.0
version_jei=1.12.2:+
version_ba=1.12:1.5.2
version_ae2=rv6-stable-4
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.0.0";
public static final String MOD_VERSION = "2.1.0";
public static final String MOD_DEPENDENCIES = "required-after:appliedenergistics2@[rv6-stable-4,);" +
"required-after:thaumcraft@[6.1.BETA26,);" +
"after:thaumicjei";
Expand Down

0 comments on commit 86035cf

Please sign in to comment.