Explicitly depend on loader 0.12.0

This commit is contained in:
JFronny 2021-11-10 17:42:03 +01:00
parent 6b7323f474
commit 42455de214
No known key found for this signature in database
GPG Key ID: BEC5ACBBD4EE17E5
3 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ dependencies {
include("io.gitlab.jfronny.libjf:libjf-unsafe-v0:${project.jfapi_version}")
include("io.gitlab.jfronny.libjf:libjf-base:${project.jfapi_version}")
modImplementation "com.terraformersmc:modmenu:2.0.3"
modImplementation "com.terraformersmc:modmenu:2.0.7"
testImplementation('org.junit.jupiter:junit-jupiter:5.8.1')
}

View File

@ -1,10 +1,10 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
# check these on https://fabricmc.net/versions.html
minecraft_version=1.17.1
yarn_mappings=build.61
loader_version=0.12.1
yarn_mappings=build.63
loader_version=0.12.5
# Mod Properties
mod_version=1.3.0
maven_group=io.gitlab.jfronny

View File

@ -21,7 +21,7 @@
"translater.mixins.json"
],
"depends": {
"fabricloader": ">=0.9.0+build.204",
"fabricloader": ">=0.12.0",
"minecraft": "*",
"libjf-config-v0": ">=2.0"
},