forked from SaphieNyako/Quest_Giver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.gradle
35 lines (29 loc) · 1.17 KB
/
build.gradle
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
buildscript {
apply from: 'https://noeppi-noeppi.github.io/ModUtils/v3/buildscript.gradle', to: buildscript
}
apply from: 'https://noeppi-noeppi.github.io/ModUtils/v3/mod.gradle'
repositories {
maven { url = 'https://maven.theillusivec4.top/' }
maven { url = 'https://maven.melanx.de' }
maven {
url "https://cursemaven.com"
content {
includeGroup "curse.maven"
}
}
flatDir {
dirs "mods"
}
}
dependencies {
implementation fg.deobf('io.github.noeppi_noeppi.mods:LibX:1.18.2-3.2.17')
annotationProcessor fg.deobf('io.github.noeppi_noeppi.mods:LibX:1.18.2-3.2.17')
implementation fg.deobf("curse.maven:reputation-579116:4028368")
implementation fg.deobf("curse.maven:morevillagers-484954:3696031")
implementation fg.deobf("curse.maven:guardvillagers-360203:3823106")
// implementation fg.deobf("curse.maven:bk-390495:3672495")
implementation fg.deobf("curse.maven:epicfigt-405076:3805345")
implementation fg.deobf("curse.maven:atlas-lib-463826:3852236")
implementation fg.deobf("curse.maven:follow-me-463841:3804364")
implementation fg.deobf("curse.maven:afptweaks-638098:3891210")
}