Update dependencies and target version
This commit is contained in:
parent
1f2927358e
commit
6de376b795
|
@ -12,11 +12,11 @@ group = project.maven_group
|
|||
|
||||
repositories {
|
||||
maven {
|
||||
url "https://maven.fabricmc.net/io/github/prospector/modmenu/"
|
||||
url "http://maven.terraformersmc.com/releases/"
|
||||
}
|
||||
maven {
|
||||
name = "Ladysnake Libs"
|
||||
url = "https://dl.bintray.com/ladysnake/libs"
|
||||
name = 'Ladysnake Mods'
|
||||
url = 'https://ladysnake.jfrog.io/artifactory/mods'
|
||||
}
|
||||
maven {
|
||||
url "https://maven.shedaniel.me/"
|
||||
|
@ -37,7 +37,7 @@ dependencies {
|
|||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
|
||||
// ModMenu
|
||||
modApi("io.github.prospector:modmenu:${modmenu_version}") {
|
||||
modApi("com.terraformersmc:modmenu:${modmenu_version}") {
|
||||
exclude(group: "net.fabricmc.fabric-api")
|
||||
}
|
||||
|
||||
|
|
|
@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/use
|
||||
minecraft_version=1.16.4
|
||||
yarn_mappings=1.16.4+build.7
|
||||
loader_version=0.10.7
|
||||
minecraft_version=1.16.5
|
||||
yarn_mappings=1.16.5+build.9
|
||||
loader_version=0.11.3
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.1
|
||||
|
@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx1G
|
|||
|
||||
# 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.25.1+build.416-1.16
|
||||
modmenu_version=1.14.6+build.31
|
||||
cca_version=2.7.9
|
||||
cloth_version=4.10.13
|
||||
fabric_version=0.34.2+1.16
|
||||
modmenu_version=1.16.9
|
||||
cca_version=2.8.3
|
||||
cloth_version=4.11.26
|
Loading…
Reference in New Issue