aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMaximusbarcz <maxim.baranek@gmail.com>2023-01-20 23:06:47 +0100
committerMaximusbarcz <maxim.baranek@gmail.com>2023-01-20 23:06:47 +0100
commitadaecef7df47ccdbfbda6f438c28696ff1ce8822 (patch)
tree46397c9d175ca67a69b7033189fec26dd6c6b4ae /build.gradle
parent531bb27e7eb07e08e1e423d0cf01c297fef890f6 (diff)
downloadygasi-adaecef7df47ccdbfbda6f438c28696ff1ce8822.tar.gz
ygasi-adaecef7df47ccdbfbda6f438c28696ff1ce8822.tar.bz2
ygasi-adaecef7df47ccdbfbda6f438c28696ff1ce8822.zip
I redid all the advancements and also started work on the second Offence2 ability
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 8 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 82b1470..0f72939 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,6 +18,8 @@ repositories {
maven { url 'https://maven.nucleoid.xyz' }
maven { url = "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1" }
maven { url 'https://jitpack.io' }
+ maven { url "https://maven.shedaniel.me/" }
+ maven { url "https://maven.terraformersmc.com/releases/" }
}
dependencies {
@@ -34,9 +36,13 @@ dependencies {
modImplementation include("eu.pb4:polymer-core:${project.polymer_version}")
modImplementation include("eu.pb4:polymer-resource-pack:${project.polymer_version}")
modImplementation include("fr.catcore:server-translations-api:${project.sta_version}")
- modImplementation ("com.github.DaFuqs:Revelationary:${project.revelationary_version}")
+ modImplementation("com.github.DaFuqs:Revelationary:${project.revelationary_version}")
+ modApi("me.shedaniel.cloth:cloth-config-fabric:9.0.94") {
+ exclude(group: "net.fabricmc.fabric-api")
+ }
+ modApi("com.terraformersmc:modmenu:5.0.2")
- //runtime only for development
+ //runtime only for development
modRuntimeOnly("me.djtheredstoner:DevAuth-fabric:1.1.0")
}