diff --git a/dependencies.gradle b/dependencies.gradle index 7dcbea89f..2be1c00ec 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,7 +1,7 @@ // Add your dependencies here dependencies { - api("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.153:dev") + api("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.155:dev") api("com.github.GTNewHorizons:Yamcl:0.7.0:dev") api("com.github.GTNewHorizons:Baubles:1.0.4:dev") @@ -22,14 +22,14 @@ dependencies { compileOnly rfg.deobf("curse.maven:extra-utilities-225561:2264384") compileOnly("TGregworks:TGregworks:1.7.10-GTNH-1.0.26:deobf") { transitive = false } compileOnly("com.github.GTNewHorizons:amunra:0.8.1:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:Galacticraft:3.3.4-GTNH:dev") { transitive = false } + compileOnly("com.github.GTNewHorizons:Galacticraft:3.3.5-GTNH:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:ForestryMC:4.10.3:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:MatterManipulator:0.0.22-GTNH:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:Mobs-Info:0.5.1-GTNH:dev") //compileOnly("com.github.Roadhog360:Et-Futurum-Requiem:2.6.2:dev") { transitive = false } runtimeOnlyNonPublishable rfg.deobf("curse.maven:biomes-o-plenty-220318:2499612") - runtimeOnlyNonPublishable("com.github.GTNewHorizons:WailaHarvestability:1.3.1-GTNH:dev") + runtimeOnlyNonPublishable("com.github.GTNewHorizons:WailaHarvestability:1.3.2-GTNH:dev") // Core unit testing platform testImplementation(platform('org.junit:junit-bom:5.9.2')) diff --git a/gradle.properties b/gradle.properties index bfbe7d7cc..b0ecdf355 100644 --- a/gradle.properties +++ b/gradle.properties @@ -55,6 +55,14 @@ generateGradleTokenClass = com.dreammaster.lib.BuildVersion # 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