player ability dependency

This commit is contained in:
Flemmli97 2021-06-08 19:04:02 +02:00
parent e4c55d3eaa
commit d6f7555f1c
2 changed files with 12 additions and 2 deletions

View File

@ -21,6 +21,14 @@ repositories {
name = "Gunpowder"
url = "https://maven.martmists.com/releases"
}
maven {
name = 'Ladysnake Mods'
url = 'https://ladysnake.jfrog.io/artifactory/mods'
content {
includeGroup 'io.github.ladysnake'
includeGroupByRegex 'io\\.github\\.onyxstudios.*'
}
}
}
dependencies {
@ -35,8 +43,9 @@ dependencies {
compile group: 'org.yaml', name: 'snakeyaml', version: '1.25'
include group: 'org.yaml', name: 'snakeyaml', version: '1.25'
modImplementation 'me.lucko:fabric-permissions-api:0.1-SNAPSHOT'
modImplementation "me.lucko:fabric-permissions-api:${project.fabric_permissions_api}"
modCompileOnly "io.github.gunpowder:gunpowder-api:${gunpowder_version}+1.16.2"
modImplementation "io.github.ladysnake:PlayerAbilityLib:${project.player_ability_lib}"
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
}

View File

@ -15,5 +15,6 @@ org.gradle.jvmargs=-Xmx2G
# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.19.0+build.398-1.16
cca_version=2.5.0-nightly.1.16.2-rc2
gunpowder_version=0.2.10
fabric_permissions_api=0.1-SNAPSHOT
player_ability_lib=1.2.2