From e420c61b1f999b1c3bcef0bdbcad246a6869fd84 Mon Sep 17 00:00:00 2001 From: Maya <10861407+serenibyss@users.noreply.github.com> Date: Sun, 23 Feb 2025 11:32:42 -0600 Subject: [PATCH] update --- dependencies.gradle | 2 +- gradle.properties | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index a5c181e55a..5483108d23 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -20,7 +20,7 @@ dependencies { compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.6.2:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:Galacticraft:3.3.4-GTNH:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.153:dev") {transitive = false} - compileOnly("com.github.GTNewHorizons:GTNHLib:0.5.23:dev") { transitive = false } + compileOnly("com.github.GTNewHorizons:GTNHLib:0.6.11:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:ModularUI:1.2.18:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.7.29-GTNH:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:ProjectRed:4.11.1-GTNH:dev") {transitive = false} diff --git a/gradle.properties b/gradle.properties index 8847c89145..8698093a03 100644 --- a/gradle.properties +++ b/gradle.properties @@ -55,6 +55,14 @@ generateGradleTokenClass = li.cil.oc.Tags # Name of the token containing the project's current version to generate/replace. gradleTokenVersion = VERSION +# [DEPRECATED] +# Multiple source files can be defined here by providing a comma-separated list: Class1.java,Class2.java,Class3.java +# public static final String VERSION = "GRADLETOKEN_VERSION"; +# The string's content will be replaced with your mod's version when compiled. You should use this to specify your mod's +# version in @Mod([...], version = VERSION, [...]). +# Leave these properties empty to skip individual token replacements. +# replaceGradleTokenInFile = + # In case your mod provides an API for other mods to implement you may declare its package here. Otherwise, you can # leave this property empty. # Example value: (apiPackage = api) + (modGroup = com.myname.mymodid) -> com.myname.mymodid.api