This commit is contained in:
JFronny 2020-08-26 14:58:12 +02:00
parent 070c2fd275
commit 09a9f1fdf0
3 changed files with 14 additions and 11 deletions

View File

@ -23,11 +23,14 @@ dependencies {
// You may need to force-disable transitiveness on them.
modApi "me.sargunvohra.mcmods:autoconfig1u:3.2.0-unstable"
include "me.sargunvohra.mcmods:autoconfig1u:3.2.0-unstable"
modApi "me.shedaniel.cloth:config-2:4.6.0"
include "me.shedaniel.cloth:config-2:4.6.0"
modApi ("me.shedaniel.cloth:config-2:4.7.0-unstable") {
transitive = false
}
include ("me.shedaniel.cloth:config-2:4.7.0-unstable") {
transitive = false
}
modImplementation "io.github.prospector:modmenu:1.14.5+build.30"
modImplementation "io.github.prospector:modmenu:1.14.6+build.31"
}

View File

@ -1,14 +1,14 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.jvmargs=-Xmx3G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.16.1
yarn_mappings=1.16.1+build.21
loader_version=0.9.0+build.204
minecraft_version=1.16.2
yarn_mappings=1.16.2+build.26
loader_version=0.9.2+build.206
# Mod Properties
mod_version=1.0-SNAPSHOT
mod_version=1.0
maven_group=io.gitlab.jfronny
archives_base_name=versionchanger
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.16.2+build.385-1.16.1
fabric_version=0.19.0+build.398-1.16

View File

@ -29,6 +29,6 @@
"depends": {
"fabricloader": ">=0.9.0+build.204",
"fabric": "*",
"minecraft": "1.16.1"
"minecraft": "1.16.2"
}
}