-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.gradle
More file actions
39 lines (32 loc) · 1.09 KB
/
dependencies.gradle
File metadata and controls
39 lines (32 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
dependencies {
implementation(project(":modules:CTNH-Lib")){transitive = false}
// Apotheosis
modImplementation(ctnh.apotheosis)
modImplementation(ctnh.attributelib)
modImplementation(ctnh.placebo)
// ars
modImplementation(ctnh.geckolib)
modImplementation(ctnh.arsnouveau)
// botania
modImplementation(ctnh.patchouli)
modImplementation(ctnh.botania)
modImplementation(ctnh.mythicbotany)
modImplementation(ctnh.extrabotany)
modImplementation(ctnh.eventwrapper)
annotationProcessor(ctnh.libx)
modImplementation(ctnh.libx)
// Blood Magic
modImplementation(ctnh.bloodmagic)
// AE2
modImplementation(ctnh.ae2)
modImplementation(ctnh.guideme)
modImplementation(ctnh.sophisticatedcore)
modCompileOnly(variantOf(ctnh.curios) { classifier("api") })
modImplementation(ctnh.twilightforest)
modImplementation(ctnh.hostile)
modImplementation(ctnh.lendercataclysm)
modImplementation(ctnh.lionfishapi)
modImplementation(ctnh.legendary)
modImplementation(ctnh.avaritia)
modLocalRuntime(ctnh.curios)
}