Update to 1.20.1
This commit is contained in:
parent
6a9ea0fb77
commit
5fbb54de7f
@ -20,15 +20,15 @@ dependencies {
|
||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
|
||||
modApi("me.shedaniel.cloth:cloth-config-fabric:11.0.97") {
|
||||
modApi("me.shedaniel.cloth:cloth-config-fabric:11.0.99") {
|
||||
exclude(group: "net.fabricmc.fabric-api")
|
||||
}
|
||||
|
||||
include("me.shedaniel.cloth:cloth-config-fabric:11.0.97") {
|
||||
include("me.shedaniel.cloth:cloth-config-fabric:11.0.99") {
|
||||
exclude(group: "net.fabricmc.fabric-api")
|
||||
}
|
||||
|
||||
modApi("com.terraformersmc:modmenu:7.0.0-beta.2")
|
||||
modApi("com.terraformersmc:modmenu:7.0.1")
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
@ -2,13 +2,13 @@
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
# Fabric Properties
|
||||
# check these on https://modmuss50.me/fabric.html
|
||||
minecraft_version=1.20-pre1
|
||||
yarn_mappings=1.20-pre1+build.7
|
||||
loader_version=0.14.19
|
||||
minecraft_version=1.20.1
|
||||
yarn_mappings=1.20.1+build.1
|
||||
loader_version=0.14.21
|
||||
# Mod Properties
|
||||
mod_version=1.2.4
|
||||
mod_version=1.2.5
|
||||
maven_group=semmiedev
|
||||
archives_base_name=disc_jockey
|
||||
# Dependencies
|
||||
# check this on https://modmuss50.me/fabric.html
|
||||
fabric_version=0.80.3+1.20
|
||||
fabric_version=0.83.0+1.20.1
|
||||
|
@ -26,7 +26,7 @@
|
||||
],
|
||||
"depends": {
|
||||
"fabric": "*",
|
||||
"minecraft": "1.20-beta.1",
|
||||
"minecraft": "1.20.*",
|
||||
"cloth-config": "*"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user