Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Sep 7, 2024
1 parent 063b2e0 commit 6072b5b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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 }
Expand Down
8 changes: 8 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6072b5b

Please sign in to comment.