forked from GTNewHorizons/Botania
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.gradle
More file actions
16 lines (13 loc) · 790 Bytes
/
dependencies.gradle
File metadata and controls
16 lines (13 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Add your dependencies here
dependencies {
api('com.github.GTNewHorizons:Baubles-Expanded:2.1.8-GTNH:dev')
api('com.github.GTNewHorizons:GTNHLib:0.6.24:dev')
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.42:api') {transitive=false}
compileOnly('com.github.GTNewHorizons:ForgeMultipart:1.6.2:dev') {transitive=false}
devOnlyNonPublishable('com.github.GTNewHorizons:NotEnoughItems:2.7.45-GTNH:dev')
compileOnly('com.github.GTNewHorizons:Railcraft:9.16.28:api') {transitive=false}
compileOnly('com.github.GTNewHorizons:StorageDrawers:2.1.2-GTNH:api') {transitive=false}
compileOnly('curse.maven:cofh-lib-220333:2388748')
compileOnly('curse.maven:minefactory-reloaded-66672:2366150')
compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
}