|
1 | 1 | // Add your dependencies here |
2 | 2 |
|
3 | 3 | dependencies { |
4 | | - api("com.github.GTNewHorizons:GTNHLib:0.8.32:dev") |
5 | | - devOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.8.40-GTNH:dev") |
| 4 | + api("com.github.GTNewHorizons:GTNHLib:0.9.10:dev") |
| 5 | + devOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.8.60-GTNH:dev") |
6 | 6 |
|
7 | | - compileOnly("com.github.GTNewHorizons:ForestryMC:4.11.2:api") {transitive = false} |
8 | | - compileOnly("com.github.GTNewHorizons:Botania:1.13.6-GTNH:dev") {transitive = false} |
| 7 | + compileOnly("com.github.GTNewHorizons:ForestryMC:4.11.4:api") {transitive = false} |
| 8 | + compileOnly("com.github.GTNewHorizons:Botania:1.13.14-GTNH:dev") {transitive = false} |
9 | 9 | compileOnly("com.github.GTNewHorizons:Mantle:0.5.1:dev") {transitive = false} |
10 | | - compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.14.15-GTNH:dev") {transitive = false} |
11 | | - compileOnly("com.github.GTNewHorizons:BloodMagic:1.8.7") {transitive = false} |
| 10 | + compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.14.27-GTNH:dev") {transitive = false} |
| 11 | + compileOnly("com.github.GTNewHorizons:BloodMagic:1.8.12") {transitive = false} |
12 | 12 | compileOnly("com.github.GTNewHorizons:CraftTweaker:3.4.2:dev") {transitive = false} |
13 | | - compileOnly("com.github.GTNewHorizons:Hodgepodge:2.7.11:dev") {transitive = false} |
14 | | - compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.52.97:dev") { |
| 13 | + compileOnly("com.github.GTNewHorizons:Hodgepodge:2.7.58:dev") {transitive = false} |
| 14 | + compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.52.258:dev") { |
15 | 15 | exclude module: "Avaritia" |
16 | 16 | } |
17 | | - compileOnly("com.github.GTNewHorizons:ModularUI2:2.3.25-1.7.10:dev") |
18 | | - compileOnly("com.github.GTNewHorizons:GTNHLib:0.9.0:dev") |
| 17 | + compileOnly("com.github.GTNewHorizons:ModularUI2:2.3.35-1.7.10:dev") |
| 18 | + compileOnly("com.github.GTNewHorizons:GTNHLib:0.9.10:dev") |
19 | 19 |
|
20 | 20 | compileOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev") {transitive = false} |
21 | 21 | compileOnly("curse.maven:cofh-lib-220333:2388748") {transitive = false} |
|
0 commit comments