forked from GTNewHorizons/GTplusplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.gradle
18 lines (15 loc) · 979 Bytes
/
dependencies.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.153:dev')
api("com.github.GTNewHorizons:bartworks:0.9.21:dev")
implementation('curse.maven:cofh-core-69162:2388751')
// https://www.curseforge.com/minecraft/mc-mods/advancedsolarpanels
implementation('curse.maven:advsolar-362768:2885953')
compileOnly('com.github.GTNewHorizons:Baubles:1.0.4:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:EnderCore:0.4.6:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:SC2:2.1.1:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Binnie:2.3.4:dev') {transitive = false}
compileOnly('curse.maven:PlayerAPI-228969:2248928') {transitive=false}
compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Chisel:2.14.1-GTNH:dev') {transitive=false}
runtimeOnly('com.github.GTNewHorizons:ForestryMC:4.8.9:dev') {transitive=false}
}