Skip to content

Commit

Permalink
1.0.2: Change GT Dependency to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Apr 6, 2023
1 parent e8f4be9 commit ec1b24b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G

mod_version=1.0.1
mod_version=1.0.2

mcversion=1.12.2
forge_version=1.12.2-14.23.5.2832
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/nomiceu/GTDrawers.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
name = GTDrawers.NAME,
acceptedMinecraftVersions = "[1.12.2,1.13)",
dependencies = "required:forge@[14.23.5.2847,);"
+ "required-after:gregtech@[2.5.5,);"
+ "required-after:gregtech@[2.6,);"
+ "required-after:storagedrawers;")
public class GTDrawers {
public static final String MODID = "gregtechdrawers";
Expand Down

0 comments on commit ec1b24b

Please sign in to comment.