update dependencies
This commit is contained in:
parent
1f7637d984
commit
eaff561880
@ -60,11 +60,11 @@ dependencies {
|
|||||||
modImplementation "me.lucko:fabric-permissions-api:${rootProject.fabric_permissions_api}"
|
modImplementation "me.lucko:fabric-permissions-api:${rootProject.fabric_permissions_api}"
|
||||||
|
|
||||||
// Rip currency on their maven and prob rip currency all together
|
// Rip currency on their maven and prob rip currency all together
|
||||||
modCompileOnly("curse.maven:gunpowdercurrency-402041:3584557") {
|
/*modCompileOnly(gunpowder_currency) {
|
||||||
exclude group: "com.google.guava", module:"failureaccess"
|
exclude group: "com.google.guava", module:"failureaccess"
|
||||||
}
|
}*/
|
||||||
modImplementation "com.github.ExcessiveAmountsOfZombies:OctoEconomyApi:5137175b1c"
|
modImplementation octo_economy_api
|
||||||
modRuntimeOnly "curse.maven:gunpowdercurrency-559967:3590217"
|
modRuntimeOnly eights_economy
|
||||||
|
|
||||||
//modImplementation "io.github.ladysnake:PlayerAbilityLib:${rootProject.player_ability_lib}"
|
//modImplementation "io.github.ladysnake:PlayerAbilityLib:${rootProject.player_ability_lib}"
|
||||||
modCompileOnly "io.github.ladysnake:PlayerAbilityLib:${rootProject.player_ability_lib}"
|
modCompileOnly "io.github.ladysnake:PlayerAbilityLib:${rootProject.player_ability_lib}"
|
||||||
|
@ -6,23 +6,24 @@ parchment_version=1.18.2:2022.06.26
|
|||||||
forge_version=1.19-41.0.62
|
forge_version=1.19-41.0.62
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/use
|
# check these on https://fabricmc.net/use
|
||||||
loader_version=0.14.7
|
loader_version=0.14.8
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.7.10
|
mod_version=1.7.10
|
||||||
maven_group=io.github.flemmli97
|
maven_group=io.github.flemmli97
|
||||||
archives_base_name=flan
|
archives_base_name=flan
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||||
fabric_version=0.55.3+1.19
|
fabric_version=0.57.0+1.19
|
||||||
gunpowder_version=1.1.1.0+1.18.1
|
|
||||||
gunpowder_currency_version=1.0.8+gunpowder.1.1.1.1.mc.1.18.1
|
|
||||||
fabric_permissions_api=0.1-SNAPSHOT
|
fabric_permissions_api=0.1-SNAPSHOT
|
||||||
player_ability_lib=1.2.2
|
player_ability_lib=1.2.2
|
||||||
ftb_ranks=1801.1.6-build.20
|
ftb_ranks=1900.1.9-build.42
|
||||||
dicemcmm=curse.maven:dicemcmoney-406972:3548047
|
dicemcmm=curse.maven:dicemcmoney-406972:3827507
|
||||||
dynmap_fabric=curse.maven:dynmap-59433:3724084
|
dynmap_fabric=curse.maven:dynmap-59433:3840510
|
||||||
|
# not updated
|
||||||
|
gunpowder_currency=curse.maven:gunpowdercurrency-402041:3584557
|
||||||
|
#
|
||||||
|
octo_economy_api=com.github.ExcessiveAmountsOfZombies:OctoEconomyApi:5137175b1c
|
||||||
|
eights_economy=curse.maven:eightseconomy-559967:3836124
|
||||||
# Curse properties
|
# Curse properties
|
||||||
curse_versions=1.18.2, Java 17
|
curse_versions=1.18.2, Java 17
|
||||||
curse_page_fabric=https://www.curseforge.com/minecraft/mc-mods/flan
|
curse_page_fabric=https://www.curseforge.com/minecraft/mc-mods/flan
|
||||||
|
Loading…
Reference in New Issue
Block a user