forked from SlimeKnights/TinkersConstruct
-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathdependencies.gradle
19 lines (18 loc) · 963 Bytes
/
dependencies.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Add your dependencies here
dependencies {
compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-beta29:api')
api("com.github.GTNewHorizons:Mantle:0.5.0:dev")
api("com.github.GTNewHorizons:ForgeMultipart:1.6.2:dev")
implementation("com.github.GTNewHorizons:NotEnoughItems:2.7.25-GTNH:dev")
compileOnlyApi("curse.maven:cofh-core-69162:2388751")
compileOnly("com.github.GTNewHorizons:inventory-tweaks:1.7.0:api")
compileOnly("com.github.GTNewHorizons:waila:1.8.2:api")
compileOnly("com.github.GTNewHorizons:Battlegear2:1.4.2:api") {
}
compileOnly("curse.maven:minefactory-reloaded-66672:2366150")
compileOnly("curse.maven:zelda-sword-skills-220540:2384889")
compileOnly("curse.maven:dynamic-sword-skills-226360:2495462")
compileOnly("curse.maven:notenoughkeys-224614:2276280")
compileOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")
compileOnly("com.github.GTNewHorizons:Mobs-Info:0.5.0-GTNH:dev")
}