Skip to content

Commit

Permalink
Update required GTNHLib version to 0.6.11 (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune authored Feb 16, 2025
1 parent e662306 commit 5509a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/appeng/core/AppEng.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public final class AppEng {
+ '.' // revisionVersion
+ net.minecraftforge.common.ForgeVersion.buildVersion
+ ",);" // buildVersion
+ "required-after:gtnhlib@[0.3.3,)"; // require gtnhlib
+ "required-after:gtnhlib@[0.6.11,)"; // require gtnhlib

@Nonnull
private static final AppEng INSTANCE = new AppEng();
Expand Down

0 comments on commit 5509a0f

Please sign in to comment.