diff --git a/dependencies.gradle b/dependencies.gradle index 5c203ad3e..cfce1a74e 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,7 +2,7 @@ dependencies { api('com.github.GTNewHorizons:BuildCraft:7.1.39:dev') - implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.49.74:dev') + implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.49.76:dev') implementation('com.github.GTNewHorizons:NotEnoughItems:2.6.34-GTNH:dev') implementation('com.github.GTNewHorizons:ModularUI2:2.1.5-1.7.10:dev') implementation('com.github.GTNewHorizons:CodeChickenLib:1.3.0:dev') @@ -18,7 +18,7 @@ dependencies { compileOnly('com.github.GTNewHorizons:EnderStorage:1.6.0:dev') { transitive = false } compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.35:api') { transitive = false } compileOnly('com.github.GTNewHorizons:Binnie:2.4.1:dev') { transitive = false } - compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.49.74:dev') { transitive = false } + compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.49.76:dev') { transitive = false } compileOnly('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') { transitive = false } compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') { transitive = false } diff --git a/gradle.properties b/gradle.properties index 18d47f4d3..b91c8b033 100644 --- a/gradle.properties +++ b/gradle.properties @@ -55,6 +55,14 @@ generateGradleTokenClass = logisticspipes.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