Skip to content

Commit f122cd5

Browse files
committed
update
1 parent 4a816c6 commit f122cd5

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

dependencies.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Add your dependencies here
22

33
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")
55
api("com.github.GTNewHorizons:Yamcl:0.7.0:dev")
66
api("com.github.GTNewHorizons:Baubles:1.0.4:dev")
77

@@ -22,14 +22,14 @@ dependencies {
2222
compileOnly rfg.deobf("curse.maven:extra-utilities-225561:2264384")
2323
compileOnly("TGregworks:TGregworks:1.7.10-GTNH-1.0.26:deobf") { transitive = false }
2424
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 }
2626
compileOnly("com.github.GTNewHorizons:ForestryMC:4.10.3:dev") { transitive = false }
2727
compileOnly("com.github.GTNewHorizons:MatterManipulator:0.0.22-GTNH:dev") { transitive = false }
2828
compileOnlyApi("com.github.GTNewHorizons:Mobs-Info:0.5.1-GTNH:dev")
2929
//compileOnly("com.github.Roadhog360:Et-Futurum-Requiem:2.6.2:dev") { transitive = false }
3030

3131
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")
3333

3434
// Core unit testing platform
3535
testImplementation(platform('org.junit:junit-bom:5.9.2'))

gradle.properties

+8
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ generateGradleTokenClass = com.dreammaster.lib.BuildVersion
5555
# Name of the token containing the project's current version to generate/replace.
5656
gradleTokenVersion = VERSION
5757

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+
5866
# In case your mod provides an API for other mods to implement you may declare its package here. Otherwise, you can
5967
# leave this property empty.
6068
# Example value: (apiPackage = api) + (modGroup = com.myname.mymodid) -> com.myname.mymodid.api

0 commit comments

Comments
 (0)