Commit f122cd5 1 parent 4a816c6 commit f122cd5 Copy full SHA for f122cd5
File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Add your dependencies here
2
2
3
3
dependencies {
4
- api(" com.github.GTNewHorizons:GT5-Unofficial:5.09.51.153 :dev" )
4
+ api(" com.github.GTNewHorizons:GT5-Unofficial:5.09.51.155 :dev" )
5
5
api(" com.github.GTNewHorizons:Yamcl:0.7.0:dev" )
6
6
api(" com.github.GTNewHorizons:Baubles:1.0.4:dev" )
7
7
@@ -22,14 +22,14 @@ dependencies {
22
22
compileOnly rfg. deobf(" curse.maven:extra-utilities-225561:2264384" )
23
23
compileOnly(" TGregworks:TGregworks:1.7.10-GTNH-1.0.26:deobf" ) { transitive = false }
24
24
compileOnly(" com.github.GTNewHorizons:amunra:0.8.1:dev" ) { transitive = false }
25
- compileOnly(" com.github.GTNewHorizons:Galacticraft:3.3.4 -GTNH:dev" ) { transitive = false }
25
+ compileOnly(" com.github.GTNewHorizons:Galacticraft:3.3.5 -GTNH:dev" ) { transitive = false }
26
26
compileOnly(" com.github.GTNewHorizons:ForestryMC:4.10.3:dev" ) { transitive = false }
27
27
compileOnly(" com.github.GTNewHorizons:MatterManipulator:0.0.22-GTNH:dev" ) { transitive = false }
28
28
compileOnlyApi(" com.github.GTNewHorizons:Mobs-Info:0.5.1-GTNH:dev" )
29
29
// compileOnly("com.github.Roadhog360:Et-Futurum-Requiem:2.6.2:dev") { transitive = false }
30
30
31
31
runtimeOnlyNonPublishable rfg. deobf(" curse.maven:biomes-o-plenty-220318:2499612" )
32
- runtimeOnlyNonPublishable(" com.github.GTNewHorizons:WailaHarvestability:1.3.1 -GTNH:dev" )
32
+ runtimeOnlyNonPublishable(" com.github.GTNewHorizons:WailaHarvestability:1.3.2 -GTNH:dev" )
33
33
34
34
// Core unit testing platform
35
35
testImplementation(platform(' org.junit:junit-bom:5.9.2' ))
Original file line number Diff line number Diff line change @@ -55,6 +55,14 @@ generateGradleTokenClass = com.dreammaster.lib.BuildVersion
55
55
# Name of the token containing the project's current version to generate/replace.
56
56
gradleTokenVersion = VERSION
57
57
58
+ # [DEPRECATED]
59
+ # Multiple source files can be defined here by providing a comma-separated list: Class1.java,Class2.java,Class3.java
60
+ # public static final String VERSION = "GRADLETOKEN_VERSION";
61
+ # The string's content will be replaced with your mod's version when compiled. You should use this to specify your mod's
62
+ # version in @Mod([...], version = VERSION, [...]).
63
+ # Leave these properties empty to skip individual token replacements.
64
+ # replaceGradleTokenInFile =
65
+
58
66
# In case your mod provides an API for other mods to implement you may declare its package here. Otherwise, you can
59
67
# leave this property empty.
60
68
# Example value: (apiPackage = api) + (modGroup = com.myname.mymodid) -> com.myname.mymodid.api
You can’t perform that action at this time.
0 commit comments