1.16.2
This commit is contained in:
parent
79370570c9
commit
3c9d0bb91b
13
build.gradle
13
build.gradle
@ -21,13 +21,16 @@ dependencies {
|
|||||||
|
|
||||||
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
|
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
|
||||||
// You may need to force-disable transitiveness on them.
|
// You may need to force-disable transitiveness on them.
|
||||||
modApi "me.sargunvohra.mcmods:autoconfig1u:3.2.0-unstable"
|
modCompile "me.sargunvohra.mcmods:autoconfig1u:3.2.0-unstable"
|
||||||
include "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"
|
modApi ("me.shedaniel.cloth:config-2:4.7.0-unstable") {
|
||||||
include "me.shedaniel.cloth:config-2:4.6.0"
|
transitive = false
|
||||||
|
}
|
||||||
|
include ("me.shedaniel.cloth:config-2:4.7.0-unstable") {
|
||||||
|
transitive = false
|
||||||
|
}
|
||||||
|
|
||||||
|
modImplementation "io.github.prospector:modmenu:1.14.6+build.31"
|
||||||
modImplementation "io.github.prospector:modmenu:1.14.5+build.30"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
org.gradle.jvmargs=-Xmx1G
|
org.gradle.jvmargs=-Xmx1G
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://modmuss50.me/fabric.html
|
# check these on https://modmuss50.me/fabric.html
|
||||||
minecraft_version=1.16.1
|
minecraft_version=1.16.2
|
||||||
yarn_mappings=1.16.1+build.21
|
yarn_mappings=1.16.2+build.21
|
||||||
loader_version=0.9.0+build.204
|
loader_version=0.9.2+build.206
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.0
|
mod_version=1.0
|
||||||
maven_group=io.gitlab.jfronny.breakme
|
maven_group=io.gitlab.jfronny.breakme
|
||||||
archives_base_name=breakme
|
archives_base_name=breakme
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# check this on https://modmuss50.me/fabric.html
|
# 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
|
||||||
|
@ -28,6 +28,6 @@
|
|||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.9.0+build.204",
|
"fabricloader": ">=0.9.0+build.204",
|
||||||
"fabric": "*",
|
"fabric": "*",
|
||||||
"minecraft": "1.16.1"
|
"minecraft": "1.16.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user