Skip to content

Commit 735b5f9

Browse files
committed
update
1 parent 5fa2669 commit 735b5f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
//we don't want the old Baubles Messing stuff up so lets disable that
1111
exclude module: "Baubles"
1212
}
13-
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.227:dev') {exclude module: "Baubles" }
13+
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.240:dev') {exclude module: "Baubles" }
1414
implementation('com.github.GTNewHorizons:ForbiddenMagic:0.8.0-GTNH:dev') {exclude module: "Baubles" }
1515
implementation('com.github.GTNewHorizons:twilightforest:2.7.5:dev')
1616
implementation('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false}
@@ -22,9 +22,9 @@ dependencies {
2222
compileOnly('com.github.GTNewHorizons:CraftTweaker:3.4.1:dev') {transitive=false}
2323
compileOnly('com.github.GTNewHorizons:ZenScript:1.0.0-GTNH') {transitive=false}
2424
compileOnly('com.github.GTNewHorizons:MagicBees:2.9.2-GTNH:api') {transitive=false}
25-
compileOnly('com.github.GTNewHorizons:TinkersConstruct:1.13.18-GTNH:dev') {transitive=false}
25+
compileOnly('com.github.GTNewHorizons:TinkersConstruct:1.13.20-GTNH:dev') {transitive=false}
2626
compileOnly(deobfCurse('enviromine-230236:2269710'))
2727

2828
runtimeOnly('com.github.GTNewHorizons:CodeChickenCore:1.4.1:dev')
29-
runtimeOnly('com.github.GTNewHorizons:Railcraft:9.16.11:dev') {transitive=false}
29+
runtimeOnly('com.github.GTNewHorizons:Railcraft:9.16.20:dev') {transitive=false}
3030
}

0 commit comments

Comments
 (0)