update gunpowder dependency

This commit is contained in:
Flemmli97 2021-07-20 19:16:29 +02:00
parent 649ad3c959
commit 63e54bbffc
2 changed files with 10 additions and 2 deletions

View File

@ -29,6 +29,10 @@ repositories {
includeGroupByRegex 'io\\.github\\.onyxstudios.*'
}
}
maven {
name = "HavenKing"
url = "https://hephaestus.dev/release"
}
}
dependencies {
@ -38,7 +42,10 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_version}"
modImplementation "me.lucko:fabric-permissions-api:${rootProject.fabric_permissions_api}"
modCompileOnly "io.github.gunpowder:gunpowder-api:${rootProject.gunpowder_version}+1.16.2"
modCompileOnly "io.github.gunpowder:gunpowder-api:${rootProject.gunpowder_version}"
modRuntime "io.github.gunpowder:gunpowder-base:${rootProject.gunpowder_version}"
modRuntime "io.github.gunpowder:gunpowder-currency:${rootProject.gunpowder_currency_version}"
modImplementation "io.github.ladysnake:PlayerAbilityLib:${rootProject.player_ability_lib}"
implementation(project(path: ":common")) {

View File

@ -14,7 +14,8 @@ archives_base_name=flan
# 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.34.2+1.16
gunpowder_version=0.2.10
gunpowder_version=0.5.7+1.16.5
gunpowder_currency_version=1.0.2+gunpowder.0.3.7.mc.1.16.5
fabric_permissions_api=0.1-SNAPSHOT
player_ability_lib=1.2.2
# Curse properties