File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// Add your dependencies here
2
2
3
3
dependencies {
4
- compileOnlyApi(' com.github.GTNewHorizons:Angelica:1.0.0-beta4 :api' )
5
- compileOnly(' com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-445 -GTNH:api' ) {transitive= false }
6
- compileOnly(' com.github.GTNewHorizons:GT5-Unofficial:5.09.49.56 :dev' ) {transitive= false }
4
+ compileOnlyApi(' com.github.GTNewHorizons:Angelica:1.0.0-beta5 :api' )
5
+ compileOnly(' com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-449 -GTNH:api' ) {transitive= false }
6
+ compileOnly(' com.github.GTNewHorizons:GT5-Unofficial:5.09.49.60 :dev' ) {transitive= false }
7
7
compileOnly(' com.github.GTNewHorizons:NotEnoughItems:2.6.34-GTNH:dev' ) {transitive= false }
8
8
compileOnly(' com.github.GTNewHorizons:waila:1.8.1:dev' ) {transitive= false }
9
9
compileOnly(' thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev' )
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.26 '
20
+ id ' com.gtnewhorizons.gtnhsettingsconvention' version ' 1.0.27 '
21
21
}
22
22
23
23
You can’t perform that action at this time.
0 commit comments