Update dependencies and target version

This commit is contained in:
Agatha Lovelace 2021-05-22 20:31:37 +03:00
parent 1f2927358e
commit 6de376b795
No known key found for this signature in database
GPG Key ID: 2DB18BA2E0A80BC3
2 changed files with 11 additions and 11 deletions

View File

@ -12,11 +12,11 @@ group = project.maven_group
repositories { repositories {
maven { maven {
url "https://maven.fabricmc.net/io/github/prospector/modmenu/" url "http://maven.terraformersmc.com/releases/"
} }
maven { maven {
name = "Ladysnake Libs" name = 'Ladysnake Mods'
url = "https://dl.bintray.com/ladysnake/libs" url = 'https://ladysnake.jfrog.io/artifactory/mods'
} }
maven { maven {
url "https://maven.shedaniel.me/" url "https://maven.shedaniel.me/"
@ -37,7 +37,7 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
// ModMenu // ModMenu
modApi("io.github.prospector:modmenu:${modmenu_version}") { modApi("com.terraformersmc:modmenu:${modmenu_version}") {
exclude(group: "net.fabricmc.fabric-api") exclude(group: "net.fabricmc.fabric-api")
} }

View File

@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version=1.16.4 minecraft_version=1.16.5
yarn_mappings=1.16.4+build.7 yarn_mappings=1.16.5+build.9
loader_version=0.10.7 loader_version=0.11.3
# Mod Properties # Mod Properties
mod_version = 1.1 mod_version = 1.1
@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx1G
# 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.25.1+build.416-1.16 fabric_version=0.34.2+1.16
modmenu_version=1.14.6+build.31 modmenu_version=1.16.9
cca_version=2.7.9 cca_version=2.8.3
cloth_version=4.10.13 cloth_version=4.11.26