File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ dependencies {
10
10
// we don't want the old Baubles Messing stuff up so lets disable that
11
11
exclude module : " Baubles"
12
12
}
13
- implementation(' com.github.GTNewHorizons:GT5-Unofficial:5.09.51.162 :dev' ) {exclude module : " Baubles" }
13
+ implementation(' com.github.GTNewHorizons:GT5-Unofficial:5.09.51.167 :dev' ) {exclude module : " Baubles" }
14
14
implementation(' com.github.GTNewHorizons:ForbiddenMagic:0.8.0-GTNH:dev' ) {exclude module : " Baubles" }
15
15
implementation(' com.github.GTNewHorizons:twilightforest:2.7.5:dev' )
16
16
implementation(' thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev' ) {transitive= false }
17
17
implementation(' com.github.GTNewHorizons:NotEnoughItems:2.7.29-GTNH:dev' )
18
18
19
19
compile(' com.github.GTNewHorizons:DummyCore:1.19.0:dev' )
20
20
compileOnly(' com.github.GTNewHorizons:ForgeMultipart:1.6.2:dev' ) {transitive= false }
21
- compileOnly(' com.github.GTNewHorizons:Botania:1.12.5 -GTNH:api' ) {transitive= false }
21
+ compileOnly(' com.github.GTNewHorizons:Botania:1.12.6 -GTNH:api' ) {transitive= false }
22
22
compileOnly(' com.github.GTNewHorizons:CraftTweaker:3.4.0:dev' ) {transitive= false }
23
23
compileOnly(' com.github.GTNewHorizons:ZenScript:1.0.0-GTNH' ) {transitive= false }
24
24
compileOnly(' com.github.GTNewHorizons:MagicBees:2.9.1-GTNH:api' ) {transitive= false }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pluginManagement {
17
17
}
18
18
19
19
plugins {
20
- id ' com.gtnewhorizons.gtnhsettingsconvention' version ' 1.0.36 '
20
+ id ' com.gtnewhorizons.gtnhsettingsconvention' version ' 1.0.37 '
21
21
}
22
22
23
23
You can’t perform that action at this time.
0 commit comments